html, body
{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#52524D;
} 

div#flashinclude {

min-height: 140px;
height: 140px;
overflow:hidden;
}

#box_site
{ 
	width:760px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header
{
	position: relative;
	height: 110px;
	background-image: url(../back_head.gif);
	width: 100%;
}
#logo
{
	position: relative;
	float: left;
	width: 201px;
}
#menu
{
	position: relative;
	float: right;
	top:70px;
	left: -140px;
	text-align: left;
	color: #ffffff;
}
#menu a,#menu a:hover,#menu .attivo
{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 20px;
}
#header2
{
	height: 22px;
	background-color: #5E7E9E;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bolder;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;	
}
#menu_sez
{
	background-color: #003366;
	color: #ffffff;
	font-weight: bolder;	
	padding-top: 20px;	
	padding-bottom: 20px;
	text-align: center;
}
#menu_sez table
{
	width:100%;
}
#menu_sez td
{
	width:152px;
}
#menu_sez a,#menu_sez a:hover
{
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	text-decoration: none;
}
#footer
{
	padding-top: 10px;
	color:#336699;
}
#footer a,#footer a:hover
{
	color:#336699;
}
#indirizzo
{
	position:relative;
	float: left;
}
#certificazioni
{
	position:relative;
	float: right;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
