@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	color:#333;
	text-align:center;
	padding:0;
	border:0;
	margin:0;
	background-color: #F4EED4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.166;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../immagini/bg.png);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}
h1 {
	font-size:180%;
}
h2 {
	font-size:160%;
}
h3 {
	font-size:140%;
}
h4 {
	font-size:120%;
}
h5 {
	font-size:110%;
}
h6 {
	font-size:100%;
}
p {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.6em;
}
.left {
	float: left;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited {
	color:#666;
}
a:hover, a:active {
	color:#900;
}
img {
	border:0;
}
/********* form and related tag styles *********/
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.cancella {
	clear: both;
}
#all {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#all #head {
	height: 153px;
	position: relative;
}
#all #head #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#all #head #header {
	position: absolute;
	top: 0px;
	right: 0px;
}
.nav-bar {
	height: 32px;
	line-height: 32px;
	background-image: url(../immagini/separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav-bar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.nav-bar li {
	float: left;
	display: block;
}
.nav-bar a {
	padding-left: 13px;
	display: block;
	background-image: url(../immagini/separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding-right: 13px;
}
.nav-bar a:link, .nav-bar a:visited {
	color: #765B2C;
	text-decoration: none;
}
.nav-bar a:hover, .nav-bar a:active {
	color: #FFF;
	text-decoration: none;
}
.nav-bar a.current:link, .nav-bar a.current:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#all #middle {
	height: 310px;
	margin-top: 8px;
	position: relative;
}
#nav-left {
	background-color: #FFF;
	width: 220px;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../immagini/bg-nav-left.gif);
	background-repeat: repeat-x;
}
#nav-left ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#nav-left ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6AB78;
}
#nav-left ul li a {
	text-decoration: none;
	background-image: url(../immagini/arrow-black.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 40px;
	height: 40px;
}
#nav-left ul li a:link, #nav-left ul li a:visited {
	color: #795C30;
	font-size: 12px;
}
#nav-left ul li a:hover, #nav-left ul li a:active {
	color: #000;
	font-size: 12px;
}
#nav-left ul li a.current:link, #nav-left ul li a.current:visited {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
#fast-booking {
	background-color: #F4EED4;
	height: 280px;
	width: 200px;
	position: absolute;
	z-index: 200;
	top: 10px;
	right: 20px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border: 1px solid #795C30;
}
#fast-booking-content {
	width: 180px;
	position: absolute;
	z-index: 300;
	top: 10px;
	right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	margin: 5px;
}

#hires {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 740px;
	height: 300px;
	z-index: 100;
}
#all #content {
	background-image: url(../immagini/bg-booking.gif);
	background-repeat: repeat-x;
	width: 945px;
	padding-left: 15px;
}
#booking {
	width: 186px;
	margin-top: 15px;
	float: left;
}
#booking  h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A08A51;
	text-transform: uppercase;
	font-size: 13px;
}
.ricerca {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A08A51;
	font-size: 13px;
}


.border1 {
	background-color: #FFF;
	border: 1px solid #D9C6A3;
	padding: 3px;
}
.border2 {
	border: 1px solid #ECE2D1;
	background-color: #FFF;
}
#contenuto {
	float: right;
	width: 700px;
	background-color: #FFF;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#contenuto h1 {
	font-weight: normal;
	background-image: url(../immagini/bg-h1.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	margin-bottom: 20px;
}
#contenuto p {
	padding-left: 0px;
	text-align: justify;
	color: #666;
}
#contenuto p strong {
	color: #900;
}

#box-dx {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: center;
}
ul.gallery {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul.gallery li {
	display: inline;
}
ul.gallery li a {
	border: 1px solid #D9C6A3;
	text-align: center;
	background-color: #F3EDD3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
ul.gallery li a:link, ul.gallery li a:visited, ul.gallery li a:hover {
	text-decoration: none;
	color: #000;
}
.partners {
	clear: both;
	padding-top: 5px;
}
#footer  {
	text-align: center;
	clear: both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A08A51;
}
#footer address  {
	font-style: normal;
	padding: 20px;
}
#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #A08A51;
	text-decoration: none;
}
#apDiv1 {
	position:absolute;
	left:9px;
	top:5px;
	width:219px;
	height:125px;
	z-index:1;
}
