@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a{
	outline:none;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	padding: 0px;
	font-family: "Franklin Gothic Medium";
	font-size: 62.5%;
	background-color: #CFD1C3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#header {
	height: 80px;
	padding-top: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logo {
	background-image: url(/media/layout/logo.png);
	height: 73px;
	width: 219px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	background-position: right;
	padding-left: 30px;
	margin-top: -15px;
	position: relative;
}
#container{
	position: relative;
	width: 849px;
	margin-top: 0px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
.column a {
	color: #57BCDD;
	font-style: italic;
	font-weight: normal;
}

#images   {
	text-align: center;
	height: 596px;
	width: 891px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 5px solid #676767;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#images    .img_format   {
	position: absolute;
	left: 0px;
	top: 0px;
}
#thumbs{
	position: relative;
	text-align: center;
	margin-top: -45px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 520px;
}
#thumbs span {
	display: block;
	height: 75px;
	width: 100px;
	overflow: hidden;
	float: left;
	border: 4px solid #676767;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
#thumbs span img {
	height: 75px;
	position: relative;
}

#thumbs   .thumbs_format{
	margin-right: 5px;
	margin-left: 5px;
	height: 75px;
	width: 100px;
	cursor: pointer;
	border: 2px solid #745B3C;
	background-color: #FFFFFF;
	background-image: url(/media/layout/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
#content{
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	padding: 10px;
	float: left;
	width: 100%;
	left: 0px;

}
.column {
	float: left;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
}
#togglewrap {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 560px;
	z-index: 1;
	overflow: hidden;
	padding-left: 20px;
}
iframe {
	position: relative;
	z-index: 0;
}


#toggle   {
	height: 90%;
	width: 20px;
	position: absolute;
	background-image: url(/media/layout/toggle.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	z-index: 2;
	left: -20px;
}

ul#nav{
	padding: 0px;
	height: 30px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	width: 900px;
	left: 40px;
	bottom: 0px;
}
ul#nav li{
	list-style-type: none;
	font-size: 0.9em;
	font-weight: normal;
	font-family: "Trebuchet MS";
	float: left;
}
ul#nav li a{
	color: #676767;
	text-decoration: none;
	position: relative;
	height: 30px;
	outline:none;
	cursor: pointer;
	font-size: 1.5em;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul#nav li a:hover{
	color: #57BCDD;
	text-decoration: none;
	background-color: #676767;
}
ul#nav li span{
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	display: block;
	height: 24px;
}
ul#nav li span:hover{
	background-image: url(/media/layout/navi_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav #current_open_page{
	background-color: #000000;
}
#footer{
	text-align: center;
	width: 901px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.cb {
	clear: both;
	height: 0px;
}
.pdf {
	background-image: url(/media/layout/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	text-decoration: none;
	color: #676767;
	height: 30px;
	font-size: 1.2em;
	padding-right: 10px;
	margin-bottom: 10px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pdf:hover {
	text-decoration: none !important;
}
.pdf span {
	clear: both;
	font-size: 0.6em;
	color: #676767;
	display: block;
}

#websir {
	background-image: url(http://www.websir.co.uk/tag.gif);
	height: 12px;
	width: 960px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-position: right top;
}
form  input.text {
	border: 1px solid #57BCDD;
	margin-bottom: 5px;
	display: block;
	width: 120px;
}
form input.chk {
	display: block;
	margin-bottom: 5px;
}

form label {
	float: left;
	clear: left;
	color: #676767;
	font-size: 1.4em;
	width: 120px;
}
form input#submit {
	display: block;
	margin-bottom: 10px;
}
ul#rooms {
}
ul#rooms li  {
	list-style-type: none;
}
ul#rooms li a {
	background-color: #676767;
	width: 240px;
	display: block;
	height: 25px;
	color: white;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-bottom: 5px;
}
#res label {
	font-size: 1em;
	width: 80px;
}
.ico_compass{
	background-image: url(/media/layout/map.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	padding-top: 8px;
	padding-bottom: 10px;
	display: block;
}
#bafform{
	background-color: #E0E1D9;
	border: 1px solid #C4D3AD;
	margin: 0px;
	padding: 5px;
	height: 105px;
}
#bafform p{
	font-size: 1.2em;
}
#bafform #bafbutton{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 49px;
	background-color: #E0E1D9;
}
#bafform .bafemail{
	background-image: url(/media/layout/bafbg.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 163px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E0E1D9;
	color: #57BCDD;
	display: block;
	padding: 5px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#bookingcontainer{
	overflow: hidden;
	position: absolute;
	height: 290px;
	width: 530px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	padding: 10px;
	display: none;
}
#showbookingform{
	background-image: url(/media/pictures/booking.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	display: block;
	padding-top: 8px;
	padding-bottom: 12px;
}
#bafresults{
	text-align: left;
	color: #50B2D2;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

