@charset "iso-8859-1";
/* CSS Document */
a:link {text-decoration: none; color:#666666;}
a:hover {text-decoration: none; color:#666666;}
A:visited {text-decoration: none; color:#666666;}
A:active {text-decoration: none; color:#666666;}

body {
	font: 100% Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
.img {padding-bottom:32px;
}
.testo-titoli a{ text-decoration:none; font-size:16px; color:#666; text-align:center; padding-top:16px;}
.testo-titoli a:hover{ text-decoration:none; font-size:16px; color:#999; text-align:center; padding-top:16px;}
#wrapper { margin:0 auto; width:1050px; }

#head { height:280px; padding-top:20px;}

#logo-menu { float:left; width:210px; }

#flashome { float:left; width:810px; height:168px; margin: 20px 0 0 20px;}

#content { position:relative}

#contacts {float: left; width:200px; height:100px;}

#footer a { text-decoration:none; color:#666;}

#footer a:hover { text-decoration:none; color:#999;}

#menu li { display:block;}
#menu li a {	
	display: block;
	padding: 4px 10px;
	text-decoration: none;	
	font-size: 14px;
	font-family: Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align:left;
	color: #666;
}

#menu li a:hover {	
	display: block;
	padding: 4px 10px;
	text-decoration: none;	
	font-size: 14px;
	font-family: Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #999;
}
