body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #8af url(../img/bkg_body.png) 0 0 repeat-x;
	color: #778;
}	
html>body {
	font-size: 12px;
}

/* Tipografia di base */
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #249;
}
h1 {
	font-size: 3em;
	margin: 0.5em 0;
}
h2 {
	font-size: 2em;
	margin: 1.75em 0 0.75em 0;
}
#pgStruttura #article h2 {
	margin: 1.75em 0 0.50em 0;
	padding-bottom: 0.25em;
	background: url(../img/bkg_boxLst_ndx.png) left bottom repeat-x;
}
h3 {
	font-size: 1.5em;
	margin: 1.75em 0 0.75em 0;
}
h4 {
	font-size: 1.25em;
	margin: 1.75em 0 0.75em 0;
}
p {
	margin: 0 0 1em 0;
}

a {
	color: #68d;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #249;
	text-decoration: underline
}

/* Stile bdWrap */
#bdWrap {
	width: 100%;
}

/* Stile contenitore */
#container {
	margin: 10px auto 0 auto;
	width: 970px;
}

/* Testata della pagina */
#header {
	position: relative;
	padding: 0 5px;
	width: 960px;
	height: 210px;
	background: url(../img/bkg_header.png) 0 0 no-repeat;
}

/* Stile logo */
#boxLogo {
	position: absolute;
	left: 20px;
	top: 42px;
	width: 195px;
	height: 50px;
	z-index: 100;
}
/* Stile contenitore immagine testata */
#splash {
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 960px;
	height: 120px;
	background: url(../img/splash_ndx_pg.png) 0 0 no-repeat;
}

/* Stili area lingue */
#boxLingue {
	position: absolute;
	left: 5px;
	top: 0;
	height: 30px;
	width: 460px;
}
#boxLingue ul {
	margin-top: 10px;
}
#boxLingue li {
	float: left;
	margin-right: 25px;
}
#boxLingue li a {
	display: block;
	padding: 3px 0 2px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	text-decoration: none;
	color: #9bd;
}
#boxLingue #lkT01 a {
	background: url(../img/bkg_lkTop_ndx.png) 0 4px no-repeat;
}
#boxLingue #lkT02 a {
	background: url(../img/bkg_lkTop_cnt.png) 0 4px no-repeat;
}
#boxLingue #lkT01 a:hover, #boxLingue #lkT02 a:hover {
	color: #fff;
	background-position: 0 -46px;
}

/* boxLog */
div.boxLog {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 5px;
	height: 30px;
	width: 425px;
	text-align: right;
	background: url(../img/bkg_login.png) left bottom no-repeat; 
	z-index: 100;
}
div.boxLog form {
	float: right;
}
div.secLog {
	display: inline;
}
div.boxLog h2 {
	float: left;
	display: inline;
	margin: 0 0 0 24px;
	padding: 14px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
span.idUser {
	font-size: 124%;
	vertical-align: baseline;
}
div.boxLog h2.icnUser {
	padding: 14px 0 0 25px;
	background: url(../img/icn_user.png) 0 4px no-repeat;
}
div.boxLog p.lkOut a {
	float: right;
	display: inline;
	margin: 0;
	padding: 13px 45px 2px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: url(../img/icn_exit.png) 0 7px no-repeat;
}
div.boxLog p.lkOut a:hover {
	color: #fc0;
	text-decoration: none;
}	
div.boxLog label {
	float: none;
	display: inline;
	margin: 5px;
	padding: 0;
	width: auto;
	height: 25px;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	text-align: right;
	color: #fff;
}
div.boxLog input {
	margin: 12px 15px 0 0;
	padding: 0;
	width: 84px;
	border: 1px solid #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #333;
	background: #fff;
}
div.boxLog input:focus, div.boxLog input.sffocus {
	border: 1px solid #999;
	background: #fff
}
div.boxLog input.btnLog {
	margin: 4px 16px 0 0;
	padding: 0;
	border: 1px solid;
	border-color: #eef #024 #024 #eef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 18px;
	height: 18px;
	background: #3f6fc3 url(../img/bkg_bottone.png) 0 0 repeat-x;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
div.boxLog input.btnLog:focus, div.boxLog input.btnLog.sffocus {
	border: 1px solid #030;
	background-position: 0 -100px;
	color: #fc0;
}

/* Stile navigazione */
#nav {
	position: absolute;
	right: 5px;
	top: 30px;
	width: 690px;
	height: 60px;
	background: #fff;
	line-height: 1.0;
}
#nav ul {
	width: 690px;
	list-style-type: none;
	z-index: 2000;
}

#nav li {
	float: left;
	width: 138px;
	height: 60px;
}
#nav a {
	display: block;
	padding: 30px 0 0 0;
	width: 138px;
	height: 30px;
	background: url(../img/bkg_a_nav.png) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 108%;
	font-weight: bold;
	color: #9ca6bc;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
#nav a:hover {
	background-position: 0 -60px;
	color: #fff;
	text-decoration: none;
}



/* Stile corpo */
#section {
	clear: both;
	margin: 0 5px;
	padding: 1.5em 0 1.5em 45px;
	width: 915px;
	background: #fff;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}

/* stili box titolo pagine struttura/prenotazione */
#boxTtl {
	float: left;
	display: inline;
	padding: 0 45px 0 0;
	width: 870px;
}

/* Stile testo */
#article {
	float: left;
	display: inline;
	padding: 0 45px 0 0;
	width: 565px;
	min-height: 460px;
	height: auto!important;
	height: 460px;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}
#articleBig {
	float: left;
	display: inline;
	padding: 0 45px 0 0;
	width: 565px;
}

/* stile boxFrame */
#boxFrame {
	clear: both;
	margin: 0;
	padding: 5px;
	border: 1px solid #cde;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 855px;
}
#article ul, #articleBig ul {
	margin: 0 0 1em 1.5em;
	list-style-type: square;
}
#article ol, #articleBig ol {
	margin-left: 24px;
	list-style-type: decimal;
}
/* stile immagine testo */
div.boxImg {
	float: right;
	margin: 0 0 12px 12px;
	padding: 3px;
	border: 1px solid #abc;
	width: 184px;
	overflow: hidden;
}
div.boxImg img {
	width: 184px;
}

/* Stile galleria immagini */
div.boxGalleria {
	clear: both;
	margin: 0;
	padding: 6px 0;
	width: 565px;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}
#article div.boxGalleria ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 565px;
}
div.boxGalleria li {
	float: left;
	margin: 0 12px 0 0;
	padding: 2px;
	border: 1px solid #cde;
	width: 75px;
	height: 75px;
	overflow: hidden;
}
div.boxGalleria a {
	display: block;
	margin: 0;
	padding: 0;
	width: 75px;
	height: 75px;
	overflow: hidden;
}
div.boxGalleria img {
	margin: 0;
	padding: 0;
	width: 112px;
}
p.lkAll {
	clear: both;
	padding-top: 0.375em;
	border-top: 1px solid #999;
}
/* Stile sidebar */
#aside {
	float: right;
	display: inline;
	padding: 0 45px 0 0;
	width: 260px;
}
/* elemento clear */
div.clear {
	clear: both;
	width: 100%;
	height: 5px;
}
/* stili box area aside */
div.areaAsd {
	margin: 10px 0 1em 0;
	padding: 0 12px 3em 12px;
	width: 236px;
	background: url(../img/bkg_tipologia_02.png) left bottom no-repeat;
}
div.areaAsd h2 {
	font-size: 1.5em;
	margin: 0 -12px;
	padding: 1.25em 1em 1.18em 1em;
	background: url(../img/bkg_tipologia_01.png) 0 0 no-repeat;
	font-weight: bold;
}
div.areaAsd ul {
	padding-top: 0.25em;
	border-top: 1px solid #cde;
}
div.areaAsd li {
	padding: 0;
}
div.areaAsd li a {
	display: block;
	padding: 0.5em 1.5em;
	border-bottom: 1px solid #e6e9ec;
	font-weight: bold;
	text-decoration: none;
}
div.areaAsd li a:hover {
	color: #249;
	border-bottom: 1px solid #abc;
	text-decoration: none;
}

/* elemento clear */
div.clear {
	clear: both;
}
/* Stile footer */
#footer {
	border-top: 1px solid #fff;
	width: 100%;
	background: #3f6fc3 url(../img/bkg_footer.jpg) center top no-repeat;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
	color: #fff;
}
#boxFooter {
	margin: 0 auto;
	padding: 32px 0 24px 45px;
	width: 915px;
}
#infoFooter {
	float: right;
	display: inline;
	padding: 0 45px 24px 0;
	width: 260px;
}
#infoFooter h3 {
	text-indent: -2400em;
	font-size: 1.25em;
	margin: 0 0 12px 0;
	border: 1px solid;
	border-color: #eef #024 #024 #eef;
	width: 140px;
	height: 36px;
	background: url(../img/logo_footer.png) 0 0 no-repeat;
}
#infoFooter p {
	margin: 0.3em 0;
}
#infoFooter a {
	color: #fff;
	margin: 0.3em 0;
}

#navFooter {
	float: left;
	padding-top: 6px;
	width: 565px;
}
#navFooter ul {
}
#navFooter li {
	float: left;
	margin-right: 6px;
	padding-left: 6px;
	border-left: 1px solid #fff;
}
#navFooter li:first-child {
	padding-left: 0;
	border: 0;
}
#navFooter a {
	color: #fff;
	text-decoration: none;
}
#navFooter a:hover {
	text-decoration: underline;
}
/* Stili modulo prenotazione */
#modulo {
	margin: 0;
	padding: 12px 24px;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 515px;
	background: url(../img/bkg_modulo.png) 0 0 no-repeat;  
}
div.boxLst #modulo {
	padding: 0;
	border: 0;
	width: 230px;
}
#modulo p {
	clear: both;
	margin: 12px 0;
	padding-top: 9px;
}
label {
	float: left;
	display: block;
	margin: 3px 0;
	padding: 9px 6px 3px 6px;
	border-bottom: 1px solid #abc;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #333;
}
div.boxLst label {
	margin: 4px 0 0 0;
	padding: 9px 6px 0 6px;
	width: 100px;
}

input, select, textarea {
	margin: 12px 0 0 0;
	padding: 6px;
	border: 1px solid #abc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #333;
	background: #fff url(../img/bkg_input.png) 0 0 repeat-x;
}
div.boxLst input {
	margin: 10px 0 0 0;
	padding: 4px;
}
input:focus, select:focus, textarea:focus, input.sffocus, select.sffocus, textarea.sffocus {
	border: 1px solid #cde;
	background: #fff
}
#boxPrivacy {
	margin: 1.5em 0;
	padding: 1.5em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #eff6ff url(../img/bkg_privacy.png) 0 0 repeat-x;
}
#boxPrivacy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: 0;
}
#boxPrivacy h3 {
	font-size: 1.25em;
	margin: 0 0 0.5em 0;
}
#boxPrivacy label {
	border: 0;
	width: auto;
}
input.bottone {
	padding: 0.75em 1.5em;
	border: 1px solid #038;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #3f6fc3 url(../img/bkg_bottone.png) 0 0 repeat-x;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
input.bottone:focus, input.bottone.sffocus {
	border: 1px solid #030;
	background-position: 0 -100px;
	color: #fc0;
}
#modulo br {
	clear: left;
}

/* Stili modulo prenotazione */
form.modulo p {
	margin: 9px 0;
	padding-top: 5px;
	border-top: 1px solid #abc;
}

/* tabelle prezzi */
table.prezzi {
	border: 1px solid #cde;
	border-collapse: separate;
	border-spacing: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
}
table.prezzi caption {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
table.prezzi th {
	padding: 6px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
table.prezzi tr.tableTop th {
	padding: 6px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 1.1;
	background: #badbff url(../img/bkg_prezzi_A.png) 0 0 repeat-x;
}
table.prezzi tr.tableTop th.first {
	font-weight: bold;
	text-align: left;
	background: #badbff url(../img/bkg_prezzi_A.png) 0 0 repeat-x;
}
table.prezzi th.first {
	text-align: left;
	background: #dcecff url(../img/bkg_prezzi_B.png) 0 0 repeat-x;
}
table.prezzi tr.tableTop th span.fascia {
	clear: both;
	font-weight: bold;
}
table.prezzi tr.tableTop th span.intDate {
	clear: both;
	display: block;
	padding: 0.25em 0;
	font-size: 92%;
}
table.prezzi td {
	padding: 6px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	font-weight: bold;
	background: #f3f6ff url(../img/bkg_prezzi_C.png) left top no-repeat;
	text-align: center;
	vertical-align: middle;
}
table.prezzi td span.barrato {
	font-size: 112%;
	padding: 0 0.25em;
	text-decoration: line-through;
}
table.prezzi td span.noBar {
	font-size: 112%;
	padding: 0 0.25em;
	font-weight: bold;
	color: #249;
}


/* stili pagina tipologia */
#pgTipoLista #article {
	padding: 0;
	width: 915px;
}

/* Stile elementi pagine lista */
div.boxLst {
	clear: both;
	float: left;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	width: 100%;
	background: url(../img/bkg_boxLst_ndx.png) 0 0 repeat-x;
}
div.boxLst h2 {
	font-size: 1.5em;
	line-height: 1;
	margin: 1.25em 0 0.25em 0;
}
div.boxLst h3 {
	font-size: 1.5em;
	line-height: 1;
	margin: 1.25em 0 0.25em 0;
}
div.boxLst p {
	margin: 0 90px 1em 0;
}
div.boxLst img {
	float: right;
	margin: 6px 0 12px 0;
	width: 75px;
}

/* Stile pagine area */
#pgAreaPgs #article {
	padding: 0;
	width: 610px;
}
/* Stile elementi pagine lista */
#pgTipoLista div.boxLst, #pgAreaPgs div.boxLst {
	clear: none;
	float: left;
	margin: 0 45px 30px 0;
	padding: 0 15px 24px 15px;
	width: 230px;
	min-height: 250px;
	min-height: auto!important;
	height: 250px;
	background: url(../img/bkg_tipologia_02.png) left bottom no-repeat;
}
#pgTipoLista div.boxLst h2, #pgAreaPgs div.boxLst h2  {
	font-size: 1.5em;
	line-height: 1;
	margin: 0 -15px;
	padding: 1em 15px 0.25em 15px;
	background: url(../img/bkg_tipologia_01.png) 0 0 no-repeat;  
}
#pgTipoLista div.boxLst p, #pgAreaPgs div.boxLst p {
	margin: 0 0 1em 0;
}
#pgTipoLista div.boxLst div.elencoImg, #pgAreaPgs div.boxLst div.elencoImg {
	margin: 1em 0 1.5em 0;
	width: 230px;
	height: 150px;
	overflow: hidden;
}
#pgTipoLista div.boxLst div.elencoImg img, #pgAreaPgs div.boxLst div.elencoImg img {
	margin: 0;
	width: 230px;
}
#pgTipoLista p.lkLista a, #pgAreaPgs p.lkLista a {
	padding: 4px 0 2px 28px;
	background: url(../img/bkg_lkLista.png) 0 0 no-repeat;
}
#pgTipoLista p.lkLista a, #pgAreaPgs p.lkLista a {
	padding: 4px 0 2px 28px;
	background: url(../img/bkg_lkLista.png) 0 0 no-repeat;
}
#pgTipoLista p.lkLista a:hover, #pgAreaPgs p.lkLista a:hover {
	background-position: 0 -50px;
}

/* Stili pagina tipologie scheda */
#pgTipoScheda #article {
	padding: 0;
	width: 915px;
}
#pgTipoScheda div.boxLst {
	clear: none;
	float: left;
	display: inline;
	margin-right: 45px;
	width: 412px;
}
#pgTipoScheda div.boxLst div.elencoImg {
	float: right;
	padding: 0;
	margin: 30px 0 12px 0;
	width: 75px;
	height: 63px;
	overflow: hidden;
}
#pgTipoScheda div.boxLst div.elencoImg img {
	margin: 0;
	width: 75px;
}
#pgTipoScheda p.pScheda {
	clear: both;
	margin: 0 0 1em 0;
}
#pgAreaPgs p.lkScheda a, #pgTipoScheda span.lkScheda a {
	padding: 4px 0 2px 28px;
	background: url(../img/bkg_lkScheda.png) 0 0 no-repeat;
}
#pgAreaPgs p.lkScheda a:hover, #pgTipoScheda span.lkScheda a:hover {
	background-position: 0 -50px;
}
#pgTipoScheda span.lkMappa a {
	margin-left: 36px;
	padding: 4px 0 2px 28px;
	background: url(../img/bkg_lkMappa.png) 0 0 no-repeat;
}
#pgTipoScheda span.lkMappa a:hover {
	background-position: 0 -50px;
}

/* stili pagina promozioni */
#pgOfferteLst #article {
	padding: 0;
	width: 915px;
}
div.offCntr {
	width: 915px;
	background: url(../img/bkg_offCntr_03.png) left bottom no-repeat;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}
div.offBox {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 50px 10px 25px;
	width: 380px;
}
div.offBox h2 {
	margin: 0 -50px 0 -25px;
	padding: 24px 50px 0 25px;
	width: 380px;
	height: 36px;
	font-size: 2em;
	font-variant: small-caps;
	background: url(../img/bkg_offCntr_01.png) 0 0 no-repeat;
}
div.offBox div.boxLst h3 {
	font-size: 1.25em;
	margin: 1.25em 0 1em 0;
}
div.offBox p.noItem {
	padding-top: 20px;
	background: url(../img/bkg_boxLst_ndx.png) 0 0 repeat-x;
}

/* Stili pagina struttura */
#pgStruttura #article {
	padding: 0;
	/*width: 435px;*/
}
span.icnTipo {
	padding: 3px 24px 3px 20px;
	font-size: 112%;
	font-weight: bold;
	background: url(../img/icn_tipologia.png) 0 0 no-repeat;
}
span.icnComune {
	padding: 3px 24px 3px 20px;
	font-size: 112%;
	font-weight: bold;
	background: url(../img/icn_tipologia.png) 0 0 no-repeat;
}
p.lkDsp {
	background: #eee;
}
p.lkDsp a {
	float: left;
	padding: 1em 1.5em;
	border: 1px solid #038;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #3f6fc3 url(../img/bkg_bottone.png) 0 0 repeat-x;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
}
p.lkDsp a:hover {
	border: 1px solid #030;
	background-position: 0 -100px;
	color: #fc0;
	text-decoration: none;
}
#pgStruttura #boxMap {
	margin-bottom: 1em;
	padding: 9px 7px 3px 6px;
	width: 247px;
	height: 298px;
	background: url(../img/bkg_map.png) 0 0 no-repeat;
	overflow: hidden;
}
#pgStruttura #boxMap #wagt_map_1 {
	margin-bottom: 1em;
}
p.lkEnlarge a {
	margin: 3px 0 3px 15px;
	padding: 3px 24px 3px 24px;
	font-weight: bold;
	background: url(../img/icn_enlarge.png) 0 2px no-repeat;
}
#pgStruttura #asdServizi {
	float: left;
	margin-bottom: 1em;
	padding: 0 12px 1.5em 12px;
	width: 236px;
	background: url(../img/bkg_areaAsd_02.png) left bottom no-repeat;
}
#pgStruttura #asdServizi h2 {
	font-size: 1.5em;
	margin: 0 -12px;
	padding: 1em 12px 0.75em 12px;
	background: url(../img/bkg_areaAsd_01.png) 0 0 no-repeat;
}
#pgStruttura #asdServizi ul {
	margin: 0.75em -12px 0 0;
	width: 248px;
}
#pgStruttura #asdServizi li {
	float: left;
	padding: 0.5em 12px 0.5em 16px;
	width: 96px;
	font-weight: bold;
	line-height: 1.1;
	background: url(../img/icn_servizi.png) 0 1px no-repeat;
}
#pgStruttura #boxOfferte {
	float: left;
	margin-bottom: 1em;
	padding: 0 12px 1.5em 12px;
	width: 236px;
	background: url(../img/bkg_areaAsd_02.png) left bottom no-repeat;
}
#pgStruttura #boxOfferte h2 {
	font-size: 1.5em;
	margin: 0 -12px;
	padding: 1em 12px 0.75em 12px;
	background: url(../img/bkg_areaAsd_01.png) 0 0 no-repeat;
}
#pgStruttura #boxOfferte div.boxLst {
	clear: both;
	float: left;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	width: 100%;
	background-image: none;
}
#pgStruttura #boxOfferte div.boxLst h3 {
	font-size: 1.5em;
	line-height: 1;
	margin: 1.25em 0 0.25em 0;
}
#pgStruttura #boxOfferte div.boxLst p {
	margin: 0 90px 1em 0;
}
#pgStruttura #boxOfferte div.boxLst img {
	float: right;
	margin: 6px 0 12px 0;
	width: 75px;
}
/* stili box rePreno */
div.rePreno h2 {
	font-size: 1.5em;
	margin: 1.75em 0 0.75em 0;
	padding-bottom: 0.5em;
	background: url(../img/bkg_boxLst_ndx.png) left bottom repeat-x;
}

/* stile link pdf */
p.lkPdf {
	padding-top: 1em;
	font-size: 112%;
	background: url(../img/bkg_boxLst_ndx.png) 0 0 repeat-x;
}
p.lkPdf a {
	padding: 4px 0 4px 28px;
	background: url(../img/icn_pdf.png) 0 0 no-repeat;
}
