@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

img { border:none; }

body {
	background:#8F8476 url(/images/bg.jpg) repeat-x scroll 0 0;
	color:#4A4F4F;
	font-family:Tahoma;
	font-size:12px;
	line-height:18px;
}

.clear { clear:both; }

a,
a:visited {
	text-decoration:none;
	color:#817059;
}

a:hover {
	text-decoration:underline;
}

div#container {
	background:transparent url(/images/gradient-shadow.png) repeat-y;
	margin:1px auto 0px auto;
	width:940px;
	padding:0px 19px;
}

/*================================================================================	HEADER */
#header {
	background:transparent url(/images/top-bg.png) repeat-x;
	height:72px;
	position:relative;
	border-bottom:1px solid #c5baa8;
	z-index:10;
}

#header form {
	position:absolute;
	top:15px;
	right:10px;
}

#header form select {
	background-color:#E8E7DF;
	border:1px solid #857761;
	color:#857761;
	font-size:11px;
}

/*========================================	TOP MENU */
ul#top_menu {
	position:absolute;
	top:15px;
	right:85px;
}

ul#top_menu li {
	margin:2px 5px;
	display:inline;
}

ul#top_menu a {
	color:#847660;
	font-size:11px;
}

/*========================================	MAIN MENU */
ul#main_menu {
	position:absolute;
	bottom:5px;
	right:5px;
}

ul#main_menu li {
	margin:0 10px 0 20px;
	display:inline;
}

ul#main_menu a {
	color:#1D5577;
	font-size:16px;
}

ul#main_menu li.active a {
	color:#008EC9;
}

/*================================================================================	EMO */
#emo {
	overflow:hidden;
	z-index:0;
	min-height: 393px;
	height: auto !important;
	height: 393px;
}

#emo img {
	margin-top:-75px;
}

/*================================================================================	SLIDESHOW */
#slideshow {
	overflow:hidden;
	height:492px;
}

#slideshow #loader {
	text-align:center;
	margin-top:100px;
}

#slideshow #loader img {
	opacity:1.0;
	filter:alpha(opacity=100);
	position:static;
}

#slideshow img {
	opacity:0.0;
	filter:alpha(opacity=0);
	position:absolute;
	z-index:8;
}

#slideshow img.active {
	opacity:1.0;
	filter:alpha(opacity=100);
	z-index:10;
}

#slideshow img.last-active {
    z-index: 9;
}


/*================================================================================	MAIN */
#main {
	position:relative;
	z-index:10;
	margin-top:-253px;
	background:transparent url(/images/bg_main.png) repeat-y right;
}

/*================================================================================	MAIN HOME */
#main.home {
	position:relative;
	z-index:10;
	margin-top:-492px;
	height:492px;
	background:none;
}

#main.home #home_wrapper {
	position:absolute;
	bottom:0px;
	width:940px;
	height:216px;
}

#home_wrapper h3 {
	background:transparent url(/images/black35.png) repeat;
	font-size:23px;
	font-weight:normal;
	text-align:right;
	color:#FFFFFF;
	width:886px;
	float:right;
	margin-right:18px;
	padding:5px 10px;
	position:relative;
}

#home_wrapper h3 span {
	font-size:23px;
	font-weight:normal;
	color:#000000;
	position:absolute;
	right:8px;
	top:7px;
	z-index:-1;
}

#home_wrapper h3 p {
	color:#FFFFFF;
	position:absolute;
	left:8px;
	top:6px;
	z-index:2;
}

#home_wrapper h3 p span {
	color:#000000;
	position:absolute;
	left:1px;
	top:1px;
	z-index:-1;
	white-space:nowrap;
}

#boxes {
	background:transparent url(/images/black35.png) repeat;
	height: 188px;
	width:940px;
	clear:both;
	position:absolute;
	left:0px;
	bottom:0px;
}

#boxes #custom {
	width:158px;
	height:158px;
	position:absolute;
	bottom:0px;
	left:7px;
	padding:14px;
	background:url(/images/bg_boxes.png) no-repeat 0 0;
}

#boxes #custom #block_1_P_1_1 {
	width:158px;
	height:158px;
	overflow:hidden;
	background:#FFFFFF;
}

#boxes #call_center {
	width:344px;
	height:158px;
	position:absolute;
	bottom:14px;
	left:190px;
	padding:14px 14px 0px 14px;
	background:url(/images/bg_boxes.png) no-repeat -200px 0;
}

#boxes #booking {
	width:344px;
	height: 158px;
	position:absolute;
	bottom:14px;
	left:560px;
	padding:14px 14px 0px 14px;
	background:url(/images/bg_boxes.png) no-repeat -200px 0;
}

#boxes #call_center .footer,
#boxes #booking .footer {
	width:372px;
	height:14px;
	background:url(/images/bg_boxes.png) no-repeat -200px bottom;
	position:absolute;
	bottom:-14px;
	left:0px;
}

#testo-hp{
	padding:20px 20px 8px 20px;
}

#testo-hp p{
	margin-bottom:12px;
}

/*========================================	BOOKING HOME */

#booking h2#form_search_title {
	margin:0px;
	border:none;
	font-size:17px;
	background:#CCE0E9 none;
}

#booking form {
	background:#CCE0E9;
	padding:0px 0px 0px 3px;
	line-height:13px;
	height:100%;
	position:relative;
}

#booking ul {
	list-style:none;
}

#booking ul#fields {
	float:left;
	width:226px;
}

#booking ul#fields li {
	width:113px;
	float:left;
}

#booking ul#fields input.cal {
	background:#FFFFFF url(/images/cal.gif) no-repeat 72px center;
	border: 1px solid #A5ACB2;
	padding:1px;
}

#booking ul#fields li#chdAge_1,
#booking ul#fields li#chdAge_2 {
	width:226px;
}

#booking ul#fields li.roomTitle {
	width:226px;
	border-bottom:2px solid #9AC7DB;
	font-size:11px;
	margin:5px 0px;
	text-transform:uppercase;
}


#booking label {
	text-transform:uppercase;
	display:block;
	font-size:11px;
	margin-bottom:1px;
}

#booking input,
#booking select {
	width:85px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#booking select.select_small {
	width:45px;
	margin-right:3px;
}


#booking ul#categories {
	float:right;
}

#booking ul#categories li {
	height: 15px;
	width:114px;
}

#booking ul#categories label {
	display:inline;
}

#booking ul#categories input {
	width:auto;
}

#booking ul#categories img {
	height:10px;
}

#booking input#submit {
	background:url(/images/bgButton.gif) repeat-x;
	border:none;
	color:#FFFFFF;
	position:absolute;
	bottom:4px;
	right:29px;
	height:20px;
	padding-bottom:2px;
	cursor:pointer;
}

/*================================================================================	CONTENT */
#content_wrapper {
	float:left;
}

#main.three_columns #content_wrapper {
	width:515px;
	margin-right:20px;
}

#main.two_columns #content_wrapper {
	width:705px;
	margin-right:20px;
}

#content {
	background:#FFFFFF;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding:15px 0px;
}

h2#title {
	background:#FFFFFF;
	padding:15px 0px;
	color:#AC9577;
	font-size:23px;
	font-weight:normal;
	margin-bottom:119px;
}

#content p {
	color:#000000;
	margin-bottom:15px;
}

#content h4 {
	color:#AC9577;
	font-size:12px;
	margin-bottom:15px;
}

#content a {
	color:#817059;
	text-decoration:underline;
}

#content ul {
	list-style-position:inside;
}

/*================================================================================	LEFT */
#left {
	float:left;
	width:152px;
	background:#FFFFFF;
	padding:48px 19px 0px 19px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

/*===========================================	MENU SEZIONE */

#left ul {
	list-style:none;
}

#left ul li {
	padding:3px 0px;
	border-bottom:1px solid #D8D7D1;
}

#left ul li.selected li {
	border-bottom:none;
}

#left ul li a,
#left ul li a:visited {
	line-height:18px;
	color:#1D5577;
	display:block;
	font-size:12px;
	text-decoration:none;
}

#left ul li a:hover {
	color:#817059;
	text-decoration:none;
}


#left ul li.selected {
	background:#F2F2F2 url(/images/bullmenu1sel.jpg) no-repeat scroll 0 7px;
	padding-left:14px;
}

#left ul li.selected li.selected {
	background:#E5E5E5 url(/images/bullmenu1sel.jpg) no-repeat scroll 0 7px;
}

#left ul li.selected li {
	padding-left:14px;
}

/*================================================================================	RIGHT */
#right {
	float:left;
	width:215px;
	background:#E2EDF3;
}

/*================================================================================	FOOTER */
#footer {
	background:#FFFFFF;
	border-top:1px solid #CFC8C1;
	padding-bottom:10px;
}

#footer_left {
	float:left;
	margin-top:10px;
}

#footer_right {
	float:right;
	width:480px;
	font-size:11px;
	line-height:15px;
	color:#857761;
	margin-top:9px;
	padding-right:25px;
}

#footer_right ul {
	list-style:none;
	margin-bottom:10px;
}
#footer_right ul li {
	display:inline;
	margin-right:10px;
}
#footer_right ul li.last {
	border-right:medium none;
	padding-right:0;
}

/*================================================================================	GALLERYONE */

a.galleryone img {
	padding:5px;
	border:1px solid #CCCCCC;
	margin-right:10px;
	margin-bottom:10px;
}

/*================================================================================	FORM CONTATTI */

form.contatti label {
	width:175px;
	float:left;
	display:block;
	clear:left;
	line-height:20px;
	margin-bottom:30px;
	font-size:11px;
}

form.contatti input,
form.contatti textarea,
form.contatti select {
	width:200px;
	height:18px;
	border:1px solid #999999;
	float:left;
	display:block;
	margin-bottom:12px;
	font-size:11px;
}

form.contatti input.checkbox {
	width:auto;
}

form.contatti select.small {
	margin-right:6px;
	width:40px;
}
/*
form.contatti span {
	float:left;
	padding:3px 0px 0px 8px;
	font-size:10px;
}*/

form.contatti input.button {
	font-size:12px;
	background:#7B7B7B none;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	padding:2px 6px;
	cursor:pointer;
	line-height:26px;
	text-decoration:none;
	text-shadow:1px 1px 0px #333333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display:inline;
	width:auto;
	height:auto;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
}

form.contatti textarea {
	height:100px;
	width:276px;
}

form.contatti input.nascosto {
	border:none;
	display:none;
}

form.contatti input.checkbox {
	width:auto;
	margin:0px;
}

#content form.contatti p.checkbox_label {
	margin:2px 0px 2px 8px;
	float:left;
	width:260px;
	font-size:11px;
}

#content form.contatti p.campi_obbl {
	margin:2px 0px 20px 0px;
	padding-left:175px;
	clear:both;
	font-weight:bold;
}

form.contatti div.privacy_form {
	width:278px;
	height:100px;
	overflow:auto;
	border:1px solid #999999;
	margin:5px 0px 10px 0px;
}

#content form.contatti div.privacy_form p {
	font-size:9px;
}

#error{
	border:1px solid #DD0005;
	padding:10px;
	color:#DD0005;
	background-color:#FBECEC;
	margin-bottom:15px;
	font-weight:bold;
	line-height:1.4;
}

#success{
	border:1px solid #43A01B;
	padding:10px;
	color:#43A01B;
	background-color:#E7FCE2;
	margin-bottom:15px;
	font-weight:bold;
	line-height:1.4;
}

/*================================================================================	METEO */

table.meteo th {
	text-align:center;
	background-color:#8FBFDC;
	padding:5px 0px;
}

table.meteo td {
	text-align:center;
}

/*================================================================================	SITEMAP */

#sitemap ul {
	padding-left:15px;
}
.tit-hp{
	font-size:22px;
	color:#1D5577;
	font-family:Tahoma;
	font-weight:normal;
	padding-bottom:10px;
}

/*================================================================================	OFFERTE */

#offers_list li {
	list-style:none;
	background:url(/images/shadow.png) no-repeat right bottom;
	padding:0px 20px 20px 0px;
	margin-bottom:20px;
}

#content .offer_title {
	color:#246691;
	font-size:18px;
	margin-bottom:10px;
	display:inline-block;
	text-decoration:none;
}

#content .offer_link {
	float:right;
	color:#246691;
	font-weight:bold;
}

#offers_list img { width:508px; }

#structures { border-collapse:collapse; }

#structures th {
	color:#1d5375;
	border-bottom:1px dotted #86c4e8;
	padding:10px 5px;
	text-align:left;
}

#structures td {
	border-top:1px dotted #86c4e8;
	padding:10px 5px;
}

#structures .hotel_name {
	color:#626262;
	text-decoration:none;
}

#structures .offer_title {
	text-transform:uppercase;
	margin-bottom:0;
	font-size:11px;
	line-height:1.1;
}

.short_description,
.long_description { font-size:11px; line-height:1.1; }

#structures .offer_description {
	outline:none;
}

#structures .check_availability {
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	white-space:nowrap;
	display:inline-block;
	padding:3px 6px;
	background-color: #1f577b;
	background-image: -moz-linear-gradient(top, #1f577b, #5e88a2); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1f577b),color-stop(1, #5e88a2)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#1f577b', EndColorStr='#5e88a2'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#1f577b', EndColorStr='#5e88a2')"; /* IE8 */
}

.even { background:#e9f0f3; }

.long_description { display:none; }

/*================================================================================	DETTAGLI HOTEL */

.hotel_details {
	width:328px;
	color:#505050;
	background:#FFFFFF;
	border:1px solid #A4936D;
	padding:20px;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	-moz-box-shadow: 0px 0px 10px #666666; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 10px #666666; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 10px #666666; /* Opera 10.5, IE 9.0 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:999;
}

.imgThumb {
	width:328px;
	height:219px;
	margin-bottom:10px;
}

.imgThumb img.thumb_img { border:1px solid #62512D;}

.imgThumb img.zoom {
	position:absolute;
	width:37px;
	height:32px;
	bottom:5px;
	right:5px;
}

.hotel_details p {
	float:left;
	width:261px;	
}

.hotel_details .title {
	color:#005380;
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
}

.hotel_details p img { vertical-align:sub; }

.hotel_details p a {
	color:#CC0000;
	font-size:12px;
	text-decoration:underline;
}

.hotel_details p a:hover { text-decoration:none; }
