* {
	padding:0;
	margin:0;
}

img {
	border:none;
}

h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin:1em 5%;
}

h1 {
	text-align:left;
	padding:1em 0 1em 0;
	font-weight:bold;
	font-size:1.3em;
	color:#5db944;
	
}

h2 {
	text-align:left;
	padding:.7em 0 .2em 0;
	font-weight:bold;
	font-size:1.1em;
}

h3 {
	text-align:left;
	padding:0 0 .1em 0;
	font-weight:bold;
	font-size:1em;
}

p {
	margin:0 0 .8em 0;
	text-align:left;
	color:#000;
}

.psmall {
	margin:0 0 .8em 0;
	text-align:left;
	color:#000;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
}

sup {
	font-size:.8em;
}

.floatl {
	float:left;
}

.floatr {
	float:right;
}

.errormsg {
	color: #ff0000;
	display: none;
}

.mandatory {
	color:#ff0000;
	font-size:9px;
}

a:link { color:#f28122; text-decoration:underline; } 
a:visited { color:#f28122; text-decoration:underline;} 
a:hover { color:#f28122; text-decoration:none; }
a:active { color:#f28122; text-decoration:underline; } 

#footercontent a:link { color:#979797;text-decoration:none } 
#footercontent a:visited { color:#b2b2b2;text-decoration:none } 
#footercontent a:hover { color:#979797;text-decoration:underline }
#footercontent a:active { color:#979797;text-decoration:none } 

body {
	background-image:url(../_images/img_bkgrnd.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:1.5em;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#222;
	background-color:#fff;
}

.topsection {
	width:100%;
}

#header {
	height:92px; /*Height of top section*/
	width:900px;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
}

#navigation {
	width:100%;
	height:92px;
	margin:0;
	padding-top:27px;
}

.sitecontainer {
	width:900px; /*Width of main container*/
	margin:0 auto; /*Center container on page*/
}

.contentwrapper {
	float:left;
	width:100%;
	background-color:inherit;
}

#contentcolumn {
	margin-top:0;
	margin-right:230px; /*Set right margin to RightColumnWidth+10*/
	padding-right:20px;
}

#contentcolumn-homepage {
	background-image:url(../_images/img_homepagebanner.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin-top:0;
}

#contentcolumn-full {
	margin-top:0;
}

#rightcolumn {
	float:left;
	width:220px; /*Width of right column*/
	margin-left:-221px; /*Set left margin to -(RightColumnWidth) */
}

#rightcolumn .logos {
	margin-top:30px;
}

.innertube {
	margin:0 0 10px 0; /*Margins for inner DIV inside each column (to provide padding)*/
}

.tagline {
	font-size:.8em;
	color:#fff;
	padding-top:3px;
}

.padding {
	margin:0 20px;
}

.btmsection {
	width:100%;
	height:228px;
	margin:20px 0 0 0;
	background-color:#f0f0f0;
}

#footer {
	background:url(../_images/img_footer.jpg) no-repeat top right;
	height:228px;
	width:900px;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
}

#footercontent {
	padding:10px 10px 0 0;
	text-align:left;
	font-size:.9em;
	line-height:1.3em;
	padding-top:10px;
}

#footercontent span {
		float:left;
		display:inline;
}

.footerlinks {
	border-left:1px dotted #979797;
	padding-left:10px;
	color:#979797;
	height:190px;
	width:200px;
	float:left;
}

.copyrightmsg {
	color:#979797;
	height:190px;
	width:200px;
	float:right;
}

.validation {
	margin-left:5px;
	line-height:16px;
	float:right;
}

.clear {
	width:100%;
	clear:both;
	line-height:1px;
}

table#plans {
	width:70%;
	padding:0;
	margin:0;
	border-collapse:collapse;
}

table#plans tr {
	position:relative; /* hack to fix fucking IE crap rendering of background image in table row. It duplicates it for exvery TD. What a wank! */
	background:url(../_images/img_planbkgrnd.jpg) no-repeat;
	height:52px;
	line-height:52px;
}

table#plans td.planname {
	width:8%;
	color:#58b83f;
	font-size:2.4em;
	padding:0;
	margin:0;
	text-align:center;
	padding-bottom:8px;
}

table#plans td.description {
	background-image:none;
	width:60%;
	font-size:.9em;
	line-height:1em;
	padding-left:10px;
	margin:0;
	padding-bottom:8px;
}

table#plans td.icons {
	background-image:none;
	width:8%;
	font-size:.9em;
	line-height:1em;
	text-align:center;
	padding-bottom:8px;
}

table#plans td.buttons {
	background-image:none;
	text-align:center;
	padding:0 3px;
	padding-bottom:8px;
}

/* Form definitions 
label,textarea,select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	width:220px;
	float:left;
	margin:10px 0 0 15px;
}*/

input {
	border:0;
	color:#063;
	float:;
	font-size:12px;
	
	line-height:1.2;
	
}



.fields{
	border:0;
	color:#063;

	border:#CCC 1px solid;
	height:20px;
	line-height:1.2;
	font-size:12px;
	
}

select {
	color:#063;
	font-size:12px;
}

textarea {
	color:#063;
	font-size:12px;
}

label {
	
	width:200px;
	padding:0;
	margin-left:0px;
	font-weight:bold;
}

form img {
	margin:10px 0 0 15px;
}

.formerror {
	margin-left:215px;
}

br {
	clear:left;
}

/* Menu | Root = Horizontal, Secondary = Vertical */
.menu {
	margin:0;
	height:65px;
}

ul#navmenu-h {
	margin:0;
	list-style:none;
	height:65px;
}

ul#navmenu-h li {
	margin:0;
	padding:0;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
	height:65px;
	font-size:12px;
	font-weight:bold;
	color:#585858;
}

ul#navmenu-h ul {
	margin:0;
	border:0 none;
	padding:0;
	width:900px;
	list-style:none;
	display:none;
	position:absolute;
	top:30px;
	left:0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
	clear:both;
	display:block;
	font:1px/0px serif;
	content:".";
	height:0;
	visibility:hidden;
}

ul#navmenu-h ul li {
	width:190px;
	float:left; /*For IE 7 lack of compliance*/
	display:block !important;
	display:inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
	background-image:url(../_images/img_menubkgrnd-off.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:none !important; /*For Opera*/
	float:left; /*For IE*/
	display:block;
	text-decoration:none;
	height:auto !important;
	height:1%; /*For IE*/
	color:#fff;
	padding:0 0 0 5px;
	width:95px;
	height:65px;
	line-height:1.2em;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background-image:url(../_images/img_menubkgrnd-on.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#fff;
	padding:0 0 0 5px;
}

/* Top border for top menu item */
ul#navmenu-h .first{
	border-top:#000 1px solid;
}

/* Bottom border for bottom menu item */
ul#navmenu-h .last {
	border-bottom:#000 1px solid;
}

/* 2nd Menu - No hover */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	background-image:url(../_images/img_menuddbkgrnd.png);
	background-position:top left;
	background-repeat:repeat-x;
	float:none;
	color:#585858;
	padding-left:5px;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
}

/* 2nd Menu Hover Persistence */
/* 2nd menu highlight on 3rd menu hover */
ul#navmenu-h li.iehover li.iehover a,
ul#navmenu-h li:hover li:hover a {
	color:#84b819;
}
/* 2nd menu - hover */
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li:hover li a:hover {
	background:#b7b9ba;
	color:#fff;
}

/* 3rd Menu - No hover  */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
	background-image:url(../_images/img_menuddbkgrnd.png);
	background-repeat:repeat-x;
	color:#585858;
}

/* 3rd Menu Hover Persistence */
/* 3rd menu highlight on 4th menu hover */
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li.iehover a {
	color:#84b819;
}

/* 3rd menu - hover */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li a:hover {
	background:#b7b9ba;
	color:#fff;
}

/* 4th Menu - No hover */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background-image:url(../_images/img_menuddbkgrnd.png);
	background-position:top left;
	background-repeat:repeat-x;
	color:#585858;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background:#b7b9ba;
	color:#fff;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
	display:none;
	position:absolute;
	top:0;
	left:189px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
	display:none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
	display:block;
}



.plan-green-header {
	border:#c5e970 1px solid;
	line-height:1.5;
	background-image:url(../_images/plan-green-header-bg.jpg);
	background-repeat:repeat-x;
}

.plan-grey-block {
	border-left:#e8e8e8 1px solid;
	border-right:#e8e8e8 1px solid;
	background-color:#fbfbfb;
}

.plan-grey-block-light {
	border-left:#e8e8e8 1px solid;
	border-right:#e8e8e8 1px solid;
	background-color:#f9f9f9;
}

.plan-grey-block-white {
	border-left:#e8e8e8 1px solid;
	border-right:#e8e8e8 1px solid;
	background-color:#fff;
}

.plan-orange-block {
	border:#ffd7b6 1px solid;
	background-color:#fff2e8;
}

.planheaders {

	font-weight:bold;
	font-size:12px;
	color:#5db944;
	
}
.plansignup {

	font-weight:bold;
	font-size:12px;
	color:#f28122;
	
}

/* postcode dropdown css - matt@bob.sh */


.ac_menu
{
        border:1px solid black
}
.ac_normal
{
	background-color:#ffffff;
        cursor:pointer;
	white-space: nowrap;
	overflow: hidden;
}
.ac_highlight
{
        background-color:#3366cc;
	color:white;
        cursor:pointer;
	white-space: nowrap;
	overflow: hidden;
}
.ac_normal .a
{
        font-size:11px;
        color:black;
	white-space: nowrap;
	overflow: hidden;
}
.ac_highlight .a
{
	font-size:11px;
	white-space: nowrap;
	overflow: hidden;
}


	
.forrest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #5db944;
	text-decoration: none;
}

.arc90_linkpic 

{ display: none; 
position: absolute; 
left: 0; 
top: 1.5em; } 

.arc90_linkpicIMG { 

padding: 0 4px 4px 0; 
background: #FFF url(../_images/linkpic_shadow.gif) no-repeat bottom right; }

.strikeit {
	color: #FF0000;
	text-decoration: line-through;
} 