html, body { margin: 0; padding: 0; background: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333; }
#mobile {
    display: none;
}
#build { width: 900px; margin: 0 auto; padding: 0; }

.testo_neckline { color: #3B5D00; font-size: 11px; }
.testo_necklinesx { color: #333; font-size: 11px; }
.testo_menu { color: #ffffff; font-size: 11px; }
.testo_footer{ color: #999999; font-size: 10px; }
.testo_testo { color: #333; font-size: 11px; }
.testo_titolo { color: #71B100; font-size: 11px; }

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkrosso:link, a.linkrosso:active, a.linkrosso:visited { color: #7E7E7E; text-decoration: none }
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.verde .box { width: 519px; background: #aadb00; };
.verde .box .menu { height: 51px; background: #7cc300; }
.verde .destra { width: 91px; background: #aadb00; vertical-align: top; }

.blu .box { width: 519px; background: #67A0E7; };
.blu .box .menu { height: 51px; background: #1C2E99; }
.blu .destra { width: 91px; background: #67A0E7; vertical-align: top; }

.arancio .box { width: 519px; background: #FFAE00; };
.arancio .box .menu { height: 51px; background: #FF7200; }
.arancio .destra { width: 91px; background: #FFAE00; vertical-align: top; }

.turchese .box { width: 519px; background: #6ED1D8; };
.turchese .box .menu { height: 51px; background: #149AA2; }
.turchese .destra { width: 91px; background: #6ED1D8; vertical-align: top; }

.form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 16px;
	width: 400px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.formMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 50px;
	width: 400px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
