html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #39F;
}
a:hover {
	color: #C00;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 1.3em;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 5px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/body_bg_bot.jpg) no-repeat;
}
#body-top {
  background: url(images/body_bg_top.gif) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
  font-size:62.5%;
}

/** internal pages layout **/

#wrapper_int {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}
#body-bot_int {
  background: bottom left url(images/body_bg_bot_int.gif) no-repeat;
  padding-bottom:20px;
}
#body-top_int {
  background: url(images/body_bg_top.gif) no-repeat;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 190px;
  text-align: center;
  padding-top:4px;
float:left;
}
#logo h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}


.banner {
margin-left:200px;
width:590px;
height:90px;
}

table.bordered {
	border: 1px solid #360;
	border-collapse: collapse;
}
table.bordered td {
	border: 1px solid #360;
}
table.bordered th {
	border: 1px solid #360;
	color: #030;
	font-weight: bold;
	text-align: center;
	background-color: #EEE;
}

/** nav **/

#nav {
  margin-top: 20px;
  padding: 4px;
  line-height:24px;
font: 12px helvetica, sans-serif;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
  line-height:18px;
}
#nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FC0;
}

/** green box **/
#gbox {
  width: 431px;
  line-height:18px;
  margin-top: 0px;
  margin-left: 10px;
  float:left;
}

#gbox-bg  { background: url(images/green_bg.gif) repeat-y; }
#gbox-grd { background: bottom url(images/green_grad_bot.jpg) repeat-x; }
#gbox-top { background: url(images/green_top.gif) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(images/green_bot.gif) no-repeat; height: 23px; }

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 18px arial, sans-serif;
  color: #333;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
  line-height:18px;
}

#gbox ul {
  width: 200px;
}

#features {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
  line-height:18px;
}
#features h2 {
  position: relative;
}
#features ul {
  padding-left: 10;
  width:300px;
}

#features a {
  color: #930;
}
#features a:hover {
  color: #39F;
}
#features p {
  line-height:18px;
}



/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
color:#930;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: block;
  margin: 0;
  padding: 0;
}
#events li a {
color:#930;
}
#events li a:hover {
color:#C60;
}

/** grey box **/

#greybox {
  width: 326px;
  margin-left: 4px;
  margin-top: 0px;
  float:left;
  color:#333;
}
#greybox-top {
  background:  url(images/grey_top.gif) no-repeat;
  padding-left: 165px;
}
#greybox-mid {
  background:  #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  line-height:1.5em;
  text-align:left;
}
#greybox-bot {
  background: bottom left url(images/grey_bot.gif) no-repeat;
}
#greybox h2 {
  font: bold 18px arial, sans-serif;
  color: #333;
  padding-bottom:4px;
}

#greybox h3 {
  font: bold 16px arial, sans-serif;
  color: #FFF;
  margin: 0;
  padding:3px;
  background-color:#C00;
}
#greybox a {
  color: #930;
}
#greybox a:hover {
  color: #39F;
}

#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 60px;
}

/** white text box **/

#wbox {
  width: 756px;
  margin-top: 10px;
  margin-left: 22px;
  font-size:62.5%;
}

#wbox-bg  { background: url(images/white_main_textbox_mid.gif) repeat-y; }
#wbox-grd { background: bottom url(images/white_main_textbox_mid.gif) repeat-x; }
#wbox-top { background: url(images/white_main_textbox_top.gif) no-repeat; height: 24px; }
#wbox-bot { background: bottom left url(images/white_main_textbox_bot.gif) no-repeat; height: 23px; }

#wbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#wbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#wbox p {
  margin: 1em 0;
  line-height:1.5em;
}

#wbox ul {
  width: 200px;
}

.box {
text-align:center;
}
.box img {
border:1px solid #000000;
}
.box h2 {
color:#FFFFFF;
padding:10px;
background-color:#330000;
}

.colours {
border:1px solid #999;
width:700px;
text-align:center;
}

.step {
width:300px;
height:260px;
margin-top:10px;
float:left;
padding:20px;
line-height:16px;
font-size:11px;
}
.step img {
border:1px solid #000000;
}
.step b {
position:absolute;
margin-top:190px;
z-index:10;
color:#FFF;
display:block;
background-color:#330000;
padding:4px;
border:2px solid #ffffff;
}
.redtext {
color:#CC0000;
font-weight:bold;
}
.links {
width:700px;
text-align:center;
}
.links a {
font-size:10px;
text-decoration:none;
color:#930;
}
.links a:hover {
color:#39F;
}

/** postcode box **/

#postbox {
  width: 326px;
  position: absolute;
  top: 165px;
  left: 457px;
  color:#333;
}
#postbox-top {
  background:  url(images/grey_top.gif) no-repeat;
  padding-left: 165px;
}
#postbox-mid {
  background:  #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  line-height:1.5em;
  text-align:left;
}
#postbox-bot {
  background: bottom left url(images/grey_bot.gif) no-repeat;
}
#postbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  padding-bottom:4px;
}

#postbox a {
  color: #930;
}
#postbox a:hover {
  color: #39F;
}

#footerbox {
width:700px;
border:1px solid #999;
background-color:#900;
line-height:10px;
font-size:10px;
padding:10px;
color:#FFF;
}
#footerbox h1 {
font-size:25px;
color:#FFF;
font-weight:bold;
}

#address {
position:absolute;
margin-top:150px;
margin-left:450px;
padding:20px;
border:1px solid #999;
}

#address h2 {
color:#999;
font: 18px "Arial", arial, sans-serif;
font-weight:bold;
}