/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 100%/1.5 Georgia, "Times New Roman", Times, serif;
	color: #555; background: url(../images/main/page-bg.jpg) repeat left top;
}
img {
	border:none;
	vertical-align: bottom;
}
h1 {
	font-style: italic;
	font-size: 1.5em;
	color: #85B96F;
	line-height: 1;
	margin-bottom: .7em;
}
h2 {
	font-size: 1.1em;
	color: #85B96F;
	border-bottom: 1px solid #E7EAD7;
	line-height: 1.2;
	margin: .3em 0;
	clear: both;
}
p, ul, ol {font-size: .85em;
	margin-bottom: .9em;
}
ul, ol {margin-left: 2em;
}
a {text-decoration: underline;}
a:link {color: #70521e;}
a:visited {color: #70521e;}
a:hover {color: #85B96F; text-decoration: none;}
a:active {color: #85B96F; text-decoration: none;
}
table {font-size: .85em;
	margin-bottom: .9em;
	width: 100%;
	background-color: #EAF1DD;
}
table, th, td {border-collapse: collapse;
	border: 1px solid #989A66;
}
th, td {padding: .4em;
}
th {color: #fff;
	background-color: #85B96F;
	font-size: 1.1em;
}
/**************** Container styles ****************/
#container {
	width: 760px;
	margin: 20px auto 0;
}
/**************** Header styles ****************/
#header {
	background: url(../images/main/header.jpg) no-repeat left top;
	height: 164px;
	position: relative;
	text-align: center;
	padding-top: 25px;
}
/**************** Navigation styles ****************/
ul#navbar {
	position: absolute;
	left: 2px; bottom: 0;
	margin: 0;
	border-bottom: 1px solid #5a9a07;
	font-weight: bold;
	font-size: .97em;
	float: left;
	padding-left: 56px;
	width: 700px;
}
ul#navbar li {
	list-style: none;
	background: url(../images/main/nav-divider.gif) no-repeat right 6px;
	line-height: 1;
	float:left;
	padding: 0 20px;
}
ul#navbar a {
	float: left;
	display: block;  
}
ul#navbar a:link, ul#navbar a:visited {color: #fff; text-decoration: none;}
ul#navbar a:hover, ul#navbar a:active {color: #fff; background: #5a9a07 url(../images/main/tab-rad-right.gif) no-repeat right top; 
}
#header a span {
	float:left;
	display:block;
	padding: 5px 10px 3px 10px;
}
#header a span:hover {
	background: url(../images/main/tab-rad-left.gif) no-repeat left top;	
}
ul#navbar li.lastlistitem {
	background: none;
}
/**************** Content styles ****************/
#maincontent {
	background-color: #fff;
	padding: 20px 30px 10px;
	float: left;
	width: 696px;
	border-right: 2px solid #996;
	border-left: 2px solid #996;
}
#maincontent img {
	border: 1px solid #85B96F;
}
/**************** Contact page styles ****************/
#contactinfo {
	float: left;
	width: 280px;
}
#contactwrapper {
	float: left;
	border-left: 1px solid #E7EAD7;
	width: 407px;
}
form#contactform {
	font-size: .9em;
	margin-bottom: .5em;
}
#contactform label {
	width: 110px;
	float: left;
	text-align: right;
	margin-right: 5px;
}
input#yourname, input#email, input#phone, input#postcode, textarea {
	width: 230px;
	float: left;
	margin: 0 .5em .8em 0;
	border: 1px solid #85B96F;
}
input#postcode {
	width: 115px;
}
.warningtext {
	color: #f00;
}
#button_offset {
	padding-left: 115px;
}
p#message_sent {
	padding: .6em 0 0 115px;
	color: #5a9a07;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
}
#message_sent, #contactform br, #button_offset {
	clear: both;
}
/**************** Footer styles ****************/
#footer {
	background: #fff;
	border-right: 2px solid #996;
	border-left: 2px solid #996;
	float: left;
	width: 756px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #70521e;
	position: relative;
	height: 37px;
}
#footer p {
	border-top: 1px solid #E7EAD7;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.4;
	position: absolute;
	left: 0; top: 0;
	padding-top: 10px;
	width: 100%;
}
#pagebottom {
	background: url(../images/main/rounded-bottom.jpg) no-repeat left top;
	float: left;
	width: 760px;
	height: 20px;	
	padding-bottom: 20px;
}
.commentblock {
	float: left;
	border-left: 1px solid #989A66;
	padding: 5px 0 5px 10px;
	width: 685px;
	margin-bottom: 1.5em;
}
#maincontent .commentblock img {
	border: none;
}
/**************** Misc classes and styles ****************/
.imgleft {float: left; margin: 3px 20px 1.2em 0;}
.imgright {float: right; margin: 3px 0 .5em 20px;}
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.clear {clear: both;}
.darkgreen {background-color: #CCDDAC;}
.col1 {width: 110px; font-weight: bold;}
.col2 {width: 228px; text-align: center;}
.smalltext {font-size: .72em; line-height: 1.3;}
#maincontent .euroimg {float: left; margin: 0 10px 0 0; border: none;}
.quoteauthor {margin-bottom: 0; font-style: italic; color: #70521e;}
