/* ////////// HTML TAGS BIOFUEL ////////// */

html,body{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	font-family: arial, sans-serif;
	font-size: 76%;
	background-color: #f3f7ef;
	color: #666666;
}
p, h1, h2, h3{margin:0 10px 10px}

input{ 
	font-size: 100%;
	color:#333333;
	padding: 1px;
	}
blockquote{
	margin-top: 3px;
	margin-left: 20px;
	}
	
table, tr, td, th {
	color: #666666;
	font-size: 100%;
	}
table {
	margin-left: 10px;
	margin-right: 10px;
	}
td, th {
	padding: 3px;
	}
th {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: left;
	}
	
	
/* ////////// CONTAINER DIV ////////// */

div#container{
	width:780px;
	background-color: #FFFFFF;
	background-image: url(images/sidenavBackground.jpg);
	background-repeat: repeat-y;
	text-align: left;
	border: 1px solid #cccccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* ////////// WRAPPER DIV ////////// */

div#wrapper{
	float:left;
	width:100%;
}

/* ////////// HEADER DIV ////////// */

div#header{
	height: 78px;
	border: 1px solid #FFFFFF;
}

/* ////////// LOGO DIV ////////// */

div#logo{
	float:left;
	width: 336px;
	height: 78px;
}

/* ////////// CONTINUE DIV ////////// */

div#continue{
	float:right;
	width: 442px;
	height: 78px;
}

/* ////////// FOOTER DIV ////////// */

div#footer{
	clear:left;
	width:100%;
}

div#footlinks{
	background-color: #619b36;
	}

div#footlinks{
	padding:5px;
	font-size: 85%;
	color: #FEFEFE;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

div#footlinks a:link{
	color: #FEFEFE;
	text-decoration:none;
	line-height: 17px;
}

div#footlinks a:visited{
	color: #FEFEFE;
	text-decoration:none;
	line-height: 17px;
}
div#footlinks a:hover{
	color: #FEFEFE;
	text-decoration: underline;
	line-height: 17px;
}
div#footlinks a:active{
	color: #FEFEFE;
	text-decoration:none;
	line-height: 17px;
}

/* ////////// BY DIV ////////// */

div#by {
	float:right;
}

/* ////////// CONTACT DIV ////////// */

div#contact {
	position: absolute;
	text-align: right;
	margin-left: 510px;
	margin-top: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 95%;
	width: 250px;
	line-height: 120%;
}
div#contact a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div#contact a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#contact a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div#contact a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* ////////// NAVIGATION DIV ////////// */

div#navigation {
	background-color: #a5ac1b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 20px;
}
div#navigation a {
	display: block;
	width: 148px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	float: left;
	height: 20px;
	line-height: 20px;
	background-color: #a5ac1b;
	text-decoration: none;
	color: #FEFEFE;
	padding-left: 7px;
	font-size: 90%;
}

div#navigation a.bluehide {
	background-color: #577A9A;
}

div#navigation ul li a, div#navigation ul li a:visited {display:block; text-decoration:none; height:20px; line-height:20px; overflow:hidden;}
div#navigation ul {padding:0; margin:0;list-style-type: none; }
div#navigation ul li {float:left; position:relative;}
div#navigation ul li ul {display: none;}

/* specific to non IE browsers */

div#navigation ul li:hover a {}
div#navigation ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:157px;}
div#navigation ul li:hover ul li a.hide {}
div#navigation ul li:hover ul li:hover a.hide {}
div#navigation ul li:hover ul li ul {display: none;}
div#navigation ul li:hover ul li a {display:block; }
div#navigation ul li:hover ul li a:hover {background-color: #5d9732;}
div#navigation ul li:hover ul li:hover ul {display:block; position:absolute; left:157px; top:0;}
div#navigation ul li:hover ul li:hover ul.left {left:-157px;}


/* ////////// BANNER DIV ////////// */

div#banner{ background-color: #fff; margin-left: 158px; margin-right: 2px; margin-top: 1px; height: 154px; }

/* ////////// CONTENT DIV ////////// */

div#content{
	margin-top: 10px;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 160px;
	color: #666666;
	font-size: 95%;
	line-height: 120%;
}

div#content h1.productheading {
	font-size: 140%;
	color: #032B00;
	font-weight: bold;
	line-height: 120%;
}

div#content h1 {
	font-size: 120%;
	color: #5D9832;
	font-weight: bold;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#content h2 {
	color: #A5AC1B;
	font-size: 100%;
	font-weight: normal;
}

div#content h3 {
	font-size: 100%;
	font-weight: normal;
}

div#content a:link {
	color: #5D9732;
	text-decoration: underline;
}

div#content a:visited {
	color: #5D9732;
	text-decoration: underline;
}

div#content a:hover {
	color: #5D9732;
	text-decoration: none;
}

div#content a:active {
	color: #5D9732;
	text-decoration: underline;
}

/* ////////// FLASHCONTENT DIV ////////// */

div#flashcontent{
	padding: 10px;
	font-size: 95%;
	line-height: 120%;
	text-align: center;
	background-color:#FFFFFF;
}


/* ////////// WIDECONTENT DIV ////////// */

div#widecontent{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 160px;
	color: #666666;
	font-size: 95%;
	line-height: 130%;
}

div#widecontent h1.productheading {
	font-size: 140%;
	color: #032B00;
	font-weight: bold;
	line-height: 120%;
}

div#widecontent p {
		
	}

div#widecontent h1 {
	font-size: 120%;
	color: #5D9832;
	font-weight: bold;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#widecontent h2 {
	color: #A5AC1B;
	font-size: 100%;
	font-weight: normal;
}

div#widecontent h3 {
	font-size: 100%;
	font-weight: normal;
}

div#widecontent a:link {
	color: #5D9732;
	text-decoration: underline;
}

div#widecontent a:visited {
	color: #5D9732;
	text-decoration: underline;
}

div#widecontent a:hover {
	color: #5D9732;
	text-decoration: none;
}

div#widecontent a:active {
	color: #5D9732;
	text-decoration: underline;
}

/* ////////// SEARCHBOX DIV ////////// */

div#searchbox {
	border:1px solid #8c9217;
	background-color: #F3F7EF;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#searchbox h1 {
	font-size: 120%;
	color: #5E9835;
	font-weight: bold;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 0px;
}

div#searchbox p {
	margin-left: 0px;
}

/* ////////// SEARCHBOX2 DIV ////////// */

div#searchbox2 {
	border:1px solid #8c9217;
	background-color: #F3F7EF;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#searchbox2 h1 {
	font-size: 120%;
	color: #5E9832;
	font-weight: bold;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 0px;
}

div#searchbox2 p {
	margin-left: 0px;
}

/* ////////// WEWELCOME DIV ////////// */

div#wewelcome {
	border:1px solid #8c9217;
	background-color: #F3F7EF;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#wewelcome h1 {
	font-size: 115%;
	color: #A5AC1B;
	font-weight: bold;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 0px;
}

div#wewelcome p {
	margin-left: 0px;
}

/* ////////// STOCK DIV ////////// */

div#stock {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5AC1B;
	line-height: 40px;
}

/* ////////// SIDE NAVIGATION DIV ////////// */

div#sidenavigation{
	float:left;
	width:156px;
	margin-left:-780px;
	margin-top: 10px;
}

div#sidenavigation a {
	color: #336600;
	padding-left: 15px;
	display: block;
	font-size: 80%;
	text-decoration: none;
	background-image: url(images/navigationBar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 22px;
	}

div#search a {
	padding-left: 0px;
	display: block;
	text-decoration: none;
	background-image: none;
	margin-top: 5px;
	}
div#noline a {
	display: block;
	text-decoration: none;
	background-image: none;
	padding-left: 15px;
	}
	
div#featured {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #5d9732;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 80%;
	color: #666666;
	margin-top: 20px;
	}
	
div#featured p {
	margin-left: 0px;
}

div#featured a:link {
	background-image: none;
	font-size: 110%;
	padding: 0px;
	text-decoration: underline;
	margin-bottom: 0px;
	line-height: 130%;
}

div#featured a:visited {
	background-image: none;
	font-size: 110%;
	padding: 0px;
	text-decoration: underline;
	margin-bottom: 0px;
	line-height: 130%;
}

div#featured a:hover {
	background-image: none;
	font-size: 110%;
	padding: 0px;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 130%;
}

div#featured a:active {
	background-image: none;
	font-size: 110%;
	padding: 0px;
	text-decoration: underline;
	margin-bottom: 0px;
	line-height: 130%;
}

div#user { background-color: #ffffff; margin: 20px 5px 5px; border: solid 1px #5d9732; padding: 5px; font-size: 80%; color: #666666; visibility: hidden; }
div#user a {
	background-image: none;
	font-size: 110%;
	padding: 0px;
	text-decoration: underline;
	margin-bottom: 0px;
	line-height: 130%;
	color: #666666;
}


/* ////////// HOMECOLUMN DIV ////////// */

div#homecolumn{
	float:left;
	width: 298px;
	margin-left:-310px;
	margin-top: 165px;
}

/* ////////// COLUMN DIV ////////// */

div#column{
	float:left;
	width: 298px;
	margin-left:-310px;
	margin-top: 10px;
}

div#column a:link {
	color: #619B36;
	background-image: none;
	font-size: 100%;
	padding: 0px;
	text-decoration: underline;
	margin-bottom: 0px;
	line-height: 120%;
}

div#column a:visited {
	color: #619B36;
	background-image: none;
	font-size: 100%;
	padding: 0px;
	text-decoration: underline;
	margin-bottom: 0px;
	line-height: 120%;
}

div#column a:hover {
	color: #619B36;
	background-image: none;
	font-size: 100%;
	padding: 0px;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 120%;
}

div#column a:active {
	color: #619B36;
	background-image: none;
	font-size: 100%;
	padding: 0px;
	text-decoration: underline;
	margin-bottom: 0px;
	line-height: 120%;
}

/* ////////// METHODS DIV ////////// */

div#methods p {
	color: #666666;
	line-height: 15px;
	font-size: 90%;
	margin-left: 0px;
	}
	
div#methods h1 {
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d9732;
	display: block;
	width: 298px;
	margin-bottom: 5px;
}

div#methods h2 {
	color: #5D9732;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d9732;
	display: block;
	width: 298px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 90%;
	padding-bottom: 4px;
}

/* ////////// ADDITIONAL DIV ////////// */

div#additional p {
	color: #666666;
	line-height: 15px;
	font-size: 95%;
	margin-left: 0px;
	}
	
div#additional td {
	color: #666666;
	font-size: 90%;
	}

div#additional table {
	margin-left: 0px;
	}
	
div#additional h1 {
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d9732;
	display: block;
	width: 298px;
	margin-bottom: 5px;
}

div#additional h2 {
	color: #5d9732;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d9732;
	display: block;
	width: 298px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 95%;
	padding-bottom: 4px;
}

/* ////////// ADDITIONALMAIN DIV ////////// */

div#additionalmain  {
	margin-left: 10px;
	}
	
div#additionalmain p {
	color: #666666;
	line-height: 15px;
	font-size: 95%;
	margin-left: 0px;
	}
	
div#additionalmain td {
	color: #666666;
	font-size: 95%;
	}

div#additionalmain table {
	margin-left: 0px;
	}
	
div#additionalmain h1 {
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d9732;
	display: block;
	width: 280px;
	margin-bottom: 5px;
}

div#additionalmain h2 {
	color: #5d9732;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d9732;
	display: block;
	width: 280px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 95%;
	padding-bottom: 4px;
}


/* ////////// FEATURES DIV ////////// */

div#features {
	margin-bottom: 20px;
	margin-top: 10px;
}

div#features h1 {
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d9732;
	display: block;
	width: 298px;
	margin-bottom: 5px;
	margin-top: 5px;
}

div#features h2 {
	color: #5D9732;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d9732;
	display: block;
	width: 298px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 90%;
	padding-bottom: 4px;
}

/* ////////// HOMEADS DIV ////////// */

div#homeads {
	text-align: center;
	margin-left: 5px;
	margin-top: 5px;
}

div#homeads img {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ////////// NEWS DIV ////////// */

div#news {
	margin-bottom: 0px;
}

div#news h1 {
	margin-left: 0px;
	display: block;
	width: 298px;
	margin-bottom: 5px;
	margin-top: 5px;
}

div#news h2 {
	color: #5D9732;
	font-size: 90%;
	margin-left: 0px;
}

div#news p {
	color: #666666;
	font-size: 90%;
	margin-left: 0px;
}


div#news a:link {
	color: #666666;
	text-decoration: underline;
}

div#news a:visited {
	color: #666666;
	text-decoration: underline;
}

div#news a:hover {
	color: #666666;
	text-decoration: none;
}

div#news a:active {
	color: #666666;
	text-decoration: underline;
}

/* ////////// GLOBAL DIV ////////// */

div#global {
	margin-bottom: 10px;
	margin-top: 30px;
}

div#global h1 {
	display: block;
	width: 281px;
	margin-bottom: 5px;
	margin-top: 15px;
}

div#global h2 {
	color: #5d9732;
	font-size: 80%;
}

div#global p {
	color: #666666;
	font-size: 95%;
}


div#global a:link {
	color: #619B36;
	text-decoration: underline;
}

div#global a:visited {
	color: #619B36;
	text-decoration: underline;
}

div#global a:hover {
	color: #619B36;
	text-decoration: none;
}

div#global a:active {
	color: #619B36;
	text-decoration: underline;
}

/* ////////// EXTRAS DIV ////////// */

div#extras {
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 10px;
}

div#extras a:link, div#extras span {
	display: block;
	line-height: 30px;
	color: #619B36;
	text-decoration: none;
	padding-left: 70px;
}

div#extras a:visited, div#extras span {
	display: block;
	line-height: 30px;
	color: #619B36;
	text-decoration: none;
	padding-left: 70px;
}

div#extras a:hover, div#extras span {
	display: block;
	line-height: 30px;
	color: #619B36;
	text-decoration: none;
	padding-left: 70px;
}

div#extras a:active, div#extras span {
	display: block;
	line-height: 30px;
	color: #619B36;
	text-decoration: none;
	padding-left: 70px;
}

/* ////////// LEVEL ONE / LEVEL TWO DIV ////////// */

div#levelone, div#leveltwo {
	border:1px solid #8c9217;
	background-color: #F3F7EF;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 95%;
	line-height: 120%;
	margin-left: 10px;
}

div#levelone h1, div#leveltwo h1 {
	font-size: 110%;
	margin-left: 0px;
}

div#levelone a:link, div#levelone a:visited, div#levelone a:hover, div#levelone a:active {
	color: #8c9217;
	text-decoration: none; 
}

div#leveltwo a:link, div#leveltwo a:visited, div#leveltwo a:hover, div#leveltwo a:active {
	color: #8c9217;
	text-decoration: none; 
}


/* ////////// FURTHER DIV ////////// */

div#further {
	margin-right: 10px;
	margin-left: 10px;
}
div#further a:link {
	display: block;
	color: #919717;
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5AC1B;
	text-decoration: none;
	line-height: 22px;
	background-image: url(images/chevronRed.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

div#further a:visited {
	display: block;
	color: #919717;
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5AC1B;
	text-decoration: none;
	line-height: 22px;
	background-image: url(images/chevronRed.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

div#further a:hover {
	display: block;
	color: #919717;
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5AC1B;
	text-decoration: none;
	line-height: 22px;
	background-image: url(images/chevronRed.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

div#further a:active {
	display: block;
	color: #919717;
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5AC1B;
	text-decoration: none;
	line-height: 22px;
	background-image: url(images/chevronRed.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

/* ////////// BROWSE DIV ////////// */

div#levelone {
	float: left;
	width: 300px;
	}
	
div#leveltwo {
	float: right;
	width: 200px;
	}


/* ////////// CLASSES ////////// */

.find {
	font-size: 85%;
}

.borderimage {
	border: 1px solid #a5b6c7;
	margin-left: 30px;
}

.homeborderimage {
	border: 1px solid #BECFAD;
}

.noborderimage {
	margin-left: 30px;
}


.blue {
	color: #5D9732;
}

.red {
	color: #AB0000;
}

.biofuelyes{
	background-image: url(images/biofuelYes.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.biofuelno{
	background-image: url(images/biofuelNo.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.furtheryes{
	background-image: url(images/furtherYes.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.furtherno{
	background-image: url(images/furtherNo.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.calibrationyes{
	background-image: url(images/calibrationYes.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.calibrationno{
	background-image: url(images/calibrationNo.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.testyes{
	background-image: url(images/testYes.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.testno{
	background-image: url(images/testNo.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.softwareyes{
	background-image: url(images/softwareYes.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.softwareno{
	background-image: url(images/softwareNo.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.setaplusyes{
	background-image: url(images/setaplusYes.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.setaplusno{
	background-image: url(images/setaplusNo.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.setaalertyes{
	background-image: url(images/setaalertYes.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.setaalertno{
	background-image: url(images/setaalertNo.gif);
	background-repeat: none;
	font-size: 80%;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	}
.feature {
	color: #666666;
	background-image: url(images/chevronBlue.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 15px;
	font-size: 90%;
}
.navheading {
	background-image: url(images/navigationBar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	}
.username{
	width: 125px;
	border: 1px solid #5d9732;
	margin: 2px;
	height: 12px;
	}
.password{
	width: 93px;
	border: 1px solid #5d9732;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
	height: 12px;
	}
	
.detailsrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top:1px;
	padding-bottom:1px;
	height: 20px;
	clear: both;
}

.detailsname {
	float: left;
	width: 110px;
	font-size: 95%;
	padding: 2px;
	margin-left: 8px;
}
.detailsfield {
	float: right;
	width: 460px;
	padding: 2px;
	text-align: left;
	font-size: 95%;
}
.searchrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top:1px;
	padding-bottom:1px;
	height: 24px;
	clear: both;
}
.searchlastrow {
	padding-top:1px;
	padding-bottom:1px;
}
.searchname {
	float: left;
	width: 80px;
	padding-top: 7px;
	font-size: 95%;
}
.searchfield {
	float: right;
	width: 460px;
	padding: 2px;
	text-align: left;
	font-size: 95%;
}
.searchlastfield {
	float: right;
	width: 460px;
	padding: 2px;
	text-align: left;
}
.searchbutton{
	float: right;
	text-align: right;
	width: 300px;
	}
.searchaccessories{
	float: left;
	text-align: right;
	width: 180px;
	font-size: 95%;
	}
.searchcode{
	float: left;
	}
.searchinput{
	border: 1px solid #5d9732;
	font-size: 100%;
	float: left;
	color: #666666;
	}
.news {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a4ab1a;
	}
.newsimage {
	float:left;
	width: 90px;
	padding-top: 10px;
	}
.newstext {
	float:right;
	width: 200px;
	padding-top: 10px;
	}
.contactrow {
	padding-top:1px;
	padding-bottom:1px;
	height: 30px;
	clear: both;
	margin-left: 8px;
	margin-bottom: 3px;
}
.contactone {
	float: left;
	width: 280px;
	padding: 2px;
	font-size: 95%;
}
.contacttwo {
	float: right;
	width: 280px;
	padding: 2px;
	text-align: left;
	font-size: 95%;
}
.contactfield {
	border: 1px solid #5d9732;
	font-size: 100%;
	float: left;
	width: 250px;
	
	}
	
.dealerrow {
	padding-top:1px;
	padding-bottom:1px;
	height: 25px;
	clear: both;
}
.dealername {
	float: left;
	width: 100px;
	font-size: 95%;
	line-height: 20px;
	margin-left: 8px;
}
.dealerfield {
	float: right;
	width: 450px;
	text-align: left;
	font-size: 95%;
}
.dealerinput {
	border: 1px solid #5d9732;
	font-size: 100%;
	float: left;
	width: 160px;
	}

.methodrow {
	padding-top:1px;
	padding-bottom:1px;
	height: 25px;
	clear: both;
}
.methodname {
	float: left;
	width: 150px;
	font-size: 95%;
	line-height: 20px;
	margin-left: 8px;

}
.methodfield {
	float: right;
	width: 400px;
	text-align: left;
	font-size: 95%;
}

.pe {
	padding-top:1px;
	padding-bottom:1px;
	clear: both;
}
.pelogo {
	float: left;
	width: 135px;
	margin-left: 8px;
	text-align: center;
	padding-bottom: 6px;
}
.pecopy {
	float: right;
	width: 440px;
	text-align: left;
	font-size: 95%;
}
.pe { margin-top: 10px; }
.methodinput {
	border: 1px solid #5d9732;
	font-size: 100%;
	float: left;
	width: 130px;
	}

.quoterow {
	padding-top:1px;
	padding-bottom:1px;
	height: 20px;
	clear: both;
}
.quotename {
	float: left;
	width: 180px;
	font-size: 100%;
	line-height: 20px;
	font-size: 100%;
	margin-left: 10px;

}
.quotefield {
	float: right;
	width: 380px;
	text-align: left;
}

.quoteinput {
	border: 1px solid #5d9732;
	margin: 2px;
	font-size: 100%;
	float: left;
	width: 160px;
	}

.passwordrow {
	padding-top:1px;
	padding-bottom:1px;
	height: 25px;
	clear: both;
}
.passwordname {
	float: left;
	width: 150px;
	font-size: 95%;
	line-height: 20px;
	font-size: 95%;
	margin-left: 8px;

}
.passwordfield {
	float: right;
	width: 430px;
	text-align: left;
	font-size: 95%;
}

.passwordinput {
	border: 1px solid #5d9732;
	font-size: 100%;
	float: left;
	width: 160px;
	}
	
.generalinput {
	border: 1px solid #5d9732;
	font-size: 100%;
	}

.button {
	margin: 2px;
	background-color: #5d9732;
	padding: 3px;
	border: 1px solid #666666;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	}
	
.go {
	margin-left: 6px;
	margin-top: 0px;
	background-color: #5d9732;
	font-size: 90%;
	padding: 1px;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	}
	
.dealerbox {
	border:1px solid #8c9217;
	background-color: #F3F7EF;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 95%;
	line-height: 120%;
}

.dealerbox h2 {
	font-size: 100%;
	}
.textarea {
	border: 1px solid #5d9732;
	margin: 2px;
	font-size: 120%;
	color: #666666;
	}
.textarearow {
		margin-left: 10px;
		}
a.nounderline {
	text-decoration: none;
	}

table.specs {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-right: 0px;
	border:1px solid #8c9217;
	}

table.specs td {
	padding: 2px;
	text-align: left;
	border: 1px solid #C6CD75;
	}
	
.records{
	float: left;
	padding: 10px;
	}

.continue{
	float: right;
	padding: 10px;
	}	
.tickbox{
	margin: 0px;
	}
/* ////////// addthis ////////// */
.addthis_toolbox { background-image: url(http://www.stanhope-seta.co.uk/images/addthis-bar-bg.gif); background-repeat: repeat-x; background-position: 0 bottom; width: 609px; height: 30px; float: right; margin-top: 0; margin-right: 7px; padding: 0; border: solid 1px #a5b6c6; }
.addthis_toolbox .their_images { font-family: Arial, SunSans-Regular, sans-serif; text-decoration: none; width: 94px; height: 23px; float: left; margin-top: 7px; border-top-width: 10px; }
.addthis_toolbox .their_images a img { margin-top: 5px; margin-right: 5px; margin-left: 5px; }
.addthis_toolbox .their_images a:hover img {  }
.addthis_toolbox .their_images a
{ font-size: 11px; line-height: 25px; text-decoration: underline; float: left; cursor: pointer; }
.addthis_toolbox .custom_images { color: #c21818; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 25px; text-decoration: none; width: 504px; height: 33px; float: left; margin-top: 0; margin-left: 10px; }
.addthis_toolbox .custom_images a { color: #c21818; font-size: 11px; line-height: 35px; text-decoration: underline; cursor: pointer; float: left; margin-right: 15px; margin-left: 0; }
.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}
.addthis_toolbox .custom_images a img
{ margin-top: 3px; margin-right: 5px; margin-left: 5px; }
.addthis_button_email {  }
.class { }
.custom_images a.addthis_button_compact { color: #115bb5; font-size: 11px; line-height: 22px; text-decoration: none; width: 84px; height: 23px; float: left; margin-top: 6px; margin-right: 0; margin-left: 15px; padding: 0; border-top-width: 10px; }
.custom_images .addthis_button_compact a:hover { text-decoration: none; margin-top: 10px; }
.addthis_separator { line-height: 10px; text-decoration: none; }
/* ////////// footerform ////////// */
#footerformcontainer { height: 300px; }
#footerbar { background-color: #7bac36; background-image: url(../files/images/new-footer-open-bg.gif); background-repeat: repeat-x; background-position: 0 bottom; width: 100%; height: 28px; float: left; margin: 0; padding: 0; }
#footeronemiddle { width: 684px; margin-top: 15px; margin-right: auto; margin-left: auto; }
#footeroneleft { width: 341px; height: 200px; float: left; margin-bottom: 10px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.footerrow { margin-bottom: 10px; padding-left: 10px; }
.footerrow textarea { font-size: 12px; width: 311px; height: 100px; margin-top: 10px; }
#footeroneright { width: 342px; height: 200px; float: left; margin-bottom: 10px; border-bottom: 1px solid #fff; }
div#footeroneinner p.heading { color: #486520; font-family: arial, sans-serif; font-size: 1.1em; font-weight: bold; width: 100%; }
div#footeroneinner p.headingsmall { color: #486520; font-size: 1em; font-family: arial, sans-serif; font-weight: bold; width: 331px; float: left; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-right: 0; padding-bottom: 7px; padding-left: 10px; border-bottom: 1px solid #fff; }
#openlink { color: #fff; width: 250px; height: 25px; margin: 5px auto 0; }
#openlink a { color: #fff; text-decoration: underline; }
#footeroneinner { background-color: #e3efd3; background-image: url(../files/images/new-footer-form-bg.gif); background-repeat: repeat-x; background-position: 0 top; width: 100%; float: left; margin: 0; padding: 0; border-bottom: 1px solid #fff; display: none; }
.cl { clear: both; margin: 0; padding: 0; }
#CTable { margin-top: 7px; }
.cduLabel { height: 15px; padding-top: 5px; }
.scaleText { line-height: 10px; height: 5px; }
.scaleRadio { height: 10px; }
.footerformbutton { padding: 3px; color: #486520; line-height: 20px; font-weight: bold; background-image: url(/images/new-footer-form-button.gif); background-repeat: no-repeat; text-align: center; text-transform: capitalize; width: 127px; height: 31px; float: right; margin: 2px 2px 2px 0; border-style: none; border-width: 0; cursor: pointer; }
.ajaxSubmit a { color: #666; }
#commentLimit { color: #666; font-size: 11px; text-align: right; width: 315px; margin-right: 10px; }
.pe { margin-top: 10px; }
#more {
	margin-left: 12px;
	}
#catalogue .contactone { font-size: 95%; padding: 0 2px 2px; width: 280px; float: left; }
#catalogue .contacttwo { font-size: 95%; text-align: left; padding: 0 2px 2px; width: 280px; float: right; }
#catalogue .contactthree { font-size: 95%; text-align: left; padding: 0 2px 2px; width: 280px; float: right; }
.contactone label { width: 100px; float: left; }
.contacttwo label { width: 100px; float: left; }
.contactthree label { width: 150px; float: left; }
.contactrow {
	padding-top:1px;
	padding-bottom:1px;
	height: 30px;
	clear: both;
	margin-left: 8px;
	margin-bottom: 3px;
}
#catalogue .contactrow { margin-left: 8px; padding-top: 1px; padding-bottom: 1px; height: 30px; clear: both; margin-bottom: 0; }
.contactone {
	float: left;
	width: 280px;
	padding: 2px;
	font-size: 95%;
}
.contacttwo {
	float: right;
	width: 280px;
	padding: 2px;
	text-align: left;
	font-size: 95%;
}
.contactfield {
	border: 1px solid #a5b7c7;
	font-size: 100%;
	float: left;
	width: 250px;
	}
.cataloguefield { font-size: 100%; background-color: #f6fafd; width: 150px; float: left; border: solid 1px #a5b7c7; }
div#formbanner { color: #666666; font-size: 95%; line-height: 130%; margin: 2px 20px 0 160px; padding: 0; }
.cataloguebutton { padding: 3px; border: solid 1px #63b000; color: #ffffff; line-height: 20px; font-weight: bold; background-color: #63b000; text-align: center; text-transform: capitalize; margin: 2px 2px 2px 0; cursor: pointer; }
.button { color: #ffffff; font-weight: bold; line-height: 20px; background-color: #a5b7c7; text-align: center; text-transform: capitalize; margin: 2px; padding: 3px; border: solid 1px #666666; }
.go {
	margin-left: 6px;
	margin-top: 0px;
	background-color: #a5b7c7;
	font-size: 90%;
	padding: 1px;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	}
.im { float: left; margin: 5px 10px 5px 0; }
div#cataloguefeatured { color: #666666; font-size: 80%; background-color: #ffffff; margin-top: 20px; margin-right: 5px; margin-left: 5px; padding: 0 5px 0 0; border: solid 1px #a5b7c7; }
div#cataloguefeatured p { margin: 0; padding: 0; }
div#cataloguefeatured a:link { font-size: 110%; line-height: 130%; text-decoration: underline; background-image: none; margin-bottom: 0; padding: 0; }
div#cataloguefeatured a:visited { font-size: 110%; line-height: 130%; text-decoration: underline; background-image: none; margin-bottom: 0; padding: 0; }
div#cataloguefeatured a:hover { font-size: 110%; line-height: 130%; text-decoration: none; background-image: none; margin-bottom: 0; padding: 0; }
div#cataloguefeatured a:active { font-size: 110%; line-height: 130%; text-decoration: underline; background-image: none; margin-bottom: 0; padding: 0; }
.fstyle
   {
       display: none;
    }