/* CSS Document */

{
  margin: 0;
  padding: 0;
}

body {
	font: 62.5%/1.6 Geneva, Arial, Helvetica, san-serif;
	margin: 10px 0 0 0;
	background-image: url(images/main_bg.gif);
}


h1 {
  font-size: 1.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.4em;
  font-weight: normal; 
  
}


h3 {
  font-size: 1.3em;
  font-weight: normal; 
  
}

h4 {
  font-size: 1.4em;
  font-weight: normal; 
  
}



body {

}

#wrapper {
  width: 785px; 
  margin: 0 auto; 
  background: url(images/bg_strip.gif) repeat-y;

}

#branding {
  height: 73px;
  background-image: url(images/masthead.gif);
}

#picture_holder {
  height: 145px;
  background-image: url(images/pictureholder.jpg);
}

#strapline_and_menu {
  height: 78px;
  background-image: url(images/strapline.gif)
  }


#homepage_menu {
  height: 336px;
  background-image: url(images/mainpage_menu.gif);
  background-repeat: no-repeat;
}

#page_menu {
  height: 336px;
  background-image: url(images/page_menu.gif);
  background-repeat: no-repeat;
}

#page_menu_left {
  width: 440px;
  float: left;
  padding: 4px 2px 0 2px;
}

#page_menu_right {
  width: 340px;
  float: right;
  overflow: auto;
  
}
#page_menu_right img {
    padding-top: 8px;
}


#page_menu_right p {
  padding: 0 15px 3px 15px;
  font-size: 12px;
}

#page_clear {
  clear: both;
}

/* Page Text Setup */

#page_content {
	background: url(images/bg_strip.gif) repeat-y;
}

#page_content h1 {
  padding: 0 25px;
  color: #222240;
  margin: 10px 0 0 0;
}

#page_content h2 {
  padding: 0 25px;
  color: #2A2A4F;
   margin: 0;
   
}

#page_content h3 {
  padding: 10px 25px 0 25px;
  color: #9E4F00;
   margin: 0;
   
}

#page_content h4 {
  padding: 0 25px;
  color: #2A2A4F;
   margin: 0 4px;
   background: #A8A8B4;
   
}


#page_content p {
	padding: 0 25px;
	font-size: 1.2em;   
}

#table_availability {
   margin-left: 10px;
}

/* Booking form tidy*/

#bookform_wrap {
   width: 760px;
   margin: 0 auto;
}

#bookform_left {
   width: 385px;
   float: left;
   background-color: #CECED6;
}

#bookform_right {
	width: 360px;
	float: right;
	background-color: #CECED6;
}
 

/* main menu select buttons */

.stanns {
  background-image: url(images/menu_stann.gif);
  background-repeat: no-repeat;
  height: 46px;
}

.manor {
  background-image: url(images/menu_manor.gif);
  background-repeat: no-repeat;
  height: 46px;
}

.dartmoor {
  background-image: url(images/menu_dartmoor.gif);
  background-repeat: no-repeat;
  height: 46px;
}


.valley_three {
  background-image: url(images/menu_valley.gif);
  background-repeat: no-repeat;
  height: 46px;
}

.valley_four {
  background-image: url(images/menu_valley4.gif);
  background-repeat: no-repeat;
  height: 46px;
}

.tamar {
  background-image: url(images/menu_tamar.gif);
  background-repeat: no-repeat;
  height: 46px;
}







#base_image {
	background-image:url(images/base.gif);
	height: 62px;
	padding-top: 10px;
	text-align: center;
	color: #666666;
}

#base_image a {
    font-size:1.0em;
}

#base_image a:link, #base_image a:visited {
    color: #CCCCCC;
	text-decoration: none;
}

#base_image a:hover {
	text-decoration: underline;
	color: #999999;
}

#base_text {
	width: 785px;
	margin: 0 auto;
}

#base_text p {
  font-size: 1.1em;
  margin:0;
  padding: 0;
  text-align: center;
}




/* Main Navigation */

#mainNav {
  list-style: none;
padding-left: 45px;
  padding-top: 25px;
}


#mainNav ul {
	padding: 0;
	list-style: none;
	background-repeat: no-repeat;
	font-size: 1.2em;
}

#mainNav ul li {
	float: left;
	text-align: center;	
}

#mainNav ul a {
	display: block;
	color: #ccc;
	padding: 0 14px;
	background: url(images/bg_nav.gif) no-repeat;
	text-decoration: none;
}

#mainNav ul a:hover {
	background: url(images/bg_nav_ov.gif) no-repeat;
	color: #E47938;
}

