body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	padding: 0;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* ie 5+ png fix */
img, div, input { 
	behavior: url("ie-pngfix.htc.txt");
	border: 0xp;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

/* LAYOUT */
/* div 100% */
#MainHead {
	background: #ffffff;
	width: 100%;
	vertical-align: top;
}
#MainFoot {
	background-image: url("immagini/sf-foot.jpg");
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	min-height: 150px;
	vertical-align: top;
}

/* Tabella contenuti */
#tableContMain {
	background-image: url("immagini/sf-head.jpg");
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: center top;
}
#Logo {
	padding-top: 50px;
	padding-bottom: 10px;
}

/* menu + contenuti */
#CellaMenu {
	background-image: url("immagini/menu-sf-gri.html");
	background-color: #ffffff;
	background-repeat: repeat-y;
}


/* Menu */
#MenuHEAD {
	background-image: url("immagini/sf-menu-top.jpg");
	background-color: #ed8d1b; /* arancio */
	background-repeat: no-repeat;
	background-position: left center;
	height: 17px; /* altezza sf-menu*/
	width: 75%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Arial Narrow", Arial, sans-serif; 
}

.txtmenuHEAD {
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
.txtmenuHEAD a {
	text-decoration: none;
	color: #ffffff;
}
.txtmenuHEAD a:link {
	text-decoration: none;
	color: #ffffff;
}
.txtmenuHEAD a:visited {
	text-decoration: none;
	color: #ffffff;
}
.txtmenuHEAD a:active {
	text-decoration: none;
	color: #ffffff;
}
.txtmenuHEAD a:hover {
	text-decoration: none;
	color: #000000;
	font-style: italic;
}

.txtmenuSX {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 5px; /* posizione del menu da sx */

}
.txtmenuSX li {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 5px; /* spazio tra le voci del menu*/
}
.txtmenuSX li a {
	background-image:url("immagini/menu-freccia-off.html");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px; /* posizione del testo della voce del menu */
	text-decoration: none;
	color: #000000;
}
.txtmenuSX li a:hover {
	background-image:url("immagini/menu-freccia-on.html");
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9862d; /* giallo scuro */
	font-style: italic;
}

.txtmenuFOOT {
	font-family: "Arial Narrow", Arial, sans-serif; 
	color: #ed8d1b; /* arancio */
	font-size: 12px;
}
.txtmenuFOOT a {
	text-decoration: none;
	color: #ffffff;
}
.txtmenuFOOT a:link {
	text-decoration: none;
	color: #ffffff;
}
.txtmenuFOOT a:visited {
	text-decoration: none;
	color: #ffffff;
}
.txtmenuFOOT a:active {
	text-decoration: none;
	color: #ffffff;
}
.txtmenuFOOT a:hover {
	text-decoration: none;
	color: #ed8d1b; /* arancio */
	font-style: italic;
}
/* testi */
.gialloscuro {
	color: #d9862d; /* giallo scuro */
}
.arancio {
	color: #ed8d1b; /* arancio */
}
.bianco {
	color: #ffffff;
}
.mini {
	font-size: 10px;
}
#ContContenuti {
	padding: 10px;
	font-size: 12px;
}

/* UTILI */
.iframeORI {
	width: 460px;
	height: 246px;
	overflow: auto;
	border: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.iframe {
	border: 0px;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
}
/* HOME PAGE */

#home-main {
	width: 950px;
	height: 262px;
	background-image: url("immagini/home-sf-main.html");
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	
}
#home-box {
	width: 880px;
	text-align: left;
}
#home-box-1 {
	width: 440px;
	font-size: 10px;
	color: #ffffff;
}
#home-box-2 {
	width: 380px;
	height: 240px;
	float: right;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 7px #333333; /* x y radius color */
    -webkit-box-shadow: 0 0 7px #333333;
    box-shadow: 0 0 7px #333333;
	margin-top: 10px;
	overflow: hidden;
}
#cella-home-10cose {
	background-image: url("immagini/ba-home-sf-10cose.html");
	background-repeat: no-repeat;
	background-position: center center;
}
#home-10cose-tit {
	color: #046180; /* avion */
	font-size: 16px;
	text-align: left;
	margin-top: 80px;
	font-weight: bold;
}
#home-10cose-testo {
	font-size: 11px;
	color: #000000;
	padding: 5px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
#cella-home-campagne {
	background-image: url("immagini/ba-home-sf-campagne.html");
	background-repeat: no-repeat;
	background-position: center center;
	width: 310px;
	height: 225px;
}
#ban-campagne {
	width: 137px;
	height: 177px;
	margin-top: 25px;
	margin-left: 153px;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 3px #333333; /* x y radius color */
    -webkit-box-shadow: 0 0 3px #333333;
    box-shadow: 0 0 3px #333333;
	overflow: hidden;
}
