/**
		stylesheet_footer.css
		Creatore: Stefano Perinetti
		(C) 2007 SL SOFT di Stefano Perinetti
		
		Realizzato per LePam Di Salvatore srl
		Data creazione: 19/09/2007
		Data ultima modifica: 19/09/2007
		
		Stili per il footer
**/

/** mainFooter è il contenitore principale **/
#mainFooter {
	width: 100%;
}
/** mainFooterYellowBorder è solo una decorazione **/
#mainFooterYellowBorder {
	width: 100%;
	height:9px;
	border-bottom: 1px solid #333333;
	background: url(../images/footer_yellow_border_bg.gif) repeat-x top left;
}
/** mainFooterBg contiene le due colonne del footer e fa da sfondo **/
#mainFooterBg {
	background: url(../images/footer_bg.gif) repeat-y top left #85A3C2;
	width: 100%;
	height: 180px;
}
#mainFooterColSx {
	width: 278px;
	float: left;
}
#mainFooterColDx {
	margin-left: 2px;
	float: left;
	width: 700px;
}
/** mainFooterLink contenie la replica del menuHeader **/
#mainFooterLink {
	width: 100%;
	text-align: center; 
	padding-top: 15px;
	font-size: 0.8em;
} 
#mainFooterLink a {
	color: #333333;
	text-decoration: none;
}
#mainFooterLink a:hover {
	color:#FF6600;
}
#mainFooterCopy {
	width: 100%;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
}
#mainFooterLoghiCC {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}
#mainFooterLoghiCC img {
	border: none;
	margin: 0 5px;
}
#mainFooterRagSoc {
	width: 100%;
	padding-top: 20px;
}
#mainFooterRagSoc p {
	margin: 0.3em 0;
	text-align: center;
	font-size: 0.8em
}
#mainFooterRagSoc a {
	color: #333333;
	text-decoration: none;
}
#mainFooterRagSoc a:hover {
	color:#FF6600;
}
#mainFooterCredits {
	width: 100%;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center
}
#mainFooterCredits a {
	color:#FFFFFF;
	text-decoration: none;
}
#mainFooterCredits a:hover {
	text-decoration: underline;
}
#mainFooterWebMaster{
	width: 100%;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center
}
#mainFooterCopy a {
	color:#FFFFFF;
	text-decoration: none;
}
#mainFooterCopy a:hover {
	text-decoration: underline;
}
