@charset "utf-8";
/* CSS Document */

html{
	width:100%;
	margin:0;
	background:#bb8845 url(images/sfondo.gif) repeat-x top;
}

body{
	width:100%;
	padding:0;
	margin:40px 0 0 0;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
}

p{
	margin:0;
	padding:0;
}

a, a:link, a:active, a:visited
{
	color:#3a1901;
	text-decoration:none
}

a:hover
{
color:#af4a02
}

p.titolirossicci{
	line-height:12px;
	margin-bottom:18px;
}

p.titolichiari{
	margin-bottom:15px;
}

#contenitore{
	position:relative;
	margin:auto;
	width:728px;
}

#ombra-sopra{
	visibility:hidden;
}

#ombra-sotto{
	visibility:hidden;
}

#cont-testata{
	position:relative;
	width:720px;
	padding:4px 4px 0 4px;
	height:190px;
	background:url(images/ombra-testata.png) top left no-repeat;
}

#cont-sito{
	position:relative;
	width:720px;
	padding:0 4px 0 4px;
	background:url(images/ombra-sito.png) top left repeat-y;
}

#cont-fondo{
	position:relative;
	width:720px;
	padding:0 4px 4px 4px ;
	height:38px;
	background:url(images/ombra-fondo.png) bottom left no-repeat;
}

#ilcentro{
	position:relative;
	margin:0 auto;
	cursor:pointer;
	width:164px;
	height:84px;
	text-align:center;
	background:transparent url(images/ilcentro.gif) no-repeat;

}

#boscara{
	position:relative;
	margin:0 auto;
	cursor:pointer;
	width:400px;
	height:57px;
	text-align:center;
	background:transparent url(images/bb-laboscara.jpg) no-repeat;

}

#altavalma{
	position:relative;
	margin:0 auto;
	cursor:pointer;
	width:180px;
	height:39px;
	text-align:center;
	background:transparent url(images/altavalma.jpg) no-repeat;

}


#id-lab{
	position:relative;
	cursor:pointer;
	height:25px;
	text-align:center;
	background:transparent url(images/id-lab.gif) center no-repeat;

}

#testata{
	background:#fff8d7 url(images/sf-testata.gif) 10px 10px no-repeat;
	height:180px;
	padding:10px 10px 0 10px;
}

#sito{
	position:relative;
	padding:0 10px 3px 10px;
	min-height:250px;
	height:auto !important;
	height:250px;
	background:#fff8d7;
}

#fondo{
	position:relative;
	height:28px;
	padding:0 10px 10px 10px;
	background:#fff8d7;
}

#menu{
	background:url(images/es-menu.gif) no-repeat;
	height:180px;
	text-align:center;
}

#indirizzo{
	background:url(images/sf-indirizzo.gif) repeat-x;
	height:28px;
	text-align:center;
	color:#fff8d7;
	line-height:32px;
	font-size:11px;
}

#cont-float{
	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-top:3px;
	margin-bottom:10px;
}

#home{
	position:relative;
	width:700px;
	height:230px;
}

.area{
	position:relative;
	float:left;
	width:226px;
	padding-top:3px;
}

.arealunga{
	position:relative;
	width:700px;
	padding-top:3px;
}


.titolichiari
{
	color:#fff8d7;
	font-size:12px;
	padding-left:10px;
	letter-spacing:0.65pt;
	line-height:normal
}


.titolirossicci{
	color:#af4a02;
	text-align:left;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	letter-spacing:0.65pt;
	text-transform:uppercase;
}


.margine-dx{
	margin-right:11px;
}

.area1{
	background:url(images/sf-tit1.gif) top repeat-x;
	color:#3a1901;
	line-height:14px;
	overflow:hidden
	
}

.area2{
	background:url(images/sf-tit2.gif) top repeat-x;
	color:#5d2904;
	line-height:14px;
	overflow:hidden
}

.area3{
	background:url(images/sf-tit3.gif) top repeat-x;
	color:#8d6a51;
	line-height:14px;
	overflow:hidden
}
#menu ul
{
	padding:0;
	list-style-type:none;
	margin:0;
}

#menu ul li
{
	float:left;
	display:list-item;
	width:auto;
	padding:0 11px;
	text-align:center;
	font-weight:bold;
}

#menu ul li a, #menu ul li a:active, #menu ul li a:link, #menu ul li a:visited, #indirizzo a, #indirizzo a:active, #indirizzo a:link, #indirizzo a:visited
{
	color:#fff8d7;
	text-decoration:none;
	letter-spacing:0.65pt;
}

#indirizzo a:hover, #menu ul li a:hover
{
color:#af4a02;
}

.miniatureleft
{
	float:left;
	margin: 0 15px 0 0;
}

.miniatureright
{
	float:right;
	margin: 0 0 0 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 0 5px 5px;
}

fieldset{
	position:relative;
	width:330px;
	float:left;
	border:1px solid #c9be96;
	padding:5px;
	margin:0;
	}
	
*:first-child+html legend{/*solo per ie7*/
	margin-left:-7px;
}
	
legend{
	border:none;
	padding:0;
	margin-left:0;
	color:#af4a02;
	text-decoration: none;
	font:bold 12px "Trebuchet MS", Arial, Verdana;
	letter-spacing:0.65pt;
	line-height:30px;
	text-transform:uppercase;
	}

fieldset div{
	border:none;
	margin:0;
	padding:0;
	float:left;
	width:330px;
	}

label{
	border:none;
	float:left;
    display: inline;
	margin-left: 0;
	width:120px;
	height:20px;
    line-height:20px;
	}

input{
	float:left;
	border:#c9be96 solid 1px;
	margin:2px 0 0 5px;
	padding:0 3px;
	width:auto;
	height:18px;
	background:#e3d7a9;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#3a1901;
	}
	
select{
	float:left;
	border:#c9be96 solid 1px;
	margin:2px 0 0 5px;
	padding:0 3px;
	width:auto;
	height:20px;
	background:#e3d7a9;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#3a1901;
	}
	
textarea{
	float:left;
	border:#c9be96 solid 1px;
	background:#e3d7a9;
	margin:2px 0 0 0;
	padding:0;
	width:305px;
	height:128px;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#3a1901;
	}
	
.bottone{
	margin:2px 0 0 0;
	padding:0;
	width:80px;
	height:20px;
	border:none;
	background: #af4a02;
	vertical-align:middle;
	font:bold 12px "Trebuchet MS", Arial, Verdana;
	color:#fff8d7;
	letter-spacing:0.65pt;
	}
	
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:132px;
	border-color:#c9be96;
	background:#e3d7a9;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#867b55;
	}
	
textarea.infoemail{
	height:74px;
	border-color:#c9be96;
	background:#e3d7a9;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#867b55;
	}
	
	