*{
	font-family: "trebuchet MS", arial, sans-serif;
	font-weight: normal;
}

p, ul, a, li, table, form{
	font-size: 12px;
	margin: 0;
	padding: 0;	
	color: #333;
}

body{
	background-image: url("images/main-bg.jpg");
	background-repeat: repeat-x;
}

/*--------------------------------------------
				Header Styles			
--------------------------------------------*/

h1{
	color: #666;
	float: right;
	font-size: 30px;	
	margin: 0;
}
		h1 span{ color: #333;}
	
h2{
	color: #bfa44b;
	font-size: 30px;
	font-weight: 50;
	margin: 0;
	padding: 0;
}
		h2 span{ 
				clear: right;
				color: #bfa44b; 
				float: right; 
				font-size: 20px;
				margin-top: -5px;
		}

h3{
	color: #a58210;
	border-bottom: 1px solid #ddd;
}

h4{
	color: #333;
	font-weight: bold;
}

/*--------------------------------------------
				Layout Styles			
--------------------------------------------*/

#main{
	margin: 0 auto;
	width: 900px;
}

#logo{
	float: right;
	width: 213px;
	height: 75px;
}		

#wrapper{
	clear: both;
}
		#wrapper h2{
			padding-top: 21px;
		}
		
		#wrapper p{
			color: #fff;
			float: left;
			line-height: 20px;
			margin-top: 10px;
			position: absolute;
			width: 410px;		
		}
		
		#wrapper img{
			float: right;
			margin-top: -54px;
		}
		
		#wrapper a{
			color: #222;
		}


#booking-container{
	float: left;
	margin-right: 30px;
	width: 900px;
	margin-top: 10px;
}

#main-container{
	float: left;
	margin-right: 30px;
	width: 500px;
	margin-top: 10px;
}

	#main-container ul.rooms{
		margin-left: 20px;
	}
	
		/*--------------------------------------------
						Accommodation			
		--------------------------------------------*/
		
			#acc-left{
				float: left;
				margin-right: 70px;
			}
		
			#acc-right{
				float: left;
			}
	
#sidebar{
	margin-top: 30px;
	float: left;
	width: 360px;
}

		#sidebar a{ color: #fff; }

#footer{
	clear: both;
	padding-top: 30px;
}
		ul#footer-nav{
			border-top: 1px solid #ddd;
			padding: 30px 0;
			text-align: center;
		}
			ul#footer-nav li{
				display: inline;
			}
			
			ul#footer-nav li a{
				color: #a2812e;
				padding: 0 10px;
				text-decoration: none;
			}

/*--------------------------------------------
				Navigation			
--------------------------------------------*/

ul#nav{
	clear: both;
	margin-top:50px;
}
		ul#nav li{
			display: inline;
		}
		
		ul#nav li a{
			color: #3f3f3f;
			font-size: 16px;
			padding: 0 10px;
			text-decoration: none;
		}
		
				ul#nav li a:hover{ color: #666;}

/*--------------------------------------------
					Ajax			
--------------------------------------------*/

.ajax-tabs{
	padding: 7px 3px ;
	border-bottom: 5px solid #a2812e;
	font: bold 12px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.ajax-tabs li{
display: inline;
margin: 0;
}

.ajax-tabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 10px;
color: #333;
}

.ajax-tabs li a:visited{
color: #2d2b2b;
}

.ajax-tabs li a:hover{
text-decoration: underline;
background-color: #bfa44b;
color: #fff;
}

.ajax-tabs li a.selected{ /*selected main tab style */
position: relative;
background-color: #a2812e;
color: #fff;
}

.ajax-tabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
margin-top: -1px;
}

.ajax-tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#ajax-content{
	width: 500px;
	padding: 5px;
	min-height: 300px;
	margin-bottom: 10px;
	font-size: 14px;
}

/*--------------------------------------------
				contact Styles			
--------------------------------------------*/

form.contact{
	background-color: #fff;
	margin: 20px;
	margin-left: 30px;
	width: 320px;
	font-size: 100%;
}

fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
}

form.contact input{
	width: 300px;
	margin-left: 25px;
}

legend
{
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ul
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	float: left;
	width: 100px;
}

label.enquiry{
	width: 300px;
}

fieldset.submit
{
	width:400px;
	float: none;
	border: 0;
	margin: 0 auto;
}

/*--------------------------------------------
				lightbox Styles			
--------------------------------------------*/

#gallery{
	text-align: center;
}
#gallery a{
	color: #fff;
}

#lightbox{	position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }