@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#d6e1ef;
	font-family:Trebuchet MS;
	text-align:center;
}
#container{
	margin:0px auto;
	width:891px;
}
#top{
	width:891px;
	position:relative;
}
#linkHome{
	position:absolute;
	z-index:20px;
	top:20px;
	left:40px;
}

#mainmenu{
	float:left;
	display:inline;
	margin:2px 0px 0px 295px;
}



#mainmenu ul{
	margin:0px;
	padding:0px;
}
#mainmenu li{
	list-style-type:none;
	float:left;
	display:inline;	
	margin-top:5px;
	padding:0px;
	text-align:center;
}
#mainmenu a{
	text-transform:uppercase;
	color:#064379;
		color: #0046a9;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
	overflow:hidden;
	height:35px;
	line-height:35px;
}
#mainmenu #prodottiLink a{
	/*background:url(../images/bgProdottiLink.jpg) top left no-repeat;*/
	width:106px;
}
#mainmenu #prodottiLink a:hover{
	/*background:url(../images/bgProdottiLink.jpg) 0px -70px no-repeat;*/
	width:106px;
	color:#000a2f;
}
#mainmenu #downloadLink a{
	/*background:url(../images/bgDownloadLink.jpg) top left no-repeat;*/
	width:93px;

	
}
#mainmenu #downloadLink a:hover{
/*	background:url(../images/bgDownloadLink.jpg) 0px -70px no-repeat;*/
	width:93px;
	color:#000a2f;
}
#mainmenu #mondoLink a, #mainmenu #losapevateLink a{
	/*background:url(../images/bgLosapevateMondoLink.jpg) top left no-repeat;*/
	width:153px;
}
#mainmenu #mondoLink a:hover, #mainmenu #losapevateLink a:hover{
/*	background:url(../images/bgLosapevateMondoLink.jpg) 0px -70px no-repeat;*/
	width:153px;
	color:#000a2f;
}
#mainmenu #prodottiLink a.selected{
	/*background:url(../images/bgProdottiLink.jpg) 0px -35px no-repeat;*/
	color:#000a2f;
}
#mainmenu #downloadLink a.selected{
/*	background:url(../images/bgDownloadLink.jpg) 0px -35px no-repeat;*/
width:93px;
	color:#000a2f;
}
#mainmenu #mondoLink a.selected, #mainmenu #losapevateLink a.selected{
	/*background:url(../images/bgLosapevateMondoLink.jpg) 0px -35px no-repeat;*/
	color:#000a2f;
}
#content{
	float:left;
	width:891px;
	background:url(../images/bgContent.gif) top left repeat-y;
	text-align:left;
	margin:0px;
	padding:0px;
}
#footer, #footer a{	
	color:#06437a;
	text-decoration:none;
	font-size:10px;
}
#footer{
	width:891px;
	float:left;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}