body {
	background: #320033;
	font-family: Arial;
	font-size: 1em;
	color: #FFFFFF;
}

.mainContainer {
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	position: relative;
}

.contactOverlay {
	position: absolute;
	background: #522b52;
	color: #fff;
	padding:8px;
	right:0;
	top:0;
	font-size: 0.75em;
	font-family: 'Verdana';
	font-weight: bold;
	z-index:100;
	display: none;
}
.contactOverlay strong{
	font-size: 1.2em;
}

.linkArea{
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 201;
}
.linkArea a{
	text-indent:-9999px;
	position:absolute;
	width:290px;
	height:85px;
}

.header {
	width: 736px;
	height: 340px;
	padding: 0 0 0 16px;
	position:relative;
}

.header.accomodation {
	background: url('/images/header_accomodation.jpg');
}

.header.home {
	background: url('/images/header_home.jpg');
}

.header.location {
	background: url('/images/header_location.jpg');
}

.header.nearby-amenities {
	background: url('/images/header_nearby-amenities.jpg');
}

.header.reservations {
	background: url('/images/header_reservations.jpg');
}

.header ul {
	position: absolute;
	margin: 120px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.header li {
	color: #320033;
	font-size: 0.75em;
	border-bottom: 1px solid #320033;
	width: 128px;
}

.header li a{
	color: #320033;
	display: block;
	width: 122px;
	padding: 3px;
	text-decoration: none;
}
.header li a:hover, .header li a.selected{
	font-weight: bold;
	color: #a88659;
	text-decoration: none;
	background: #320033;
}

.header li a h1{
	font-size: 1em;
	line-height: 0;
	margin:5px 0;
}

.footer {
	text-align: center;
	font-size: 0.8em;
	color: #907790;
	margin: 20px 0;
}

.footer a{
	color: #907790;
}

.footer .links a{
	margin: 0 7px;
	text-decoration: none;
}

.contentContainer {
	margin-top: 5px;
}

h2 {
	font-size: 1.1em;
	margin:0 0 3px;
	font-weight:normal;
}

h2.highlight {
	background: #2c0d2c;
	color: #FFF;
	padding: 2px;
}

p {
	font-size: 0.9em;
	margin:8px 0;
	line-height: 1.1em;
}

p strong{
	font-size:0.9em;
}

.clear {
	clear: both;
}

input.button{
	background:#FFFFFF;
	border:1px solid #000000;
}

input.default{
	color: #ccc;
}

div.error,
.errorMsg {
	color: #9E0000;
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #9E0000;
	background: #FFCEB8;
	padding:2px;
}

div.error {
	display: none;
	padding:3px;
	position:absolute;
	width:370px;
	z-index:200;
}

/* *****************
* Home Page styles
****************** */
div.homeBody{
	width: 522px;
	padding: 12px 16px;
	margin-right: 6px;
	background: #FFF;
	float: left;
}

div.homeBody h2 {
	color: #522b52;
}

div.homeBody p {
	color: #000;
}

div.homeContact{
	width: 180px;
	padding: 6px;
	margin-bottom: 6px;
	background: #8cc63f;
	float: left;
	color: #000;
}

div.homeDirections{
	width: 180px;
	padding: 6px;
	background: #522b52;
	float: left;
	color: #FFF;
}

div.homeDirections a{
	color: #FFF;
	font-style: italic;
}

.contactOverlay.home {
	display: block;
}
.contactOverlay.home strong{
	color: #b5dc17;
}

/* *****************
* Accomodation Page styles
****************** */

div.accomodationBody{
	width: 220px;
	height: 580px;
	padding: 12px 16px;
	margin-right: 6px;
	background: #FFF;
	float: left;
	color: #000;
}

div.accomodationBody h2 {
	color: #04afef;
}

div.accomodationPics{
	width: 462px;
	height: 580px;
	padding: 12px 16px;
	background: #00aeef;
	float: left;
	color: #FFF;
}

div.accomodationPics ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
}

div.accomodationPics ul li {
	float: left;
	margin-bottom: 5px;
}

div.accomodationPics ul li.odd {
	margin-right: 15px;
}

div.accomodationPics strong{
	display: block;
	font-size: 0.9em;
}

/* *****************
* Nearby Amenities Page styles
****************** */
div.nearbyAmenitiesNearbyAmenities {
	width: 275px;
	height: 340px;
	padding: 12px 16px;
	margin-right: 6px;
	background: #00a9a3;
	color: #FFF;
	float: left;
}
div.nearbyAmenitiesHistoricalSites {
	width: 275px;
	height: 260px;
	padding: 12px 16px;
	margin-right: 6px;
	margin-top: 6px;
	background: #006f83;
	color: #FFF;
	float: left;
}

div.nearbyAmenitiesNearbyAmenities p,
div.nearbyAmenitiesHistoricalSites p{
	font-size: 0.8em;
}

div.nearbyAmenitiesNearbyAmenities div,
div.nearbyAmenitiesHistoricalSites div{
	width: 125px;
	float: left;
}

div.nearbyAmenitiesNearbyAmenities div.col1,
div.nearbyAmenitiesHistoricalSites div.col1{
	margin: 10px 10px 0 0;
}

div.nearbyAmenitiesNearbyAmenities div.col2,
div.nearbyAmenitiesHistoricalSites div.col2{
	margin: 10px 0 0 0;
}

div.nearbyAmenitiesBody {
	width: 401px;
	height: 629px;
	padding: 12px 16px;
	margin-right: 6px;
	background: #FFF;
	color: #000;
	float: right;
}
div.nearbyAmenitiesBody h2{
	color: #00a9a3;
}
div.nearbyAmenitiesBody p{
	margin: 0 0 4px;
}
div.nearbyAmenitiesBody a{
	color: #000;
	font-style:italic;
}

/* *****************
* Location Page styles
****************** */
div.locationBody{
	width: 310px;
	height: 263px;
	padding: 12px 16px;
	margin-right: 6px;
	background: #FFF;
	float: left;
	color: #000;
}

div.locationBody h2 {
	color: #522b52;
}

div.locationBody p {
	color: #000;
}

div.locationBody a{
	color: #000;
	font-style:italic;
}

div.pdficon{
	position:relative;
	top:-5px;
}

div.locationBody div.pdficon img {
	float: left;
}
div.locationBody div.pdficon p {
	float: left;
}

div.locationMap{
}

/* *****************
* Reservation Page styles
****************** */
div.reservationsEveningMeals{
	width: 268px;
	padding: 12px 16px;
	margin-bottom: 6px;
	background: #9c7a3d;
	color: #FFF;
	float: left;
}

div.reservationsEveningMeals h2.highlight{
	background: #603813;
}

div.reservationsCookeryClasses{
	width: 268px;
	height:412px;
	padding: 12px 16px;
	margin-bottom: 6px;
	background: #603813;
	color: #FFF;
	float: left;
}

div.reservationsCookeryClasses h2.highlight{
	background: #9c7a3d;
}

div.reservationsTraditionalMusicEvening{
	width: 268px;
	padding: 12px 16px;
	margin-right: 6px;
	background: #003a17;
	color: #FFF;
	float: left;
}

div.reservationsTraditionalMusicEvening h2.highlight{
	background: #FFF;
	color: #006837;
}

div.reservationsPersonalisedTours{
	width: 409px;
	padding: 12px 16px;
	background: #522b52;
	color: #FFF;
	float: left;
}

div.reservationsPersonalisedTours h2.highlight{
	background: #2c0d2c;
}

div.reservationsBody{
	width: 409px;
	height: 560px;
	padding: 12px 16px;
	margin-right: 6px;
	margin-bottom: 6px;
	background: #FFF;
	float: right;
	color: #000;
}

div.reservationsBody h2 {
	color: #522b52;
}

div.reservationsBody strong{
	color: #9c7a3d;
}

div.reservationsBody .datePickerBig{
	background: url('/images/datepicker.gif') no-repeat scroll 0 0;
	float:left;
	height:35px;
	width:35px;
	position: relative;
	top: 7px;
}

div.reservationsBody label {
	display: block;
	width: 200px;
	float: left;
	position:relative;
	top:10px;
}

div.reservationsBody #arrivalDate,
div.reservationsBody #departureDate{
	width:110px;
}
div.reservationsBody #adultNumbers,
div.reservationsBody #childNumbers,
div.reservationsBody #doubleRooms,
div.reservationsBody #singleRooms,
div.reservationsBody #twinRooms{
	width:50px;
}
div.reservationsBody #email,
div.reservationsBody #fullName,
div.reservationsBody #phone,
div.reservationsBody #comments{
	width:170px;
}


.contactOverlay.reservations {
	display: block;
}
.contactOverlay.reservations strong{
	color: #9c7a3d;
}