/* Copyright 2005

	Designed and Constructed by
	Associated Knowledge Systems Ltd,
	The Old Smithy, Heaton House, York Road, Boroughbridge,
	North Yorkshire, YO51 9HE
	www.aksbedale.co.uk
	e-mail sales@aksbedale.co.uk
	Tel: 01423 321450
	Fax: 01423 321451

 (c) Copyright Associated Knowledge Systems Limited, 2004

Arts and crafts : # a8d4b9, # 7fc198
Edwardian: 	# 96C78F, # 87BC74

Light: #e6eeef,		Medium: #8db3b4,	Dark: #347879

*/

/*
	Universal rules
*/
* {
	font-family: Arial, Verdana, Times New Roman, sans-serif;
}

html, body {
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1 {
	color: #347879;
}

.block { clear: both; }
.invisible {
	display: none;
	visibility: hidden;
}

.bottommenu {
	text-align: center;
}

.displayarea {
}

.divider {
	color: black;
	height: 3px;
	margin: 0px;
	padding: 0px;
}

.hotelheader {
	background-color: #e6eeef;
}

.hotelmoto {
	background-color: #347879;
	color: #ffffff;
	padding: 0px 1em 0px 1em;
}

.hoteltitle {
	background-color: #e6eeef;
	clear: both;
	color: #347879;
	font-size: 2em;
	padding: 0px 0px .5em 0px;
	text-align: center;
}

.leftstrip {
	background-color: #e6eeef;
	border: 1px solid #000000;
	color: #000000;
	float: left;
	margin: 1em 0px 1em .3em;
	padding: .3em .3em .3em .3em;
	width: 10em;
}

.leftstring.header {
	background-color: #8db3b4;
	border:1px solid #000000;
	clear:both;
	text-align:center;
	width:100%;
}

.menuoptions {
	margin: 0px 0px 0px 0px;
	padding: 0px .3em 0px .3em;
	list-style-type: none;
}

.menuoptions li {
	margin: .3em 0px .3em 0px;
}

.menuoptions li a {
	color: #347879;
	font-weight: bold;
	text-decoration: none;
}

.menuoptions li.selected, .menuoptions li.selected a {
	background-color: #8db3b4;
	color: #000000;
	font-weight: bold;
}

.menuoptions li a:active, .menuoptions li a:hover {
	background-color: #8db3b4;
	color: white;
}

.proprietors{
	padding: 1em 0px  0px 0px;
}

.proprietors.details {
	padding: 0px .3em .1em .3em;
}

.rightstrip {
	background-color: #ffffff;
	margin-left: 11.6em;
	margin-right: 1em;
	padding: 1em 0px 0px 1em;
}

.rightstrip img {
	margin: 0px 0px 1em 1em;
}

.testimonial {
	text-align: center;
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

.testimonial li {
	padding: 0em;
	margin-top: .5em;
	margin-bottom: .5em;
}


.thumbnail {
	border:	none;
}

.whiteout {
	background-color: #ffffff;
	color: #ffffff;
}

.wolseylodge {
	background-color: #000000;
	color: #ffffff;
	float: right;
	font-size: .8em;
	padding: 0px 1em 0px 1em;
}

/* Trailer styles */
.pageimage {
	float: right;
	margin: 0px 0px 0px 0px;
}

.pageimage img {
	border: none;
}

.trailerwhiteout { background-color: #e6eeef; color: #e6eeef; }
.trailer {
	background-color: #e6eeef;
	clear: both;
	color: #202020;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	padding: 0px 0px 0px 1%;
	width: 99%;
}

.copyright {
	font-size: .75em;
	margin: 0px 0px 0px 0px;
	padding: 0px 1% 0px 0px;
}


