@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	height: 100%;
	min-height: 100%;
	left: 0px;
	font: 12px Arial;
	background-color: #000;
}
#container {
	min-height: 600px;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}
	#headerHome {
		background-image: url(../images/css/banner_top.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		height: 121px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin:0;
	}
	#contentMenu {
	min-height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	}
	#contentHome {
		min-height: 469px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin: 0;
	}
	#footer {
		min-height: 65px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	
	
/* FINE CLASSI */
.clear { clear: both; }
/* MENU */
#menuStyle {
	width: 750px;
	color: #FFF;
	font-size: 13px;
	margin-left: 15px;
	padding-top: 12px;
}
#menuStyle ul{
	margin: 0;
	padding-left: 0px;
	list-style: none;
	height:auto;
}
#menuStyle li{
	display: inline;
}
#menuStyle a:link, #menuStyle a:visited{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #fff;
	margin: 0px;
	text-decoration: none;
	border: 0;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	display : block;
	height:20px;
	background-image: url(../images/css/filetto_menu.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuStyle a:hover, #menuStyle a:focus, #menuStyle a:active, #menuStyle #selected{
	color: #FFCC00;
	display : block;
	height:20px;
}
#menuStyle ul li ul {
	position: absolute;
	left: 155px;
	top: 25px;
	display: none;
	width: 115px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding : 8px;
	z-index:20;
	background-color:#CE001A;
	border: solid 1px #ffffff;
}
#menuStyle ul li ul li a {
	border-left: none;
	background: #CE001A;
}
#menuStyle ul li ul li a:hover {
	border-left: none;
	background: #CE001A;
}
#menuStyle ul li:hover ul { display: block; }

/** FINE MENU **/
