/* *******************************************************************************************************
   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:#0B3C64;
}

/* div esterni per centratura della pagina */
div#body-header{
	float:left;
	width:100%;
	background-color:#005EA8;
	background-image:url("../img/header-background.png");
	background-position:bottom left;
	background-repeat:repeat-x;
}
div#body-header > div.bg{
	float:left;
	width:100%;
	background-image:url("../img/header-gears.png");
	background-position:top left;
	background-repeat:repeat-x;
}
div#body-contents{
	float:left;
	width:100%;
	background-color:#ffffff;
}
div#body-contents-ordini{
	float:left;
	width:100%;
	background-color:#e5e5e5;
}
div#body-footer{
	float:left;
	width:100%;
	background-color:#005EA8;
	background-image:url("../img/background.png");
	background-position:top left;
	background-repeat:repeat-x;
}
.wrapper{
	width:1000px;
	margin-left:auto; 
	margin-right:auto;
}

/* div principali per i contenuti */
div#main-contents{
	float:left;
	width:1000px;
	padding-top:90px;
	padding-bottom:30px;
	background-image:url("../img/background-contents.png");
	background-position:top center;
	background-repeat:no-repeat;
}
div#main-contents-header-small{
	float:left;
	width:1000px;
	padding-top:30px;
	padding-bottom:30px;
	background-image:url("../img/background-contents.png");
	background-position:top center;
	background-repeat:no-repeat;
}
div#main-contents-header-small-no-bg{
	float:left;
	width:1000px;
	padding-top:15px;
	padding-bottom:15px;
}
div#main{
	float:left;
	width:1000px;
	min-height:300px;
	height:auto !important;
	height:300px;
}

/* contenitori generici tarati sulle larghezze del sito */
.standard-container{
	float:left;
	width:1000px;
}
.standard-container-tab{
	float:left;
	width:774px;
}



