body, html {
font-family: Verdana, Tahoma, sans-serif; font-size: 11px;
padding:0; margin:0; width:100%; height:100%; background-repeat:no-repeat; background-attachment:fixed; }

#flashphoto { height: 100%; }

	.overlay {
	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	width: 100%;
	background: #FFFFFF;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
!important 
	}
	
	
	.container {
		position: relative;
	}

	.content {
		position: relative; /* Fixes the z-index */
	}
	
	#container .content {
		width: 100%;
	}

	
	/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
	* html #container .overlay { height: expression(document.getElementById("container").offsetHeight); }

h1 { font-family: Arial, Helvetica, sans-serif;   font-size: 40px; color: #181818; text-decoration: none; font-weight: normal; margin: 0; padding: 0; }

.forms1 {
	font-size: 10px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	outline:none;
}

input.forms {
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	outline:none;
	width:160px;
}

select.forms {
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	outline:none;
	width:160px;
}
select.forms:focus { 
    background-color:#FFFFFF;
}

textarea {
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	width:160px;
}

.button { font-family: Arial, Helvetica, sans-serif;   font-size: 12px; color: #FFFFFF; text-decoration: none ; background-color: #B12C08; padding: 2px; border:none; 
}
a.button:hover {background-color: #181818; }

.text { font-family: Arial, Helvetica, sans-serif;   font-size: 11px; color: #333333; text-decoration: none; }
.text1 { font-family: Arial, Helvetica, sans-serif;   font-size: 11px; color: #A3A3A3; text-decoration: none; }
.textr { font-family: Arial, Helvetica, sans-serif;   font-size: 11px; color: #000000; text-decoration: none; }
.text2 { font-family: Tahoma, Verdana;  font-size: 10px; color: #A3A3A3; text-decoration: none;}
.booking { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #A3A3A3; text-decoration: none; }
.small { font-family: Arial, Helvetica, sans-serif;    font-size: 11px; color: #333333; text-decoration: none; }
.links{ font-family: Arial, Helvetica, sans-serif;   font-size: 11px; color: #B32C09; text-decoration: none; }
.linkf { font-family: Arial, Helvetica, sans-serif;    font-size: 11px; color: #666666; text-decoration: none ; }
.titles { font-family: Arial, Helvetica, sans-serif;   font-size: 16px; color: #333333;  text-decoration: none; }

.navigation { font-family: Arial, Helvetica, sans-serif;  font-size: 12px; color: #FFFFFF; text-decoration: none; padding: 10px; line-height: 40px; }
a.navigation:hover {  color: #CFA859; }
.navactive { font-family: Arial, Helvetica, sans-serif;  font-size: 12px; color: #CFA859; text-decoration: none; padding: 10px; line-height: 40px; }

img { border: none; margin: 0; vertical-align: middle; }

img.plinks { border: 1px #CCCCCC solid; }
.plinks img{ border: 1px #CCCCCC solid; }
a.plinks:hover img{ border: 1px #FFFFFF solid; }


** style for jquery ui datepicker **/
#ui-datepicker-div{
    font-size:11pt;
	z-index: 1000 !important;
}
#ui-datepicker-div span.ui-datepicker-month{
    color:#fff;
}
#ui-datepicker-div span.ui-datepicker-year{
    color:#eee;
}


#mask {
  position:absolute; left:0; top:0; z-index:9000; background-color:#000; display:none; }
  
#boxes .window {
  position:absolute; left:0; top:0; width:800px; height:600px; display:none; z-index:9999; padding:20px; }

#boxes #dialog {
  width:auto; height:auto; }
