/* CSS Document */
body{
	background:url(img/sf.jpg) repeat-x #fff;
	font-size:12px;
	font-family:"Arial", Verdana, Helvetica, sans-serif;
	color:#004A99;
}
a.opacity:hover img {
filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity:0.6;
}
a.opacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;

}
#content{
	position:relative;
	margin:0 auto;
	width:907px;
}
#top{
	position:relative;
	top:0;left:0;
	width:907px;
	margin-left:4px;
}
#top #logo{
	position:absolute;
	top:0;left:0;
	width:245px;
}
#top #menu{
	width:640px;
	margin-left:320px;
}
#top #menu ul{
	width:580px;
	padding-top:30px;
}
#top #menu ul li{
	display:inline;
	font-size:14px;
	margin-left:25px;
}
#top #menu ul li a{
	text-decoration:none;
	color:#004A99;
}
#top #menu ul li a:hover{
	text-decoration:none;
	color:#3186F0;
	padding-top:22px;
	background:url(img/act.jpg) no-repeat 50% 0%;
}
#center{
	position:relative;
	top:0;left:0;
	width:907px;
}
#center #dove{
	position:relative;
	top:0;left:0;
	width:907px;
}
#center #dove img{
	margin-left:10px;
}
#center #sf_slider{
	position:relative;
	width:907px;
	height:302px;
	background:url(img/sf_center.jpg) no-repeat 100% 0%;
}
/*slider*/
#slider{margin:0 auto;padding-top:100px;}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:766px;
		height:204px;
		overflow:hidden; 
		}
	span#prevBtn img{position:absolute; margin-left:10px; margin-top:-150px;}
	span#nextBtn img{position:absolute; margin-left:850px; margin-top:-150px;}
/*end slider*/
#text{
	position:relative;
	top:0;left:0;
	width:907px;
	height:170px;
	min-height:170px;
	height:auto !important;
}
#text #testo{
	position:relative;
	top:0;left:0;
	width:470px;
}
#text #testo #titolo{
	width:440px;
	margin-left:10px;
	background:#ffffff;
}
#text #testo #titolo p{
	font-family:"Courier New", Courier, mono;
	font-size:30px;
	padding-left:8px;
	font-weight:bold;
}
/*solo pagina contatti*/
#text #testo #box_text_con{
	width:880px;
	margin-left:10px;
	margin-top:8px;
	background:url(img/sf_text.jpg);
}
#text #testo #box_text_con table{
	margin-left:10px;
	margin-top:8px;
}
#text #testo #box_text_con table td{
	padding:3px;
}
.inptext{
	width:220px;
}
.botton{
	font-family:Arial, Helvetica, sans-serif;
	background:#004a99;
	border:1px solid #3084f6;
	padding:3px;
	cursor:pointer;
	margin-right:8px;
	color:#ffffff;
}
.botton:hover{
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #004a99;
	padding:3px;
	color:#004a99;	
}
/*fine solo pagina contatti*/
#text #testo #box_text{
	width:440px;
	margin-left:10px;
	margin-top:8px;
	background:url(img/sf_text.jpg);
}
#text #testo #box_text p{
	padding:5px;
	margin-left:8px;
	text-align:jusify;
}
#text #testo #box_text p a{
	color:#004A99;
}
#text #box_foto {
	position:absolute;
	top:0;right:0;
	width:390px;
	margin-right:20px;
}
#text #box_foto img{
	padding:3px;
	border:1px solid #B8B8B8;
	margin:3px;
}
#privacy {
	position:relative;
	top:0; left:0;
	width:620px;
	margin-left:270px;
	margin-top:30px;
}
#privacy p{
	text-align:justify;
}
#privacy p a{
	color:#004A99;
}
#foot{
	position:relative;
	top:0;left:0;
	width:900px;
	margin-top:30px;
	background:#E7E7E7;
	padding:2px;
}
#foot #via {
	position:relative;
	top:0;left:0;
}
#foot #via p{
	margin-left:8px;
	font-size:11px;
}
#foot #via p a{
	color:#004A99;
	text-decoration:none;
}
#foot #via p a:hover{
	color:#004A99;
	text-decoration:underline;
}
#foot #credit {
	position:absolute;
	top:0;right:0;
	margin-top:2px;
}
#foot #credit p{
	margin-right:8px;
	font-size:11px;
}
#foot #credit p a{
	color:#004A99;
	text-decoration:none;
}
#foot #credit p a:hover{
	color:#004A99;
	text-decoration:underline;
}

