/* CSS Document */

html, body, #contenitore{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

html{
	background-color:#000000;
}

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

a{
	outline:none
}


#contenitore{
	position:relative;
}


#top{
	position:absolute;
	overflow:hidden;
	z-index:30;
	top:0;
	left:0;
	width:100%;
	height:80px;
	/*background:url(images/sf-top.png);*/
}

#logo{
	margin:0 auto;
	/*width:180px;*/
	height:80px;
	/*background:url(images/logo.png) 50% 0 no-repeat;*/
	text-align:center
}

#logo h1 a{
	/*position:relative;
	overflow:hidden;
	height:110px;
	margin:0;
	padding:0;*/
	
		text-decoration:none;
		color:white;
		font:normal 36px "Times New Roman", Times, serif;
		line-height:42px;
}

#logo a{
	/*display:block;
	width:180px;
	height:110px;
	padding:110px 0 0 0;*/
}


#bottom{
	position:absolute;
	z-index:3;
	bottom:0;
	width:100%;
	height:80px;
	background:url(images/sf-top.png);
}

#menu{
	position:relative;
	overflow:auto;
	margin:0 auto;
	text-align:center;
	height:20px
}
#menu a{
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	font:normal 11px "Trebuchet MS", Arial, Verdana;
}


#chiusura{
	position:relative;
	margin:0 auto;
	font:normal 11px "Trebuchet MS", Arial, Verdana;
	color:#a88150;
	letter-spacing:1px;
	text-align:center;
}

#chiusura a{
	color:#a88150;
	text-decoration:none;
}

#chiusura a:hover{
	color:#992323;
	text-decoration:none;
}


#main_nav{
	position:absolute;
	z-index:3;
	top:50%;
	margin-top:-24px;
	padding:0;
	width:100%;
	height:48px;
}

#main_btn_indietro{
	float:left;
	overflow:hidden;
	display:block;
	width:44px;
	height:48px;
	background:url(images/prev.png) 0 50% no-repeat;
}

#main_btn_avanti
{
	float:right;
	overflow:hidden;
	display:block;
	width:44px;
	height:48px;
	display:block;
	background:url(images/next.png) 0 50% no-repeat;
}

#main_btn_indietro img, #main_btn_avanti img{
	border:none;
}

#fondo.start{
	position:absolute;
	overflow:hidden;
	visibility:hidden;
	bottom:80px;
	width:100%;
	height:1px;
	text-align:center;
	background:url(images/ghost.gif);
}

#menugallery{
	position:relative;
}

#menugallery a{
	position:relative;
	display:block;
	margin:0 auto;
	width:140px;
	height:24px;
	background:url(images/black50.png);
	/*background:black;*/
	font:bold 14px "Trebuchet MS", Arial, Verdana;
	color:#be9159;
	text-decoration:none;
	text-align:center;
	line-height:24px;
	letter-spacing:2px;
}

#thumbs{
	position:relative;
	overflow:hidden;
	/*border-top:1px solid black;*/
}

.btn_indietro{
	background:url(images/prev2.png) 0 0 no-repeat;
}

.btn_avanti{
	background:url(images/next2.png) 0 0 no-repeat;
}

.btn_indietro,.btn_avanti{
	overflow:hidden;
	float:left;
	width:25px;
	height:92px;
	margin:0;
}

.btn_indietro a, .btn_avanti a{
	display:block;
	padding-top:90px;
}

#contestata{
	position:relative;
	overflow:hidden;
	float:left;
	width:100%;
	height:92px;
	background: url(images/black50.png);
}

#testata{
	position:absolute;
	margin:0;
	padding:0;
	height:92px;
}

#tenth{
	width:10000px;
	background:url(images/ghost.gif);
}

#tenth img{
	float:left;
	margin:10px 10px 10px 0;
	border:1px solid #a88150;
	width:100px;
	height:70px
}


#picture
{
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
	background-position:50% 50%;
}

/* form modulo prenotazione */

#titolohotel
{
text-align:center;
}
#titolohotel h3
{
font:bold 16px "Trebuchet MS";
color:#000000;
margin:0;
padding:0
}
#titolohotel img
{
display:inline;
border:none
}

.bottonepr{
background:none;
border:none;
margin:0;
padding:0 8px;
background-image:url(/css/images/sfumatura_pulsante.png);
border:1px solid #CCCCCC;
color:#333333;
line-height:16px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
cursor:pointer;
font-size:11px;text-transform:uppercase;
height:22px;
background-color:#F2F2F2;
width:90px !important
}

form#Search label, form#Search input, form#Search table, form#Search table td, form#Search select
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

form#Search select.valuta
{
width:180px
}

form#Search input.data
{
width:80px;
float:left;
margin-right:5px}



