
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_9
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9
{
	display:inline;
	float: left;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha { margin-left: 0; }

.omega { margin-right: 0; }

/* Grid >> 9 Columns
----------------------------------------------------------------------------------------------------*/

.container_9 .grid_1 { width:86px; }

.container_9 .grid_2 { width:186px; }

.container_9 .grid_3 { width:286px; }

.container_9 .grid_4 { width:386px; }

.container_9 .grid_5 { width:486px; }

.container_9 .grid_6 { width:586px; }

.container_9 .grid_7 { width:686px; }

.container_9 .grid_8 { width:786px; }

.container_9 .grid_9 { width:886px; }

/* Prefix Extra Space >> 9 Columns
----------------------------------------------------------------------------------------------------*/

.container_9 .prefix_1 { padding-left:100px; }

.container_9 .prefix_2 { padding-left:200px; }

.container_9 .prefix_3 { padding-left:300px; }

.container_9 .prefix_4 { padding-left:400px; }

.container_9 .prefix_5 { padding-left:500px; }

.container_9 .prefix_6 { padding-left:600px; }

.container_9 .prefix_7 { padding-left:700px; }

.container_9 .prefix_8 { padding-left:800px; }

/* Suffix Extra Space >> 9 Columns
----------------------------------------------------------------------------------------------------*/

.container_9 .suffix_1 { padding-right:100px; }

.container_9 .suffix_2 { padding-right:200px; }

.container_9 .suffix_3 { padding-right:300px; }

.container_9 .suffix_4 { padding-right:400px; }

.container_9 .suffix_5 { padding-right:500px; }

.container_9 .suffix_6 { padding-right:600px; }

.container_9 .suffix_7 { padding-right:700px; }

.container_9 .suffix_8 { padding-right:800px; }

/* Push Space >> 9 Columns
----------------------------------------------------------------------------------------------------*/

.container_9 .push_1 { left:100px; }

.container_9 .push_2 { left:200px; }

.container_9 .push_3 { left:300px; }

.container_9 .push_4 { left:400px; }

.container_9 .push_5 { left:500px; }

.container_9 .push_6 { left:600px; }

.container_9 .push_7 { left:700px; }

.container_9 .push_8 { left:800px; }

/* Pull Space >> 9 Columns
----------------------------------------------------------------------------------------------------*/

.container_9 .pull_1 { left:-100px; }

.container_9 .pull_2 { left:-200px; }

.container_9 .pull_3 { left:-300px; }

.container_9 .pull_4 { left:-400px; }

.container_9 .pull_5 { left:-500px; }

.container_9 .pull_6 { left:-600px; }

.container_9 .pull_7 { left:-700px; }

.container_9 .pull_8 { left:-800px; }

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after
{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

body
{
	background-color: #609bda;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

a
{
	color: #f36;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

small { font-size: 75%; }

#header
{
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 498px;
	display: block;
	position: relative;
}

#header .logo { }

#header .logo h1 a
{
	display: block;
	width: 294px;
 .width: 286px;
	height: 144px;
	background-image: url(../img/logo.png);
 .background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-top: 10px;
}

#header .lang
{
	position: absolute;
	right: 0px;
	top: 10px;
}

#header .lang ul
{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../img/lang_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 103px;
}

#header .lang ul li
{
	display: inline;
	margin-left: 10px;
	margin-right: -10px;
}

#header .lang ul li a { }

#header .lang ul li a img { padding-bottom: 2px; }

#header .menu
{
	position: absolute;
	top: 136px;
	right: 0px;
}

#header .menu ul { }

#header .menu ul li
{
	display: inline;
	margin-left: 15px;
}

#header .menu ul li a
{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}

#header .menu ul li a:hover, #header .menu ul li.selected a { color: #f36; }

#header #slideshow
{
	display: block;
	width: 882px;
	height: 320px;
	position: absolute;
	top: 24px;
	left: 0px;
}

#content { }

#content #content_wrap
{
	background-image: url(../img/content_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 400px;
	padding-top: 20px;
}

#content #sidebar { }

#content #sidebar .item
{
	background-image: url(../img/sidebar_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	padding: 10px;
	margin-bottom: 20px;
}

#content #sidebar .item2 { margin-bottom: 20px; }

#content #sidebar .item .caption { font-size: 13px; }

#content #sidebar .item h3
{
	font-size: 13px;
	font-weight: bold;
	color: #f36;
	margin-bottom: 11px;
}

#content #sidebar p
{
	font-size: 12px;
	line-height: 16px;
}

#content #sidebar .offerte { }

#content #sidebar #gallery { }

#content #sidebar #gallery .hide { display: none; }

#content h2
{
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	color: #f36;
	margin-bottom: 36px;
}

#content p
{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 24px;
}

#content table.listino
{
	width: 98%;
	margin-right: 1em;
}

#content table.listino th, #content table.listino td
{
	border: 1px solid #fff;
	padding: 5px;
	text-align: left;
}

#content form .item
{
	clear: both;
	width: 280px;
	min-height: 50px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	zoom: 1;
 	*display: inline;
	_height: 250px;
	margin-bottom: 20px;
}

#content form .item label
{
	display: block;
	margin-bottom: 5px;
}

#content form .item input
{
	width: 270px;
	border: 1px solid #609BDA;
	padding: 2px;
}

#content form .item textarea { width: 270px; }

#content form .item input.calendar
{
	width: 22px;
	background-image: url(../img/calendar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	border: 1px solid #609CDB;
}

#content form .item input.submit
{
	width: auto;
	border: none;
}

#content form .item input.checkbox { width: auto; }

#content form .item select.giorno, #content form .item select.mese { width: 4em; }

#content form .item select.anno { width: 8em; }

#content #map
{
	width: 580px;
	height: 500px;
	display: block;
}

#footer
{
	display: block;
	height: 170px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 13px;
	line-height: 18px;
	padding-top: 100px;
}

#footer .info { margin-left: 10px; }

#footer .credits { margin:10px 0 0 100px; font-size:11px; line-height:12px; }

#footer .credits .loghi .item { display: inline; }

#footer .credits .loghi { margin-top: 10px; }

#footer .credits .loghi .item .adriasonline, #footer .credits .loghi .item .entrainhotel, #footer .credits .loghi .item .italhotels
{
	background-image: url(../img/footer_logo.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 23px;
	display: inline-block;
 	.float: left;
	margin-right: 7px;
	text-indent: -9999px;
}

#footer .credits .loghi .item .adriasonline { background-position: 0px 0px; }

#footer .credits .loghi .item .entrainhotel { background-position: 0px -23px; }

#footer .credits .loghi .item .italhotels { background-position: 0px -46px; }

#footer a   /* Questo è il colore dei link nel footer */
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; } /* Sottolineatura rollover */

#footer .credits .copy /* Questo è il cpoyright */
{
	margin:20px 0 0 0;
	font-size:10px;
	line-height:30px
}


#privacy
{
	background-color: #609bda;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}

#privacy p { margin-bottom: 1em; }
