html { height: 100%; }

body {
	height: 100%;
	background-color: #75767a;
	background-image:  url("../img/content_drk_gray.png");
	background-repeat: repeat;
	background-position: top center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 75%;
	margin: 0px;
	color: #D4D4D4	
}

#mainContainer {
	border: 1px solid #3d3d3d;
	background-color: #ffffff;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	position:relative;
	}
	
/*===================================*/

#header {
	background-color: #333333;
	background-image: url("../img/head.png");
	height: 160px;
	margin: 0;
	padding: 0;
	position:relative;
	width: 1000px;

	}
#header .box {
	padding-top: 25px;
 	padding-right: 16px;
	margin: 0; }
#header h2 { 
	font-weight: normal;
	font-size: 24px;
	color: #929db5;
	margin: 0;
	}
#header h3 {
	font-weight: normal;
	font-size: 18px;
	color: #CCCCCC;
	margin: 0;
	}
/* ======= Menù principale ======= */
#menu{
	position:relative;
	display:block;
	height:35px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../img/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:1px solid #000066;
	}

#menu ul{
	margin:0;
	padding:0 0 0 180px;
	list-style-type:none;
	width:auto;
	}

#menu ul li{
	display:block;
	float:left;
	margin:0;
	}

#menu ul li a{
	display:block;
	float:left;
	color:#0066ff;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(../img/bgDIVIDER.gif) no-repeat top right;
	}
#menu ul li a:hover,#stylefour ul li a.current{
	color:#000066;
	background:#fff url(../img/bgON.gif) no-repeat top right;
	}
/* ======= Menù di servizio ======= */
#menu_servizio{
	position:relative;
	display:block;
	height:40px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../img/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:1px solid #000066;
	}

#menu_servizio ul{
	margin:0;
	padding:0 0 0 380px;
	list-style-type:none;
	width:auto;
	}

#menu_servizio ul li{
	display:block;
	float:left;
	margin:0;
	}

#menu_servizio ul li a{
	display:block;
	float:left;
	color:#0066ff;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(../img/bgDIVIDER.gif) no-repeat top right;
	}
#menu_servizio ul li a:hover,#stylefour ul li a.current{
	color:#000066;
	background:#fff url(../img/bgON.gif) no-repeat top right;
	}	
/*===================================*/

#filter {
 	/*background-image: url("../img/ric_24_2.png");*/
	height: 85px;
	width: 1000px;
	margin: 0;
	padding: 20;
	position:relative;
	}

#filter .box {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 22px;
 	padding-left: 5px;
	}
/*===================================*/

#filter2 {
 	/*background-image: url("../img/content_cya.png");*/
	height: 35px;
	width: 1000px;
	margin: 0;
	padding: 5;
	position:relative;
	}

#filter2 .box {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
 	padding-left: 5px;
	}
/*===================================*/

#tabt {
	/*background-image: url("../img/tabt_24_b.png");*/
	background-color: #ffffff;
	height: 35px;
	width: 1000px;
	position:relative;
	
	}
	
#tabt .box {
	padding-top: 10px;
 	padding-left: 5px;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}

#tabt a {
	color: #ffffff;
	font-size: 12px;
	}
/*===================================*/

#content_index {
	/*background-image: url("../img/content_white.png");*/
	background-color: #ffffff;
	width: 1000px;
	height: 392px;
	line-height: 20px;
	word-spacing: 2px;
	text-align: justify;
	overflow: auto;
	position:relative;
	}
#content_index .box {
	padding-top: 2px;
 	padding-left: 5px;
	margin-bottom: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	}
#content_index .link {
	font-family: Arial;
	font-size: 12px;
	color: #000066;
	}
#content_index h2 {
	font-size: 16px;
	font-weight: bold;
	color: #929db5;
	margin: 0 10px 0 0;
	}
#content_index h2 a {
	text-decoration: none;
	font-weight: bold;
	}
#content_index h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 10px 0 0;
	}
#content_index h4 {
	font-size: 16px;
	font-weight: bold;
	color: #ffff00;
	margin: 0 10px 0 0;
	}
#content_index a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	}
#content_index a:hover {
	color: #000000;
	}
/*===================================*/
#content_pages {
	/*background-image: url("../img/content_white.png");*/
	background-color: #ffffff;
	width: 1000px;
	height: 351px;
	line-height: 20px;
	word-spacing: 2px;
	text-align: justify;
	overflow: auto;
	position:relative;
	}
#content_pages .box {
	padding-top: 2px;
 	padding-left: 5px;
	margin-bottom: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	}
#content_pages .link {
	font-family: Arial;
	font-size: 12px;
	color: #000066;
	}
#content_pages h2 {
	font-size: 16px;
	font-weight: bold;
	color: #929db5;
	margin: 0 10px 0 0;
	}
#content_pages h2 a {
	text-decoration: none;
	font-weight: bold;
	}
#content_pages h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 10px 0 0;
	}
#content_pages h4 {
	font-size: 16px;
	font-weight: bold;
	color: #ffff00;
	margin: 0 10px 0 0;
	}
#content_pages a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	}
#content_pages a:hover {
	color: #000000;
	}
/*===================================*/
#footer {
	float:center;
	width:1000px;
	height:37px;
	background:#000033;
	font-size:93%;
	line-height:normal;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	position:relative;
	}
