
/* link evidenziato */
#menu .servizi { color: #F90; }

#footer .servizi { color: #999; }

/* CONTENTS */
#contents {
	float: right;
	width: 660px;
	margin-top: 20px;
}

.p_big a {
	font-weight: normal;
	font-size: 16px;
	line-height: 14px;
	color: #FFF;
}

.p_big a:hover { color: #666; }

h3 {
	margin-top: 30px;
	text-align: right;
}

li {
	margin-left: 10px;
	list-style-image: url(../img/punto.png);
	list-style-position: outside;
}

#e_colonna {
	float: left;
	width: 120px;
	padding: 2px 20px 0 18px;
	background-image: url(../img/sfondo-e.png);
	background-repeat: no-repeat;
}

#g_colonna {
	float: left;
	width: 120px;
	margin-left: 9px;
	padding: 2px 20px 0 18px;
	background-image: url(../img/sfondo-g.png);
	background-repeat: no-repeat;
}

#w_colonna {
	float: left;
	width: 120px;
	margin-left: 9px;
	padding: 2px 20px 0 18px;
	background-image: url(../img/sfondo-w.png);
	background-repeat: no-repeat;
}

#v_colonna {
	float: right;
	width: 120px;
	padding: 2px 20px 0 18px;
	background-image: url(../img/sfondo-v.png);
	background-repeat: no-repeat;
}

