@charset "utf-8";
/* CSS Document */

body {
	background-color: #cecece;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	background-image:url(img/bkg_line.jpg); background-repeat:repeat-x; /* sfondo pagina per ombre laterali template */
	margin: 0px;
	padding: 0px;

}
#ombre_laterali{
	height: 100%;
	width: 996px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image:url(img/barra_laterale_ombra.png); background-repeat:repeat-y; 
}

#contenitore {
	height: 100%;
	width: 990px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
}
#menu_top {
	background-color: #999;
	height:22px;
	color:#FFF;
	padding-left: 715px;
	padding-top:5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

a.secondo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:underline;
	line-height:18px;
}


.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height: 18px;
	background-color:#FFF;
	padding: 15px;
}

.testo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding: 15px;
	padding-left:96px;
}

.sfondo_centrale_bianco  {
	background-color:#FFF;
}

.rett_grigio {
	background-color:#f7f7f7;
	min-height:710px;

}

#centrale_home {
	width: 990px;
	background-color:#FFF;
	padding-bottom:15px;
	padding-top:15px;
	border-bottom-width: 1px;
	border-bottom-color: #f1f1f1;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-color: #f1f1f1;
	border-top-style: solid;	
}


#promozioni_home {
	background-color:#FFF;
	padding-top:15px;
	padding-bottom:15px;
}

#news_home {
	background-color:#FFF;
	padding-bottom:15px;
}

dt {
	font-size:11px;
	line-height:17px;
	padding-top:3px;
}