/* Reset */
/* v1.0 | 20080212 */
* {margin:0;padding:0;border:0;font-size:100%;font-family:inherit;vertical-align:baseline;background:transparent}
body{line-height:1}
table{border-collapse:collapse;border-spacing:0}

/* Inizio CSS */

body {
	background:url(/images/bg.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

a,
a:hover,
a:visited { color:inherit; }

#container {
	width:990px;
	margin:0px auto;
}

#flash {
	position:absolute;
	top:38px;
	width:100%;
	height:398px;
	text-align:center;
	overflow:hidden;
}

/*==================================================================	HEADER */

#header {
	position:relative;
	height:35px;
	margin-bottom:3px;
	background:url(/images/bg_header.png) no-repeat right bottom;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
}

#language {
	position:absolute;
	top:96px;
	left:93px;
}

#menu_principale {
	position:absolute;
	left:290px;
	top:15px;
	list-style:none;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:13px;
}

#menu_principale li {
	display:inline;
	margin-right:15px;
}

#menu_principale a {
	color:#0062a1;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #FFFFFF;
}

#menu_principale a.active,
#menu_principale a:hover {
	color:#b70a35;
}

#meteo {
	position:absolute;
	top:73px;
	right:0px;
	background:url(/images/bg_meteo.png) no-repeat;
	width:235px;
	height:88px;
	padding:8px;
	color:#FFFFFF;
}

#meteo h2, #meteo span.titmeteo {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
	margin-bottom:2px;
}
#meteo span.titmeteo { display:block;}
#meteo p {
	margin:0px;
	line-height:1;
}

#meteo .date {
	margin-bottom:3px;
}

#meteo a {
	float:right;
	text-decoration:none;
	padding-bottom:3px;
	border-bottom:1px dotted #FFFFFF;
}

#meteo img {
	float:left;
	margin:0px 2px 0px -7px;
}

/*==================================================================	MAIN */

#main {
	margin-top:401px;
}

#form_booking {
	position:relative;
	float:left;
	margin-left:-5px;
	width:704px;
	height:77px;
}

#form_booking form {
	background:#0062A1 url(/images/bg_form_prenota.png) no-repeat left top;
	width:664px;
	min-height:59px;
	height: auto !important;
	height: 59px;
	padding:10px 10px 8px 30px;
	position:absolute;
	left:0px;
	bottom:0px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

#form_booking h2, #form_booking .tit-prenota {
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
	margin-bottom:5px;
}

#fields {
	float:left;
	width:450px;
}

#fields li {
	float:left;
	list-style:none;
	margin-bottom:4px;
	padding-right:10px;
}

#fields li.sep {
	background:url(/images/form_booking_separator.png) no-repeat right;
	margin-right:10px;
}

#fields li.roomTitle {
	clear:both;
	float:none;
	width:auto;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px dotted #FFFFFF;
	margin-bottom:5px;
	padding:5px 0px 2px 0px;
}

#fields li.childAge {
	width:auto;
}

#fields label {
	font-size:11px;
	color:#FFFFFF;
	display:block;
	margin-bottom:4px;
}

#fields input,
#fields select {
	background:#FFFFFF;
	padding:1px;
	font-size:11px;
	border:1px solid #A5ACB2;
}

#fields select {
	width:75px;
}

#fields .adults select,
#fields .children select {
	width:45px;
}


#fields .childAge select {
	width:45px;
	margin-right:5px;
}


#fields .cal input {
	width:81px;
	padding:2px;
	background:#FFFFFF url(/images/cal.gif) no-repeat scroll 69px center;
}

#form_booking a {
	position:absolute;
	top:22px;
	right:10px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
	cursor:pointer;
	padding-right:40px;
	text-decoration:none;
	line-height:33px;
}

#breadcrumbs {
	float:left;
	width:695px;
	margin:10px 0px 0px 30px;
	font-size:11px;
}

/*==================================================================	LEFT */

#left {
	width:265px;
	margin-top:-100px;
	float:left;
	position:relative;
	z-index:999;
}

#left h2, #left .tit-left {
	background:url(/images/bg_col_left.png) no-repeat top;
	display: block;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
	padding:22px 0px 22px 0px;
	margin-bottom:0px;
}

#menu_left {
	background:url(/images/bg_col_left.png) no-repeat bottom;
	padding:10px 5px 25px 5px;
	list-style:none;
}

#menu_left a {
	font-size:14px;
	color:#FFFFFF;
	line-height:28px;
	text-decoration:none;
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
	padding-left:35px;
	outline:none;
}

#menu_left a:hover {
	color:#b70a35;
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
}

/*==================================================================	CENTER */

#center {
	width:340px;
	float:left;
	padding:15px 30px;
}

#main.home #center {
	width:665px;
}

/*======================================================	CONTENT */

#galleryone {
	width:665px;
	height:115px;
	background:url(/images/bg_gallery.jpg) no-repeat;
	position:relative;
	overflow:hidden;
}

#prev,
#next {
	width:53px;
	height:115px;
	display:block;
	position:absolute;
	background:url(/images/bg_gallery.jpg) no-repeat;
	z-index:999;
}

#prev { left:0px; background-position:left; }

#next { right:0px;  background-position:right; }

#galleryone div {
	position:absolute;
	width:559px;
	height:95px;
	left:53px;
	margin:10px 0px;
	overflow:hidden;
	width:2000px;
}

#galleryone img {
	width:162px;
	height:91px;
	float:left;
	margin:0px 10px;
	border:2px solid #005F9C;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.pages {
	list-style:none;
	padding:0px;
}

.pages li {
	margin-bottom:20px;
}

.pages strong {
	display:block;
	font-size:14px;
	margin-bottom:10px;
}

.pages img {
	float:left;
	margin:0px 15px 15px 0px;
}

#content ul {
	padding-left:15px;
	line-height:1.3;
}

/*==================================================================	RIGHT */

#right {
	width:325px;
	float:left;
	padding:15px 0px;
}

.offer_title {
	clear:both;
	font-weight:bold;
}

#newsletter {
	clear:both;
	margin-top:25px;
}

#newsletter input {
	background:url(/images/bg_input.png) no-repeat;
	height:22px;
	padding-left:4px;
	line-height:22px;
	width:170px;
}

#newsletter a {
	background:url(/images/button_white.png) no-repeat right center;
	padding-right:40px;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:1px 1px 0px rgba(255,255,255,0.5);
	padding:7px 40px 8px 0px;
	margin-left:30px;
}

/*==================================================================	FOOTER */

#footer {
	background:url(/images/bg_footer.png) repeat-x;
	margin-top:30px;
	color:#37659D;
}

#footer_inner {
	width:970px;
	height:80px;
	margin:0px auto;
	padding:20px 10px;
}

#footer_inner p {
	float:left;
}

#footer_inner ul {
	float:right;
}

#footer_inner li {
	border-right:1px solid #6292C1;
	display:inline;
	margin-left:10px;
	padding-right:12px;
}

#footer_inner li.last {
	border-right:none;
	padding-right:0;
}

#footer_inner li a {
	color:#37659D;
	text-decoration:none;
}

/*==================================================================	GOOGLE MAP */

#txt_map {
	line-height:1.4;
}

#txt_map .title {
	color:#00609E;
	font-weight:bold;
	font-size:14px;
}

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

table.meteo {
	font-size:11px;
	text-align:center;
	margin-bottom:10px;
}

table.meteo td,
table.meteo th {
	text-align:center;
	vertical-align:middle;
	padding:3px;
}

table.meteo th {
	color:#FFFFFF;
	background-color:#005C98;
	padding:4px;
	font-weight:bold;
}

table.meteo th span.title { 
	font-size:13px;
	display:block;
	border-bottom:1px solid #237AAF;
	padding-bottom:3px; }

table.meteo tr.odd { background-color:#EFFBFF; }

table.meteo tr.even { background-color:#E7F9FF; }

#contPage table.meteo img { 
	float:none; 
	margin:0px 5px 0px 0px;
	border:none;}

/*==================================================================	ELEMENTI */

h1, h2, .titmeteo, #tit-off, #tit-newsletter {
	font-size:16px;
	display:block;
	font-weight: bold;
	text-transform:uppercase;
	text-shadow:1px 1px 0px rgba(255,255,255,0.5);
	margin-bottom:15px;
}

p {
	line-height:1.3;
	margin-bottom:10px;
}

.red { color:#b70a35; }

.blue { color:#005e9c; }

.more {
	float:right;
	clear:both;
}

.nascosto { display:none; }
