@charset "utf-8";

/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	color:#7f7f7f;
	background-image:url(images/main_bkg.gif);
	background-repeat:repeat-x;	
	background-color:#eee;
}


h1 {
	font-size:30px;
	font-weight:normal;
	color:#6f9325;
	margin-top:10px;
	line-height:1.5em;
}

h2 {
	font-size: 18px;
	font-weight:normal;
	color:#6f9325;
	margin-top:10px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#7f7f7f;
}

hr {
	margin:30px 0px 30px 0px;
	border: solid 1px #6f9325;	
}

#header {
	width:930px;
	height:80px;
	margin: 0 auto;
	padding:20px 10px 0px 20px;
	background-color:#FFF;
	background-image:url(images/bkg_header.jpg);
	background-repeat:no-repeat;
}

#menu {
	width: 940px;
	height:27px;
	margin: 0 auto;
	padding: 8px 0px 0px 20px;
	color:#FFFFFF;
	background-image:url(images/bkg_menu.jpg);
}

ul#navmenu{
	list-style:none;
	padding:0px;
	margin:0px;	
}

ul#navmenu li {
	float:left;
	list-style:none;
	padding:none;
	margin:0px 25px 0px 0px;
}

#menu a{
	text-decoration:none;
	color:#FFFFFF;
}

#menu a:hover{
	text-decoration:underline;
	color:#6f9325;
}

#promo {
	width: 960px;
	height: 385px;
	margin: 0px auto;
	padding:0px;
}

#main {
	width:960px;
	height:auto;
	overflow:auto;
	margin:0 auto;
	background-color:#FFFFFF;
}

#content {
	float:left;
	width:519px;
	height:auto;
	padding:30px;
	text-align:justify;
	line-height:20px;
	border-right:dashed 1px #CCC;
}

#content p{
	margin-top:0px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	color: #7f7f7f;
}

ul#ticks {
	list-style:none;
	padding:0px;
	margin:0px 0px 40px 0px;
}

ul#ticks li{
	list-style:none;
	height:21px;
	background-image:url(images/tick_green.gif);
	background-repeat:no-repeat;
	padding-left: 35px;
	margin-bottom:5px;
}

ul#plus_red {
	list-style:none;
	padding:0px;
	margin:0px 0px 40px 0px;
}

ul#plus_red li{
	list-style:none;
	height:21px;
	background-image:url(images/plus_red.gif);
	background-repeat:no-repeat;
	padding-left: 35px;
	margin-bottom:5px;
}

#content a, a:visited {
	color:#09F;	
	text-decoration:none;
}

#content a:hover{
	color:#09F;
	text-decoration:underline;
}


/* Side Panel */

#sidepanel {
	float:left;
	width: 320px;
	height:auto;
	padding:30px;
	text-align:justify;
}

#sidepanel  a:link, a:visited {
	color:#669900;	
	text-decoration:none;
}

#sidepanel a:hover{
	color:#669900;
	text-decoration:underline;
}

#side_tips{
	font-size:12px;
}

#side_tips ol{
	padding-left:0px 0px 0px 20px;
	margin:0px;
}


/* Footer */

#footercolumns {
	width:900px;
	height:215px;
	background-color:#505050;
	margin:0 auto;
	font-size:12px;
	color:#2B2B2B;
	padding: 30px;
	background:url(images/green_footercolumn.gif) no-repeat;	
}

#footercolumns ul {
	padding-left:15px;
	font-size:11px;
}

#footercolumns a, ul li a{
	text-decoration:none;
	color:#2B2B2B;
}

#footercolumns a:hover, ul li a:hover {
	color:#FFF;
	text-decoration:underline;
}

#footer {
	width: 920px;
	height:auto;
	margin: 0 auto;
	padding:10px 20px 10px 20px;
	font-size:11px;
	background-image:url(images/footer_bkg.gif);
	background-repeat:repeat-x;
	text-align:right;
}

#footer a{
	text-decoration:none;
	color:#999;
}

#footer a:hover{
	color:#6f9325;
}


/* Contact Form */

form.contactform p{
	margin:0px;
}

form.contactform input{
	width:280px;
	border:dashed 1px #6F9325;
	margin:0px 0px 10px 0px;
}

form.contactform input:focus{
	background-color:#6F6;
}

form.contactform input#submit{
	background-color:#6F6;
	height:25px;
}


form.contactform textarea{
	width:280px;
	border:dashed 1px #6F9325;
	margin:0px 0px 10px 0px;
}


form.contactform textarea:focus{
	background-color:#6F6;
}


/* Colours */

.green{
	color:#669900;
}

.blue{
	color:#09F;	
}


/* Colours & Sizes */

.red18{
	font-size:18px;
	color:#F00;	
}


/* Promotional Offers */

.fineprint{
	font-size:10px;	
}

