/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

/* Basic Stuff Here */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* Headings */

p { 
font-size:11px;
margin-bottom:10px;
}

h1 {
font-size:14px;
color:#b0bd3f;
margin-bottom:14px;
}

h2{}

h3 ()

h4 {}

/* other font styles */

.booknow {
color:#b0bd3f;
font-size:24px;
font-weight:600;
margin-bottom:10px;
}

.callnow {
color:#000;
font-size:14px;
font-weight:600;
margin-bottom:10px;
}


/* Links */

a, a:visited {
color:#b0bd3f;
}

a:hover {
color:#333;
text-decoration:none;
}

/* Main Page Holder */

#wrap{
width:980px;
margin:0 auto;
}

/* Left Side of the Page */

#left{
float:left;
width:185px;
}

#logo{
float:left;
width:185px;
height:165px;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
}

/* booking Form */

#bookonline{
width:185px;
height:110px;
float:left;
background-image:url(../images/bookonline.jpg);
background-repeat:no-repeat;
background-position:center;
}

#booking-form{
width:185px;
float:left;
font-size:11px;
margin-bottom:18px;
}

#booking-form table{
text-align:center;
width:180px;
}

#booking-form td {
padding-bottom:10px;
text-align:center;
}

.style8 {
margin:0 0px 0px 0px;
}


/* Latest News */


#latest-news{
width:165px;
float:left;
font-size:11px;
padding-right:20px;

}

#latest-news h2 {
color: #333333;
font-size:14px;
border-bottom:2px solid #ccc;
padding-bottom:5px;
margin-bottom:10px;
}

#latest-news h3, #latest-news h3 a  {
color:#b0bd3f;
font-size:13px;
text-decoration:none;
}

#latest-news h4 {
color:#333;
font-size:11px;
margin-bottom:10px;
}


#latest-news p {
border-bottom:1px dashed #ccc;
padding-bottom:10px;
margin-bottom:10px;
}


/* Main part of the page (Right) */

#right{
width:795px;
float:left;
}

/* MENU ************************************** */

#menuholder {
width:795px;
height:45px;
float:left;
margin:10px 0px;
}


#menu-container{
background:#b0bd3f;
}

ul#simple-menu{
list-style-type:none;
width:100%;
position:relative;
height:27px;
font-size:13px;
font-weight:bold;
margin:0px;
padding:11px 0 0 0;
}

ul#simple-menu li{
display:block;
float:left;
margin:0 0 0 4px;
height:27px;
}

ul#simple-menu li.left{
margin:0;
}

ul#simple-menu li a{
display:block;
float:left;
color:#fff;
background:#606721;
line-height:27px;
text-decoration:none;
padding:0 17px 0 18px;
height:27px;
}

ul#simple-menu li a.right{
padding-right:19px;
}

ul#simple-menu li a:hover{
background:#b0bd3f;
}

ul#simple-menu li a.current{
color:#2E4560;background:#fff;
}

ul#simple-menu li a.current:hover{
color:#2E4560;background:#fff;
}

/* end menu *******************************************/

/* Videos */

#videocol {
float:left;
width:310px;
margin-right:8px;
}

#videoholder {
width:300px;
height:200px;
float:left;
margin:0px 5px 5px 5px;
}


/* Main content Section */

#main {
float:left;
width:475px;
}

#keyholder {
float:left;
width:475px;
margin-bottom:15px;
}

/* SEE FILE "KEY FEATURES.CSS" for the style of the homepage icons */

#content {

}

/* Footer */ 

#footer {
float:left;
width:980px;
height:30px;
border-top:2px solid #ccc;
margin:30px 0px;
text-align:center;
font-size:10px;
padding-top:15px;
} 
