/* ------------------------------- 10.FOOTER --------------------------------*/
#footer {
	position:relative;
	font-size:12px;
	margin:0 0 0 0;
	background-color: #EEE;
	color:#999;
	font-style:normal;
	width: 978px;
	float:left;
	border-top: 5px solid #A2A2A2;
	z-index:2;
}
#footer_wrap {
	position:absolute;
	left:0;
	top:-5px;
	z-index:1;
	width: 705px;
	height:1px;
	border-top: 5px solid #F00;
}
#footer a {
	color:#8A8A8A;
}
#footer a:hover {
	color:#F00;
	text-decoration:none;
}
#footer h2 {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ddd;
	font-size:13px;
	font-weight:bold;
	color:#626262;
}
#footerPad { width:910px; margin:auto; padding:20px 25px 0 25px; }
.footerBlock {
	width:auto;
	float:left;
	margin:0;
	padding-right: 50px;
}
.footerBlock p { margin:0 0 10px 0; padding:0; }

#footer .footerBlockConnect {
	width:240px;
	float:right;
	margin:0;
	text-align: right;
}
.footerBlockConnect h2 { border:none; text-align:right; }
.footerBlockConnect ul { list-style-type:none; }
.footerBlockConnect .phone {
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:30px;
	color:#000000;
}

#footerCopy {
	padding:10px 0 10px 0;
	margin:10px 0 0 0;
	border-top:2px dotted #DDD;
}
#footerLeft {
	width:455px;
	float:left;
	margin:0;
}
#footerRight {
	width:452px;
	float:right;
	margin:0;
	text-align:right;
}
.refferals { width:978px; padding:0; margin:10px auto 5px auto; text-align: center; }
.refferals a { padding-left:15px; color:#8391a9; /* ascunde alt */ }

