html {
	font-family:Verdana,sans-serif;
	font-size:.76em;
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	background: url(/_images/sfondo.png) center center repeat-y #A09D91;
	text-align:center;
	margin:0px;
	padding:0px;
	height:100%;
}
img {
	border:0;
	margin:0;
	padding:0;
}

div#container {
	text-align: left;
	margin: 10px auto;
	width:760px;
	background: #fff;
	height: 100%;
}
body>div#container{
	height: auto;
	min-height: 100%;
}

#header {
	color:#7D6F61;
}
#header h1 {
	font-family:georgia,serif;
	color:#7D6F61;
	background: url(/_images/back_gray.gif) repeat-x #ccc;
	text-align: center;
	font-size:12px;
	letter-spacing:4px;
	border-bottom: 3px solid #FF6600;
	border-top: 1px solid #666;
	margin: 1px 0 0 0;
	padding:6px;
	text-transform:uppercase;
}


ul#horizmenu {
	padding:2px 0;
	margin:0 0 10px;
	background:#999;
	list-style:none;
	text-align:left;
	/*border-bottom: #ddd dashed 1px;*/
}
ul#horizmenu li {
	display:inline;
	margin:0;
	font-size:11px;
}
ul#horizmenu li a {
	color:#993300;
	text-decoration:none;
	padding:2px 10px;
	font-weight:bold;
}
ul#horizmenu li a:hover {
	color:#ccc;
	background:#666;
	text-decoration:none;
}


#main {
	margin:0;
	/*position:relative;*/
	background: url(/_images/sfondo-content.gif) repeat-y;
}

#content {
	width:647px;
	overflow:hidden;
	float:right;
	/*
	position:absolute;
	top:0px;
	left:160px;
	*/
}

#content-int {
	margin:0 0 0 10px;
}

#nav-left {
	width:113px;
	float:left;
	background:url(/_images/siena-laterale.jpg) no-repeat #000;
	
	padding-top:190px;

	height: 400px;
}
body>div#nav-left{
	height: auto;
	min-height: 400px;
}


#nav-right {
	width:110px;
	float:right;
}

#content h1 {
	color:#3E4D72;
	font-weight:bold;
	letter-spacing: 1px;
	padding: 0 0 3px 0;
	margin:0 0 10px;
	font-size:22px;
/*	border-bottom:1px #ccc dotted;*/
}
#content h2 {
	font-size:16px;
	color:#3E4D72;
	font-weight:bold;
	letter-spacing: 1px;
	margin:10px 0 10px 0;
}
#content p {
	color:#555;
	font-size:12px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:18px;
	/*letter-spacing: 1px;*/

}
#content ol li {
	color:#555;
	font-size:11px;
	line-height:17px;

}
#content a {
	color:#668CB3;
	text-decoration:underline;
}
#content a:hover {
	color:#F60;
	text-decoration:none;
}

div#footer {
	background: url(/_images/sfondo-content.gif) repeat-y;
/*	background:black;*/
	clear:both;
	margin-bottom:10px;
}

div#footer div#sub {
	padding:10px;
	color:#555;
	text-align:center;
	font-size:10px;
	margin:20px 0 0 123px;
}

div#sub a {
	color:#555;
	text-decoration:none;
}
div#sub a:hover {
	color:#333;
	text-decoration:underline;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}


.header { 
	text-transform: uppercase;
    color: #316D9C;
    font-weight: bolder;
    font-size: 8pt;
	margin-bottom:2px;
}
#hotel-form {
	margin: 15px 0;
	background-color: #eee;
	width: 510px;
}
#hotel-form-int {
	padding:0 5px;
}
#region-country-table {
	width: 500px;
	height: 80px;
}
#region-country-table td {
}
#usps {
	font-family: Verdana, Helvetica;
	font-size: 15px;
	font-weight:bold;
  	text-align: center;
	width: 170px;
	margin-left: 30px;
       
}

.odd {
	color: #003580;
}

.even {
	color: #003580;
}
