/* CSS Document */
body, html {
	margin : 0; 
	padding : 0;
	height: 100%;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color : #f2eae0; 
} 
.wrapper {
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}
.clearer {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	width: 100%;
	display: block;
	clear: both;
}
.push {
	visibility:hidden;
}
.footer, .push {
	margin: 0;
	height: 50px;
	background-image:url(../images/footer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.logo {
	width: 272px;
	height: 57px;
	background-image:url(../images/logo.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:22px;
}
.slide {
position:relative;
padding-left:10px;
float:left;
width:502px;
}
.slideshow {
	width: 502px;
	height: 246px;
	background-image:url(../images/slideshow_frame.png);
	background-position:center left;
	background-repeat:no-repeat;
	z-index:2;
	position:absolute;
	top: 0px;
	left: 0;
}
.wellcome {
	width:348px;
	padding-left:30px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
}
.wellcome h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	color: #FFFFFF;
}
.webasis_nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.webasis_nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
.webasis_nav ul li{display:block;float:left;}
.webasis_nav ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	margin:0 10px 0 10px;
	width:98px;
	height:32px;
	line-height:25px;}
.webasis_nav ul li a:hover{
	color: #003300;
	background-image:url(../images/menubg.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}
.divline {
	width: 2px;
	height: 38px;
	background-image:url(../images/divline.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin-top:3px;
}
.container {
	padding-top:9px;
}
.content {
	width:462px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003300;
	padding:20px;
}
.content h3, .booking h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #003300;
	font-weight:bold;
}
.content p {
	border-bottom:dotted #006600 2px;
	line-height:20px;
	padding-bottom:30px;
}
.booking {
	width:348px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:50px;
	margin-left:30px;
	background-color: #E4D5C0;
}
.inner_footer {
	width: 900px;
	margin: 0px auto;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
}
.inner_footer a {
	color: #FFFFFF;
	text-decoration:none;
	padding-left:10px;
}
.inner_footer a:hover {
	color:#FF6600;
	text-decoration:none;
}
.copy {
	float:left;
	width:40%;
}
.footer_menu {
	float:right;
	width:60%;
	text-align: right;
}
#contentForm {
	display: block;
	width: 200px;
}

#contentForm p{
	clear: left;
	margin: 0;
	padding: 2px 0 0px 0;           
	height: 1%;
}

/* and now the form itself */
label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	display: block;
	clear: both;
	margin: 5px 0 0px 0;
}
.floatleft1 {
float:left;
width:30%;
}
.floatleft {
float:left;
}
input, textarea, select {
	padding: 0px;
	font-size: 10px;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #ccc;
	float: left;
	display: block;
	margin: 2px 0 2px 0;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(../images/submit.png) no-repeat left top;
	width: 90px;
	height: 28px;
}

span.required{
	font-size: 13px !important;
	color: red !important;
}

.errormsg {
	display: block;
	width: 90%;
	color: #FF0000;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
visibility:hidden;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
	.pickerImg {
		position: absolute;
		margin-left: -16px;
		margin-top: 5px;
		cursor: pointer;
	}
	.infoBox {
		background-color: #fefdec;
		border: 1px solid #edebcd;
		padding: 6px;
		margin-bottom: 20px;
	}
/*
 * Contact
 -----------------------*/	
	
.content fieldset        {padding:10px 30px;margin:0;border:1px solid #003366;-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em;border-bottom-width:10px;}
.content legend          {color: #003366;padding:0 10px;margin:0;font-size:1.5em;font-weight:400;}
.content input           {width:250px;}
.content input, .content textarea        {border:1px solid #0099CC; padding:5px;margin:10px 0 0 0;}
.content input:focus, .content textarea:focus  {background: #D2E3FF;}
.content textarea        {font:.9em Verdana, Arial, Helvetica, sans-serif;}
.content label           {display:block;margin:12px 0 0;font-weight:700;font-size:.9em;float:left;clear:left;width:90px;}
.content label:after     {content:": ";}
.content button          {display:block;float:left;clear:both;margin:1em 0 1em 90px;}

/*
 * User feedback
 -----------------------*/
.yay, .oops     {font-size:.8em;text-align:center;padding:10px;color:#fff;font-weight:700;}
.yay            {background:#090;}
.oops           {background:#f30;}
div.error       {font-size:.8em;font-weight:700;padding:5px 0 0;color:#f30;margin:0 0 0 90px;}

/*
 * Captcha
 -----------------------*/
.content img            {border:1px solid #777;margin:0 0 0 90px;display:block;}

