body{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    margin-left:-1px;
    font-family: 'Trebuchet MS' Sans-Serif;
    background-position:top center;
    background-image: url(/images/background.jpg);
    background-repeat: no-repeat; 
    background-color:#cfd3be;  
}
a{
    font-family: Trebuchet MS;
    font-size: 14px;
}
    
p{
    font-family: Trebuchet MS;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}


#main-container{
    position: relative;
    width: 990px;
    padding: 0px;
    min-height:600px;
    margin-left: auto;
    margin-right: auto; 
}  

img, div, a, input {
    behavior: url("iepngfix.htc") 
                  
}
#container{
    float: left;
    width: 990px;
    height:190px;
    background-color:#fff;
    background-image: url(/images/header.jpg);
    background-repeat:no-repeat;  
}  

#top-section{
    position: relative;
    clear:both;
    margin: 0px;
    padding: 0px;
    width: 990px;
 }

#content{  
    float: left;
    width: 990px; 
    margin: 0px;
    padding: 0px;
    z-index:0;
}

#flash-contoller
{
    float:left;
    width:990px;
    margin-top:10px;
    padding-bottom:15px;
    background-color:#ffffff;
   
}
    
#flash{    
    float: left;
    width: 980px; 
    height:378px;
    margin-left:4px;
    border:1px solid #cdcdcd;
    z-index:9000;
}
a#booking-main
{
    float:right;
    width:230px;
    height:53px;
    background-image: url(/images/book-online-main.jpg);
    background-repeat:no-repeat;
    margin-top:60px;
    margin-right:10px;
    
    
    }
a#booking-main:hover
{
    background-image: url(/images/book-online-over.jpg);
    background-repeat:no-repeat;

    
    
    }
a#special-main
{
    float:left;
    width:230px;
    height:53px;
    background-image: url(/images/special-offers-over.jpg);
    background-repeat:no-repeat;
    margin-top:60px;
    margin-left:10px;
    
    
    }
a#special-main:hover
{
    background-image: url(/images/special-offers.jpg);
    background-repeat:no-repeat;

    
    
    }
/* ********************************* NAV SECTION **************************** */

	
#nav 
{
    float:left;
    padding: 0px;
    width: 890px;
    margin:10px 40px 0px 40px;
    border-bottom:1px solid #cdcdcd;
    border-top:1px solid #cdcdcd;
    z-index:1000;
  
}
#nav a
{
    cursor: pointer;
    
}


/* *******  First level menu items ******* */
/*


#nav ul {
	list-style: none;
    margin:0;
    padding:0px;
  
}

#nav ul li {   
	float:left;
	position: relative;
	margin:0;
	padding: 0;
	
}

		
#nav ul li a{
    
    color: #475464;
    text-decoration: none;
    border:solid 1px red;
    margin:0;
    padding:0;
    
}
	
#nav ul li a:hover{
	color: #61514d;
	border-bottom:3px solid #8bc5cc;
	margin:0;
    padding:0;
}

/* *******  Drop down items ******* */

/*
#nav ul li ul
{
    margin: 0;
    padding: 0;
    background-color: #e1e1e1;
    display: none;
}

#nav ul li ul li{
margin:0;
padding:0;
 border:solid 1px blue;
}

#nav li ul li a{
margin:0;
padding:0;

}


/*
#accom-menu-popup{
	position:absolute;	
	width: 250px;
    min-height:110px;
	left:90px;
	top: 145px;		
    display:block;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;  
    border-bottom: 4px solid #e1e1e1;      
    border-right: 4px solid #acacac;   
    border-left: 1px solid #e1e1e1;            
    padding-bottom:10px; 
}

#accom-menu-popup ul{
	float:left;	
	margin-left:10px;
	margin-right:10px;
	
}

#accom-menu-popup ul li{
    padding:3px;
   	font-family: arial;
	font-size:12px; 
	color: #000;
	border-bottom:1px solid #eeeeee;
}

#accom-menu-popup ul li a{
	font-family: arial;
	font-size:12px; 
	width:180px;
	color: #000;
}

#accom-menu-popup ul li a:hover{
   	color:#193854;

}
#rest-menu-popup{
	position:absolute;	
	width: 250px;
    min-height:110px;
	left:490px;
	top: 145px;		
    display:block;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;  
    border-bottom: 4px solid #e1e1e1;      
    border-right: 4px solid #acacac;   
    border-left: 1px solid #e1e1e1;            
    padding-bottom:10px; 
}

#rest-menu-popup ul{
	float:left;	
	margin-left:10px;
	margin-right:10px;
	
}

#rest-menu-popup ul li{
    padding:3px;
   	font-family: arial;
	font-size:12px; 
	color: #000;
	border-bottom:1px solid #eeeeee;
}

#rest-menu-popup ul li a{
	font-family: arial;
	font-size:12px; 
	width:180px;
	color: #000;
}

#rest-menu-popup ul li a:hover{
   	color:#193854;

}
.dropdownli{
    float:left;
    width:200px;
    border-bottom:1px solid #e1e1e1;        
}

.dropdownli:hover{
    width:200px;
   	background-color:#ededed;
}
 */
 
/* ******************************** MAIN CMS AREA ************************************* */



#cmsarea-header{   
    float: left;
    width: 640px;
    _width: 620px;
    height:30px;
    background-color:#8bc5cc;
}


#cmsarea-inner{
    float:right;   
    width:640px;
    _width: 620px;
    min-height:410px;
    margin-top:10px;
    margin-right:10px;
    border:1px solid #cdcdcd;
    _padding-bottom: 10px;
}

#cmsarea{   
    float: left;
    width:990px;
    min-height:400px;
    margin-top:0px;
    background-color:#ffffff; 
    padding-bottom:25px; 

}

#cmsarea-header h1{
    float:left;  
    width: auto;
    height:22px;
    margin-left:8px;
    margin-top:3px;
    color:#fff;
    font-family:Arial;
}


#cmsarea-image{
    float:right;
    width: 710px;
    height: 237px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #cdcdcd;

 
}

#cmsarea-footer{
    float:right;
    width:652px;
}

#cmsarea-text   
{
    float:left;
    width:620px;
    _width:600px;
    margin-left:10px; 
    _margin-left: 5px;
}

#cmsarea-text p   {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    color: #696b73;
    font-size: 0.9em;
    text-decoration: none;
    text-align: justify;
    margin: 0px;
    padding: 0px;
 
}

#cmsarea-text h2   
{

 
}


#cmsarea-text a   {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    color: #696b73; 
    font-size: 0.9em;
    text-decoration: none;
    text-align: justify;
  
}

#cmsarea-text a:hover   {
    color: #cdcdcd;
}


#cmsarea-text ul li{
    font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em; 
    color: #105e7c;  
}


#cmsarea-text img{
    padding: 2px;    
 
}


#cmsheader{
    color:#b5d52e;
    font-weight: bold;
    font-size: 22px;
    font-family:Arial;
    font-weight:bolder;
    text-align:left;    
}


/* *************************** LEFT MENUS ************************************ */
#content-left-header{   
    float: left;
    width: 322px;    
    height:30px;
    font-family:Arial ;
    color:#666;
    font-size:13px;
    background-color:#8bc5cc;
  
}

#content-left-header p{   
    font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
    color:#fff;
    font-weight:normal;
    font-size:16px;
    margin-left:5px;
    margin-top:5px;
  
}

#content-left{   
    float: left;
    width: 293px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px; 
}

#content-left-inner{   
    width:auto;
    margin-left: 5px;
    _margin-left: 0px;
    margin-top:40px;
    margin-bottom: 0px;

}

#content-left-inner ul   { 
    padding: 0px;
    list-style-type:none;
}

#content-left-inner li{
    width: 160px;
    background-repeat: no-repeat;
    padding-bottom:0px;
    border-bottom: 1px solid #cdcdcd;
    text-align:left;
    display:inherit; 
}

#content-left-inner  a{
    color: #5b8185;
    font-family: Trebuchet MS, arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px; 
    text-decoration: none;
    text-align:left;
}

#content-left-inner a:hover{
    color: #cdcdcd;
}

#content-left-footer{   
    float: left;
    width: 190px;
    height:37px;
    margin-left: 0px;
  
}

/* *************************** END CONTENT LEFT/LEFT MENU ************************************ */

h1 {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0px;
	height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #fff; 
	text-align: left;
	margin-bottom:12px;
	margin-top: 12px;
}
		
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#8bc5cc;
	padding:0px;
	margin:0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #660202;
	text-decoration: none;
}		

/* Reserved for Main Nav */
h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	    	
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	margin-right:10px;
}

/* Reserved for Sub Nav */
h5{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;	
	width: 300px;
	margin: 0px;
	padding: 0px;
	_margin-left: 2px;
	border-bottom: 1px solid #cdcdcd;
}

h5 a{
	text-decoration: none;
	color: #482c0d;
}


/* ************************ MAIN FOOTER *************************** */
#footer-menu
{
    float:left;
    width: 970px; 
    height:30px;    
    margin-top: 10px;
    margin-bottom:10px;
    padding: 10px; 
    color: #666;
    font-family: Arial;
    font-weight:normal;
    font-size:10px;   
    border-top:1px solid #fff; 
}

#footer-menu a {
    font-family: Arial;
    font-weight:normal;
    font-size:10px;    
    color: #fff;
    text-decoration: none;
}
		
#footer-menu a:hover {
    color: orange;
    text-decoration: underline;
}

#footer
{
    float:left;
    clear: both;
    width: 990px;  
    height:50px;  
    margin-top:0px;
    background-color:#ffffff;   
    margin-left: auto;
    margin-right: auto;     

}

#footer a {
    font-family: Arial;
    font-weight:normal;
    font-size:10px;    
    color: #5b87a1;
    text-decoration: none;
}
		
#footer a:hover {
    color: orange;
    text-decoration: underline;
}

/* ******************** END MAIN FOOTER ************************ */
/*************************FRONTPAGE ADVERT CONTROLER*************************************/    
 
 #master-box{
    float:left;
    width:980px;   
    Padding-top:38px;
    margin-bottom: 0px;
    z-index:0;
 

}
        
         
#advert-controller
{
  float:left;
  width:990px;
  height:210px;
  background-color:#ffffff;
    
}         


.advert1{
    float: left;
    display:inline;
    margin-left: 9px;
    _margin-left: 4px;
    margin-top:5px;
    padding: 0px;
    width:322px; 
    height:91px; 
    background-image: url(/images/weddings-functions.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
    
}
.advert1-text
{
    float:right;
    clear:both;
    font-family: Trebuchet MS;
    font-size:10px;
    color: #666;
    font-weight:bold;
    margin-top:5px;
    width:190px;
    text-decoration:none;
   
    
 }
.advert1-text-button
{
    float:right;
    margin-top:10px;
    _margin-top: 0px;
    margin-right:5px;
 
 }
.advert1 a{
    font-family: Trebuchet MS;
    color: #93a885;
    font-weight:bold;
    text-decoration:none;
   
}

.advert1 a:hover{
    font-family: Trebuchet MS;
    color: #65aed7;  
}
  
.advert2{
    float: left;
    display:inline;
    padding: 0px; 
    margin-top:5px; 
    width:322px; 
    height:91px; 
    background-image: url(/images/bedrooms.jpg);
    background-repeat:no-repeat;  
    border:1px solid #cdcdcd;
    margin-left: 9px;
    _margin-left: 4px;    
}

.advert2 a{
    font-family: Trebuchet MS;
    color: #93a885;
    font-weight:bold;
    text-decoration:none;
}

.advert2 a:hover{
    font-family: Trebuchet MS;
    color: #65aed7; 
}
  
.advert3{
    float: left;
    display:inline;
    padding: 0px; 
    margin-top:5px;
    width:322px; 
    height:91px; 
    background-image: url(/images/dining-leisure.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    margin-left: 9px;
    _margin-left: 4px;    
   
}

.advert3 a{
    font-family: Trebuchet MS;
    color: #93a885;
    font-weight:bold;
    text-decoration:none;
}

.advert3 a:hover{
    font-family: Trebuchet MS;
    color: #65aed7;  
}
.advert4{
    float: left;
    display:inline;
    padding: 0px; 
    margin-top:5px;  
    width:322px; 
    height:91px;  
    background-image: url(/images/confernce-venue.jpg);
    background-repeat:no-repeat;
    border:1px solid #cdcdcd; 
    margin-left: 9px;
    _margin-left: 4px;    
   
}

.advert4 a{
    font-family: Trebuchet MS;
    color: #93a885;
    font-weight:bold;
    text-decoration:none;
}

.advert4 a:hover{
    font-family: Trebuchet MS;
    color: #65aed7;  
}
 .advert5{
    float: left;
    display:inline;
    padding: 0px; 
    margin-top:5px; 
    width:322px; 
    height:91px;  
    background-image: url(/images/outdoor-activites.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    margin-left: 9px;
    _margin-left: 4px;    
   
}

.advert5 a{
    font-family: Trebuchet MS;
    color: #93a885;
    font-weight:bold;
    text-decoration:none;
}

.advert5 a:hover{
    font-family: Trebuchet MS;
    color: #65aed7;  
}
.advert6{
    float: left;
    display:inline;
    padding: 0px; 
    margin-top:5px;  
    width:322px; 
    height:91px;  
    background-image: url(/images/leisure-break-offers.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    margin-left: 9px;
    _margin-left: 4px;      
   
}

.advert6 a{
    font-family: Trebuchet MS;
    color: #93a885;
    font-weight:bold;
    text-decoration:none;
}

.advert6 a:hover{
    font-family: Trebuchet MS;
    color: #65aed7;  
}
 /* ***************** Main Products Pages ********************** */

 #cmsarea-top-image{
    position:relative;  
    height:20px;
    margin-left:0px;
    margin-top: 2px;
}


#content-header{
  float:left;   
  height:160px;
  margin-bottom:10px;
  background-image: url(/images/sub-header.jpg);
  background-repeat:no-repeat; 	   
  
}

#sub-header-image-control
{
    float:right;
    margin-right:0px;
    margin-top:18px; 
    
}

.sub-pages-adverts
{
   float:left;
   width:322px;
   margin-top:5px;
   margin-left:9px;
   _margin-left: 2px;
   border:1px solid #cdcdcd;
	    
}
#sub-pages-control
{
   float:left;
   width:320px;
   margin-top:5px;

	    
}
#booking
{
   float:left;
   width:321px;
   height:265px;
   margin-right:5px;
   margin-left:10px;
   _margin-left: -20px;
   _padding: 0px;
   background-image: url(/images/book-online.jpg);
   background-repeat:no-repeat; 
   border:1px solid #cdcdcd;
      
}

#content-images
{
    float:right;
    margin-right:10px;
    width:640px;
    height:260px;
    border:1px solid #cdcdcd;
    
}
#content-images1
{
    float:right;
    margin-right:10px;
    width:970px;
    height:260px;
    background-image: url(/images/headers/1.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
}
#content-images2
{
    float:right;
    margin-right:10px;
    width:970px;
    height:260px;
    background-image: url(/images/headers/2.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
}
#content-images3
{
    float:right;
    margin-right:10px;
    width:970px;
    height:260px;
    background-image: url(/images/headers/3.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
}
#content-images4
{
    float:right;
    margin-right:10px;
    width:970px;
    height:260px;
    background-image: url(/images/headers/4.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
}
#content-images5
{
    float:right;
    margin-right:10px;
    width:970px;
    height:260px;
    background-image: url(/images/headers/5.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
}
#content-images6
{
    float:right;
    margin-right:10px;
    width:970px;
    height:260px;
    background-image: url(/images/headers/6.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
}
#content-images7
{
    float:right;
    margin-right:10px;
    width:970px;
    height:260px;
    background-image: url(/images/headers/9.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
}
#content-images8
{
    float:right;
    margin-right:10px;
    width:970px;
    height:260px;
    background-image: url(/images/headers/10.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
}
#content-images9
{
    float:right;
    margin-right:10px;
    width:970px;
    height:260px;
    background-image: url(/images/headers/11.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
}
#content-images10
{
    float:right;
    margin-right:10px;
    width:970px;
    height:260px;
    background-image: url(/images/headers/christmas.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
}
#content-images11
{
    float:right;
    margin-right:10px;
    width:970px;
    height:260px;
    background-image: url(/images/headers/19.jpg);
    background-repeat:no-repeat; 
    border:1px solid #cdcdcd;
    
}

#content-images-button
{
    float:left;
    margin-top:145px;
    margin-left:18px;
    _margin-left:9px;
}
#content-images-button2
{
    float:left;
    width:350px;
    margin-top:25px;
    margin-left:18px;
    _margin-left:9px;

}
#secure{
 float:left;
 width:230px;
 height:61px;
 background-image: url(/images/secure-logo.jpg);
 background-repeat:no-repeat; 
  
    
}
/* **************************** NAV CMSAREA ****************************** */


#nav-cms-header
{
  float:left;
  padding:0px;
  margin: 0px;
  margin-top: 21px;
  margin-left:15px;
  width: 940px; 
}

#nav-cms-inner{   
    margin-top: 0px;
    margin-left:0px;
    padding-top:0px;

}

#nav-cms-text{   
    width: 940px;
    margin: 0px;
    margin-left:15px;
    margin-bottom: 0px;
 

}

#nav-cms-text p   {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    color: #29717a;
    font-size: 14px;
    text-decoration: none;
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

#nav-cms-text a   {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    color: #ff6000; 
    font-size: 14px;
    text-decoration: none;
    text-align: justify;

  
}

#nav-cms-text a:hover   {
    color: #cdcdcd;

}



/*-------HOME PAGE BOXES BOTTOM-------*/

#cmsarea-home{
  float: left;
  width: 991px; 
  margin-top:10px;

}

#cmsarea-home-header
{
  position:relative;
  float:left;
  margin-left:20px;
  margin-top: 0px;
  width: 959px;
  height:59px;
  background-image: url(/images/home-cmsarea-header.jpg);
  background-repeat:no-repeat; 
  
}

#cmsarea-home-header h1{
   margin-top: 0px;
   padding-left: 0px;
  
}

#cmsarea-home-inner{   
    margin-top: 0px;
    margin-left:0px;
    padding-top:0px;
    margin-left:20px;
    width:959px;
    background-image: url(/images/home-cmsarea-repeat.jpg);
    background-repeat:repeat-y;

}

#cmsarea-home-footer{
    position: relative;
    margin-left:20px;
    width:959px;
    height:40px;
    background-image: url(/images/home-cmsarea-footer.jpg);
    background-repeat:no-repeat; 
  
}

#cmsarea-home-text{   
    width: 910px;
    margin-left:20px;
    margin-bottom: 0px;

}

#cmsarea-home-text p   {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    color: black;
    font-size: 0.8em;
    text-decoration: none;
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

#cmsarea-home-text a   {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    color: #ff6000; 
    font-size: 1em;
    text-decoration: none;
    text-align: justify;
  
}

#cmsarea-home-text a:hover   {
    color: brown;
}

#cmsarea-home-text img{
    border: 0px solid gray;
    padding: 2px;
    border  : 1px solid gray;
}

#cmsheader{
    color:#cdcdcd;
    font-weight: bold;
    font-size: 22px;
    font-family:Arial;
    font-weight:bolder;
    text-align:left;    
}


a#image-left
{
    float:left;
    width:190px; 
    height:130px;
    margin-top:0px;
    margin-left:0px;
    padding: 0px;
}
a#image-left:hover {
}
a .alt { display: none; 
}


/* **************** SUBPAGE HEADER********************** */
