/* CSS Document */

/*CONTROLLA L'ASPETTO DEL FOOTER*/

#footer{
	background-image:url(../img/home/Sf-footer.jpg);
	background-repeat:repeat-x;
	clear:both;
	margin:0px;
	padding:0px;
	background-color:#357ba2;
	text-align:center;
	padding-bottom:10px;
}

#footer .immaginefooter{
	margin:0px;
	padding:0px;
}

#footer .immaginefooter address, #footer .immaginefooter p {
	display:inline;
}

#footer .immaginefooter p a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer .immaginefooter p a:hover{
	text-decoration:underline;
}

#footer .immaginefooter .menufondo ul {
	list-style-type:none;
	padding:10px;
	width:620px;
	margin:auto;
}

#footer .immaginefooter .menufondo ul li {
	display:inline;
	border-right:1px solid #FFFFFF;
	padding-right:5px;
	padding-left:5px;
}

#footer .immaginefooter .menufondo ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer .immaginefooter .menufondo ul li a:hover{
	text-decoration:underline;
}

#footer .immaginefooter .mappasito {
	display:block;
	padding-bottom:10px;
}

#footer .testofooter{
	color:#FFFFFF;
}

.mappasito a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.mappasito a:hover {
	text-decoration:underline;
}
	