@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-size:11px;
	background:url(../immagini/hotelSanLeonardoBG.jpg) repeat-x #d8e5ee;
}

*{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#593807;
}

a{
	text-decoration:none;
	color:#000;
	border:0;
}

a img{
	text-decoration:none;
	border:0;
}

ul{
	margin:0;
	padding:0;
}

h1{
	padding:0;
	margin:0 0 8px 0;
	font-size:18px;
	color:#9b9b44;
	text-transform:uppercase;
	font-style:italic;
}

td{
	padding-left:5px;
}

.clear{
	clear:both;
}

.lay{
	width:950px;
	margin:0 auto;
}

#total{
	width:100%;
	/*background: url(../immagini/sfondo5.jpg) repeat-x bottom;*/
	padding-bottom:35px;
}

#layout{
	position:relative;
	width:950px;
	padding:0 4px 0 4px;
	margin:0 auto;
	background:url(../immagini/sfo-lay2.png) repeat-y;
	z-index:2;
	top:-3px;
}

#metaSin{
	position:absolute;
	display:none;
	left:0;
	top:0;
	width:50%;
	height:600px;
	z-index:1;
	background: url(../immagini/bgSIN.jpg) no-repeat;
}

#metaDes{
	position:absolute;
	display:none;
	right:0;
	top:0;
	height:600px;
	width:50%;
	z-index:1;
	background: url(../immagini/bgDES.jpg) right no-repeat;
}

#header{
	position:relative;
	width:950px;
	height:200px;
}

.content{
	background:#fff;
	margin:0 0 0 4px;
	padding:0 0 10px 0;
	width:939px;
}

#logo{
	position:absolute;
	left:8px;
	top:3px;
	height:126px;
	width:316px;
}

#lingua{
	position:absolute;
	width:150px;
	height:40px;
	top:30px;
	right:30px;
}

#icona{
	position:absolute;
	right:60px;
	top:80px;
	width:180px;
}

#mainMenu{
	position:absolute;
	bottom:-10px;
	left:8px;
	background:#9b9b44;
	width:880px;
	padding-left:50px;
	height:30px;
	z-index:3;
	color:#000;
}

#mainMenu li{
	float:left;
	display:block;
	padding:0 25px 0 25px;
	line-height:30px;
	height:30px;
	list-style:none;
    font-size:13px;
}

#mainMenu a{
	font-size:13px;
	color: #FFF;
	font-weight:bold;
	
}

#mainMenu li a:hover{
	color:black;
}

#mainMenu li.active a{
	color:#2d553a;
}

#sfosectionMenu{
	position:absolute;
	bottom:-40px;
	left:9px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	background:#fff;
	width:930px;
	height:30px;
	z-index:3;
}

#sectionMenu{
	position:absolute;
	bottom:-40px;
	left:9px;
	width:930px;
	height:30px;
	z-index:3;
}

#sectionMenu li{
	float:left;
	display:block;
	padding:0 30px 0 30px;
	line-height:30px;
	height:30px;
	list-style:none;
    font-size:13px;
}

#sectionMenu li a:hover{
	color:#bea924;
}

#sectionMenu a{
	font-size:12px;
	color:#white;
}

.photo{
	margin:0 0 0 5px;
	height:330px;
	width:930px;
	border-bottom:1px solid #9b9b44;
}

.footer{
	text-align:center;
	margin:10px 0 0 0;
	color:#593807;
}

.footer a{
	color:#9e9d47;
}

#under{
	position:absolute;
	bottom:-20px;
	left:0px;
	height:20px;
}

#spiga{
	position:absolute;
	display:none;
	bottom:193px;
	left:-220px;
	height:20px;
}

#spigaUp{
	position:absolute;
	display:none;
	right:306px;
	top:15px;
	width:180px;
}

.box_news{
	margin:20px 0 0 5px;
	float:left;
	background:#dddc99;
	width:230px;
	padding:10px 10px 10px 10px;
}

.testo{
	float:left;
	margin:20px 0 0 20px;
	padding:0px 10px 10px 10px;
	width:390px;
	font-size:12px;
}

.testo a{
	color:#bea924;
}

.anteprima{
	float:right;
	margin:20px 0 0 0;
	padding:10px 10px 10px 20px;
	width:220px;
	font-size:12px;
	border-left: 1px solid #9b9b44;
}

.prenota{
	background:#FFF;
	text-align:center;
	padding:5px;
}

