/* CSS Document Main */
html, body{
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background: #000 url(../images/bg-body.jpg) repeat-x;
}

h3{
background: #fff url(../images/logo_stamp.jpg) no-repeat;
display:none;
}

#container{
	min-height: 100%; 
  height: auto !important;
 	height: 100%;
	position:relative;
	margin:auto;
	padding:0;
	width:766px;
	background:#000 url(../images/bg-container.jpg) repeat-x bottom;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align:center;
}

#header{
	width:760px;			
	height:170px; 
	border: 1px #FFFFFF solid;
	text-align:center;
	background:#000;
	margin:0 3px;
	padding:0;
	voice-family: "\"}\"";
	voice-family:inherit;				 /*Valori per IE*/
	margin:auto;
	width:760px;
	height:168px;
}
html>#header{ /*Valori per Opera*/
width:760px;
}

/*###############################################################################################*/
/* MENU DI NAVIGAZIONE ORIZZONTALE*/
#nav{
	text-align:center;	
	margin:0 3px; 				
	padding:0;
	width:760px;
	background:#000;	 
	voice-family: "\"}\"";   /*Valori per IE*/
	voice-family:inherit;
	width:760px;
	margin:0 2px;
}	
html>#nav{ /*Valori per Opera*/
width:760px;
}
ul#menu{
	text-align:center;
	width:762px;
	list-style: none;
	margin:0px;
	padding:0px;
	top:0px;
	background:url(../images/bg-nav.jpg) repeat-x;
	border:1px solid #fff;
	border-top:none;
	height:30px;
	voice-family: "\"}\"";   /*Valori per IE*/
	voice-family:inherit;
	width:760px;
}
ul#menu li {
	float:left;
	padding:0px;
}
ul#menu li a {
	display: block;	 
	color: #fff;
	text-decoration: none;
	background:url(../images/bg-nav.jpg) repeat-x;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 190px;
	height: 31px;
	voice-family: "\"}\"";
	voice-family:inherit;				 /*Valori per IE*/
	width: 186px;
	height: 20px;
}
ul#menu li a:hover {
	background:url(../images/bg-nav-hover.jpg) repeat-x; 
	color: #fc0;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #fc0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/*###############################################################################################*/
/*MENU NAVIGAZIONE VERTICALE*/
ul#menu2{
	list-style:none;
	width:auto;
	border-top:1px #FFFFFF solid;
	text-align:left;
	margin:0;
	padding:0;
	voice-family: "\"}\"";
	voice-family:inherit;				 /*Valori per IE*/
	
	width:150px;
}
ul#menu2 li{
text-align:left;
font:70% Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
margin:0;
padding:0;
line-height:24px;
background:#6a0000;
}

ul#menu2 li a{
	text-align:left;
	display: block;
	width:150px;
	height:24px;
	padding-left:5px;
	border-bottom:1px #FFFFFF solid;
	border-right:5px #FFFFFF solid;
	margin:0;
	color:#fff;;
	line-height:24px;
	text-decoration:none;
	background: url(../images/bg-nav2.jpg) repeat-x;
	voice-family: "\"}\"";
	voice-family:inherit;				 /*Valori per IE*/
	width:140px;
	height:24px;
	padding-left:5px;
	line-height:24px;
}

ul#menu2 li a:hover{
	color:#FFCC00;
	border-right:5px #fc0 solid;
	text-decoration:none;
	background: url(../images/bg-nav2-hover.jpg) repeat-x;
}	

/* Menu icone validatori*/
ul#menu3{
	list-style:none;
	text-align:center;
	line-height:10px;
	margin:3px;
	padding:3px;
}

/* CONTENUTI DELLA PAGINA*/
#content{
	clear:left;
	width:766px;
	padding:0;
	margin-left:2px;
	margin-right:2px;
	voice-family: "\"}\"";
	voice-family:inherit;				 /*Valori per IE*/
	width:762px;
	margin:auto;
}

/*###############################################################################################*/
/*CONTENT SX*/
#contentSX{
	float:left;
	text-align:left;
	width:150px;
	padding:0;
	margin:0;
	margin-right:5px;
	margin-top:1em;
}

/*###############################################################################################*/
/*CONTENT CX */

#contentCX{
	float:left;
	width:460px;
	margin-left:5px;
	margin-right:5px;
	margin-top:1.5em;
	padding:0;
	text-align: justify;
	font:75% Georgia, "Times New Roman", Times, serif;
	color:#fff;
	line-height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;				 /*Valori per IE*/
	width:450px;
}

/*###############################################################################################*/
/*CONTENT DX*/

#contentDX{
	width:122px;
	float:right;
	text-align:right;
	margin-top:1em;
	margin-right:2px;
	font:1em Georgia, "Times New Roman", Times, serif;
	color:#889999;
	voice-family: "\"}\"";
	voice-family:inherit;				 /*Valori per IE*/
	width:120px;
}

ul#banner {
	margin:0;
	padding:0;
	list-style:none;
}
ul#banner li{
	width:120px;
	margin-top:5px;
	border:1px #FFFFFF solid;
}

/*###############################################################################################*/
/*FOOTER*/
#footer{
	clear:left;
	padding:0.5em 0 0.5em 0;
	
	margin:0;
	bottom:0;
	text-align:center;
	font:0.8em Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
#footer a{
color:#fc0;
}
#footer a:hover{
color:#fff;
}
#footer a:visited{
color:#fc0;
}