/* CSS Document */

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}


body {
  font: 54.5%/1.6 Verdana, Tahoma, sans-serif;
  background-color:#D4D4D4;
}

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

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

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}


#branding {
  height: 151px;
  background: #ffffff url(../images/header_07.gif) no-repeat top left;
  padding: 0px;
}

#headerpic {
  margin: 0;
  width: 450px;
  float: right;
  height: 100px;
  text-align: right;
}

#topnav {
	clear: both;
	height: 25px;
	float: right;
	line-height: 25px;
	padding-top: 25px;
}

#topnav ul {
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
}

#topnav li {
	display: inline;
	color: #ffffff;
	margin-right: 50px;
}

#topnav li a {
	color: #ffffff;
	text-decoration: none;
}

#topnav li a:hover {
	text-decoration: underline;
}

#mainNav ul {
  list-style: none;
  margin-top: 6px;
  font-size: 0.9em;
  margin-left: 0px;
}

#mainNav li {
	width: 188px;
	margin-top: -5px;
}

#mainNav a {
	padding-left: 15px;
}

.normalnav a, .normalnav a:visited {
  text-align:left; 
  text-decoration:none; 
  color:#fff; 
  background: url(../images/left-nav-bg.gif) no-repeat top left;
  display:block; 
  padding-top: 8px;
  padding-left: 20px;
  height: 45px;
  }
.normalnav a:hover {
  color:#fff;
  background: url(../images/left-nav-bg-hover.gif) no-repeat top left;
  display:block; 
  padding-top: 8px;
  padding-left: 12px;
  height: 45px;
 }

.largenav a {
  text-align:left; 
  text-decoration:none; 
  color:#fff; 
  background: url(../images/left-nav-bg-lge.gif) no-repeat top left;
  display:block; 
  padding-top: 10px;
  padding-left: 12px;
  height: 65px;
  }
.largenav a:hover {
  color:#00204E;
  background: url(../images/left-nav-bg-lge-hover.gif) no-repeat top left;
  display:block; 
  padding-top: 10px;
  padding-left: 12px;
  height: 65px;
 }


#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.2em;
}

#foot {
  background-color:#fff;
  padding: 1px 20px;
}

#mainContent li{
	margin-left: 30px;
}

#footerlinks {
	background-color: #000;
	width: 100%;
	text-align: center;
}

#footerlinks ul {
	list-style: none;
	font-size: 0.8em;
}

#footerlinks li {
	display: inline;
	color: #fff;
	margin-right: 50px;
}

#footerlinks li a {
	color: #fff;
	text-decoration: none;
}

#footerlinks li a:hover {
	text-decoration: underline;
}

#foot { background-color: #fff; }

#accreditations {
	float: left;
	width: 660px;
	background-color: #fff;
	margin-top: 20px;
}

#copyright {
	float: right;
	margin-top: 50px;
	font-size: 0.8em;
}

#bookonline {
	width: 70%;
	background-color: #000;
	margin-left: 3%;
	margin-top: 10px;
	text-align: left;
	margin-right: 6px;
	height: 120px;
}

#bookonline h1 {
	color: #fff;
	font-size: 2.0em;
	font-weight: bold;
	margin: -2px;
	text-align: left;
}

#bookonline h1 a {
	text-decoration: none;
	color: #fff;
}

#bookonline h1 a:hover {
	text-decoration: underline;
	color: #cccccc;
}

#bookonline p {
	font-size: 1.6em;
	color: #ffffff;
}

#bookonline img {
	border: 0;
}

#check_availability {
	width: 70%;
	background-color: #000;
	margin-left: 3%;
	margin-top: 10px;
	text-align: left;
	margin-right: 6px;
	min-height: 120px;
}

#check_availability h1 {
	color: #fff;
	font-size: 2.0em;
	font-weight: bold;
	margin: -2px;
	text-align: left;
}

#check_availability h1 a {
	text-decoration: none;
	color: #fff;
}

#check_availability h1 a:hover {
	text-decoration: underline;
	color: #cccccc;
}

#check_availability p {
	font-size: 1.5em;
	color: #ffffff;
}

#check_availability img {
	border: 0;
}

.righthand_offer {
	width: 70%;
	background-color: #E4D3B0;
	border: 2px solid #000;
	margin-left: 3%;
	margin-top: 10px;
	text-align: left;
	margin-right: 6px;
	padding-top: 3px;
}

.righthand_offer h1 {
	color: #000;
	font-size: 2.0em;
	font-weight: bold;
	margin: -2px;
	text-align: left;
}

.righthand_offer h1 a {
	text-decoration: none;
	color: #000;
}

.righthand_offer h1 a:hover {
	text-decoration: underline;
	color: #828282;
}

.righthand_offer p {
	font-size: 1.6em;
	color: #000;
}

.righthand_offer img {
	border: 0;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 95%;
  margin: 0 auto; 
  text-align: left;
  background: #fff url(../images/nav-faux-col-07.gif) repeat-y 23% 0;
  border: 1px solid #000000;
  margin-top: 10px;
}

#wrapper2 {
	background-color: #fff;
}


#mainNav { 
  width: 25%;
  float: left;
}


#content { 
  width: 75%; 
  float: right; 
}

#mainContent { 
  width: 70%; 
  margin: 0; 
  float: left; 
  margin-bottom: 10px;
  background: #fff url(../images/watermark.gif) repeat-y top center;
} 

#mainContent-full { 
  width: 100%; 
  margin: 0 auto; 
  margin-bottom: 10px;
  background: #fff url(../images/watermark.gif) repeat-y top center;
} 
#secondaryContent { 
  width: 25%;
  min-width: 10em;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right;
  text-align: right;
  margin-left: 25px;
} 

#footer { 
  clear: both; 
  border-top: 1px solid #000;
  background-color: #fff;
}

/* add some padding to the contentse in the main nav and secondary content areas */

#mainNav, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav *, #secondaryContent * { 
 padding-left: 20px;
 padding-right: 20px;
}

#mainNav * *, #secondaryContent * * { 
 padding-left: 0;
 padding-right: 0;
}


/* Additional Styles */
.small {
	font-size: 0.8em;
}

.small a:hover {
	background: #fff;
	text-decoration: underline;
}

.rightsmall {
	font-size: 1.0em;
}

.rightsmall {
	color: #000;
	text-decoration: none;
}

.rightsmall a:hover {
	background: #fff;
	text-decoration: underline;
}

#search_form {
	text-align: left;
}

#search_form label {
	display:block;
	font-size: 1em;
	font-weight: normal;
	margin-top: 10px;
}
#search_form select {
	font-weight: normal;
	font-size: 1em;
	margin-right: 2px;
}
#search_form input {
	font-weight: normal;
	font-size: 1em;
}

/* Enquiry form styling */
.clear {
  clear: both;
}

#mainContent form {
  font-size: 1.2em;
}

#secondaryContent form {
	font-size: 1.0em;
}


/* fieldset styling */
#mainContent fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	color: #000;
}
/* fieldset styling */
#secondaryContent fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	color: #000;
}

#mainContent fieldset.questionsfieldset {
	margin: 0; /*  space out the fieldsets a little*/
	padding: 0.5em;
	border : 1px solid #ccc;
}


/* legend styling */
#mainContent legend {
	font-weight: bold;
	color: #000000;
	font-size: 1.6em;
}

#mainContent legend.questions {
	font-size: 1.1em;
	font-weight: normal;
}

#mainContent form p {
  position: relative;
	width: 100%;
	font-size: 1em;
}

#mainContent form select {
	font-size: 1em;
	min-width: 70px;
}

#filter_results {
	margin-left: 180px;
}

/* style for  labels */
#mainContent label {
	float: left;
	width: 18em;
	margin-bottom: 3px;
}

#mainContent label.normal_label {
	float: left;
	width: 14em;
	margin-bottom: 3px;
}

#mainContent label.radiolabel {
	width: 95px;
	margin-bottom: 3px;
	margin-right: 10px;
}

#mainContent label.checklabel {
	width: 175px;
	margin-bottom: 3px;
	margin-right: 10px;
}

#mainContent label.newsletterlabel {
	clear:both;
	margin-bottom: 3px;
	margin-right: 10px;
}

#filter label {
	float: left;
	width: 10em;
	font-size: 0.8em;
}

/* style for required labels */
#mainContent  label .required {
	font-size: 0.83em;
	color:#760000;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#mainContent input {
  width: 200px;
}

#secondaryContent input {
  width: 120px;
}

#mainContent  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#mainContent input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#mainContent  input:focus, textarea:focus {
	background: #ffc;
}

#mainContent input.radio {
 	float: left;
	margin-right: 3em;
}

#mainContent  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}


#formoffers {
  	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#formoffers div {
  width: 15em;
  margin-left: -50px;
  float: left;
}

#formoffers label {
	margin-left: -65px;
  width: 3em;
  float: none;
  display: inline;
}

#formoffers p {
	margin: 0.3em 0;
}

.radiobuttons {
	width: 160px;
	float: left;
}

.righthandpic {
	float: right;
	margin: 4px 5px 4px 15px;
}

.righthandpic img {
	border: 0;
}

.lefthandpic {
	float: left;
	margin: 4px 15px 4px 5px;
	text-align: center;
}

/* Quotations markup */
blockquote {
border-top: dashed 1px #bbb;
border-bottom: dashed 1px #bbb;
width: 95%;
margin: 10px -20px 20px -10px;
background: #fff url(../images/alt_quote_start.gif) 20px 20px no-repeat;
position: relative;
}

#mainContent > blockquote {
margin-right: -60px;
}

p.quoteBody {
color: #363636;
font-size: 145%;
line-height: 1.1em;
font-weight: normal;
padding: 34px 10px 0 45px;
text-align: left;
background: url(../images/alt_quote_end.gif) bottom right no-repeat;
}

p.quoteCite {
color: #9d0a0e;
font-size: 115%;
font-weight: bold;
text-align: right;
padding-right: 15px;
padding-bottom: 10px;
margin-bottom: 0;
}

.dealoftheday {
	font-size: 1.2em;
	text-align: justify;
}

#deal {
	width: 180px;
 margin: 8px;
 border: 1px #000 dotted;
 background: #E4D3B0;
 text-align: center;
}

.centrepic {
	width: 530px;
	margin: 0 auto;
	padding: 3px;
}

.picmiddle {
	width: 100%;
	text-align: center;
}

.job {
	margin: 5px;
	padding: 7px;
	border: 1px dotted #A07C41;
	background: #F8F7F4;
}
.pay {
	float: right;
	width: 120px;
	padding: 3px;
	background: #EEEEEE;
}

.smallfont {
	font-size: 0.9em;
}

.picturegallery {
	float: left;
	width: 225px;
	border: 1px dashed #0D1C46;
	background: #FFF8E6;
	text-align: center;
	margin: 5px;

	font-size: 0.8em;
}

.picturegallery_large {
	width: 500px;
	padding: 10px;
	border: 1px dashed #0D1C46;
	background: #FFF8E6;
	text-align: center;
	margin: 5px;
	font-size: 0.8em;
}

.picturegallery img {
	border: 0;
}

#clickandwin {
	background-color: #DDDDE9;
	border: 1px dashed #2C2C84;
	padding: 10px;
	font-size: 0.8em;
}

#clickandwin img {
	float: right;
}

/* Meet the Team Styles */
.staffpic {
	float: right;
	padding: 5px;
}

.staffthumbs {
	float: left;
	width: 70px;
	margin-right: 10px;
	margin-top: 15px;
	overflow: hidden;
}

.staffthumbs img {
	border: 0;
}

.staffpicholder {
	width: 100%;
	clear: both;
	padding-top: 20px;
}

.staffdetails {
	width: 350px;
	font-size: 0.9em;
}

.column {
	width: 155px;
	float: left;
	margin-right: 20px;
	border-right: 1px solid #ccc;
}

#bookonline p a {	
	color: #fff;
	text-decoration: none;
}

#bookonline p a:hover {
	color: #fff;
	text-decoration: underline;
}

#check_availability p a {	
	color: #fff;
	text-decoration: none;
}

#check_availability p a:hover {	
	color: #fff;
	text-decoration: underline;
}


/* Events listings styling */

.eventlist {
	border-top: 1px dashed #000;
	padding-bottom: 5px;
	font-size: 1.4em;
	clear: both;
}

.eventlist .datetext { 	background-color: #e4e4e4;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.eventlist p {
	font-size: 1.0em;
}

.eventlist a {
	text-decoration: none;
	color: #000;
}

.eventlist a:hover {
	text-decoration: underline;
	color: #ff0000;
}


/* Tooltip styling */

#dhtmltooltip{
font-size: 1.2em;
position: absolute;
width: 350px;
border: 2px solid black;
padding: 6px;
background-color: #efefef;
visibility: hidden;
z-index: 100;
text-align: left;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


/* Spa Pages */

.spa-facilities {
	float: left;
	width: 200px;
}

.spa-border {
	clear: both;
	border-bottom: 1px solid #000;
}

/* VC Pages */

.concierge-link {
	margin-bottom: -10px;
}

.concierge-link-odd {
	margin-bottom: -10px;
}

.concierge-link a {
	width: 300px;
	display: block;
	height: 20px;
	padding-left: 10px;
	background-color: #C2AB7B;
	text-decoration: none;
	color: #000;
}

.concierge-link a:hover {
	width: 300px;
	display: block;
	height: 20px;
	padding-left: 10px;
	background-color: #E4D3B0;
	text-decoration: none;
}


.concierge-link-odd a {
	width: 300px;
	display: block;
	height: 20px;
	padding-left: 10px;
	background-color: #E4D3B0;
	text-decoration: none;
	color: #000;
}

.concierge-link-odd a:hover {
	width: 300px;
	display: block;
	height: 20px;
	padding-left: 10px;
	background-color: #C2AB7B;
	text-decoration: none;
}