

/**************************/
/* STILI GENERALI	  */
/**************************/

body {
	margin:0px;
	text-align:center;
	margin:auto;
	width:100%;
	font-family:Arial;
	font-size:12px;
	background:#f1efe8;
}
a {
	color:#777;
}
a:hover {
	color:#333;
}	
ol, li, ul, form, input, img {
	margin:0px;
	padding:0px;
	border:0px;
}

#all { 
	margin:auto;
	width:1000px;
	background-color:#fff;
	text-align:left;
}

/**************************/
/* FINE STILI GENERALI	  */
/**************************/



/**************************/
/* STILI HEADER		 	  */
/**************************/


#header_ext {
	background:url('../images/header_0.png');
	width:1000px;
	height:155px;
}

#header_mid {
	background:url('../images/header_1.png');
	width:1000px;
	height:155px;
}
#hlogo {
	width:248px;
	text-align:center;
	float:left;
	
	height:120px;
	}
#menutop {
	height:30px;
	margin-left:350px;
		font-weight:bold;
	color:#333;
}

#menutop a{
	font-weight:bold;
	color:#333;
}

.input_text_small {
	width:80px;
	font-family:Arial;
	font-size:11px;
	border:1px solid #999;
	font-weight:bold;
	}
.separatore {
	vertical-align:middle;
	margin-top:0px;
	margin-left:12px;
	margin-right:12px;
	}
	


#htasto1 {
	margin-top:20px;
	width:188px;
	float:left;
	text-align:right;
}


#htasto2 {
	margin-top:27px;
	width:188px;
	float:left;
}

#htasto3 {
	margin-top:20px;
	width:188px;
	float:left;
}

#htasto4 {
	margin-top:27px;
	width:188px;
	float:right;
}

/**************************/
/* FINE STILI HEADER 	  */
/**************************/

/**************************/
/* DROP DOWN STYLES 	  */
/**************************/

#dropmenudiv{

	min-height:140px;
	background:url('../images/sfondo_menu.jpg');
	position:absolute;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	text-align:left;
	z-index:100;
	padding:0px;margin:0px;
	padding-bottom:40px;
	
}
 
#dropmenudiv a{
	margin-left:26px;
	margin-right:20px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #eee;
	padding: 0px 0;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	margin-bottom:3px;
	
}
 
#dropmenudiv a:hover{
color: #000;
}

/**************************/
/* DROP DOWN STYLES END	  */
/**************************/

/**************************/
/* CENTRALE		  */
/**************************/

#centrale {
	width:1000px;
	height:400px;
}
#centrale_sub {
	width:1000px;
}
#centrale_sub #right {
	float:right;
	width:380px;
	height:440px;
	background-color:#ccc0b2;

}
#centrale_sub #left {
	width:610px;
	
}

.news_box {
	padding-left:30px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:0px;
	height:270px;
}

.cont_box {
	padding-left:30px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:0px;
	
}


.news_row {
	height:72px;
}

.news_title {
	margin-left:140px;
}

.news_title a{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#a00;
	text-decoration:none;
}

.news_title a:hover{
	color:#600;
	text-decoration:underline;
}
.news_text {
	margin-left:156px;
	font-size:11px;
}

.img_news_sm {
	float:left;
	border:3px solid #9b8f81;
}

#bannerone_rosso {
	margin-left:33px;
	margin-right:10px;
	background-color:#92171a;
}

/**************************/
/* FINE CENTRALE	 	  */
/**************************/

