#footer {
	clear: both;
	margin: 0; 
       margin-top: 40px;
	padding: 20px 0;
	text-align: center;
	color: #000;
	width: 100%;
	border: 0px solid  #D9DADE;
	background-color: #15294C;
	background-image:url(../img/sfondo_footer.jpg);
	background-position: top left;
	background-repeat: repeat;
	min-height: 40px;
	height : auto !important;
	height: 40px;	
	text-align: left;
}


#footerMenu{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	clear: both;
}

#footerMenu ul{
	margin: 0;
	padding: 0;
	line-height:1.8em;
	/*width:94%;*/
}

#footerMenu ul li{
	display: inline;
	color: #FFF;
}

#footerMenu ul li a, #footerMenu ul li a:visited{
	color: white; /*text color*/
	padding: 2px 11px;
	text-decoration: underline;
}
#footerMenu ul li a:hover {
	text-decoration: none;
}


.indirizzo {
	clear: both;
	text-align: center;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 0 10px 10px 0;
}





/* Fine */ 
