/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	border: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;
	background-color: #1e202c;
	line-height: 1.2;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/backgrounds/body5.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}
#printer-friendly {
	position:absolute;
	width:200px;
	right:20px;
	margin-top:-15px;
	text-align:right;
	font-size:10px;
}
#printer-friendly a {
	background-image: url(../images/icons/print.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 0px 5px 25px;
	color: #003366;
}
.error {
	color:#F00;
}
/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 800px;
	border-bottom: 3px solid #f8dd96;
	margin-bottom: 3px;
}
#menu {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 784px;
	background-color: #161516;
	height: 14px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 8px;
	margin-bottom: 10px;
}
#container {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
/* 
-----------------------------------------------------------------------------
HEADER CSS
-----------------------------------------------------------------------------*/
#header a {
	color: #FFF;
	text-decoration: none;
}
#logo {
	position: relative;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 20px;
}
#language {
	position: absolute;
	bottom: 0px;
	right: 160px;
}
#number {
	position: absolute;
	bottom: 6px;
	right: 0px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
}
/* 
-----------------------------------------------------------------------------
Menu CSS
-----------------------------------------------------------------------------*/
#menu li {
	display: inline;
}
#menu a {
	color: #d4d4d4;
	text-decoration: none;
	padding-right: 5px;
	margin-right: 5px;
}
#menu a:hover {
	color: #f8dd96;
}
/* 
-----------------------------------------------------------------------------
PAGE CSS
-----------------------------------------------------------------------------*/
#page {
	position: relative;
	min-height: 500px;
	margin-left: 292px;
}
#googlemap,
#googlemaplocalarea {
	width:450px;
	height:450px;
	border:1px black solid;
}
/* for Internet Explorer */
/*\*/
* html #page .text {
	height: 500px;
}
/**/
	/* 
	-----------------------------------------------------------------------------
	Left Column CSS
	-----------------------------------------------------------------------------*/
	#left-column {
		position: absolute;
		width: 282px;
		top: 0px;
		left: 0px;
		font-size: 11px;
		height:100%;
	}
	#left-column .box {
		background-color: #161516;
		margin-bottom: 10px;
		padding: 10px;
		color:#DDD;
	}
	#left-column .box ul {
		margin-top: 5px;
		margin-left: 10px;
		font-size: 13px;
		text-transform: uppercase;
		color: #d4d4d4;
	}
	#left-column .box li {
		margin-left: 5px;
	}
	#left-column .box a {
		color: #d4d4d4;
		text-decoration: none;
		padding-right: 5px;
		margin-right: 5px;
	}
	#left-column .box a:hover {
		color: #f8dd96;
	}
	#left-column h1 {
		color: #FFF;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		border-bottom: 1px solid #f8dd96;
		margin-bottom: 5px;
	}
	#left-column h2 {
		color: #FFF;
		font-size: 13px;
		font-weight: normal;
		text-transform: uppercase;
		margin-top:5px;
	}
	#left-column h3 {
		color: #FFF;
		font-size: 12px;
		margin-top: 2px;
		font-weight: normal;
	}
	#left-column ol {
		margin-left:15px;
	}
	#left-column .input {
		border: 1px solid #d4d4d4;
		background-color: #161516;
		color: #d4d4d4;
		padding: 2px;
		margin: 2px 0px;
		width: 100%;
		font-size: 10px;
	}
	#left-column .input option {
		padding-left: 2px;
	}
	#left-column .input option:hover {
		background-color: #FFF;
	}
	
	/* 
	-----------------------------------------------------------------------------
	Picture CSS
	-----------------------------------------------------------------------------*/
	#picture {
		position: relative;
		height: 198px;
		background-color: #000;
	}
	#picture h1 {
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 999;
		background-image: url(../images/backgrounds/headlines.png);
		width: 448px;
		padding: 10px 30px;
		color: #FFF;
		font-size: 17px;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	/* 
	-----------------------------------------------------------------------------
	Content CSS
	-----------------------------------------------------------------------------*/
	#content {
		background-color: #FFF;
		background-image: url(../images/backgrounds/content.png);
		background-repeat: repeat-x;
		background-position: top;
		padding: 30px;
		text-align: justify;
	}
	#content h1 {
		color: #000;
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#content h2 {
		color: #000;
		font-size: 14px;
		font-weight: normal;
	}
	#content h3 {
		font-size: 13px;
		font-style: italic;
		font-weight: normal;
	}
	#content h4 {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	#content p {
		padding: 5px 0px;
	}
	#content ul, #content ol {
		margin: 5px;
	}
	#content li {
		margin-left: 15px;
	}
	#content td {
		padding-right: 5px;
	}
	#content .accommodation-links td {
		text-align: center;
	}
	#content .accommodation-links a img {
		border: 1px solid #666;
	}
	#content .accommodation-links a:hover img {
		border: 1px solid #f8dd96;
	}
	#content .accommodation-links a {
		color: #000;
	}
	#contactform tr td {
		padding:3px;
	}
	#contactformdetails tr td {
		padding:2px;
	}
	#contactformdetails .label {
		color:#888;
		text-align:right;
	}
	.input {
		border: 1px solid #999;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12px;
		padding: 2px;
	}
	.ratestable tr td {
		padding:3px;
	}
	.book-now {
		display: block;
		width: 100px;
		margin-top: 5px;
		text-align: center;
		border: 1px solid #CCC;
		padding: 5px;
		background-color: #F8DD96;
		color: #222;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
	}
	.book-now:hover {
		color: #666;
		text-decoration: underline;
	}
	/* 
	-----------------------------------------------------------------------------
	Boxes CSS
	-----------------------------------------------------------------------------*/
	#boxes {
		position: relative;
		width:448px;
		height: 146px;
		text-align: center;
		margin-top: 10px;
	}
	#boxes .box {
		position:absolute;
		margin:0px;
		top: 0px;
		width: 144px;
		height: 144px;
		margin-right: 5px;
	}
	#boxes .box a {
		text-decoration: none;
		cursor: pointer;
	}
	#boxes .box img {
		border: 1px solid #ccc;
	}
	#boxes .box a:hover img {
		opacity: 0.6;		
	}
	#boxes .left {
		left: 0px;
	}
	#boxes .middle {
		left: 149px;
	}
	#boxes .right {
		right:0px;
	}
	#boxes h1 {
		position: absolute;
		bottom: -2px;
		left: 0px;
		z-index: 999;
		text-align: left;
		background-image: url(../images/backgrounds/headlines.png);
		width: 139px;
		padding: 10px 0px 5px 5px;
		margin: 1px;
		color: #FFF;
		font-size: 15px;
		font-weight: normal;
		text-transform: uppercase;
	}
	#boxes a:hover h1 {
		color: #F8DD96;
	}
	/* 
	-----------------------------------------------------------------------------
	Gallery CSS
	-----------------------------------------------------------------------------*/
	#gallery img {
		border: 1px solid #E1E1E1;
		width: 78px;
		height: 78px;
		padding: 2px;
		margin: 5px 5px 0px 0px;
	}
	#left-column #gallery a {
		margin: 0px;
		padding: 0px;
	}
	#left-column #gallery a:hover img {
		border-color: #F8DD96;
	}
	/* 
	-----------------------------------------------------------------------------
	Promo CSS
	-----------------------------------------------------------------------------*/
	.promo {
		position: relative;
		text-align: left;
		width: 450px;
	}
	.promo img {
		border: 1px solid #CCC;
	}
	.promo .pound {
		padding-left: 15px;
	}
	.promo .promo-left {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100px;
		height: 100% !important;
		height: 160px;
	}
	.promo .book-now {
		position: absolute;
		left: 0px;
		bottom: 5px;
		display: block;
		margin-top: 5px;
		text-align: center;
		border: 1px solid #CCC;
		padding: 5px;
		background-color: #F8DD96;
		color: #222;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
	}
	.promo .book-now:hover {
		color: #666;
		text-decoration: underline;
	}
	.promo .promo-right {
		position: relative;
		margin-left: 120px;
	}
	/* 
	-----------------------------------------------------------------------------
	Rates CSS
	-----------------------------------------------------------------------------*/
	.rates {
		margin: 5px 0px;
	}
	.rates td {
		border: 1px solid #999;
		padding: 2px;
	}
	.rates .label {
		text-align: right;
		color: #555;
		padding-right: 3px;
	}
	.rates .per-week {
		color: #777;
		font-size: 10px;
		border: none;
	}
	.rates .headings {
		font-weight: bold;
		color: #555;
	}
	#rate-page h2 {
		margin: 5px 0px;
		font-weight: bold;
		border-bottom: 1px solid #f8dd96;
	}
	#rate-page h3 {
		font-style: normal;
		font-weight: bold;
		font-size: 13px;
	}
	#rate-page h4 {
		text-align: left;
		font-size: 12px;
		margin-top: 3px;
	}
	#rate-page .book-now {
		display: block;
		width: 100px;
		margin-top: 5px;
		text-align: center;
		border: 1px solid #CCC;
		padding: 5px;
		background-color: #F8DD96;
		color: #222;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
	}
	#rate-page .book-now:hover {
		color: #666;
		text-decoration: underline;
	}
	/* 
	-----------------------------------------------------------------------------
	Footer CSS
	-----------------------------------------------------------------------------*/
	#footer {
		background-color: #161516;
		margin-top: 10px;
		color: #d4d4d4;
		padding: 7px;
		font-size: 11px;
		text-align: left;
		border-top: 3px solid #f8dd96;
		padding: 10px 30px;
	}
	#return-to-home {
		position:relative;
		width:200px;
		margin-top:30px;
		text-align:left;
	}
	#footer .label {
		color: #666;
	}
	#footer a {
		color: #f8dd96;
	}
	#footer a:hover {
		color: #d4d4d4;
		text-decoration: none;
	}
	#footer td {
		padding-right: 35px;
	}
	#footer .wifi {
		position:absolute;
		left: -96px;
		bottom:0px;
		background-color: #F8DD96;
		padding: 10px 5px;
		color: #DDD;
		height: 79px;
		width: 80px;
		text-align: center;
		border-top: 3px solid #161516;
	}
	#footer .wifi a {
		color: #222;
		text-decoration: none;
		font-size: 12px;
		letter-spacing: -1px;
	}
	#footer .wifi img {
		margin-top: 10px;
	}
	#brightsite {
		position: relative;
		margin: 0px auto;
		text-align: center;
		font-size: 11px;
		color: #888;
		width: 498px;
		padding: 10px;
		padding-left: 292px;
	}
	#brightsite a {
		color: #999;
		text-decoration: none;
	}
	#brightsite a:hover {
		color: #f8dd96;
	}
