html, body, #hWrap, #cWrap, #fWrap {
	width: 100%;
}

.hSpacer {
	height: 50px;
}

body {
	background-color: #4c4838;
	color: #ECE8E2;
	font: 75%/1.5em Verdana, Geneva, Tahoma, sans-serif;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.clear { clear: both; float: none }

/*
 * HEADER
 */
#hWrap {
	background: url(../img/bg-top.png) repeat-x 0 0;
	height: 441px;
}
#hWrapInner {
	background: url(../img/bg-head-deco.png) no-repeat center 70px;
}
#header {
	position: releative;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
}
	#heading {
		font-weight: bold;
		font-size: 0.9167em;
		line-height: 51px;
		float: left;
		margin-bottom: 16px;
		color: #fafafa;
	}
	
	#languages {
		font: 0.8333em/17px Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-transform: uppercase;
		padding: 0 0 0 10px;
		margin-top: 17px;
		float: right;
	}
		#languages dt,
		#languages dd {
			margin-right: 10px;
			font-weight: bold;
			float: left;
		}
		#languages .flag {
			display: block;
			float: left;
			margin-top: 2px;
			height: 12px;
			width: 16px;
			text-indent: -9999px;
		}
		#languages .it {
			background: url(../img/flag-it.png) no-repeat 0 0;
		}
		#languages .en {
			background: url(../img/flag-gb.png) no-repeat 0 0;
		}
		#languages .de {
			background: url(../img/flag-de.png) no-repeat 0 0;
		}		
	
	#headContent {
		height: 300px;
		background: url(../img/bg-head-content.png) repeat-x 0 0;
		border: 1px solid #989486;
	}
		#logo {
			width: 190px;
			height: 210px;
			margin: 45px 0 0 25px;
			float: left;
		}
		#headMedia {
			float: right;
			margin-right: 10px;
			width: 710px;
			height: 300px;
			overflow: hidden;
		}
		
	#navMain {
		margin-top: 18px;
		margin-left: 4px;
	}
		#navMain li {
			float: left;
			position: relative;
			z-index: 50;
		}
			#navMain a {
				float: left;
				display: block;
				line-height: 52px;
				height: 52px;
				font-size: 18px;
				padding: 0 22px;
				color: #E1E0D7;
				font-weight: normal;
				text-decoration: none;
				font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
				text-shadow: 0 0 5px rgba(80,80,60, 0.5);
			}
			#navMain a:hover,
			#navMain .current a {
				background-color: #514d3c			
			}
			#navMain > .current > a {
				-moz-border-radius: 8px 8px 0 0;
				-webkit-border-radius: 8px 8px 0 0;
				border-radius: 8px 8px 0 0;
			}
				/* submenu */
				#navMain ul {
					width: 180px;
					display: none;
					top: 52px;
					left: 0;
					position:absolute;
					z-index: 99;
					background: #514d3c;
					padding: 0 0 10px 0;
					-moz-border-radius: 0 0 8px 8px;
					-webkit-border-radius: 0 0 8px 8px;
					border-radius: 0 0 8px 8px;
					-moz-box-shadow: 0 8px 10px rgba(0,0,0, 0.4);
					-webkit-box-shadow: 0 8px 10px rgba(0,0,0, 0.4);
					box-shadow: 0 8px 10px rgba(0,0,0, 0.4);
				}
					#navMain ul li {
						float: none;
						z-index: 90;
					}
						#navMain ul a {
							float: none;
							font-size: 14px;
							line-height: 32px;
							height: 32px;
							color: #C7C3B3;
							
						}
						#navMain ul a:hover {							
							background-color: #65604B;
							color: #DFDED5
						}
		
/*
 * CONTENT
 */
#cWrap {
	background: #6a644c url(../img/bg-content-bottom.png) repeat-x 0 100%;
}
#cWrapInner {
	background: url(../img/bg-content-top.png) repeat-x 0 0;
}
#content {
	padding: 36px 0 15px;
	font-family: Helvetica, Arial sans-serif;
	min-height: 600px;
}


/*
 * FOOTER
 */
#fWrap {
	background: url(../img/bg-footer.png) repeat-x 0 0;
	font-size: 0.9167em;
	line-height: 1.6364em;
	padding: 0.8182em 0;
	color: #DCD4CA;
	text-align: center;
}

#fWrap a {
	color: #DCD4CA;
	text-decoration:none;
}
#fWrap a:hover {
	color: #fafafa;
}


.left { float: left; }
.right { float: right; }


/*
 * grids
 */
.pad-lr {
	padding: 0 18px;
}

.grid {
	margin-left: 30px;
	margin-bottom: 30px;
}

.grid-f {
	clear: both;
	margin-left: 0 !important;
}

.grid-1 {
	width: 30px;
}

.grid-10 {
	width: 300px;
}

.grid-20 {
	width: 600px;
}

.grid-21 {
	width: 630px;
}
.grid-32 {
	width: 960px;
	margin-left: 0;	
}

.grid-x4 {
	width: 224px;
	margin-left: 18px;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #fafafa;
}

h2 a { 
	color: #fafafa;
	text-decoration: none;
}

.nomargin {
	margin: 0 !important;
}
h2.alt,
h2.alt a {
	color: #c2b5a4;
}

#content h1,
.home #content h2 {
	font-family: "England Hand DB";
}

#content h1 { 
	background: url(../img/title-deco.png) no-repeat 0 0.2143em; /*(18x3)*/
	padding-left: 62px;
	font-size: 3.500em;
	line-height: 1.2858em;
	margin-bottom: 0.2143em;	
}

.home #content h1 {
	padding-bottom: 0.4286em;	
}

#content h2,
.servizi-title {
	line-height: 1.7142em;
	padding-top: 0;	
	font-size: 1.75em;
	font-family: Georgia, Times, Times New Roman, serif;
}

.home #content h2 {
	line-height: 1.6364em;
	padding-top: 0.1028em;	
	margin-bottom: 0.7154em; /* 1.0908em - 0.1028em */	
	font-size: 2.75em;
}

.home #content h1 {
	line-height: 1.2858em;	
	padding-bottom: 0.4286em;	
	margin-bottom: 0.4286em;
}	

.home #content h2 {
	line-height: 1.6364em;
	padding-top: 0.1028em;	
	margin-bottom: 0.988em; /* 1.0908em - 0.1028em */
	text-align: center;
}

.home .box {
	height: 275px;
}
.pad {
	padding: 18px;
}

.home #content .box h2 {
	margin-bottom: 0;
}

#content p {
	margin-bottom: 1.5em;
}

a {
	color: #BFB59D;
	text-decoration: none;
}


/*
 * LASTMINUTE
 */
#lastminute {
	height: 162px;
	padding: 18px 18px 18px;
	overflow: hidden;
}
#lastminute li {
	background: url(../img/li-deco.png) no-repeat 0 0.09em;	
	margin-bottom: 1.5em;	
}
#lastminute a {
	display: block;
	text-decoration: none;
	color: #fff;
	margin-left: 20px;
}
#lastminute a:hover {

}
#lastminute .data {
	display: block;
	font-weight: bold;
	color: #c2b5a4;
	font-size: 0.9167em;
	line-height: 1.0909em;
}

/*
 * immagini
 */
.img,
.img img {
	border: 9px solid #bfb59d;
	-moz-box-shadow: 0 0 10px rgba(0,0,0, 0.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.25);
	box-shadow: 0 0 10px rgba(0,0,0, 0.25);
}
.img-left {
	float: left;
	margin-right: 18px;
	margin-bottom:9px;
}
.img-right {
	float: right;
	margin-left: 18px;
	margin-bottom:9px;	
}
.box {
	border: 1px solid #534d39;
	/*background-color: #5f5943;*/
	background: #534d39 url(../img/boxbg.png) repeat-x 0 0;
	
	-moz-box-shadow: 0 0 10px rgba(0,0,0, 0.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.25);
	box-shadow: 0 0 10px rgba(0,0,0, 0.25);
}

.box .pad {
	padding: 18px;
}

/*
 * gallery small
 */
 .box .gallery-small {
 	padding-left: 8px;
 	padding-bottom: 10px;
 }
 
.gallery-small {
	
}

.gallery-small li,
.gallery-small a,
.gallery-small img {
	float: left;
}

.gallery-small li {
	margin: 0 0 10px 10px;
}

.gallery-small img {
	border: 1px solid #6A644C;
	width: 124px;
	height: 83px;
}

.box .bookingLink {
	display: block;
	margin: 18px 18px 20px;
	width: 260px;
	height: 178px;
	background: url(../../static/booking.jpg) no-repeat 0 0;
	border: 1px solid #6A644C;
}

.home .convegni h2 {
	margin-bottom: 18px;
}

.home .convegni p {
	margin-top: 18px;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0, 0.75);
}

.convegniLink {
	display: block;
	height: 124px;
	background: url(../../static/convegni.jpg) no-repeat 0 0;
}

/*
 * pagina interna
 */
.interna #content {
	font-size: 1.25em;
	line-height: 1.4em; /*21px*/
	padding-top: 2.8em;
	color: #ebebeb;
}
.interna #content h1 {
	color: #f1f1f1;
	font-size: 3.4em;
	line-height: 1.1764em; /*0.2941*/
	padding-bottom: 0;
	margin: 0;
	margin-bottom: 1.1764em;
	background-position: 0 0.1471em;
}

.interna #content h2 {
	color: #DCD4CA;
	font-size: 1.8em;
	line-height: 1.5556em; /*0.7778*/
	margin: 0.7778em 0 0;
}


.interna #content p {
	font-size: 1em;
	margin-bottom: 1.4em;
}


.interna #content .column {
	width: 450px;
	text-align: justify;
}

ul.list {
	margin-bottom: 1.5em;
}

ul.servizi {
	list-style: disc;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1em;
	}

.galleria {
	padding: 19px 9px 0;
	margin-bottom: 4em;
}
.galleria .heading {
	font-size: 2.8em;
	margin: 0 0 18px 18px;
}
.galleria .foto {
	float: left;
	width: 214px;
	margin: 0 9px 20px;
	height: 140px;
	border: 1px solid #6A644C;
}
.galleria .title {
	border: 0;
	margin: -10px 7px 20px 4px;
	width: 220px;
	float: left;
	font-size: 25px;
	text-align: center;
}


.galleria img.hover  {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

dl {
	margin-bottom: 1.4em;
}
dl dt {
	font-weight: bold;
	margin-bottom: .7em
}
dl dd {
	margin-left: .7em;
}

.interna #content a:hover {
	text-decoration: underline;
}
.appartamenti li {
	margin: .35em;
	font-size: 1.2em;	
	font-family: Georgia,Times,Times New Roman,serif;
	font-style: italic;	
}
.appartamenti a {

	text-decoration: none !important;
}
.appartamenti a:hover {
	color: #fff !important;
}
.interna #content .left h1 {
	margin-left: -30px;
}


/*
 * tabella prezzi
 */
.center {
	text-align:center;
}
.prezzi {
	text-align: center;
	margin-bottom: 1.5em;
	width: 80%;
	margin: 0 auto 40px;
	background: #645E4a !important;
}
.prezzi thead th {
	background: #5F5A47;
	border-bottom: 1px solid #534D39;
	height: 32px;
	vertical-align: middle;
}
.prezzi tbody th {
	text-align: left;
	padding: 0 8px 0;	
}
.prezzi tbody td {
	padding: 0 18px;
	vertical-align: middle;
}
.prezzi .giornalieri {
	width: 240px;
}
.prezzi .settimanali {
	width: 240px;
}
.prezzi .struttura {
	width: 190px;
}
.prezzi tbody td,
.prezzi tbody th {
	padding-left: 22px;
}

.prezzi tfoot td {
	padding: 18px 8px 4px;
	text-align: right;
}
.prezzi tbody tr.last td  {
	padding-bottom: 1.4em;
}
.prezzi tbody tr.first th  {
	padding-top: 1.4em;
}
.prezzi tbody th,
.prezzi tbody td {
	background-color: #645E4a;
}
.prezzi tbody.alt th,
.prezzi tbody.alt td {
	background-color: #645E4a;
}







.tleft {
	text-align: left;
}

ul.list {
	list-style: disc;
	margin-left: 24px;
}


h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #DCD4CA;
}

#gmap .title { color: #000 }

.pointer {
	cursor: pointer;
}
#idSiteMeterHREF img {
	vertical-align: middle;
}

#content ul.lastminute {
	margin-top: 60px;
}
#content ul.lastminute h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #585440;
	text-shadow: 0 0 5px rgba(0,0,0,0.25);
}
#content ul.lastminute li {
	margin-bottom: 3em;
}
#content ul.lastminute .data {
	display: block;
	margin-bottom: .75em;
	font-size: .8em !important;
	color: #ccc;
}


#booking-request {
	width: 600px;
	margin: 0 auto;
}

