html, body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #bb8f2a;
	background-color: #000;
	background-image: url(../immagini/bg_head.gif);
	background-repeat: repeat-x;
	background-position: top;
} 

a:link, a:visited { color:#E2BB30; text-decoration:none }
a:hover { color: #fff; }
 
#pagewidth { 
	width:100%; 
	text-align:left;  
} 
 
#header {
	position:relative;
	height:161px;
	width:900px;
	margin-left:auto; 
	margin-right:auto;  
}

#slog {
	color:#94753a;
	height:15px;
	padding-top:4px;
}

#logo {
	margin-top: 24px;
	height:82px;
}

#logo img {border: none;}

#flags {
	float:right;
	position:absolute;
	top:70px;
	left:700px;
}

#frame { position:absolute; top:15px; z-index: 1000;}
#big_ani { width:700px; height: 350px; z-index:1;}
#content { margin: 10px 0;}

.title { color:#dbab45; text-transform:uppercase; line-height:25px; font-size:14px;}

/*  ********** MENU UP ************ */

#menu_up {
height:34px;
padding:0px;
clear:both;
}

#menu_up ul {
margin: 2px 0 0 0;
padding: 0;
list-style:none;
}

#menu_up ul li {
display: inline;
}

#menu_up ul li a {
float: left;
color: #fff;
height:26px;
padding:8px 15px 0px 15px;
text-decoration: none;
text-transform:uppercase;
font-size:14px;
}

#menu_up ul li a:visited {
color: #fff;
}

#menu_up ul li a:hover {
color: #000 !important; /*text color of selected and active item*/
background: transparent url(../immagini/menuup_hover.gif) top center repeat-x;
display: block;
}

/* ********* FINE MENU UP ************* */

/* ********* MENU SX ******** */

ul#menu {
 list-style: none;
 margin : 10px 0;
 padding: 0;
 z-index:1000;
}

#menu a {
text-decoration: none;
color:#cc9933;
text-transform:uppercase;
font-size:14px;
line-height:35px;
}

#menu a:hover {
color:#fff;
}

ul#menu li {
position: relative;
}

#menu li ul {
position: absolute;
left: 180px;
top: 0;
display: none;
}
#menu li:hover ul {display:block;}

#menu ul li a {
display: block;
width:180px;
background-color: transparent;	
text-decoration:none;
color: white;
line-height:18px;
font-size:12px;
}

#menu ul li a:hover {
background-color: transparent;
color: #FFCE00;
}

/* Fix IE e IE Mac \*/
* html ul#menu li { float: left; }
* html ul#menu li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { display: block; }

/* submenu  */

ul#submenu {
list-style: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #fff;
background-color: #ddbb33;
text-align:right;
z-index:2000;
}

ul#submenu li {
	position: relative;
	list-style-image: none;
}

li#submenu ul {
position: absolute;
background-color: #ddbb33;
left: 150px;
top: 0;
}

li#submenu:hover ul {
display:block;
}

ul#submenu li a {
display: block;
width:190px;
height:20px;
background-color: #ddbb33;
text-decoration:none;
color: #4d1106;
font-weight: normal;
padding: 2px;
border: #fff 1px solid;
border-bottom: 0;
text-align:center;
}

ul#submenu li a:hover {
background-color: #3c2906;
color: white;
}

/* ***** FINE MENU SX ***** */

#wrapper {
	width:auto;
	background-color: #3e2a07;
	background-image: url(../immagini/bg_maincol.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-height:400px;
} 

#container {
	width:900px;
	margin-left:auto; 
	margin-right:auto;
} 
 
#leftcol {
	width:189px; 
	float:left; 
	position:relative; 
}
 
#maincol {
	float: right;
	display:inline;
	position: relative;
	width:700px;
	padding: 15px 0 15px 10px;
	line-height:20px;
	color: #fff;
}

#maincol b {
	color: #dbab45;
}
 
#footer {
	height:122px;
	clear:both;
	text-align:center;
	background-image: url(../immagini/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:25px;
	margin-bottom:200px;
}

#footer a:link, #footer a:visited { color:#fc0; } 
#footer a:hover { color:#fff !important; } 

#address small { color:#816132; }
a.ses:link, a.ses:visited { text-decoration: none;} 
a.ses:hover { color:#fc0 !important; } 

 /* ********************** CALENDAR ************************ */

/*table.dpTable { position:absolute; top: -200px; }*/

.datesField {
  border : none;
  padding:1px;
  background-image : url(../icone/calendar.gif);
  background-repeat : no-repeat;
  background-color : transparent;
  width : 19px;
  height:16px;
  margin-left:2px;
}

.dpTable {
  text-align: center;
  color: #250705;
  background-color: #b5a37d;
  border: 1px solid #3c2906;
}

.dpTD {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  font-size : 11px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  width:20px;
}

.dpDayHighlightTD {
  background-color: #250705;
  border: 1px solid #250705;
  font-size : 11px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.dpTDHover {
  background-color: #ffffff;
  border: 1px solid #b5a37d;
  cursor: pointer;
  color: red;
  font-size : 11px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.dpDayTD {
  background-color : #312004;
  border : 1px solid #312004;
  color : #ffffff;
  font-size : 9px;
}

.dpTitleText {
  font-size : 11px;
  color: #250705;
  font-weight: bold;
  font-family: Tahoma, Helvetica, sans-serif;
}

.dpDayHighlight {
  color: #b5a37d;
  font-weight: bold;
  font-size : 9px;
}

.dpButton {
  background-color : #312004;
  border : 1px solid #312004;
  color : white;
  font-size : 9px;
  font-weight : bold;
  width:22px;
}

.dpTodayButton {
  background-color : #312004;
  border : 1px solid #312004;
  color : white;
  font-size : 11px;
  font-weight : normal;
}

/* ********** QUICK BOOKING **************** */

#quickbooking {
width:552px;
margin: 0px auto 30px auto;
font-size : 14px;
color: #fff;
background-image: url(../immagini/quickbooking.gif);
background-repeat: no-repeat;
background-position: left;
padding: 0 0 0 161px;
height:37px;
}

#quickbooking b {
color:#b5a37d;
}

.QuickBookingInput {
color: #250705;
background-color:#e0be36;
padding:3px;
padding-right:0;
font-size:11px;
border: none;
width:70px;
}

.QuickBookingCalendar {
border : 0px;
padding:1px;
background-image : url(../icone/calendar.gif);
background-repeat : no-repeat;
background-color : transparent;
width : 19px;
height:17px;
}

.QuickBookingSubmit {
background-color : #3c2906;
border: none;
color : #fff; 
font-size: 14px;
width:85px;
padding:0 2px 2px 2px;
font-family: Georgia, "Times New Roman", Times, serif;
}

#quickbooking small {
font-size : 10px;
font-weight: normal;
}

#quickbooking * {
vertical-align: middle;
}
 
#quickbooking form {
float:left;
margin-top:6px
}

/* **** ADD ON **** */
.floatleft { float:left }

 /* *** Float containers fix *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
