@charset "utf-8";
/* ############################################################## */
/* TAG GENERALI  */

body
{
	font-family:"Lucida Sans Unicode", Helvetica;
	font-size: 11px;
	color: #707373;
	margin: 0 auto;
	width:960px;
	background-color:#d2cdc0;
	margin-top:51px;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

h6
{
	color:#BAA36E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bolder;
}
ul, li
{
	margin:0px;
	padding:0px;
	list-style-position:inside;
}
img
{
	border:none;
}

a:link, a:visited, a:active {
	font-weight:normal;
	color:#938877;
	text-decoration: none;	
}
a:hover {
	font-weight:normal;
	text-decoration: underline;
	color:#938877;
}
.follow
{
	height:10px;
	background-color:#F00;
	cursor:pointer;
	width:10px;
	display:inline-block;
}




/* ############################################################## */
/* Header (Testata) */
#headerh
{
	border-right:1px solid #BFAA6F;
	color:#BFAA6F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-left:557px;
	margin-top:95px;
	padding-right:7px;
	position:absolute;
	text-align:right;
	top:10px;
	width:243px;
	font-weight:normal;
} 

#header
{
	margin:0px;
	padding:0px;
	height:152px;
	background-image: url(../images/background/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width:960px;
}

#header .logo
{
	z-index:100;
	top:0px;
	position:absolute;
	margin-top:114px;
	margin-left:405px;
}

.corner_header_sx
{
	background-image: url(../images/background/corner-header-top-sx.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	z-index:1;
	position:relative;
	top:0px;
	float:left;
	width:8px;
	height:8px;
}
.corner_header_dx
{
	background-image: url(../images/background/corner-header-top-dx.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	z-index:1;
	position:relative;
	top:0px;
	float:right;
	width:8px;
	height:8px;
}
#header .slogan
{
	z-index:3;
	position:absolute;
	margin-top:62px;
	margin-left:28px;
}



/* ############################################################## */
/* Esempio del cambio della lingua utilizzando la classe in ajax */

#ch_language
{
	color:#958E81;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-top:19px;
	width:144px;	
}

#ch_language ul 
{
	margin:0;
	padding:0;
}

#ch_language ul .selector 
{
	color:#7E7E7E;
	font-size:11px;
}

#ch_language ul li 
{
	display:inline;
	margin-right:5px;
}




/* ############################################################## */
/* Esempio del navigator */

#navigator
{

	color:#958e81;
	float:none;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-top:84px;
	padding-right:10px;

}

#navigator h2
{
	font-size:18px;
	padding-left:35px;
}


#navigator h6
{
	float:left;
}
#navigator ul
{
	margin-top:7px;
	float:right;
}

#navigator ul li
{
	padding-right:8px;
	padding-left:4px;
	margin-left:0px;
	margin-right:0px;
	float:left;
	color:#958e81;
	list-style:none;
	background-image:url("../images/background/li-navigator.gif");
	background-repeat:no-repeat;
	background-position: right 6px;		

}

#navigator ul li a:link, #navigator ul li a:visited, #navigator ul li a:active, #navigator ul li a:hover 
{
	color:#958e81;
}


#navigator ul li.first
{
	font-style:normal;
	color:#958e81;
	
}


#navigator ul li.last
{
	background:none;
	font-style:normal;
	color:#958e81;
}



#navigator .tt_nav
{
	font-style:normal;
	background:none;
	color:#958e81;
	list-style:none;
}



/* ############################################################## */
/* Slideshow  */

#slide_show
{
	float:none;
	display:block;
	overflow:hidden;
	width:960px;
	height:335px;
	
}

#slide_show #image
{
	width:960px;
	height:424px;
	overflow:hidden;
	
}

#slide_show #image img
{
}

#slide_show #txt
{
background-image:url(../images/background/slide-txt.png);
background-position:left top;
background-repeat:repeat;
height:102px;
position:absolute;
top:436px;
width:960px;
z-index:50;
overflow:hidden;

}

#slide_show #txt div
{
	padding: 10px 40px 10px 40px;
}

#slide_show #txt div h2
{
	font-size:20px;
	color:#fff;
	font-weight:normal;
	padding-left:10px;
}

#slide_show #txt div p
{
	color:#fff;
	font-size:12px;
	padding-left:10px;
	line-height:1.3;
	margin-top:5px;
}

#slide_show .navigator
{

}


#slide_show .navigator .prev
{
	position:absolute;
	top:436px;
	width:32px;
	z-index:51;
	cursor:pointer;
	height:102px;

}

#slide_show .navigator .next
{

	cursor:pointer;
	height:102px;
	margin-left:928px;
	position:absolute;
	top:436px;
	width:32px;
	z-index:51;
}

#slide_show .navigator #cnt-thumbs
{
	display:none;

}


/* ############################################################## */
/* Contenuto della pagina */
#cnt
{
	clear:both;

	background-color:#fff;
	border-left: 1px solid #faf9f8;
	border-right: 1px solid #faf9f8;
	
}

#cnt1
{
	
	float:left;
	padding-left:19px;
	width:240px;
}

#cnt2
{
	padding-top:25px;
	float:left;
	width:619px;
	padding-right:40px;
	padding-left:40px;
}

#cnt1 #opalye
{
	text-align:center;
	background-image: url(../images/background/op-al-ye.gif);
	background-repeat:no-repeat;
	background-position: left top;
	color:#726a53;
	padding-top:10px;
	padding-bottom:9px;
}

#cnt1 #booking
{
	background-image: url(../images/background/booking.gif);
	background-repeat:no-repeat;
	background-position: left top;

	padding:15px;
	background-color:#f9f9f9;
	border-right:1px solid #F1EAD9;
	border-left:1px solid #F1EAD9;
}
#cnt1 #booking h3
{
	font-weight:bolder;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#726a53;
	margin-bottom:5px;
}

#cnt1 #booking p
{
	margin-top:5px;
	margin-bottom:0px;
}

#cnt1 .sel_day
{
	padding-top:0px;
}
#cnt1 .sel_day select
{
	width:60px;
}

#cnt1 #booking .cq
{
	float:left;
	width:50%;
}

#cnt1 #booking .close
{
	text-align:left;
	cursor:pointer;
	background-image: url(../images/background/open.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:15px;
}
#cnt1 #booking .open
{
	text-align:left;
	cursor:pointer;
	background-image: url(../images/background/close.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:15px;
}

#cnt1 #booking .in_hide
{
	margin-bottom:5px;
	margin-left:16px;
	margin-top:5px;
	width:164px;	
}

#cnt1  .close-booking
{
	background-image: url(../images/background/close-booking.gif);
	background-repeat:no-repeat;
	background-position: left center;
	width:240px;
	height:5px;
}
/* ############################################################## */
/* Chiusura della pagina */


#footer
{
	background-image: url(../images/background/footer.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	width:960px;
	height:161px;
	
}

#footer .corner_footer_sx
{
	background-image: url(../images/background/corner-footer-top-sx.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	z-index:1;
	position:relative;
	float:left;
	width:9px;
	height:19px;
	margin-top:141px;
}
#footer .corner_footer_dx
{
	background-image: url(../images/background/corner-footer-top-dx.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	z-index:1;
	position:relative;

	float:right;
	width:9px;
	height:19px;
	margin-top:141px;
}

.close
{
	text-align:center;
}
.close address
{
	font-style:normal;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.close address a:link, .close address a:visited, .close address a:active {
	font-weight:normal;
	color:#797979;
	text-decoration: none;	
}
.close address a:hover {
	font-weight:normal;
	text-decoration: none;
	color:#474646;
}

/* ############################################################## */
/* Pagine avanti e Indietro */

.nxtprv
{
	border: ridge;
}


.nxtprv .prev 
{

}


.nxtprv .prev p
{

}


.nxtprv .page
{
	text-align: center;
	display: table;
}


.nxtprv .page p
{

}

.nxtprv .page ul
{
	list-style-type: none;
	display: inline;
}

.nxtprv .page ul li
{
	list-style: none;
	position: relative;
	display: table-cell;
}

.nxtprv .page ul li .current
{

}

.nxtprv .next 
{

}


.nxtprv .next p
{

}
