html,body{margin: 0;padding:0;height:100%;}
body{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
	text-align:left;
	line-height: 18px;
	margin:0;
	padding:0;
	font-size:11px;
	height:100%;
	color:#595959;
	
}

 

div#container{
	position:relative;   
	height: 100%;
	margin: 0 auto;
    text-align: left;  
}

body>div#container{
	height:auto;
	min-height:100%
}

div#footer{
	background-image:url(media/bg_footer.jpg);
	background-repeat:repeat-x;
	position: absolute;
	height:114px;
	bottom:0; 
	width: 100%; 
	padding:0;
	color: #000;
	text-align:center;
}

div#fascia{
 	background-image:url(media/fascia.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:134px; 
	height:199px; 
	left:0px; 
	width: 100%; 
	padding: 0;
	padding-top:1px;
    text-align:center;
	background-color:#FFFFFF;
}

div#corda{
 	background-image:url(media/corda.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:336px; 
	height:26px; 
	left:0px; 
	width: 100%; 
	padding: 0;
	padding-top:1px;
    text-align:center;
	background-color:#FFFFFF;
}

	
.impa {
	font-family:"Trebuchet MS";
	text-decoration:none;font-size:12px;}
.impa:hover {
	text-decoration:underline;
}
 

.hm_on {
	background-image:url(media/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	height:50px;
	width:100PX;
	position:relative;
	float:left;
	text-align:center;
	line-height:14PX;
	padding-top:21PX;
	cursor:hand;
	cursor:pointer;
}
.hm_on:hover  {
	color:#ffffff;
}

.hm_off {
	background-image:url(media/menu_off.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
	color:#004286;
	height:50px;
	width:100PX;
	position:relative;
	float:left;
	text-align:center;
	line-height:14PX;
	padding-top:21PX;
	cursor:hand;
	cursor:pointer;
}
.hm_off:hover {
	background-image:url(media/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#ffffff;
}

.hm_link {
	color:#ffffff;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
}




.link_agency {
	font-size:11px;
	text-decoration:none;
	color:#666666;
}
.link_agency:hover {
	color:#000000;
	text-decoration:none;
}

.link_footer {
	font-size:11px;
	text-decoration:none;
	color:#004286;
	font-weight:bold;
}
.link_footer:hover {
	color:#004286;
	text-decoration:underline;
}


.link_sito {
	font-size:11px;
	text-decoration:none;
	color:#004891;
	font-weight:bold;
}
.link_sito:hover {
	color:#004891;
	text-decoration:none;
	font-weight:bold;
}
 








