@charset "utf-8";
/* CSS Document */
#top{
	height:97px;
	background:url(../img/bgMainMenu.gif) top right no-repeat;
}
#logo{
	float:left;
	display:inline;
}
#logo img{
	border:none;
}
#mainmenu{
	color:#FFFFFF;
	margin-top:45px;
}
#mainmenu li a:hover{
	background:url(../img/baffoMenuInner.gif) bottom center no-repeat;
}
#mainmenu li.selected{
	background:url(../img/baffoMenuInner.gif) bottom center no-repeat;
}
#mainmenu li.selected a:hover{
	background:none;
}
#mainmenu li a{	
	color:#FFFFFF;
	padding:0px 25px;
	font-weight:bold;
}
#content{
	float:left;
	display:inline;
	width:932px;
	background:url(../img/contatti.jpg) top right no-repeat;
	margin-top:10px;
}
#testocontatti{
	width:330px;
	height:395px;
	float:left;
	display:inline;
	background-color:#ececec;
}
#testocontatti a{
	color:#000000;
	text-decoration:none;
}
#testocontatti p.bodytext{
	margin:0px;
	padding:15px 0px 4px 15px;
	font-size:14px;
}
