@charset "utf-8";
/* CSS Document */
html, body {
	background-color: #7C7A7A;
	background-image: url(interfaccia/dilecoBack.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: 16px;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ContenitoreSito {
width:900px;
margin: 10px auto 0px auto;}

#Testata {
	width: 900px;
	height: 10px;
	background-image: url("interfaccia/testata01.png")!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='interfaccia/testata01.png');
	background-repeat: no-repeat;
	text-align: center;
}
#Testata2 {
	width: 900px;
	height: 54px;
	background-image: url("interfaccia/testata02.png");
	background-repeat: no-repeat;
	text-align: left;
}
#TestataFlash {
	height:170px;
	width: 900px;
	background-image: url("interfaccia/testata03.png");
	background-repeat: no-repeat;
	text-align:center;
}
#InternoTop {
	width: 900px;
	height: 50px;
	background-image: url("interfaccia/interno_top.png")!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='interfaccia/interno_top.png');
	background-repeat: no-repeat;
	background-color: #FFF;
	
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-indent: 30px;
}
#InternoMiddle {
	width: 900px;
	height: auto;
	min-heigth: 100%;
	background-repeat: repeat-y;
	background-color: #FFF;
	display: table-cell;
	background-image: url("interfaccia/interno.png")!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='interfaccia/interno.png', sizingMethod='scale');
}
#InternoBottom {
	width: 900px;
	height: 15px;
	background-image: url("interfaccia/interno_bottom.png")!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='interfaccia/interno_bottom.png');
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
}
#Footer {
	width: 900px;
	height: 20px;
	background-image: url("interfaccia/footer.png")!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='interfaccia/footer.png');
	background-repeat: no-repeat;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#Footer2 {
	width: 860px;
	height: 40px;
}
#Footersx {
	color: #CCC;
	width: 450px;
	float:left;
	text-align:left;
	padding-left:20px;
	margin-top:10px;
	margin-bottom:15px;
}
#FooterCentro {
	color: #CCC;
	width: 120px;
	float:left;
	text-align:center;
	padding-left:100px;
	margin-top:10px;
	margin-bottom:15px;
}
#Footerdx {
	width: 120px;
	float:right;
	text-align:right;
	padding-right:20px;
	margin-top:10px;
	margin-bottom:15px;
}
#Footersx a:link,#Footersx a:active,#Footersx a:visited,#Footerdx a:link,#Footerdx a:active,#Footerdx a:visited,#FooterCentro a:link,#FooterCentro a:active,#FooterCentro a:visited{
	color: #CCC;
	text-decoration: none;
}
#Footersx a:hover,#Footerdx a:hover,#FooterCentro a:hover{
	color: #F60;
	text-decoration: none;
}
#navMenu {
	float: right;
	margin: 0;
	padding-top: 38px;
	padding-right:20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}	
#navMenu ul, #navMenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}	
#navMenu a:link, #navMenu a:visited {
	line-height: 11px;
	font-weight: bold;
	padding: 0 10px 0px 10px;
	text-decoration: none;
	color: #CCC;
	background-image:url(interfaccia/menu.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#navMenu a:link#last, #navMenu a:visited#last {
	background-image:none;
	padding-right:0px;
}
#navMenu a:hover { color: #FFF; }
