body {
	font: 75%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #7df;
	color: #321;
}	
html>body {
	font-size: 12px;
}

/* Tipografia di base */
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -0.03em;
	color: #c60;
}
h1 {
	font-size: 2em;
	line-height: 0.75;
	letter-spacing: -0.2em;
	margin: 0.75em 0 1.125em 0;
}
h2 {
	font-size: 2em;
	line-height: 0.75;
	margin: 1.5em 0 0.75em 0;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin: 1.5em 0 0.5em 0;
}
h4 {
	font-size: 1.25em;
	line-height: 1.2;
	margin: 1.8em 0 0.6em 0;
}
p {
	margin: 0 0 0.5em 0;
}
a {
	color: #900;
}
a:hover {
	color: #c00;
}

/* Stile bdWrap */
#bdWrap {
	background: url(../img/bkg_wrap.jpg) 0 0 no-repeat;
}

/* Stile contenitore */
#container {
	position: relative;
	margin: 0 0 40px 160px;
	width: 800px;
	background: #f9b94f url(../img/bkg_container.png);
}

/* Classi contenitore */
.con760 {
	width: 760px !important;
}
.conLiquid {
	margin: 0;
	width: auto !important;
}

/* classi per float dx e sx */
.floatDx {
	float: right; 
}

.floatSx {
	float: left; 
}


/* Testata della pagina */
#boxTestata {
	width: 800px;
	height: 410px;
	background: url(../img/bkg_testata.png) 0 80px no-repeat;
}

/* Stile logo */
#boxLogo {
}
#splash {
	position: absolute;
	left: 202px;
	top: 102px;
	width: 576px;
	height: 304px;
	background: #ffe67c;
	overflow: hidden;
}

/* Stile navigazione */
#boxNavigazione {
	position: absolute;
	left: 0;
	top: 100px;
	width: 200px;
	height: 264px;
}
#boxNavigazione ul {
	width: 200px;
	height: 240px;
	text-align: center;
}
#boxNavigazione li {
	width: 200px;
	height: 44px;
}
#boxNavigazione a {
	display: block;
	padding-top: 14px;
	width: 200px;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#lkNdx a {
	background:url(../img/bkg_navigazione_01.png) 0 0;
}
#lkStr a {
	background:url(../img/bkg_navigazione_02.png) 0 0;
}
#lkAll a {
}
#lkMap a {
	background:url(../img/bkg_navigazione_03.png) 0 0;
}
#lkGal a {
	background:url(../img/bkg_navigazione_04.png) 0 0;
}
#lkPre a {
	background:url(../img/bkg_navigazione_05.png) 0 0;
}
#boxNavigazione a:hover {
	background-position: -200px 0;
}

/* Stili area lingue */
#boxLingue {
	position: absolute;
	left: 70px;
	top: 332px;
	width: 60px;
	height: 26px;
	z-index: 10;
}
#boxLingue ul {
	width: 60px;
	height: 26px;
}
#boxLingue li {
	float: left;
	width: 60px;
	height: 26px;
}
#boxLingue a {
	text-indent: -2400em;
	display: block;
	margin: 0 10px;
	width: 40px;
	height: 26px;
}
#lkIt a {
	background: url(../img/lng_01.png) 0 0;
}
#lkEn a {
	background: url(../img/lng_02.png) 0 0;
}
#lkDe a {
	background: url(../img/lng_03.png) 0 0;
}
#boxLingue a:hover {
	background-position: 0 -26px;
}
#boxMail {
	position: absolute;
	left: 70px;
	top: 376px;
	width: 60px;
	height: 26px;
	z-index: 110;
}
#boxMail p {
	margin: 0;
}
#boxMail a {
	text-indent: -2400em;
	display: block;
	margin: 0 10px;
	width: 40px;
	height: 26px;
	background: url(../img/lng_04.png) 0 0 no-repeat;
}
#boxMail a:hover {
	background-position: 0 -26px;
}

/* Stile corpo */
#boxCorpo {
	clear: both;
	padding-top: 36px;
	width: 800px;
	background: url(../img/bkg_corpo.png) 0 0 no-repeat;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}

/* Stile testo */
#boxTxt {
	float: right;
	display: inline;
	padding: 0 20px 18px 0;
	width: 580px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}

/* Stili galleria immagini */
div.boxGalleria {
	float: left;
	width: 580px;
}
div.boxGalleria li {
	float: left;
	border: 2px solid #fff;
	margin: 0 12px 12px 0;
	width: 120px;
	height: 80px;
	background: #fff;
	overflow: hidden;
}
div.boxGalleria li img {
	width: 120px;
}

/* stile tabella prezzi */
.prezzi {
	border: 1px solid #c60;
}
.prezzi th {
	padding: 5px;
	border: 1px solid #c60;
	background-color: #d70;
}
.prezzi td {
	padding: 5px;
	border: 1px solid #c60;
	text-align: center;
}
/* stile box Google map */
#boxMap {
	position: absolute;
	left: 202px;
	top: 102px;
	width: 576px;
	height: 304px;
}
/* Stile sidebar */
#sidebar {
	float: left;
	display: inline;
	padding: 0 40px 0 20px;
	width: 140px;
	min-height: 200px;
	height: auto!important;
	height: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}
#sidebar h2 {
	margin: 0.75em 0;
	font-variant: small-caps;
	font-weight: bold;
}
#sidebar h3 {
	font-size: 1.25em;
	line-height: 1.2;
	margin: 1.2em 0 0.6em 0;
	padding-top: 0.3em;
	border-top: 1px solid #e9a93f;
}
#sidebar p {
	line-height: 1.2;
}
/* Stile footer */
#boxFooter {
	width: 740px;
	padding: 18px 40px 18px 20px;
	font-size: 92%;
	height: 64px;
	background: #f90 url(../img/bkg_footer.png) left bottom no-repeat;
}
#boxFooter ul {
	float: left;
	margin: 0 5px 0.5em -5px;
}
#boxFooter li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #321;
}
#boxFooter a {
	color: #321;
}
#boxFooter a:hover {
	color: #930;
}
/* Stili modulo prenotazione */
#modulo {
	width: 520px;
}
#modulo p {
	clear: both;
	margin: 1.5em 0 0.75em 0;
	padding-top: 0.75em;
}
label {
	float: left;
	display: block;
	margin: 3px 0;
	padding: 9px 6px 0 6px;
	border-bottom: 1px solid #c60;
	width: 150px;
}
input, select, textarea {
	margin: 12px 0 0 0;
	padding: 6px;
	border: 1px solid #c60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #c60;
	background: #ffe67c;
}
input:focus, select:focus, textarea:focus, input.sffocus, select.sffocus, textarea.sffocus {
	border: 1px solid #c60;
	background: #fff
}
#boxPrivacy {
	margin: 1.5em 0;
	padding: 1.5em;
	background: #ffe67c;
}
#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: 0.6em 0;
}
#boxPrivacy label {
	border: 0;
	width: auto;
}
input.bottone {
	padding: 0.75em 1.5em;
	border: 1px solid #321;
	background: #f90 url(../img/bkg_button.png) 0 0 repeat-x;
	color: #fc0;
	font-size: 1em;
	font-weight: bold;
}
input.bottone:focus, input.bottone.sffocus {
	background-position: 0 -50px;
	color: #fc0;
}
#modulo br {
	clear: left;
}
