body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
}
table{margin: 0px;padding: 0px;font-size: 12px;}
a {text-decoration: none;color: Black;}
a:hover{text-decoration: none;color: Red;}
img{border: 0px;}
hr{color: Gray; height: 1px; margin: 8px 0px 8px 0px; width: 99%;}
form{margin: 0px;}
input, textarea{background: White; color: Black;border: 1px solid #999999;margin: 0px;padding: 0px;}
.input_noborder{background-color: transparent;color: Black;	border: 0px;}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
h1{font-size: 16px;	margin: 0px;}
h2{font-size: 14px;	margin: 0px;}
h3{font-size: 12px;	margin: 0px;}
h4{font-size: 11px;	margin: 0px;}
h5{font-size: 10px;	margin: 0px;}
.testo9, .testo9_verde, .testo9_nero, .testo9_bianco{font-size: 9px;}
.testo10, .testo10_rosso, .testo10_nero, .testo10_bianco{font-size: 10px;}
.testo11, .testo11_rosso, .testo11_nero, .testo11_bianco{font-size: 11px;}
.testo12, .testo12_rosso, .testo12_nero, .testo12_bianco{font-size: 12px;}
.testo14, .testo14_rosso, .testo14_nero, .testo14_bianco{font-size: 14px;}
.testo16, .testo16_rosso, .testo16_nero, .testo16_bianco{font-size: 16px;}
.testo18, .testo18_rosso, .testo18_nero, .testo18_bianco{font-size: 18px;}

.testo9_rosso, .testo10_rosso, .testo11_rosso, .testo12_rosso, .testo14_rosso, .testo16_rosso, .testo18_rosso{color: Red;}
.testo9_bianco, .testo10_bianco, .testo11_bianco, .testo12_bianco, .testo14_bianco, .testo16_bianco, .testo18_bianco{color: White;}
.bianco{color: White;}
.privacy{color: #B0B0B0; font-size: 10px;}
.leggi{font-size: 9px; color: #6699FF;}
.giustificato{text-align: justify;}

/* === DIV PRINCIPALI ======== */
#totale_sito{
	width: 940px;
	height: 600px;
	left: 50%;
	margin-left: -470px;
	position: relative;
}
#logo_sito{
	width: 50%;
	height: 100px;
	text-align: left;
	float: left;
	position: relative;
}
#data_giorno{
	width: 50%;
	height: 100px;
	text-align: right;
	float: left;
	position: relative;
}
#menu_sito{/* Menu del sito */
	width: 240px;
	height: 365px;
	float: left;
	position: relative;
}
#slide_homepage{
	width: 700px;
	height: 280px;
	float: left;
	position: relative;
}
#contenuto_testo_homepage{ /* Contenuto testuale HOME PAGE*/
	width: 700px;
	height: 75px;
	float: left;
	position: relative;
	padding-top: 5px;
}
#contenuto_testo{/* Contenuto testuale PAGINE INTERNE*/
	width: 680px;
	height: 360px;
	padding: 0px 15px 0px 5px;
	overflow: auto;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
#contenuto_testo img{margin: 0px 12px 12px 0px;}
#loghi_aziende{ /* Loghi aziende */
	width: 700px;
	height: auto;
	padding-top: 60px;
	background: url(images/sfondo_sopra_loghi.jpg) no-repeat top;
	float: right;
	position: relative;
}
#loghi_aziende img{margin: 0px 40px 20px 0px;}
#footer_sito{ /* Fine sito */
	width: 940px;
	height: 25px;
	float: left;
	position: relative;
	font-size: 11px;
	color: Gray;
}
/* === DIV PRINCIPALI ======== */

#menu_sito ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu_sito ul li{
	width: 205px;
	height: 25px;
	line-height: 25px;
	margin: 0px 0px 0px 25px;
	font-size: 13px;
	font-weight: bold;
}
#menu_sito ul li a{
	background: url(images/freccia_menu.gif) no-repeat 3px center;
	padding-left: 15px;
	display: block;
	border-bottom: 2px solid silver;
}
#menu_sito ul li a:hover{border-bottom: 2px solid red;}

li.primo1, li.primo2, li.primo3, li.primo4{
	width: 205px !important;
	height: 30px !important;
	background: url(images/sfondo_menu1.jpg);
	padding: 90px 0px 0px 25px !important;
	margin:  0px 0px 15px 0px !important;
	font-size: 24px !important;	
	color: white !important;
}
li.primo2{background: url(images/sfondo_menu2.jpg);}
li.primo3{background: url(images/sfondo_menu3.jpg);}
li.primo4{background: url(images/sfondo_menu4.jpg);}

