@charset "utf-8";
.publics {
	font-family: "trebuchet MS";
	font-size: 9pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(images/sf2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
	
	/*background-repeat: repeat;*/
}

body,td,th {
	font-family: "trebuchet MS";
	font-size: 10pt;
	color:#000000;
}

#top {
	margin-left:auto;
	margin-right:30px;
	width:100%;
}

.titoli {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:"trebuchet MS";
	font-size: 22pt;
	color: #408c41;
}

#menu {
	width:100%;
	background-repeat:repeat-x;
	height:55px;
	background-position:left;
	background-image:url(images/sf_menu2.png);
	background-repeat:repeat-x;
	padding-top:15px;
}

#footer {
	width:100%;
	background-image:url(images/sf_menu.png);
	background-repeat:repeat-x;
	height:55px;
	background-position:center;
}



#center {
	margin-left:auto;
	margin-right:auto;
}

#naviSx {
	margin-left:2%;
	width:260px;
	height:auto;
	float:left;
}

.naviSx {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:"trebuchet MS";
	font-size:10pt;
	font-weight:normal;
	color:#000000;
	padding-left:30px;
	text-align:left;
	
}

.naviSx li{
	list-style:none;
	height:23px;
	
}

.naviSx a {
	text-decoration:none;
	/*border-right:1px solid #9a9a9a;*/
}
.naviSx a:link,
.naviSx a:visited {
	color:#000000;
	/*background-image:url(image/sf_menu.png);*/
}
.naviSx a:hover,
.naviSx a:focus,
.naviSx a:active {
	color:#408C41;
	/*background-image:url(image/roll_menuNavi.png);*/
}


#corpo {
	margin-left:3%;
	margin-right:auto;
	width:600px;
	height:auto;
	float:left;
	
}

.menuNavi {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:"trebuchet MS";
	color:#000000;
	font-size:12pt;
	margin:0;
	padding-top:12px;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	width:900px;
	background-position:center;
	
	
	/*background-image:url(image/sf_menu.png);*/
}
.menuNavi li {
	display:inline;
}
.menuNavi a {
	padding:0.1em 12px;
	text-decoration:none;
	/*border-right:1px solid #9a9a9a;*/
}
.menuNavi a:link,
.menuNavi a:visited {
	color:#000000;
	/*background-image:url(image/sf_menu.png);*/
}
.menuNavi a:hover,
.menuNavi a:focus,
.menuNavi a:active {
	color:#3F883F;
	/*background-image:url(image/roll_menuNavi.png);*/
}
.menuNavi li.primaVoce {
	border-left:none;
}
.menuNavi .voceCorrente a:link,
.menuNavi .voceCorrente a:visited,
.menuNavi .voceCorrente a:hover,
.menuNavi .voceCorrente a:focus,
.menuNavi .voceCorrente a:active{
	color:#3F883F;
}


#boxNavi {
	width:1000px;
	height:37px;
	background-position:center;
	background-color:#CCCCCC;
	
}

#menuSec {
	width:900px;
	background-position:left;
	margin-left:2%;
	margin-top:30px;
	
}
.menuSec {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:"trebuchet MS";
	color:#000000;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	width:950px;
	/*background-image:url(image/sf_menu.png);*/
}
.menuSec li {
	display:inline;
	list-style:inherit;
}
.menuSec a {
	padding:0.1em 8px;
	text-decoration:none;
	/*border-right:1px solid #9a9a9a;*/
}
.menuSec a:link,
.menuSec a:visited {
	color:#000000;
	/*background-image:url(image/sf_menu.png);*/
}
.menuSec a:hover,
.menuSec a:focus,
.menuSec a:active {
	color:#408C41;
	/*background-image:url(image/roll_menuNavi.png);*/
}
.menuSec li.primaVoce {
	border-left:none;
}
h1{
	font-size:180%;
	font-weight:normal;
	}
h2{
	font-size:160%;
	font-weight:normal;
	}	
h3{
	font-size:140%;
	font-weight:normal;
	}	
img{border:none;}
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		

/* Easy Slider */

	#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:600px;/*si cambia la larghezza dello slider*/
	height:350px;
	overflow:hidden;
		}
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */


/*     root element for the scrollable.     when scrolling occurs this element stays still. */ div.scrollable {      /* required settings */
	position:relative;
	overflow:hidden;
	width: 500px;
	height:100px;
}  /*     root element for scrollable items. Must be absolutely positioned     and it should have a extremely large width to accomodate scrollable items.     it's enough that you set width and height for the root element and     not for this element. */ div.scrollable div.items {     /* this cannot be too large */     width:20000em;     position:absolute; }  /*     a single item. must be floated in horizontal scrolling.     typically, this element is the one that *you* will style     the most. */ div.scrollable div.items div {     float:left; }  /* you may want to setup some decorations to active the item */ div.items div.active {
	border:1px inset #ccc;
	background-color:#CCCCCC;
}

.img {
	margin-left:10px;
	float:right;
	border:1px solid #663300;
	
}

