/**************** 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, small {padding: 0;}
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	color: #333; background: #CEE6A8 url(../images/main/background-grad.gif) repeat-x left top;
}
img {
	border: none;
	vertical-align: bottom;
}
h1 {
	font: 1.05em "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	color: #008439;
	margin-bottom: .6em;
}
h2 {
	font: .95em "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	color: #008439;
	margin-bottom: .2em;
}
p, ul, ol {
	font-size: .75em;
	margin-bottom: 1.1em;
}
ul, ol {
	margin-left: 2em;
	line-height: 1.5;
}
ul {margin-left: 1.4em;
}
ol ol {
	font-size: .9em;
	list-style: lower-alpha;
}
a {text-decoration: underline;}
a:link {color: #008439;}
a:visited {color: #008439;}
a:hover {color: #84C125; text-decoration: none;}
a:active {color: #84C125; text-decoration: none;
}
table, th, td {
	border-collapse: collapse;
}
table {
	margin-bottom: 1em;
	font-size: .75em;
}
td, th {
	padding: .3em;
}
/**************** Container styles ****************/
#container {
	width: 980px;
	margin: 40px auto;
}
/**************** Header styles ****************/
#header {
	background-color: #84C125;
	height: 250px;
	width: 980px;
	position: relative;
}
img#logo {
	position: absolute;
	top: 0; right: 0;
}
#slideshow {
	position: relative;
	float: left;
	width: 980px;
	height: 226px;
}
#slideshow img {
	display: none;
	position: absolute;
	top: 0; left: 0;
}
/**************** Navigation styles ****************/
ul#navbar {
	height: 24px;
	width: 980px;
	list-style: none;
	margin: 0;
	font-size: .7em;
}
ul#navbar li {
	float: left;
	position: relative;
}
ul#navbar li ul {
	display: none;
	width: 100px;
	list-style: none;
	border-top: 1px solid #fff;
	font-size: 1em;
}
ul#navbar li a {
	display: block;
	text-decoration: none;
	width: 100px;
	line-height: 24px;
	text-align: center;
	border-right: 1px solid #fff;
}
ul#navbar li a.lastlink {
	border-right: none;
}
#navbar li ul li {
	background: url(../images/main/subnav-bg.png) repeat-x left top;
	height: 25px;
}
ul#navbar li ul li a {
	width: 100px;
	border-right: none;
	height: 24px;
}
ul#navbar li:hover ul {
	display: block;
	position: absolute;
	top: 24px; left: 0;
	margin: 0;
}
ul#navbar a:link, ul#navbar a:visited {color: #063; text-decoration: none;}
ul#navbar a:hover, ul#navbar a:active {color: #fff; background-color: #008B34;
}
ul#navbar ul a:link, ul#navbar ul a:visited {color: #fff; text-decoration: none; }
ul#navbar ul a:hover, ul#navbar ul a:active {color: #fff; background-color: #008B34;
}
ul#navbar :hover > a {color: #fff; background-color: #008B34;
}
/**************** Content styles ****************/
#maincontent {
	background: #fff url(../images/main/yellowborder.gif) no-repeat center bottom;
	float: left;
	padding: 20px 15px;
	width: 950px;
}
#leftcolumn {
	width: 270px;
	float: left;
	margin-right: 22px;
}
#centrecolumn {
	float: left;
	width: 366px;
}
#rightcolumn {
	width: 270px;
	float: left;
	margin-left: 22px;
}
#widerightcolumn {
	width: 658px;
	float: left;
}
#logowrapper {
	float: left;
	margin-top: .8em;
}
#logowrapper img {
	float: left;
	margin-right: 1px;
}
.offersbox {
	width: 248px;
	float: left;
	text-align: center;
	border: 1px solid #84C125;
	background-color: #F0FFF0;
	padding: 10px;
	margin-top: 1em;
}
/**************** Contact page styles ****************/
table#contacttable, table#contacttable td {
	border-collapse: collapse;
	vertical-align: top;
	border: none;
}
table#contacttable td {
	padding: .3em .3em .5em;
}
input#yourname, input#email, input#telephone, input#fax, table#contacttable textarea {
	width: 250px;
	border: 1px solid #84C125;
}
table#contacttable td {font-size: 1em;
}
table#contacttable label {
  	float: right;
	display: block;
	width: 70px;
	text-align: right;
}
/**************** Footer styles ****************/
#footer {
	background-color: #fff;
	padding-top: .7em;
	text-align: center;
	float: left;
	width: 980px;
	color: #008E37;
}
#footer p {
	margin-bottom: .5em;
	font-size: .7em;
}
#footer a:link, #footer a:visited {color: #008E37; text-decoration: none;}
#footer a:hover, #footer a:active {color: #84C125; text-decoration: underline;
}
p#cypherlink {
	font-size: .7em;
	float: right;
	margin: .3em 0;
	color: #84C125;
	padding-bottom: 20px;
}
#cypherlink a:link, #cypherlink a:visited {color: #84C125; text-decoration: none;}
#cypherlink a:hover, #cypherlink a:active {color: #008E37; text-decoration: underline;
}
/**************** Misc classes and styles ****************/
.imgleft {float: left; margin: 0 1em .5em 0;}
.imgright {float: right; margin: 0 0 .5em 1em;}
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.marg0bottom {margin-bottom: 0;}
.textcentre {text-align: center;}
.textright {text-align: right;}
.textleft {text-align: left;}
.tableborder {border: 1px solid #84C125;}
.shadebg {background-color: #F0FFF0;}
.smalltext {font-size: .95em;}
small {font-size: .7em; display: block; margin-bottom: 1em;}
.greentext {color: #008439;}