/*_____________________regole di stile per il corpo___________________________*/
* {												/*jolly tag per IE*/
padding: 0px; 
margin: 0px;
}

html { 
height: 100%;
padding: 0px;
margin: 0px;
background-color: #0281aa;
}

body { 
height: 100%;
text-align: center; 
padding: 0px; 
margin: 0px; 
font-size: 100%;
}

/*_____________________regole di stile per gli elementi_______________________*/
H1, H2, H3, H4, H5, H6 { font-weight: normal; }	
H1 { font-size: 1.125em; }	
H2 { font-size: 1em; }	
H3 { font-size: 0.875em; }
H4 { font-size: 0.8125em; }
H5 { font-size: 0.75em; }
H6 { font-size: 0.6875em; }
	
a, img { 										/*Impostazione sulle immagini e link per togliere il bordo*/
padding: 0px; 
margin: 0px; 
border: 0px;
}
a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

INPUT,SELECT,BUTTON { 
font-family: Arial, Verdana, Helvetica, Geneva, sans-serif; 
font-size: 0.6875em; 
color: #000000;
}

table, td, tr { margin: 0px; padding: 0px; border: 0px;}
dl, dt, dd { margin: 0px; padding: 0px; border: 0px;}
ul, li { margin: 0px; padding: 0px; border: 0px; list-style: none;}

/*_____________________regole di stile per lo scheletro_______________________*/
#sito_contenitore {
width: 992px; 
min-height: 100%; 								/**/
height: auto !important; 						/**/
height: 100%;									/*fix per IE sul parametro min-height*/
padding: 0px;
margin: auto;									/*fix per mantenere la pagina centrata [ da usare con body {text-align:center; margin:0px;} ]*/
}

#sito_testata {
width: 992px;
height: 234px; 
}
#sito_testata .logo { background:url(../img/logo.jpg); width: 228px; height: 234px; }
#sito_testata .logo a{ width: 100%; height: 100%; }
#sito_testata .logo a:hover { text-decoration: none; }
#sito_testata .hd1 { background:url(../img/head1.jpg); width: 489px; height: 234px; }
#sito_testata .hd2 { background:url(../img/head2.jpg); width: 275px; height: 234px; }

#sito_testata .hd3 { width: 764px; height: 234px; }

.campi {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	background-color : #FFFFFF;
}

.button {
	color: #FFFFFF; 
	font-weight:bold; 
	background:#0B7BCD;
	border:1px solid #000000;
	padding:0px;
	cursor:hand;	 
 	font-size:11px;
}

#sito_menu {
width: 158px; 
height: 231px;
margin-left: 7px;
background:url(../img/menu.jpg) bottom;

}
	.menubox {
	width: 154px; 
	}
		.menubox dl {  }
		.menubox dt {
		height: 25px;
		}
		.menubox dt a{
		padding: 0px 10px;
		}
		.menubox dt img.m { width:4px; height:6px; }
		.menubox dt a:hover, .menubox dt a:focus {
		text-decoration: none;
		padding: 0px 15px;
		}

#sito_news {
width: 158px; 
margin-left: 5px;
background:url(../img/menu.jpg) bottom;
}
	.newsbox {
	width: 158px; 
	background:url(../img/news.png) top left no-repeat;

	padding-top: 20px;
	}
		.p_news {
		padding: 35px 5px;
		}
		
#sito_corpo {
width: 815px;
margin-left: 3px;
padding-right: 8px;
border-left: #000000 1px solid;
background: url(../img/ombra.jpg) repeat-y right;
background-color: #e6e6e6;
position: relative;
}
	#sito_corpo .barra {
	margin-left: -1px;
	background: url(../img/corpo.png) top left no-repeat;
	width: 821px;
	height: 20px;
	margin-bottom: -2px;
	}
	
	#marchi {
	width: 800px;
	min-height: 200px;
	height: auto !important; 						/**/
	height: 200px;									/*fix per IE sul parametro min-height*/
	margin-top: 10px;
	}
	
	#colonnacn_ {
	width: 800px;
	min-height: 410px;
	height: auto !important; 						/**/
	height: 410px;									/*fix per IE sul parametro min-height*/
	}
	#colonnacn {
	width: 600px;
	min-height: 410px;
	height: auto !important; 						/**/
	height: 410px;									/*fix per IE sul parametro min-height*/
	}
		.m_cn {
		margin: 0px;
		}
		.p_cn {
		padding: 5px 0px 0px 10px;
		}
		
	#colonnadx {
	width: 200px;
	}

#footer {
width: 992px;
text-align: center;
}

/*__________________regole per i float________________________________________*/
.sinistra {
float: left;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
}
.destra {
float: right;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
}
.sinistrac {
float: left;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: both;
}
.destrac {
float: right;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: both;
}
.sinistral {
float: left;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: left;
}
.destral {
float: right;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: left;
}
.sinistrar {
float: left;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: right;
}
.destrar {
float: right;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: right;
}
.block {
display:block; 
clear: both
}
/*__________________regole per absolute______________________________________*/
.abs0 {
position: absolute;
top: 0px;
left: 0px;
}
.absb0 {
position: absolute;
bottom: 0px;
left: 0px;
}
/*__________________regole per i testi________________________________________*/
.testo {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
}
.testo b {
}
.testo em {
}
.tx_colore {
color: #9f3036;
}
.tx_link {
color: #eb7f24;
}
.tx_bianco {
color: #FFFFFF;
}
.tx_nero {
color: #000000;
}
.tx_0 {
font-size: 0.625em;
}
.tx_1 {
font-size: 0.6875em;
}
.tx_2 {
font-size: 0.75em;
}
.tx_3 {
font-size: 0.8125em;
}
.tx_4 {
font-size: 0.875em;
}
.tx_8 {
font-size: 1.125em;
}
.upc {
text-transform: uppercase;
}
/*__________________regole per l'allineamento_________________________________*/
.tx_left {
text-align: left;
}
.tx_center {
text-align: center;
}
.tx_right {
text-align: right;
}
.tx_justify {
text-align: justify;
}
/*__________________regole per varie__________________________________________*/
.pulito {
margin: 0px;										/*0px 0px 0px 0px*/
padding: 0px;									/*0px 0px 0px 0px*/
border: 0px;										/*0px 0px 0px 0px*/
}
.test { border: 1px solid #000 }
.b_link { border-bottom:1px solid #336699; padding-bottom: 5px;}
.link { min-height: 100px; height: auto !important; height: 100px;}
.link .imm { width: 150px; height: 80px; }
.link .visita { height:80px; width:300px; margin:30px 0px 0px 10px;}
.link .text { height:80px; width:300px; margin:30px 0px 0px 10px; }
