/* *******************************************************************************************************
   CONTENITORI GENERICI PER IL LAYOUT DELLA PAGINA
   *******************************************************************************************************/

body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-size:0.9em;
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
	color:#444444;
}

/* div esterni per centratura della pagina */
div#body-contents{
	float:left;
	width:100%;
}
div#body-header-top{
	float:left;
	width:100%;
	background-color:#F8F8F8;
	border-bottom:1px #E0E0E0 solid;
}
div#body-header{
	float:left;
	width:100%;
	border-bottom:1px #c8c8c8 solid;
}
div#body-footer{
	float:left;
	width:100%;
	background-color:#F4F4F4;
	border-top:1px #E0E0E0 solid;
	border-bottom:1px #E0E0E0 solid;
}
div#body-footer-2{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.wrapper{
	width:1000px;
	margin-left:auto; 
	margin-right:auto;
}

/* banner */
div#body-banner{
	float:left;
	width:100%;
	height:504px;
	margin:0px;
	padding:0px;
	background-position:top center;
	background-repeat:no-repeat;
}
div#body-banner > div#shadow{
	float:left;
	width:100%;
	height:28px;
	background-image:url(../img/banner-shadow.png);
	background-position:top left;
	background-repeat:repeat-x;
}

/* div principali per i contenuti */
div#main-contents{
	float:left;
	width:1000px;
	padding-top:20px;
	padding-bottom:20px;
}
div#main{
	float:left;
	width:1000px;
	min-height:360px;
	height:auto !important;
	height:360px;
}
div#main-home{
	float:left;
	width:742px;
}
div#right{
	float:right;
	width:242px;
}

/* contenitori generici tarati sulle larghezze del sito */
.standard-container{
	float:left;
	width:1000px;
}
.standard-container-tab{
	float:left;
	width:774px;
}



