* { 
	margin:0; 
	padding:0; 
} 
 
 body {
	background-color:#F97806;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

p {
	padding-bottom:1.2em;
	line-height:1.5em;
}


h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #525E16;
	padding: .1em 0 .5em 0;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
	padding-top:.4em;
}

h4 {
	font-size:1em;
}

hr {
  border: 0;
  color: green;
  background-color: green;
  height: 1px;
  margin: 1em 0;
}

a {
	color:#525E16;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

a img {
	border:0;
	padding:4px;
	margin:0 14px 14px 0;
	background-color: #525E16;
}

a img:hover {
	background-color: #fff;
}

#contentholder {padding-left:36px; margin-bottom:2em;}

/* Navigation Styles */
#mainNav {
	position:absolute;
	top:66px;
	width:260px;
	height:367px;
	margin-left:130px;
	overflow:visible;
	z-index:5;
	left: 46px;	/* background:url(../_images/test.gif); */
}
	
#mainNav ul {list-style:none;}

#mainNav a {
	display:block;
	width:145px;
}
	
a#mainNavHome {
	height:72px;
	margin-left:24px;
	background:url(../_images/main/tabs/off/home.gif);
}

a#mainNavAbout {
	margin-left:80px;	
	height:57px;
	background:url(../_images/main/tabs/off/about.gif);
}

a#mainNavServicesProducts {
	margin-left:96px;
	height:85px;
	background:url(../_images/main/tabs/off/services.gif);
}

a#mainNavBooking {
	margin-left:98px;
	height:72px;
	background:url(../_images/main/tabs/off/booking.gif);
}

a#mainNavGallery {
	margin-left:64px;
	height:64px;
	width:115px;
	background:url(../_images/main/tabs/off/gallery.gif);
}


a#mainNavHome:hover {
	background:url(../_images/main/tabs/on/home.gif);
}

a#mainNavProducts:hover {
	background:url(../_images/main/tabs/on/products.gif);
}

a#mainNavServices:hover {
	background:url(../_images/main/tabs/on/services.gif);
}

a#mainNavBooking:hover {
	background:url(../_images/main/tabs/on/booking.gif);
}

a#mainNavGallery:hover {
	background:url(../_images/main/tabs/on/gallery.gif);
}
	
span {
	margin-left:-5000px;
}	

/* Miscellaneous Styles */

.bookingaccept {
	background-color: #525E16;
	padding:.4em .4em .4em 10px;;
	margin-left:22px;
}

.bookingaccept a {
	text-decoration:none;
	color:#fff;
	
}

.bookingaccept a:hover {
	color: #808934;
}
#personbg {
	position:absolute;
	top:64px;
	width:282px;
	height:458px;
}

ul.leaf {margin:.5em 0;}

ul.leaf li {
	margin-left:16px;
	padding: 0 0 10px 4px;
	list-style: circle;
}



/* generated by csscreator.com */ 
 
#pagewidth{ 
 width:974px;  
 background-image: url(images/pagebg.jpg);
 background-repeat: no-repeat;
} 
 
#header{
 position:relative; 
 height:144px; 
 width:100%;
} 
 
#leftcol{
 width:50%; 
 float:left; 
 position:relative; 
 height:586px;
  }
 
#maincol{
 padding-top:125px;
 float: right; 
 display:inline; 
 position: relative; 
 width:50%; 
 }
 
#footer{
 height:80px; 
 clear:both;
 text-align:center;
 font-size:86%;
 padding-bottom:30px;
}
	
#footer a {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;}
}
