/* CSS Document */

html, body {
	height:100%;
}
body {
	color:#f3f1e8;
	text-align:center;
	padding:0;
	border:0;
	margin:0;
	background-color: #214932;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.166;
	font-weight: normal;
	font-variant: normal;
}
h1, h2, h3, h4, h5, h6 { padding:0; margin:0; }
h1 { font-size:180%; } h2 { font-size:160%; } h3 { font-size:140%; } h4 { font-size:120%; } h5 { font-size:110%; } h6 { font-size:100%; }
p {
	padding:0px;
	margin:0px;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited {
	color:#f3f1e8;
	text-decoration: underline;
}
a:hover, a:active {
	color:#D7B426;
	text-decoration: none;
}

img { border:0; }

/********* form and related tag styles *********/
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.cancel {
	clear: both;
	height: 1px;
}

* .left {
	float: left;
}
* .right {
	float: right;
}
* .sx {
	float: left;
}
* .dx {
	float: right;
}
.colore {
	background-color: #254B32;
}
.colore-title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #418358;
}
#banner { position: absolute; right: 20px; top: 20px; 
}
.banner {
	width: 252px;
}




#all {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #183020;
}
#all #head {
	text-align: center;
	height: 107px;
}

.nav-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	background-image: url(../immagini/separator-navbar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1px;
}
#all .nav-bar .sx {
}

#all .nav-bar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#all .nav-bar li {
	float: left;
	display: block;	
}

.nav-bar a {
	padding-right: 11px;
	padding-left: 10px;	
	display: block;
	background-image: url(../immagini/separator-navbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#last-link {
	background-image: none;
}
.nav-bar a:link, .nav-bar a:visited {
	color: #f3f1e8;
	text-decoration: none;
}
.nav-bar a:hover, .nav-bar a:active {
	color: #D0B17A;
	text-decoration: none;
}
.nav-bar a.current:link, .nav-bar a.current:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #025529;
	font-weight: bold;
}
#all #content {

}
#gallery {
	width: 720px;
	height: 445px;
	position: relative;
	float: right;
}

#contenuto {
	margin-left: 250px;
	padding: 20px;
}

#contenuto   h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F1E8;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-top: 15px;
	font-weight: normal;
	font-style: italic;
}
#contenuto h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 19px;
	margin-bottom: 15px;
}
#contenuto h3 {
	color: #F90;
	background-color: #214932;
	padding: 5px;
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


#contenuto p {
	line-height: 1.8em;
	margin-bottom: 2em;
}

#column-sx   {
	float: left;
	width: 250px;
	color: #876E46;
}
#column-sx .box {
	background-color: #FFFFFF;
	background-image: url(../immagini/bg-box.gif);
	background-repeat: repeat-x;
	padding: 9px;
}
#column-sx .box .sub-box {
	border: 2px solid #D7D7C8;
	background-color: #FFFFFF;
	background-image: url(../immagini/bg-subbox.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	background-position: center top;
}
.sub-box ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.sub-box li {
	margin-bottom: 5px;
	display: block;
}

.sub-box ul li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-indent: 15px;
	background-image: url(../immagini/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.sub-box ul li a:link, .sub-box ul li a:visited {	
	color: #B91419;
	text-decoration: underline;
}
.sub-box ul li a.current:link, .sub-box ul li a.current:visited {
	color: #183020;
	text-decoration: none;
	font-size: 12px;
}
.sub-box ul li a:hover, .sub-box ul li a:active {
	color: #FF0000;
	text-decoration: none;
}
.sub-box ul.menu-box li a:link, .sub-box ul.menu-box li a:visited {
	color: #8B781F;
	text-decoration: none;
}
.sub-box ul.menu-box li a:hover, .sub-box ul.menu-box li a:active {
	color: #BFA62B;
	text-decoration: none;
}
#footer  {
	font-style: normal;
	line-height: 1.9em;
	text-align: center;
	clear: both;
	padding-top: 20px;
	color: #D9D2B3;
	padding-bottom: 20px;
}
#footer a {
	color: #D9D2B3;
}
#footer a:hover {
	color: #FFFFFF;
}


/******* Stile per popup menu *******/

.highslide-html-content body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f3f1e8;
	background-color: #214932;
	text-align: center;
	margin: 0px;
	padding: 20px;
}
.highslide-html-content h1, .highslide-html-content h2, .highslide-html-content h3, .highslide-html-content h4 {
	margin:0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.highslide-html-content h1 {font-size:180%; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFCC00;
}
.highslide-html-content h2 {font-size:160%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
	font-weight: normal;
	font-style: italic;
}
.highslide-html-content h3 {font-size:140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
	font-weight: normal;
}
.highslide-html-content h4 {
	font-size:120%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Layer1 {
	position:absolute;
	left:10px;
	top:10px;
	width:300px;
	height:400px;
	z-index:1;
	border: 1px solid #006633;
	margin: 0px;
	padding: 0px;
}
#Layer2 {
	position:absolute;
	left:10px;
	top:422px;
	width:300px;
	height:200px;
	z-index:1;
	border: 1px solid #006633;
	margin: 0px;
	padding: 0px;
}
.offerta {
	color: #BD2227;	
}

.wifi {
	width:80px;
	height:20px;
	position: absolute;
	margin-left: 886px;
	top: 82px;
}
