/*_____________________regole di stile per il corpo___________________________*/* {												/*jolly tag per IE*/
padding: 0px; 
margin: 0px;
}

html { 
height: 100%;
padding: 0px;
margin: 0px;
background-color: #9ea5a8;
}

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 { 
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: 800px; 
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;} ]*/
}

#wrap {
background-color: #ffffff;
border-left: 1px solid #a6342c;
border-right: 1px solid #a6342c;
}

#sito_testata {
width: 800px;
}

#sito_menu {
width: 520px; 
background-color: #9ea5a8;
height: 57px;
position:relative;
}
	.menubox {
	width: 500px; 
	height: 20px;
	background-color: #a6342c;
	position: absolute; /* Menu position that can be changed at will */
	top: 37px;
	left: 20px;
	z-index: 100;
	}
		.menubox dl { position: relative; z-index: 50; }
		.menubox dt {
		height: 18px;
		margin: 2px 21px 0px 0px;
		}
		.menubox dl dt a{
		 
		}
		.menubox dt a:hover, .menubox dt a:focus, #current_m{
		}
			.menubox dd { display: none; position: absolute; top:20px; left: 0; background: #a6342c; z-index: 1;}
			.menubox li { padding: 3px 0px; }
			.menubox dl dd li a {
			text-decoration: none;
			display: block;
			width: 130px;
			vertical-align:bottom;
			padding: 2px 3px;
			margin: 0px;
			}
			.menubox li a:hover, #menu li a:focus { background: #9ea5a8;}

	.menubox2 {
	background-color: #a6342c;
	z-index: 100;
	height: 20px; width: 495px; 
	padding-right: 5px;	
	border-left: 20px solid #9ea5a8;
	}
		.menubox2 dl { position: relative; z-index: 50; }
		.menubox2 dt {
		height: 18px;
		margin: 2px 6px 0px 4px;
		}
		.menubox2 dl dt a{
		 
		}
		.menubox2 dt a:hover, .menubox dt a:focus, #current_m{
		}
			.menubox2 dd { display: none; position: absolute; top:20px; left: 0; background: #a6342c; z-index: 1;}
			.menubox2 li { padding: 3px 0px; }
			.menubox2 dl dd li a {
			text-decoration: none;
			display: block;
			width: 130px;
			vertical-align:bottom;
			padding: 2px 3px;
			margin: 0px;
			}
			.menubox2 li a:hover, .menubox2 li a:focus { background: #9ea5a8;}

#sito_corpo {
width: 800px;
min-height: 200px; 								/**/
height: auto !important; 						/**/
height: 200px;									/*fix per IE sul parametro min-height*/
}

	#_colonnacn {
	width: 600px;
	}
	#colonnacn_ {
	width: 800px;
	}
	#colonnacn_ .b_news{
	margin-top: 10px;
	padding-top: 5px;
	border-top: solid 1px #000;
	width: 100%;
	min-height: 75px; 								/**/
	height: auto !important; 						/**/
	height: 75px;									/*fix per IE sul parametro min-height*/
	position: relative;
	}
	#colonnacn_ .b_news .b_news_s{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	height: 100%;
	}
	#colonnacn_ .b_news .d590 { width:590px; }
	#colonnacn_ .b_press{
	width: 150px;
	height:200px;
	margin: 10px 0px 10px 40px;
	text-align: center;
	}
	#colonnacn {
	width: 285px;
	margin-right: 15px;
	}
		.m_cn {
		margin: 0px 0px 0px 0px;
		}
		.p_cn {
		padding: 10px 5px 0px 5px;
		}
		.sp_d {margin: 0px 0px 0px 20px;}
		
		#colonnacn ul li{
		list-style:disc outside;
		margin-left: 13px;
		}
		
	#colonnadx {
	width: 500px;
	min-height: 300px; 								/**/
	height: auto !important; 						/**/
	height: 300px;									/*fix per IE sul parametro min-height*/
	}
	#colonnadx_ {
	width: 200px;
	}
			#colonnadx .imm_dia {
			width: 120px;
			height: 65px;
			margin-right: 5px;
			margin-bottom: 5px;
			background-position: center center;
			background-repeat: no-repeat;
			background-color: transparent;
			background-image: url('');
			}		
#footer {
width: 800px;
}
/*__________________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;
}
/*__________________regole per absolute______________________________________*/
.abs0 {
position: absolute;
top: 0px;
left: 0px;
}
/*__________________regole per i testi________________________________________*/
.testo {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
}
.testo b {
}
.testo em {
}
.tx_colore {
color: #a6342c;
}
.tx_link {
color: #a6342c;
}
.tx_bianco {
color: #FFFFFF;
}
.tx_nero {
color: #000000;
}
.tx_9 {
font-size: 0.562em;
}
.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 }
.barra { background: #a6342c; height: 20px; width: 795px; padding-right: 5px; }