html, body {
	margin: 10px 0px 10px 0px;
	background-color: /*#f2f2f2*/ #fff;
}
body,div,table,tr,td,input,select,textarea,pre,ol,li,ul,p,h1,h2,h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
p {
	line-height: 18px;
}

#main {
	width: 890px;
	background-color: #fff;
	text-align: left;
	padding: 0px;
	border: 1px solid #888;
	margin: 0 auto;
}
#header {
	margin: 0px;
	height: 220px;
	border: 0px solid red;
	background-color: #fff;
}
	#head_1 {
		text-align: center;
		float: left;
		width: 259px;
		height: 100%;
		border-right: 1px solid #888;
	}
	#head_2 {
		float: left;
		width: 360px;
		height: 100%;
	}
	#head_3 {
		text-align: center;
		float: left;
		width: 88px;
		height: 100%;
		border-left: 1px solid #888;
		border-right: 1px solid #888;
	}
		#head_3 img {
			margin-bottom: 2px;
		}
	#head_4 {
		float: left;
		height: 100%;
	}

#contenuti {
	border: 0px solid purple;
	background-color: #fff;
	background-image: url(/img/px_grigio.gif);
	background-repeat: repeat-y;
	background-position: 259px;
}
	#sx {
		float: left;
		width: 260px;
		min-height: 300px;
	}
	#centro {
		float: left;
		width: 630px;
		text-align: justify;
		margin: 0px;
		padding: 0px;
	}

#footer {
	clear: both;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	background-color: #FDFDFD;
	text-align: center;
	border-top: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
}
	a.credits {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: gray;
		text-decoration: none;
	}



div#menu {
	background-color: #fff;
	/*width: 100%;*/
}	
	div#menu ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	div#menu li {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align: left;
		display: inline;
	}
	div#menu a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		text-decoration: none;
		font-variant: small-caps;
		color: #000;
		font-weight: bold;
		background-color: #fff;
		background-image: url(/img/ico_elenco_menu_2.gif);
		background-repeat: no-repeat;
		background-position: 10px 50%;
		padding: 5px 0px 5px 35px;
		margin: 0px;
		display: block;
	}
	div#menu a:hover {
		color: #000;
		background-image:url(/img/ico_elenco_menu.gif);
		background-repeat: no-repeat;
		background-position: 10px 50%;
	}



div#menusx ul {
	list-style-type: none;
	list-style-image: url(/img/ico_freccia_gialla.gif);
	margin: 5px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}
div#menusx li {
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
	list-style-position: outside;
	text-align: left;
}
div#menusx a {
	text-decoration: none;
	border-bottom: 1px solid #E1E1E1;
	padding: 0px 0px 2px 0px;
	/*text-decoration: underline;*/
}
div#menusx a:hover {
	text-decoration: none;
	border-bottom: 0px solid #E1E1E1;
}


div#sottomenu {
	background-color: #fff;
	/*height: 30px;
	line-height: 30px;*/
	width: 100%;
	height: 24px;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
}	
	div#sottomenu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	div#sottomenu li {
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
		list-style-type:none;
	}
	div#sottomenu a {
		text-decoration: none;
		color: #888;
		background-color: #fff;
		padding: 5px 10px 5px 35px;
		margin: 0px;
		display: block;
		background-image:url(/img/ico_elenco_sottomenu_2.gif);
		background-repeat: no-repeat;
		background-position: 10px 50%;
	}
	div#sottomenu a:hover {
		color: #000;
		background-image:url(/img/ico_elenco_sottomenu.gif);
		background-repeat: no-repeat;
		background-position: 10px 50%;
	}

h1 { /* Lo uso per lo slogan a SX */
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #ccc;
	line-height: 32px;
	letter-spacing: 1px;
	margin: 0px;
}
h2 { /* Lo uso per i titoli */
	color: black;
	background-color: #ffcc00;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 0px solid #000;
	padding: 8px 0px 8px 15px;
	margin: 0px 0px 0px 0px;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 3px 3px 3px 10px;
	margin: 0;
	background-image: url(/img/sf_h3.gif);
	background-repeat: no-repeat;
	
}

hr {
	border: 1px dashed #888;
}

em {
	font-style: normal;
}

.img_int {
	float:left;
	padding:2px;
	margin: 20px 10px 0px 0px;
	border: 1px solid #ffcc00;
}


li {
	list-style-type:square;
	color: #ffcc00;
	margin-left: 55px;
	list-style-position: inside;
}

a {
	color: #999999;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px solid black;
}
.ric {
	display: none;
}

/******************************************/
input, textarea {
	border: 1px solid #888;
	background-color: #FFFF8C;
}
/******************************************/
.sx_prd {
	background-color: #ffcc00;
	background-image: url(/img/sf_sx_prd.jpg);
	background-repeat: repeat-y;
	width:199px;
	text-align: right;
	padding: 5px 60px 5px 0px;
}
.sx_prd a {
	color:#000;
	text-decoration: underline;
	background-image:url(/img/ico_freccia_nera.gif);
	background-repeat: no-repeat;
	background-position: 100% 4px;
	padding: 0px 20px 0px 0px;
	display: block;
}
.sx_prd a:hover {
	text-decoration: none;
}

a.news {
	color:#666;
	font-size:14px;
	text-decoration: none;
	display: block;
	background-color: #FDFDFD;
}
a.news span {
	display: none;
}
a.news:hover span {
	display: block;
	border: none;
	padding: 5px; margin: 10px;
	background-color: #f3f3f3;
	font: 10px Verdana, sans-serif;
}

.img-gallery {
	padding: 1px;
	margin: 0px;
}

a.img-gallery {
	border: 2px solid #ffcc00;
	display: block;
	float: left;
	width: 85px;
	height: 85px;
	text-align: center;
	margin:2px;
}
a.img-gallery:hover {
	border: 2px solid #666;
}

.tb_small {
	border: 2px solid silver;
}
.tb_small tr, .tb_small td, .tb_small th {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 9px;
	text-align:center;
	padding: 3px;
	margin: 0;
	border: 1px solid silver;
}

.download {
	border: 2px solid #ffcc00;
	padding: 20px 0px 20px 0px;
	background-image: url(/img/ico_pdf_big.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.download ul {
	margin: 0px;
}
.download li {
	list-style-type: none;
	margin: 0px;
}
.download a {
	font-size: 12px;
	color: #333;
	line-height: 25px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	background-color: #fff;
}
.download a:hover {
	background-color: #ffcc00;
}


/********************* HOME PAGE **************************************/
#notizie {
	float:left;
	width: 620px;
	height: 160px;
	overflow: hidden;
	border-right: 1px solid #ddd;
	/*background-color: #f9f9f9;*/
	background-color: #fff;
	background-image: url(/img/sf_home_news.png);
	background-repeat: no-repeat;
	background-position: 450px 30px;
}
	#notizie a {
		font-size: 12px;
		text-indent: 60px;
		color:#000;
		text-decoration: none;
		display: block;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	#notizie a:hover {
		color: red;
	}
	
#introduzione, #banner_1, #banner_2, #certificazioni, #link {
	font-size: 10px;
	height: 120px;
}

#introduzione {
	float: left;
	width: 249px;
	padding: 10px;
	height: 140px;
}

#link {
	float: left;
	width: 148px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px;
	margin: 0px;
}
	#link ul {
		margin: 0px;
	}
	#link li {
		margin: 0px;
		padding: 2px;
	}
	#link a {
		text-decoration: none;
	}
	#link a:hover {
		text-decoration: underline;
	}

#banner_1 {
	float: left;
	width: 205px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px;
	background-color: #fff;
}

#banner_2 {
	float: left;
	width: 205px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px;
}

#certificazioni {
	float: right;
	width: 249px;
	border-top: 1px solid #ddd;
	padding: 10px;
	background-image: url(/img/sf_home_certificazione.gif);
	background-repeat: no-repeat;
	background-position: 100px 60px;	
}

.titolino { /* per le NEWS */
	font-weight: bold;
	background-color: #FFCC33;
	height: 20px;
	line-height: 20px;
	text-indent: 20px;
	color: #000;
}

.titolo {
	font-weight: bold;
	display: block;
	height: 19px;
	line-height: 19px;
	margin: -10px -10px 5px -10px;
	border-bottom: 1px solid silver;
	text-align: center;
	color: #DFA800;
	background-color: #FEFCEF;
}
/**********************************************************************/