
/*FOOTER*/

.footerWrapper {
	width:895px;	
	margin:0 auto;
	padding:15px;
	background:#FFFFFF;
}

.topFooter{
	background:#C3E8F4 url(../img/footer/bgFooter.jpg);
	border:1px solid #A5CDD6;
	padding:12px 20px;
}


/* col 1 */

.doveSiamoHome {
	font-size:14px;
	float:left;
	width:250px;
	margin-right:0px;
}
.doveSiamoHome .descrizione {
	width:170px;
	text-align:right;
	float:left;
	padding-top:16px;
	margin-right:6px;
}
.doveSiamoHome .descrizione strong {
}
.doveSiamoHome img {
	float:left;
	display:block;
}
.doveSiamoHome a {
	display:block;
	color:#0C75A1;
	text-decoration:none;
}
.doveSiamoHome a:hover {
	color:#2A597B;
}

/* col 2 */

.infoHome {
	font-size:12px;
	float:left;
	color:#333333;
	width:366px;
	margin-top:20px;
}

/* col 3 */

.prenotaHome {
	width:230px;
	float:right;
	color:#0C75A1;
	padding-top:12px;
}

.prenotaHome .iconText {
	font-size:15px;
	margin:3px 0 0 0;
	text-decoration:none;
	padding: 2px 0 2px 26px;
}

.prenotaHome a {
	text-decoration:none;
	color:#0C75A1;
}

.prenotaHome a:hover {
	color:#2A597B;
}


.prenotaHome .telBg{
	background: url(../img/footer/tel_icon.gif) no-repeat center left;
}

.prenotaHome .emailBg{
	background: url(../img/footer/email_icon.gif) no-repeat center left;
}



/*OUTER FOOTER*/

.outerFooter {
	padding:15px 0 0;
	font-size:11px;
	color:#333333;
}

.outerFooter span {
	padding:0 5px;
}

.outerFooter a {
	text-decoration: none;
}

.outerFooter .leftFooter{
	width:860px;
}

.outerFooter .rightFooter{
	width:180px;
	text-align:right;
}

.outerFooter .leftFooter a{
	color:#333;
	font-weight:bold;
	text-decoration: underline;
}

.outerFooter a:hover {
	text-decoration: underline;
	color:#0C808D;
}

.evolveLink span{
	display:none;
}

.menuBottom{
	padding:0 0 14px;
}

