/* CSS Document */

html, body {
	height:100%;
}
body {
	color:#CCC;
	text-align:center;
	padding:0;
	border:0;
	margin:0;
	background-color: #010B29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	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:#CCCCCC;
	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: 12px;
	color: #666666;
}
.cancel {
	clear: both;
}


* .left {
	float: left;
}
* .right {
	float: right;
}
* .sx {
	float: left;
}
* .dx {
	float: right;
}
.img-sx {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-dx {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}



#all {
	text-align: left;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #303336;
	border-left-color: #303336;
	background-color: #010B29; 
	 max-width:1200px;  
	 width:expression(document.body.clientWidth > 1202? "1200px": "auto" );  
	 } 
#all #column-sx {
	float: left;
	width: 24%;
}
#all #column-sx #logo {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
ul.nav-left {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	min-width:150px;
	width:expression(document.body.clientWidth < 152? "150px": "auto" );
} 
ul.nav-left li a {
	display: block;
	text-decoration: none;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #313431;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../immagini/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
ul.nav-left a:link, ul.nav-left a:visited {
	color: #FFFFFF;
}
ul.nav-left a:hover, ul.nav-left a:active {
	color: #999;
}
ul.nav-left a.current:link, ul.nav-left a.current:visited {
	color: #C93;
	font-weight: bold;
}
.special {
	margin-left: 15px;
	margin-top: 10px;
	background-color: #010B29;
	height: 50px;
}

#fastbooking {
	text-align: left;
	border: 1px solid #FC0;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-image: url(../immagini/bg-fastbooking.gif);
	background-repeat: repeat;
}
#fastbooking h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #C93;
}



#all #column-dx {
	margin-left: 28%;
	width: 70%;
}
#content h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 33px;
	font-weight: normal;
	color: #C93;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content ul li {
	margin-bottom: 10px;
}



.nav-bar {
	font-family: Verdana, Geneva, sans-serif;
	color: #999999;
	height: 50px;
	line-height: 50px;
	text-align: right;
	margin-right: 5%;
}
.nav-bar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.nav-bar ul li {
	display: inline;
}

.nav-bar a {
	margin-right: 0px;
	text-decoration: none;
}

.nav-bar a:link, .nav-bar a:visited {
	color: #FFF;
	
}
.nav-bar a:hover, .nav-bar a:active {
	color: #999;
}
.nav-bar a.current:link, .nav-bar a.current:visited {
	color: #D7B426;
	font-weight: bold;
}
#flash {
	margin-right: 5%;
	overflow: hidden;
}
.widepic {
	display: block;
	width: 100%;
}
#nav-gallery {
	text-align: center;
	height: 35px;
}
#nav-gallery ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#nav-gallery ul li {
	display: inline;	
}
#nav-gallery ul li a {
	line-height: 35px;
	text-decoration: none;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	border: 1px solid #333;
}



#content {
	margin-right: 5%;
	margin-bottom: 50px;
}
#content p {
	text-align: justify;
	margin-top: 15px;
	line-height: 1.9em;
}


.pulsante {
	line-height: 30px;
	height: 30px;
	float: right;
	background-image: url(../immagini/bg-pulsante.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.pulsante a {
	display: block;
	background-image: url(../immagini/bg-pulsante.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 5px;
	color: #D7B426;
}

#all  #footer  {
	font-style: normal;
	line-height: 1.9em;
	text-align: left;
	clear: both;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
	margin-left: 28%;
	color: #999;
}
#all #footer h2 {
	font-weight: normal;
}
#all #footer a {
	color: #999;
}


#all #footer address {
	font-style: normal;
}
.request {
	color: #FC0;
}
#yellow a{
	color: #FC0;
}
#yellow a:hover{
	color: #FFF;
}
.linea{
	border: 1px dotted #999;
}
#nav-link {
	width: 99%;
	text-align: left;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav-link ul li {
	display: inline;	
}
#nav-link ul li a {
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}
/* Inizio stile CSS per link Home Page ottimizzate */
#link {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	line-height: 20px;
	clear: both;
	width: 100%;
}
#link h2 {
	font-size: 120%;
	font-weight: bold;
}
#link ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#link li {
	display: inline;
}
#link li a:link, #link li a:visited {
	text-decoration: none;
	color: #666;
}
#link li a:hover, #link li a:active {
	text-decoration: underline;
	color: #fff;
}
