@CHARSET "UTF-8";
/**
colour definitions:
body background: 		#291400
container background: 	#fcf8e6
navigation a:			#603913
h1, h2, h3:				#291400
h4:						#603913

**/

/** 

basic defaults 

**/
html {
	background-color: #291400;
}
body {
	background-color: #291400;
	font-family: "Trebuchet MS", Helvetica, san-serif;
	font-size: 62.5%;
}
h1, h2, h3 {color: #291400;}

h1, h2 {font-size: 2.4em; margin: 0 0 15px 0;}
h1 {}
h2 {}

h3 {font-size: 1.6em; text-transform: uppercase; font-weight: bold;}

h4 {font-size: 1.2em; color: #603913;}

p {font-size: 1.4em; line-height: 1.4; margin: 0 0 10px 0;}


a {text-decoration: none; color: #5C8A3E; }
a:hover { text-decoration: underline;}
/** 
used site wide to add extra accessable text to the "more" links 
**/
a.more {
	display: inline !important;
	color: #603913;
}
a:hover.more {
	text-decoration: underline;
}
a.more span {
	display: none;
}
ul {list-style-type: none;}

/** 
Main content wrapper 
**/
#container {
	background-color: #fcf8e6;
	margin: 0 auto;
	width: 960px;
}
/** 
header - common across all pages
**/
#header {
	height: 199px;
	background: #fcf8e6 url(images/header-1.jpg) no-repeat 0 0;
	position: relative;
}
#header h1#home {
	margin: 0;
}
#header h1#home a, #header div#home a {
	background: transparent url(images/logo.png) no-repeat 0 0;
	display: block;
	width: 101px;
	height: 215px;
	position: absolute;
	top: 9px;
	left: 15px;
	text-indent: -5000em;
}
/**
navigation - common across all pages
**/
#nav {
	height: 36px;
	background: transparent url(images/nav-bg.gif) no-repeat 0 0;
}
#nav ul {
	margin: 0 0 0 150px;
	padding: 5px 0 0 0;
}
#nav ul li {
	display: block;
	float: left;
	width: 120px;
}
#nav ul li a {
	font-size: 1.6em;
	color: #603913;
	display: inline-block;
	line-height: 1;
	margin: 3px 30px 0 0;
	font-weight:bold;
}
#nav ul li a:hover {
	text-decoration: none;	
	border-bottom: 2px solid #b95c03;
}
#nav ul li a.active {
	border-bottom: 2px solid #0159aa;
}

/**
main content section - common across all pages
**/
#content {
	height: auto;
	overflow: visible;
	min-height: 300px;
}
#container > #content {
	overflow: hidden;
}
/**
left hand side of the content section
**/
#main-column {
	float: left;
	width: 695px; /* 720 - (lh margin + rh margin) */
	margin: 15px 10px 10px 15px;
}
#content #main-column h2 {
	/*border-bottom: 2px solid #5c8a3e;*/
	display:inline-block;
}
#content #main-column h2 a {
	color: #291400;
}
#content #main-column h3 {
	clear: both;
	margin: 0 0 10px 0;
}
#content #main-column ul {
	margin: 10px 10px 10px 10px;
}
#content #main-column ul li {
	list-style-type: circle;
	font-size: 1.2em;
}
#content #main-column dl {
	font-size: 1.2em;
	width: 200px;
	margin: 0 0 15px 0;
	overflow: visible;
}
#content #main-column > dl {
	overflow: hidden;
}
#content #main-column dt, #content #main-column dd {
	float:left;
	margin: 0 0 3px 0;
}
#content #main-column dt {
	width: 70px;
	font-weight:bold;
}

#content #main-column dd {
	width: 130px;
}
#main-column #featured {
	border-top: 1px solid #ffffff;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}
#main-column #featured ul {
		
}
#main-column #featured li {
	width: 140px;
	height: 190px;
	display: block;
	float: left;
	margin: 15px 18px 0 0;
	background-color: #ffffff;
	padding: 10px;
}
#main-column #featured li.row-last {
	margin: 15px 0 0 0;
}
#main-column #featured li a {
	display: block;
	width: 140px;
	height: 140px;
}
#main-column #featured li img {
	border: none;
}
/**
right hand side of the content section
**/
#right-column {
	float: left;
	width: 215px; /* 240 - (lh margin + rh margin) */
	margin: 15px 15px 10px 10px;
}
#right-column .content-box {
	width: 206px;
	/*height: 135px;*/
	background: transparent url(images/rh-box-1.gif) no-repeat 0 100%;
	padding: 6px 6px 12px;
	border-top: 2px solid #5c8a3e;
	margin: 0 0 12px 0;
}

#right-column .content-box h3 {
	font-size: 1.2em;
}
#right-column .content-box li {
	float: left;
	width: 62px;
	height: 75px;
	margin: 12px 9px 0 0;
	background-color: #ffffff;	
}
#right-column .content-box li.row-last {
	margin: 12px 0 0 0;	
}
/**
footer
**/
#footer {
	clear: both;
	margin: 0 auto;
	width: 960px;
	color: #fcf8e6;
	text-align: right;
}
#footer ul {
	float: right;
	margin: 10px 0 0 0;
}
#footer li {
	float: left;
}
#footer li a {
	color: #fcf8e6;
}

br.clear {
	clear: both;
}
/**
form
**/
/* generic form details */
form {
	font-size: 1.1em;
}
#content form#enquiryForm li {
	clear: both;
	list-style-type: none;
}
button {
	background-color: #fcf8e6;
	font-size: 1.1em;
	font-weight: bold;
	color: #603913;
	border-top: 2px solid #fbefb7;
	border-left: 2px solid #fbefb7;
	border-bottom: 2px solid #603913;
	border-right: 2px solid #603913;
}
label {
	line-height: 2em;
	width: 100px;
	display: block;
	float: left;
}
input  {
	border: 1px solid #603913;
	background: #ffffff;
	margin: 0 0.5em 0.5em;
	padding: 1px 2px;
	float: left;
	width: 221px;
}
input:focus {
		
}
input.submit {
	margin-left:17.7em;
	width: 100px;
}
textarea {
	border:1px solid #603913;
	margin: 0 0.5em 0.5em;
}
select {
	width: 106px; /* input width + 6px works for ff3*/
	margin: 0 0.5em;
}
/* basic artefact search */
#search {
	background: transparent url(images/basic-search-box.gif) no-repeat 0 0;
	width: 425px;
	height: 70px;
	margin: 15px auto;
}
#search fieldset {
	padding: 20px 65px;
}
#search label {

}
/**
	general typography
**/
strong {
	font-weight: bold;
	color: #B95C03;
}
.caption, .medium-caption {
	display: block;
	font-size: 0.8em;
}
.medium-caption {
	width: 23em;
}
.centre {
	text-align: center;
}
.right {
	text-align: right;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
/**
	medium size image gallery
**/
ul.medium-gallery {
	list-style-type: none;
	overflow: auto;
	clear: both;
}

ul.medium-gallery li {
	display: block;
	height: 75px;
	width: 75px;
	margin: 5px;
	float: left;
}

ul.medium-gallery li a {

}
ul.medium-gallery li a img{

}