/* CSS Document */

html{
	height:100%;
	margin:0;
	padding:0;
	background:#fff url(images/bg.jpg) 0 0 repeat-x;
}


*:first-child+html{/*solo per ie7*/
	overflow:auto;
}

body{
	margin:0;
	padding:0;
	width:100%;
	/*min-height:100%;
	height:auto !important;*/
	height:100%;
}



a, a:active, a:link{
	outline:none;
	color:#63650b;
	text-decoration:none;
}

a:hover{
	color:#7e7e06;
}

h1, h2, h3{
	margin:0;
	padding:0;
}

p{
	padding:0;
	margin:-3px 0 0 0;
}


/*---------------------------------------------*/


#contenitore{
	position:relative;
	float:left;
	z-index:2;
	width:1000px;
	min-height:100%;
	height:auto !important;
	height:100%;/**/
	margin:0 0 0 -500px;
	left:50%;
	background:url(images/sf-colonna.gif) 20px 20px repeat-y;
}

#destra{
	position:relative;
	float:right;
	z-index:1;
	width:710px;
	min-height:400px;
	padding-top:35px;
}

#sinistra{
	position:absolute;
	overflow:hidden;
	/*overflow-y:auto;*/
	z-index:3;
	width:300px;
	/*min-height:100%;
	height:auto !important;*/
	height:100%;
}

#colonna{
	overflow-x:hidden;
	overflow-y:auto;
	width:260px;
	min-height:800px;
	height:auto !important;
	height:800px;
	padding:25px 20px 0;
	background:url(images/sf-logo.png) 0 0 no-repeat;
}


/*-----------------------------------------------*/


#logo{
	position:relative;
	overflow:hidden;
	width:260px;
	height:285px;
	margin:0;
	background:url(images/logo-bb-lavalle.gif) 0 0 no-repeat;
}

#logo a{
	display:block;
	padding-top:290px;
}


ul#menu{
	margin:25px 0 0 0;
	padding:0 30px;
}

ul#menu li{
	border-top:1px solid #e7e89b;
	border-bottom:1px solid #969738;
	list-style-type:none;
	font:italic 21px Georgia, "Times New Roman", Times, serif;
	color:#63650b;
	text-align:center;
	line-height:40px;
}

ul#menu li.primo{
	border-top:none;
}

ul#menu li.ultimo{
	border-bottom:none;
}

ul#menu li a{
	color:#5a5c08;
}

ul#menu li a:hover{
	color:white;
}


#indirizzo{
	position:absolute;
	bottom:30px;
	width:260px;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#8a8e21;
	text-align:center;
	line-height:18px;
}

#indirizzo strong{
	font-size:14px;
}

#indirizzo a{
	color:#8a8e21;
}

#indirizzo a:hover{
	color:#5a5c08;
}

#valmarecchia{
	display:inline-block;
	overflow:hidden;
	width:200px;
	height:28px;
	margin:30px 0 10px;
	background:url(images/valmarecchia-recensione.gif) right bottom no-repeat;
	text-decoration:none;
}

#valmarecchia a{
	display:block;
	padding-top:35px;
}

#idlab{
	position:relative;
	margin:30px auto 0;
	overflow:hidden;
	width:40px;
	height:13px;
	background:url(images/id-lab.gif) 0 0 no-repeat;
}

#idlab a{
	display:block;
	padding-top:18px;
}


/*-----------------------------------------------*/


#contenuti{
	position:relative;
	overflow:auto;
	width:680px;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding:310px 0 30px 30px;
	background:url(images/head.jpg) 0 0 no-repeat;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#3e3d00;
	line-height:18px;
}

#gallery{
	position:relative;
	overflow:hidden;
	width:680px;
}

#gallery img{
	float:left;
	margin:0 10px 10px 0;
	border:4px solid #e0ddbc;
	width:120px;
	height:80px;
}

#gallery img.nobordo{
	margin-right:0;
}

#googlemap{
	width:400px;
	height:500px;
}


/*-------------------------------*/

.prezzi{
	width:680px;
	border-top:1px solid #c2c360;
	border-left:1px solid #c2c360;
	background:#eae8cc;
}

.prezzi td{
	border-right:1px solid #c2c360;
	border-bottom:1px solid #c2c360;
	padding:5px;
	width:190px;
	text-align:center;
}

.prezzi .titolo{
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#808008;
}

.prezzi .camera{
	width:270px;
	font-weight:bold;
}


/*------------------------------------------------*/


.sx{
	float:left;
	margin:0 10px 10px 0;
}

.dx{
	float:right;
	margin:0 0 10px 10px;
}

.bordo{
	border:10px solid #e0ddbc;
}

.titolino{
	font:italic 24px Georgia, "Times New Roman", Times, serif;
	color:#949720;
}

.titolo{
	font:italic 30px Georgia, "Times New Roman", Times, serif;
	color:#666801;
}


/*--------------------------------------form----------------------------------------*/

form{
	position:relative;
	overflow:auto;/*serve per contenere i float con i browser pił moderni*/
	margin:0;
	padding:0;
}

fieldset{
	position:relative;
	width:670px;
	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 #d5d2b0;
	}

input{
	float:left;
	border:none;
	margin:2px 0 2px 5px;
	padding:2px 5px 0;
	width:390px;
	height:20px;
	background:#d5d2b0;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#474901;
	}
	
input.cap{
	width:140px;
}

input.citta{
	width:320px;
}

input.prov{
	width:55px;
}

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:#d5d2b0;
	margin:5px 0 0 0;
	padding:2px 0 0 5px;
	width:640px;
	height:130px;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#474901;
	}
	
.bottone{
	margin:5px 0 0 0;
	padding:0;
	width:160px;
	height:30px;
	line-height:27px;
	border:none;
	background:#8a8e21;
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	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;
	width:40px;
	}
	
textarea.info{
	height:115px;
	background:#d5d2b0;
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	color:#8a8e21;
	}
	
	
	
/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder,.imageSlideshowHolder_left{
	margin-left:0px;	/* "Air" */
	float:right; /* Floating gallery at the right side of other web page content */		
	width:430px;	/* Image width */
	height:298px;
	overflow:hidden;	/* Image height */
	position:relative;	/* Don't remove this line */
}

/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
	border:10px solid #e0ddbc;
}
	
