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

*{margin:0;padding:0;}
a{outline:none;border:none;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	width:100%;
	height:100%; 
	background: url(bg_body2.png) repeat-x #000000;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container{
	width:100%;
	height:100%;
}

#main{
	background: url(bg_cont_main.png) no-repeat;
	background-position: 25px 210px;
	width:960px;
	margin:0 auto;
	position:relative;
}

#cont_header{
	width:810px;
	height: 150px;
	margin-left: 90px;
	background-image: url(logo3.png);
	background-repeat: no-repeat;
	background-position: center;

}
#logo{
	height: 130px;
	width: 810px;
	float:left;
	font-size:1px;

}

#logo h1 a {
	display: block;
	text-indent: -9000px;
	width: 810px;
	height: 180px;
}
#menu_top{
	height: 38px;
	width: 670px;
	float:right;
}

#banner{
	margin-left: 90px;
	height: 55px;
	width: 810px;
}
#titolo{
	height: auto;
	width: 810px;
}
#titolo h1{
	font-size:10px;
}
#cont_main{
	background: url(bg_cont_main.jpg) no-repeat top;
	width:960px;
	height: 480px;
	margin-top: 30px;
}	
#contents_wrapper{
	width:761px;
	overflow:hidden;
	height:400px;
	margin-left: 106px;
	margin-top: 50px;
	margin-bottom: 35px;
	position:relative;
}

#footer{
	position:relative;
	width: 960px;
	height: auto;
	font-size:10px;
	margin-top: 60px;
}
#cont_footer{
	position:relative;
	width: auto;
	height: auto;
	color:#6a7935;
	font-size:10px;
	background-position: 530px 0px;
	float: left;
	padding-left: 115px;
}
#part_iva{
	width: 200px;
	height: auto;
	color:#6a7935;
	float: right;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#contents{
	height:400px;
	position:relative;
	width:7200px;
}

.content{
	position: absolute;
	top:0px;
	width:750px;
	overflow:hidden;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++MENU TOP++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#siti_web_inspire {
	padding:0 0 0 45px;
	margin:0;
	height: 38px;
	list-style:none;
	position: relative;
	font-size: 12px;
}
#siti_web_inspire li {
	display: block;
	float:left; 
	position: relative;
}
#siti_web_inspire a {
	padding-top:22px;
	display: block;
	color: #f0e02c;
	text-decoration:none;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
}
#siti_web_inspire a:hover,
#siti_web_inspire a:focus:hover {
	padding-top:22px;
	padding-bottom:18px;
	background: #000000;
	color: #fff;
	padding-left:15px;
	padding-right:15px;
}
#siti_web_inspire a:active,
#siti_web_inspire a:focus {
	padding-top:22px;
	padding-bottom:18px;
	background: #000000;
	color: #fff;
	padding-left:15px;
	padding-right:15px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++MENU BOTTOM++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#siti_internet {
	padding: 0 0 0 0;
	width: 550px;
	overflow: hidden;
}
.siti_internet_menu {
	padding: 10px 10px 0 115px;
	width: 550px;
	overflow: hidden;
}
#siti_internet ul{
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	font-size: 8px;
}
#siti_internet li {
	display: inline;
	margin: 0; 
}
#siti_internet a {
	text-decoration: none;
	color: #000;
}
#siti_internet a:hover,
#siti_internet a:focus:hover {
	color: #666666;
}
#siti_internet a:active,
#siti_internet a:focus {
	color:#666666;
}

