/* CSS - style sheet for Menu Srl site*/
/* footer - all setting for footer part*/

/* Piede di pagina*/
#footerBg {background: #52646b; color: #c8fafa;}
#footerBg strong{ font: bold; color: #c8fafa;}

#footerMain { width:762px; margin:0 auto; font: 12px Arial, Helvetica, sans-serif;}

/* Menu basso font e links*/
#footerMenu { font-size: 12px; float: right; margin: 10px 0px 0px 0px; }
#footerMenu .styleLinks { text-align:left;}
#footerMenu .styleLinks a {text-decoration:none; color:#c8fafa;}
#footerMenu .styleLinks a:hover{ text-decoration:underline; color:#c8fafa;}

/* Impostazioni righe copyright, note privacy, termini d'uso */
#footerCopyr { font-size: 11px;  margin: 20px 0px 0px 0px;}
#footerCopyr .styleLinks { text-align:left; }
#footerCopyr .styleLinks a {text-decoration:underline; color:#c8fafa;}
#footerCopyr .styleLinks a:hover{ text-decoration:none;}

/* Impostazioni righe riferimenti vari a marchi e loghi */
#footerRefs { font-size: 11px; margin: 10px 0px 0px 0px;}
#footerRefs .styleLinks { text-align:left; }
#footerRefs .styleLinks a {text-decoration:underline; color:#c8fafa;}
#footerRefs .styleLinks a:hover{ text-decoration:none; }

/* Impostazioni righe note aggiuntive */
#footerNotes {  font-size: 11px; margin: 0px 0px 0px 0px; }
#footerNotes .styleLinks {float: left; padding: 23px 0px 5px 0px; text-align: left;}
#footerNotes .styleLinks a {text-decoration:underline; color:#c8fafa;}
#footerNotes .styleLinks a:hover{ text-decoration:none;}
#footerNotes .footerLogo  { float:right;  height: 39px; width: 139px;}

/* Crea un vuoto alto 400 pixel per le barre di scorrimento */
#footerFiller { height: 400px; }


