@charset "UTF-8";
/* CSS Document */
/* 
	GIALLO: #dca504;

*/
/**/
*{
	margin:0;
	padding:0;
	border:none;
}
body{
	width:100%;
	height:99%;
	padding-top:1%;
	background:#FFF url(../img/bkg-body.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#main{
	width:720px;
	border:1px solid #dca504;
	background:#fff;
	margin:0 auto 10px auto;
	padding:10px;
}


#top{
	background:#dca504;
	margin-bottom:10px;
}
#content{
	padding-bottom:10px;
	background:url(../img/bkg-content.png) repeat-y right top;
	margin-bottom:10px;
	clear:both;
}
#content h2{
	width:100%;
	padding-top:10px;
	font-size:12px;
	margin-bottom:15px;
	padding-bottom:10px;
	background:url(../img/bkg-hn.png) bottom repeat-x;
}
#content #left{
	float:left;
	width:460px;
	padding:0 28px 0 27px;
}
#content #right{
	width:180px;
	float:left;
	padding:10px;
}
#content #right h3{
	width:100%;
	font-size:12px;
	color:#FFF;
	margin-bottom:15px;
	padding-bottom:10px;
	background:url(../img/bkg-hn.png) bottom repeat-x;
}
#content #right .menu ul,
#content #right .menu{
	list-style:none;
}
#content #right .menu .separator{
	display:block;
	text-indent:-10000em;
	height:20px;
}
#content #right .menu li a{
	font-weight:bold;
	color:#fff;
	/*padding-left:15px;
	background:url(../img/bkg-menu-freccine.png) no-repeat 0 center;*/
	text-decoration:none;
}
#content #right .menu ul li a{
	font-weight:normal;
}
#content #right .menu ul li ul li a{
	padding-left:15px;
}
#content #right .menu li a:Hover{
	text-decoration:underline;
}



#footer{
	background:rgb(214, 209, 205);
	height:67px;
	padding:5px 20px 5px 20px;
	width:680px;
}
p{
	text-align:justify;
	margin-bottom:12px;
}
.clear{
	clear:both;
}
ul{
	list-style:disc
}
#left ul{
	padding-left:20px;
}

#header{
	width:720px;
	height:128px;
	position:relative;
}

#header .moduletable_logo{
	position:absolute;
	left:0;
	top:0;
	width:342px;
	height:128px;
}
#header .moduletable_logo .menu{
	list-style:none;
}

#header .moduletable_menu_header{
	/*width:475px;*/
	position:absolute;
	right:0;
	top:0;
	width:350px;
	height:20px;
}
#header .moduletable_menu_header li{
	display:block;
	float:right;
	list-style:none;
	margin-left:20px;
}
#header .moduletable_menu_header li a{
	padding-left:16px;
	background:url(../img/bkg-li-menu-header.png) no-repeat left center;
	color:rgb(153, 153, 153);
}
#header .moduletable_top{
	position:absolute;
	right:0;
	top:20px;
	width:360px;
}
#header .moduletable_top .menu{
	list-style:none;
}
#header .moduletable_top .menu li{
	float:left;
	margin-left:5px;
}

#top{
	clear:both;
	height:130px;
}

#footer ul{
	float:left;
	margin-bottom:10px;
}
#footer li{
	margin:0 4px 3px 0px;
	list-style:none;
	float:left;
}
#footer li a{
	float:left;
	text-decoration:none;
	color:#333;
}
#footer li a:Hover{
	color:#666;
}
