html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color:#d6d4bb;
	color: #666249;
	min-height:101%;
}

p {
	line-height: 1.2em;
}

h1{
	font-size: 20px;
	color: #666666;
	text-align: center;
}


h2{
	font-size: 18px;
	color: #666666;}

a, a:link, a:visited, a:active {
	font-family: Tahoma,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}
	
a:hover {
	color: #666249;
}

a.datelink1, a.datelink2, a.datelink3, a.datelink4 {
	text-decoration: none;	
}

a.datelink1:hover, a.datelink2:hover, a.datelink3:hover, a.datelink4:hover {
	text-decoration: none;
}

a.datelink1 img, a.datelink2 img, a.datelink3 img, a.datelink4 img
{
	padding-top: 3px;
}

div.all{
	margin: 17px auto auto auto;
	width: 650px;
	background-repeat: no-repeat;
	background-image: url(/cms/templates/pages/images/bg.gif);
	background-position: 100% 30px;
	background-color:#ffffff;
}

div.header{
	height: 100px;
	width: 650px;
	padding-top:5px;
	margin-top:8px;
}
div.header_logoleft {
	float:left;
	display:inline;	
}
div.header_address {
	float:left;
	margin-left:90px;
	padding-top:10px;
}
div.header_address a, div.header_address p {
	font-size: 7pt;
}
div.header_logoright {
	float:right;
}
div.header div.topmenu {
	background-color :#d6d4bb;
	height: 13px;
	white-space: nowrap;
	color: #666249;
	font-weight: bold;
	vertical-align:top;
	overflow: hidden;
	padding: 0px;
}
		
div.allcontent{
	width: 626px;
	height: auto;
	margin: 0px 0px 15px 0px;
	padding: 25px 12px 12px 12px;
}


div.content, div.content p, div.content_beige, div.content_beige p, div.special_offers, div.special_offers p
{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	border: none 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #666249;
	text-decoration: none;
	height: auto;
}

	div.content img, div.content_beige img {
		border: 0px none;
		margin: 0px;
	
	}
div.content_beige, div.content_beige p, div.special_offers, div.special_offers p
{
	background-color: #D6D4BB;
}
div.special_offers, div.special_offers p 
{
	padding: 5px;
}
div.submitform
{
	margin: 20px;
	padding: 10px;
	border: 1px solid #D6D6D6;
	background-image: url('/images/item_bg.jpg');
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

/* Menus */
/* Top menu */
.menu_top, .submenu_top {
	background-color :#d6d4bb;
	height: 17px;
	white-space: nowrap;
	color: #666249;
	font-weight: bold;
	vertical-align:top;
	overflow: hidden;
	padding: 0px;
	clear: both;
}
div#cmsmenuouter_cms_menu_top, div#cmsmenuouter_cms_submenu_top
{
	position:relative;
	display:inline;
	padding: 4px 0px 0px 0px;
	overflow:hidden;
}
div#cmsmenuouter_cms_menu_top div.cmsmenuitem, 
div#cmsmenuouter_cms_submenu_top div.cmsmenuitem
{
	display:inline;
}
	div.topmenu a,
	div.topmenu a:link,
	div.topmenu a:link a:visited,
	div.topmenu a:link a:active,
	div.cmsmenuitem a, 
	div.cmsmenuitem a:link, 
	div.cmsmenuitem a:link a:visited, 
	div.cmsmenuitem a:link a:active 
	{
		padding: 0px 2px 0px 4px;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		color: #666249;
		text-decoration: none;
	}
	div.cmsmenuitemselected a, 
	div.cmsmenuitemselected a:link, 
	div.cmsmenuitemselected a:link a:visited, 
	div.cmsmenuitemselected a:link a:active,
	div.cmsmenuitemselected a:link a:hover,
	div.cmsmenuitem a:hover
	{
		color: #CC6600;
	}

div.left_menu_login_form
{
	margin: 0px;
	padding: 2px;
	border: solid 1px #cccccc;
	width: 106px;
}
	div.left_menu_login_form #user_login_form_username
	{
		width: 100px;
	}
	div.left_menu_login_form #user_login_form_password
	{
		width: 100px;
	}
/* Loading animated gif */
div.cmsLoading
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	text-align: center;
	vertical-align: middle;
	z-index: 9999;
	background-color: darkgray;
	background-color: white;
	background-image: url(/cms/images/ajax-loader.gif);
	background-attachment:fixed;
	background-position: center 250px;
	background-repeat: no-repeat;
}
p.cmsLoading_text
{
	position:relative;
	top: 270px;
	text-align:center;
	font-weight:bold;
}

/* Frontend forms */
div.formrow {
  padding-top: 10px;
}

div.formrow span.formlabel {
  float: left;
  width: 80px;
  text-align: right;
}

div.formrow span.formfield {
	margin-left: 10px;
	padding: 5px;
	text-align: left;
}

/* Contact form */
div.contactformrow {
	padding-top: 10px;
}
div.contactformrow span.contactformlabel {
	float: left;
	width: 90px;
	text-align: left;
}
div.contactformrow span.contactformfield {
	margin-left: 10px;
	padding: 5px;
	text-align: left;
}
div.contactformrow span.contactformcomment {
	float: left;
	width: 100%;
	text-align: left;
}


/* front page styles */
div.frontpagecontent
{
	width: 680px;
	padding: 10px;
	border: 1px solid #D6D6D6;
	background-image: url('/images/item_bg.jpg');
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

div.frontpagecontent img{
	padding: 0px;
	margin: 0px 5px 5px 0px;
	border: none;
}

div.frontpage_content_left {
	float:left;
	width:295px;
	height: auto;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	border: none 0px;
	text-align:left;
	vertical-align:top;
  }
div.frontpage_content_right 
{
	float:right;
	width:312px;
	height: auto;
	padding:0px;
	margin: 0px;
	border: none 0px;
}

/* Booking page styles */
div.bookingpage_content_left {
	float:left;
	width:200px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: none 0px;
	text-align:left;
	vertical-align:top;
  }
div.bookingpage_content_right 
{
	float:right;
	width:422px;
	height: auto;
	padding:0px;
	margin: 0px;
	border: none 0px;
}

div.rss-box 
{
	font-size: 12px;
	font-weight: normal;
}

li.rss-item a
{
	font-weight: bold;
}

img.right{
	border: 1px solid #666666;
	padding: 2px;
	margin: 10px;
	float: right;
}

img.left{
	border: 1px solid #666666;
	padding: 2px;
	margin: 10px;	
	float: left;
}

br.clear{
	clear: both;
}

/* News page */

div.news_story{
	padding: 10px;
	margin: 10px;
	border: 1px solid #CCCCCC;

}

/* search page */
div.search_result{
	padding: 10px;
	margin: 10px;
	border: 1px solid #666666;

}

/* More & Press pages */
div.moreitemouter
{
	display:block;
	width:100%;
	overflow: auto;
}
div.moreitemimage
{
	float:left;
	width:150px;
	margin-right: 10px;
}
div.moreitemcentercontent
{
	float:left;
	width:250px;
	margin-right: 10px;
}
div.moreitemrightcontent
{
	width:auto;
}

/* Information pages, The Peacock Guide etc. */
div.informationitemouter
{
	display:block;
	width:100%;
	overflow: auto;
}
div.informationitemimage
{
	float:left;
	width:215px;
	margin-right: 10px;
}
div.informationitemcentercontent
{
	float:left;
	width:230px;
	margin-right: 10px;
}
div.informationitemrightcontent
{
	width:auto;
}

/* Email list subscriber page */
div.subscriber_form {}
div.subscriber_form_row {
	padding-top: 10px;
}
span.subscriber_form_label {
	float: left;
	text-align: right;
	width: 150px;
}
span.subscriber_form_field {
	margin-left: 20px;
}
span.subscriber_form_comment {
	text-align: left;
	margin-left: 50px;
}

div.user_feedback{
	margin-top: 5px;
	margin-left: 180px;
	padding: 5px;
	width: 750px;
	color: red;
	padding: 5px;
	text-align: center;
	border: 1px solid red;
}

div.fullwidth_user_feedback{
	border: 1px solid black;
	background-color: #ffffff;
	color: red;
	padding: 5px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

a.button{
	padding: 5px;
	border: 2px outset;
	color: #666666;
}

a.button strong{
	color: #666666;
}

a.button:hover{
	padding: 5px;
	border: 2px ridge;
	text-decoration:none;
}

a.button_search
{
	display: inline-block;
	background-image:url(/images/Search_1.gif);
	background-repeat:no-repeat;
	background-position: 2px 2px;
	width: 20px;
	height: 20px;
	top: -2px;
	margin: 5px auto;
	border: outset 1px;
}

/* Form errors popup window */
div.formerrorspopup 
{
	position:absolute;
	top: 300px;
	width: 890px;
	text-align: center;
	visibility: visible;
	border: none;
	background-color: transparent;
	padding: 0px;
}

div.formerrorspopupbox
{
	width: 350px;
	background: white;
	border: 1px solid #000;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}

div.formerrorspopupheader
{
	background-color: #6699ff;
	height: 20px;
	padding-right: 2px;
	padding-top: 3px;
}
	div.formerrorspopupheader img
	{
		float:right
	}

div.formerrorspopuptext
{
	padding: 10px;
}