/*
 * Subject to copyright.
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 */

/* GLOBAL STYLES */

body {
	color: #000;
	font-size: 12px;
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	margin: 0 0 2em 0;
	padding: 0;
}

a {
	color: #a49400;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #d1c97f;
	text-decoration: none;
}
a img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, form {
	padding: 0;
	margin: 0;
}

/* PAGE STYLES */

#page {
	margin: 0px auto;
	width: 773px;
	height: 75px;
}

#logo {
	margin: 10px 0 5px 0;
	float: right;
}

#logo a {
	background: url(../img/logo.jpg) 0 0 no-repeat;
	height: 75px;
	width: 233px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
	overflow: hidden;
}

#header {
	clear: both;
	height: 143px;
	width: 773px;
	overflow: hidden;
	margin: 0;
}

#menu ul, #submenu ul {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul {
	color: #d1c97f;
	background-color: #a49400;
	height: 2.5em;
}
#menu li, #submenu li {
	float: left;
	list-style: none;
	padding: 0;
}
#menu li {
	margin: .5em 0 0 .75em;
}
#menu li a {
	background-color: inherit;
	color: #fff;
}
#menu li a:hover, #menu li.select a {
	background-color: inherit;
	text-decoration: none;
	color: #d1c97f;
}
#submenu {
	height: 2em;
	margin-bottom: 1em;
	background-color: #d1c97f;
	color: #000;
}
#submenu li {
	margin: .25em 0 0 .75em;
}
#submenu li a {
	background-color: inherit;
	color: #000;
}
#submenu li a:hover, #submenu li.select a {
	text-decoration: none;
	background-color: inherit;
	color: #fff;
}

#main {
	height: 300px;
}
html>body #main {
	height: auto;
	min-height: 300px;
}
#main h1 {
	font-size: 18px;
	font-weight: bold;
	color: #a49400;
}
#main h2 {
	font-size: 14px;
	font-weight: bold;
	color: #a49400;
}

#content {
	font-size: 12px;
	line-height: 15px;
}

#ancillary {
	float: right;
}

#gallery img {
	display: block;
	padding: 0;
	margin: 0;
}
#gallery span {
	display: block;
}

#links {
	clear: both;
	text-align: right;
}
#links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#links li {
	list-style: none;
	padding: 0;
	margin: 1em 0 0 0;
}
#links b {
	color: #a49400;
	background-color: inherit;
	font-weight: bold;
	font-size: 14px;
}
#links li a {
	background-color: inherit;
	color: #000;
}
#links li a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #a49400;
}

#tail {
	clear: both;
	font-size: 12px;
	line-height: 15px;
}

#footer {
	clear: both;
	color: #fff;
	margin-top: 1em;
	background-color: #d1c97f;
	font-weight: bold;
	font-size: 10px;
	height: 3em;
	position: absolute;
	width: 773px;
}
#footer_leaves span {
	display: block;
	height: 40px;
	width: 59px;
	overflow: hidden;
	margin: -5px 0 0 5px;
	position: absolute;
	background: url(../img/leaves.gif) 0 0 no-repeat;
}
html>body #footer_leaves span {
	background: url(../img/leaves.png) 0 0 no-repeat;
}
#footer_text {
	float: left;
	margin: 2px 0 0 70px;
	display: block;
	height: 28px;
	overflow: hidden;
}
#footer_credits {
	float: right;
	margin: 8px 8px 0 0;
}
#footer a {
	background-color: #d1c97f;
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #a49400;
}

/* AVAILABILITY CALENDAR */

.calendar .d {
	text-align: center;
	padding: 0 1px;
}
.calendar .g {
	color: #ccc;
}
.calendar .k, .calendar .d  {
	font-size: 90%;
	line-height: 100%;
}

.calendar .p {
	font-size: 10px;
	background-color: #aba000;
	padding: 2px .5em;
}
.calendar .p b {
	font-size: 14px;
	color: #fff;
}

.calendar .a, .calendar .b, .calendar .o {
	text-align: center;
}
.calendar .b {
	color: #fff;
	background-color: #800;
	text-indent: -9000px;
	overflow: hidden;
}

.calendar .o {
	color: #999;
	background-color: #f4f4f4;
	text-indent: -9000px;
	overflow: hidden;
}

.calendar .l {
	background-color: #d6ce92;
}
.calendar .w {
	background-color: #aba000;
}
.calendar .t, .calendar .l, .calendar .w {
	text-align: center;
	padding: 0px 2px;
}

.calendar .s {
	width: .5em;
}
.calendar .v {
	height: .5em;
}

.calendar .a, .calendar .b, .calendar .o, .calendar .t, .calendar .l, .calendar .w, .calendar .p {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.calendar .p {
	border: 1px solid black;
	border-top: none;
}
.calendar tr td.fl {
	border-left: 1px solid black;
}
.calendar tr td.ft {
	border-top: 1px solid black;
}
.calendar tr td.x {
	border-right: none;
}

.calendar .p {
	width: 100px;
}

.monthselect {
	margin-bottom: .5em;
}

/*
	margin-left: 108px;
}
html>body .monthselect {
	margin-left: 118px;
}
*/


/* CONTACT FORM */

#enquiryform .formfield {
	width: 300px;
}

/* GENERAL STYLES */

.navigator {
	font-style: normal;
	font-size: 90%;
}
.navigator a.navselect {
	font-weight: bold;
}

.replace {
	text-indent: -9000px;
	overflow: hidden;
}

.hide {
	visibility: hidden;
}

.button, .cancel {
	font-size: 90%;
	border: none;
	cursor: default;
	padding: 2px 8px 1px 8px;
}
.button {
	color: #fff;
	background-color: #a49400;
}
.cancel {
	color: #fff;
	background-color: #999;
}

.invalid {
	color: #900;
	background-color: #fee;
}
.invalid td {
	padding: 2px;
}
.invalid a {
	color: #900;
	text-decoration: underline;
}

/* BLANK PAGE */

#blank {
	color: #000;
	background-color: #fff;
	padding: 8px;
}
#blank a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
#blank a:hover {
	text-decoration: underline;
}

/* ACCESS KEYS */

a.accesskey {
	top: 0;
	display: block;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 0px;
}
