body {
	font: 75%/1.5 Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
}	
html>body {
	font-size: 12px;
}

/* Tipografia di base */
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -0.03em;
	color: #897;
}
h1 {
	font-size: 3em;
	line-height: 0.75;
	margin: 0.5em 0;
}
h2 {
	font-size: 1.5em;
	line-height: 0.7;
	margin: 0.75em 0;
}
h3 {
	font-size: 1.25em;
	line-height: 1;
	margin: 1em 0;
}
p {
	margin: 1.5em 0;
}
a {
	color: #897;
}
a:hover {
	color: #353;
}

/* Stile bdWrap */
#bdWrap {
}

/* Stile contenitore */
#container {
	margin: 0 auto;
	width: 960px;
}

/* Testata della pagina */
#header {
	float: left;
	display: inline;
	width: 960px;
	height: 140px;
}

/* Stile logo */
#boxLogo {
	float: left;
	display: inline;
	width: 343px;
}
#headerRight{
	float: left;
	display: inline;
	width: 617px;
	text-align: right;
}
/* Stile contenitore immagine testata */
#splash {
	float: left;
	display: inline;
	width: 458px;
	height: 347px;
	padding: 0 10px;
	background: url(../img/bkg-slide.png) center center no-repeat;
}
#splash #photos{
	margin: 10px 0 0 10px;
}
/* Stili area mail */
#boxMail {
	margin: 0 5px 35px 0;
}
#boxMail p {
}
#boxMail a {
	margin-right: 10px;
}
#boxMail a:hover {
}

/* Stile navigazione */
#nav {
}
#nav ul {
}
#nav li {
	display: inline;
	padding: 0 15px;
}
#nav a {
	text-decoration: none;
	border-bottom: 1px dotted #6f885a;
}
/* Stile corpo */
#section {
	clear: both;
	width: 960px;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}

/* Stile testo */
#article {
	float: left;
	display: inline;
	width: 640px;
	margin: 0 20px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}
#pgNdx #article {
	width: 440px;
}
#article h2{
	clear: both;
	padding-top: 40px;
}
/* stile immagine testo */
div.boxImg {
	float: right;
	margin: 0 0 12px 12px;
}
div.imgAlloggio{
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}
/* Srile elementi pagine lista */
div.boxLst {
	clear: both;
	float: left;
	margin: 12px 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
div.boxLst img {
	float: right;
	margin: 0 0 12px 12px;
	width: 120px;
}

/* Stile galleria immagini */
div.boxGalleria {
	clear: both;
	float: left;
	margin: 12px 0;
	width: 100%;
}
#pgAlloggi div.boxGalleria {
	clear: none;
	width: auto;
}
.imgAlloggio img{
	height: 380px;
}
div.boxGalleria li {
	float: left;
	margin: 6px;
	padding: 2px;
	border: 1px solid #ccc;
	width: 120px;
	height: 80px;
	overflow: hidden;
}
div.boxGalleria img {
	height: 80px;
}

p.lkAll {
	clear: both;
	padding-top: 0.375em;
	border-top: 1px solid #999;
}
/* Stile sidebar */
#aside {
	float: left;
	display: inline;
	margin: 40px 15px 15px 15px;
	min-height: 150px;
	height: auto!important;
	height: 150px;
	width: 250px;
	background: url(../img/bkg-aside.png) left bottom no-repeat;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
	text-align: center;
}
#pgNdx #aside {
	margin: 15px;
}
#aside h2{
	padding: 20px 45px;
	margin:0;
	font-size: 1.5em;
	font-weight:normal;
	text-align: center;
	color: #fff;
	background: url(../img/bkg-aside-h2.png) top left no-repeat;
}
#aside p{
	margin: 5px 10px;
}

/* Stile footer */
#footer {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
#boxFooter {
	margin: 0 auto;
	padding: 15px;
	width: 930px;
	text-align: right;
	font-size: 0.9em;
	line-height: normal;
	background: #e8ece4;
}
#pgNdx #footer {
	float: left;
	width: 680px;
	margin-top: 20px;
	margin-bottom: 0;
}
#pgNdx #boxFooter {
	margin-top: 20px;
	width: 650px;
	height:95px;
}
#boxFooter p{
	margin: 0;
	padding: 0;
}
#navFooter li{
	display: inline;
	padding: 0 0 0 10px;
}

/* Stili modulo prenotazione */
#modulo {
	margin: 0;
	padding: 0;
}
#modulo p {
	clear: both;
	margin: 12px 0;
	padding-top: 9px;
}
label {
	float: left;
	display: block;
	margin: 3px 0;
	padding: 9px 6px 0 6px;
	border-bottom: 1px solid #ccc;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #333;
}
input, select, textarea {
	margin: 12px 0 0 0;
	padding: 6px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #333;
	background: #f3f3f3;
}
input:focus, select:focus, textarea:focus, input.sffocus, select.sffocus, textarea.sffocus {
	border: 1px solid #999;
	background: #fff
}
#boxPrivacy {
	margin: 1.5em 0;
	padding: 1.5em;
	background: #eee;
}
#boxPrivacy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: 0;
}
#boxPrivacy h2 {
	font-size: 1.25em;
	line-height: 1.2;
	margin: 12px 0;
}
#boxPrivacy label {
	border: 0;
	width: auto;
}
input.bottone {
	padding: 0.75em 1.5em;
	border: 1px solid #333;
	background: #999;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
input.bottone:focus, input.bottone.sffocus {
	background: #ccc;
	color: #333;
}
#modulo br {
	clear: left;
}


/* Stili modulo prenotazione */
#modulo {
	margin: 0;
	padding: 0;
}
#modulo p {
	clear: both;
	margin: 12px 0;
	padding-top: 9px;
}
label {
	float: left;
	display: block;
	margin: 3px 0;
	padding: 9px 6px 0 6px;
	border-bottom: 1px solid #ccc;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #333;
}
input, select, textarea {
	margin: 12px 0 0 0;
	padding: 6px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #333;
	background: #f3f3f3;
}
input:focus, select:focus, textarea:focus, input.sffocus, select.sffocus, textarea.sffocus {
	border: 1px solid #999;
	background: #fff
}
#boxPrivacy {
	margin: 1.5em 0;
	padding: 1.5em;
	background: #eee;
}
#boxPrivacy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: 0;
}
#boxPrivacy h2 {
	font-size: 2em;
	line-height: 1.2;
	margin: 12px 0;
}
#boxPrivacy label {
	border: 0;
	width: auto;
}
input.bottone {
	padding: 0.75em 1.5em;
	border: 1px solid #045;
	background: #003300;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
input.bottone:focus, input.bottone.sffocus {
	background: #003300;
	color: #dff;
}
#modulo br {
	clear: left;
}
.prezzi{
	margin: 0 auto;
}
.prezzi th, .prezzi td{
	padding: 3px 20px;
	border: 1px solid #9c9;
}
