DIV.footer {
	background-image: url(../pictures/bg_footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #005397;
	width: 950px;
	text-align: left;
	position: relative;
	height: 100px;
}

DIV.pagamenti {
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	width: 950px;
	height: 30px;
	background-color: white;
}

DIV.menu_footer {
	color: white;
	float: left; 
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #81a9cc;
	margin-left: 30px;
	margin-top: 15px;
	width: 650px;
	height: 45px;
}

DIV.footer_info {
	font-size: 11px;
	float: left;
	color: #ffffff;
	margin-left: 20px;
	margin-top: 15px;
}

DIV.footer_info A:LINK, 
DIV.footer_info A:ACTIVE,
DIV.footer_info A:VISITED { color: yellow }

DIV.menu_footer UL {
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
	list-style: none 
}

DIV.menu_footer LI { display: inline }

DIV.menu_footer A:LINK,
DIV.menu_footer A:ACTIVE,
DIV.menu_footer A:VISITED { 
	font-size: 13px;
	color: yellow 
}

SPAN.pipe {
	margin-left: 5px;
	margin-right: 5px;
}