/* CSS Document */

html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

*:first-child+html{/*solo per ie7*/
	overflow:auto;
}

html{
	background:#d6d2c6 url(images/bg.gif) 0 0 repeat-x;
}


p, h1, h2, h3{
	margin:0;
	padding:0;
}

p{
	position:relative;
	overflow:auto;
}

hr{
	margin:18px 0 15px;
	border:0;
	height:1px;
	size:1px;
	background:#d2c6ae;
	color:#d2c6ae;
}

a{
	outline:none;
	color:#8b7f6f;
}

a:hover{
	color:#ada48d;
}


/*-----------------------------*/


#contenitore{
	z-index:1;
	margin:0 auto;
	padding:0;
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url(images/bg-fondo.jpg) center bottom no-repeat;
}

#contenuti{
	overflow:auto;
	z-index:2;
	margin:0 auto;
	padding:0 0 150px;
	width:960px;
	font:normal 13px "Trebuchet MS", Arial;
	color:#413a31;
	line-height:20px;
}

#fondo{
	z-index:8;
	width:100%;
	height:100px;
	margin:-135px auto 0;
	padding:25px 0 0;
	border-top:10px solid #493f34;
	background:#675d50;
	font:normal 12px "Trebuchet MS", Arial;
	color:#413a31;
	line-height:14px;
	text-align:center;
}

#fondo a{
	color:#413a31;
}

#fondo a:hover{
	color:white;
}

#idlab{
	overflow:hidden;
	width:51px;
	height:28px;
	margin:20px auto 0;
	background:url(images/idlab.gif) no-repeat;
}

#idlab a{
	display:block;
	padding-top:35px;
}

/*------------------------------*/


#sinistra{
	float:left;
	width:420px;
	min-height:320px;
}

#destra{
	float:left;
	width:540px;
	min-height:320px;
}

#contenuti.unica{
	padding-left:25px;
	width:935px;
}

#contenuti.unica #destra{
	float:right;
	margin-left:15px;
}

#contenuti.unica #logo{
	float:right;
	margin:0 -15px 25px -25px;	
}

#contenuti.unica img{
	border:3px solid white;
	width:534px;
}

/*------------------------------*/


#logo{
	overflow:hidden;
	width:420px;
	height:195px;
	background:url(images/logo-lagrotta.gif) 0 0 no-repeat;
}

#logo h1 a{
	display:block;
	padding-top:500px;
}

#menu{
	width:540px;
	text-align:center;
}

#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li{
	display:inline;
	line-height:50px;
	border-right:1px solid #a0927c;
	padding:0 18px;
}

#menu li a{
	font:normal 14px "Trebuchet MS", Arial;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
}

#menu li a:hover{
	color:#a0927c;
}

#menu li.ultimo{
	border:none;
}


/*----------------------------------*/


#top{
	position:relative;
	overflow:hidden;
	width:534px;
	height:360px;
	border:3px solid white;
	margin-bottom:25px;
	background:white;
}

#top img{
	position:absolute;
	top:0;
}

#top.mappa{
	height:270px;
}

#top.info{
	height:auto !important;
}

#news{
	position:relative;
	overflow:auto;
	padding:15px;
	background:url(images/white40.png);
}

#news img{
	float:left;
	margin:0 10px 0 0;
	border:3px solid white;
}


/*----------------------------------*/


.cont{
	position:relative;
	overflow:auto;
	padding:25px;
}

.sx{
	float:left;
	margin:0 15px 15px 0;
}

.dx{
	float:right;
	margin:0 0 15px 15px;
}

.bordo{
	border:3px solid #5b544b;
}

.nomargin{
	margin:0 0 15px 0;
}



/*----------------------------------*/


.titoli1, .titoli2{
	font:italic 36px "Times New Roman", Times, serif;
	color:#7b6a4f;
	letter-spacing:-0.5px;
}

.titoli2{
	color:#413a31;
}

.titolino1{
	font:italic 21px "Times New Roman", Times, serif;
	color:#27211a;
}

.titolino2{
	font:normal 18px  "Trebuchet MS", Arial;
	color:#8b7f6f;
	text-transform:uppercase;
}


/*--------------------------------------form----------------------------------------*/

form{
	position:relative;
	overflow:auto;/*serve per contenere i float con i browser pił moderni*/
	margin:0;
	padding:15px;
	background:white;
}

fieldset{
	position:relative;
	width:495px;
	float:left;
	border:none;
	padding:4px;
	margin:0;
	background:#f0eee8;
}
	
*: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:180px;
	height:25px;
    line-height:25px;
	border-bottom:1px dashed #d2c6ae;
	}

input{
	float:left;
	border:none;
	margin:2px 0 2px 5px;
	padding:2px 5px 0;
	width:300px;
	height:20px;
	background:#d2c6ae;
	font:normal 14px "Times New Roman", Times, serif;
	color:#fff;
	}
	
input.cap{
	width:140px;
}

input.citta{
	width:250px;
}

input.prov{
	width:35px;
}

select{
	float:left;
	border:none;
	margin:5px 0 0 5px;
	padding:0 3px;
	width:auto;
	height:20px;
	background:#d5d2b0;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#474901;
	}
	
textarea{
	overflow:auto;
	float:left;
	border:none;
	background:#d2c6ae;
	margin:5px 0 0 0;
	padding:0 0 0 5px;
	width:490px;
	height:120px;
	font:normal 14px "Times New Roman", Times, serif;
	color:#ff;
	}
	
.bottone{
	margin:5px 0 0 0;
	padding:0;
	width:160px;
	height:30px;
	line-height:27px;
	border:none;
	background:#3e2606;
	font:bold 21px "Times New Roman", Times, serif;
	color:#c9ae77;
	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;
	width:40px;
	}
	
textarea.info{
	height:120px;
	background:#d2c6ae;
	font:normal 12px "Courier New", Courier, monospace;
	color:#3e2606;
	}
