/* CSS Document */

html{
	overflow:auto;
}

html, body{
	width:100%;
	margin:0;
	padding:0;
	font:Normal 14px "Trebuchet MS", Arial, Verdana;
	color:#241a07;
}

a{
	color:#537b01;
}

a:hover{
	color:#2e3f17;
}

p{
	margin:0;
	padding:8px 0 0 0;
}

p img{
	padding:3px;
	background:#f9f9d7;
	border:1px solid #98984c;
	
}

/*------------------------------*/

#contenitore{
	position:relative;
	width:100%;
}

#top{
	position:relative;
	height:320px;
	background:url(images/sf-head.gif);
	border-bottom:10px solid #739646;
}

#centro{
	position:relative;
	background:#e3e3ad url(images/sf-contenuti.jpg) bottom repeat-x;
}

#sotto{
	position:relative;
	min-height:115px;
	background:url(images/sf-fondo.jpg) top repeat-x;
}

#head{
	position:relative;
	width:819px;
	height:267px;
	margin:auto;
	padding:33px 0 0 51px;
	background:url(images/sf-testata.png) center no-repeat;
}

#sito{
	position:relative;
	overflow:auto;
	/*display:inline-block;*/
	width:770px;
	margin:auto;
	padding:15px;
}

#cont{
	position:relative;
	float:left;
	width:530px;
	margin:0 50px 0 0;
}

#menu{
	float:left;
	width:190px;
	margin:0;
	padding:0;
	font:Normal 21px "Times New Roman", Times, serif;
}

#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li{
	margin:0;
	padding-left:24px;
	background:url(images/list.gif) 5px 10px no-repeat;
	border-bottom:solid 1px #adad62;
	border-top:solid 1px #f9f9d7;
	line-height:33px;
}

#menu li.primo{
	border-top:none;
}

#menu li.ultimo{
	border-bottom:none;
}

#menu li a{
	color:#241a07;
	text-decoration:none;
}

#menu li a:hover{
	color:#6ba101;
	text-decoration:none;
}

#bottom{
	position:relative;
	overflow:auto;
	/*display:inline-block;*/
	width:770px;
	margin:auto;
	padding:6px;
	color:#777;
	font-size:12px;
}

#bottom a{
	text-decoration:none;
	color:#b3b369;
}

#bottom img{
	border:none;
	background:none;
}

#gallery{
	float:right;
	width:250px;
}

#gallery img{
	margin-bottom:15px;
}


#lingue{
	position:absolute;
	overflow:hidden;
	z-index:3;
	width:774px;
	height:21px;
	top:5px;
	left:50%;
	margin-left:-387px;
}

#lingue a.ita, #lingue a.eng{
	position:relative;
	overflow:hidden;
	float:left;
	width:29px;
	height:21px;
}

#lingue a.ita span, #lingue a.eng span{
	display:block;
	padding-top:22px;
}

#lingue a.ita span{
	background:url(images/lingue.gif) 0 0 no-repeat;
}

#lingue a.eng span{
	background:url(images/lingue.gif) -29px 0 no-repeat;
}

/*------------------------------*/

.titoli{
	font:normal 21px "Times New Roman", Times, serif;
	color:#6ba101;
	line-height:33px;
}

.sx{
	float:left;
	margin-right:15px;
}

.dx{
	float:right;
	margin-left:15px;
}

/*--------------------------------------form----------------------------------------*/

form{
	position:relative;
	display:inline-block; /*serve per contenere i float con le varie versioni di ie*/
	overflow:auto;/*serve per contenere i float con i browser più moderni*/
	margin:0;
	padding:0;
}

fieldset{
	position:relative;
	width:520px;
	float:left;
	border:none;
	padding:4px;
	margin:0 0 20px 0;
	}
	
*:first-child+html legend{/*solo per ie7*/
	margin-left:-7px;
}
	
legend{
	border:none;
	padding:0;
	margin-left:0;
	color:#585858;
	text-decoration: none;
	font:normal 18px "Trebuchet MS", Arial, Verdana;
	}

fieldset div{
	border:none;
	margin:0;
	padding:0;
	float:left;
	}

label{
	border:none;
	float:left;
    display: inline;
	margin-left: 0;
	width:245px;
	height:25px;
    line-height:25px;
	border-bottom:1px dashed #f9f9d7;
	}

input{
	float:left;
	border:none;
	margin:5px 0 0 5px;
	padding:0 3px;
	width:auto;
	height:21px;
	background:#f9f9d7;
	font:normal 14px "Trebuchet MS", Arial, Verdana;
	color:#6ba101;
	}
	
select{
	float:left;
	border:none;
	margin:5px 0 0 5px;
	padding:0 3px;
	width:auto;
	height:20px;
	background:#f9f9d7;
	font:normal 14px "Trebuchet MS", Arial, Verdana;
	color:#6ba101;
	}
	
textarea{
	overflow:auto;
	float:left;
	border:none;
	background:#f9f9d7;
	margin:5px 0 0 0;
	padding-left: 5px;
	width:500px;
	height:165px;
	font:normal 14px "Trebuchet MS", Arial, Verdana;
	color:#6ba101;
	}
	
.bottone{
	margin:5px 0 0 0;
	padding:0;
	width:100px;
	height:25px;
	line-height:27px;
	border:none;
	background:#739646;
	font:bold 16px "Trebuchet MS", Arial, Verdana;
	color:#f9f9d7;
	cursor:pointer;
	}
	
label.piccolo{
	width:30px;
	height:15px;
    line-height:15px;
	}
	
label.medio{
	width:60px;
	height:15px;
    line-height:15px;
	}
	
input.radio{
	background:none;
	border:none;
	margin:1px 10px 0 0;
	}
	
textarea.info{
	height:165px;
	background:#f9f9d7;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#b3b36a;
	}