/*
colour info:
Flat green #6ea740
Flat pale green #c4e0ad
Green text #6ea740
Flat orange #ff8300
orange text #ff8300
Grey (dividers, etc.) #ccc
General text #666
General links #666
General hover links #ccc
*/



/* General Styles
-------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

/*
hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: none;
}
*/

hr {
	height: 0;
	margin: 10px 0;
	border: none;
	border-bottom: 1px dotted #ccc;
}

img {
	display: block;
	border: none;
}

a img {
	border: none;
}

img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

img.tableRight {
	margin: 0 0 10px 10px;
}

img.tableLeft {
	margin: 0 10px 10px 0;
}

img.bordered {
	border: 1px solid #ccc;
	padding: 3px;
}

.hide {
	display: none;
}

.inline {
	display: inline;
}

.noMargin {
	margin: 0;
}

.noIndent {
	text-indent: 0;
}

.floatRight {
	float: right;
	margin-left: 15px;
}

.floatLeft {
	float: left;
	margin-right: 15px;
}

span.highlight {
	color: #6ea740;
	font-weight: bold;
}

.clearBoth {
	clear: both;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	width: 0;
	font-size: 0;	/* fixes an IE bug */
}

input.button {
	border: 0;
	width: 132px;
	height: 25px;
	color: #fff;
	padding-left: 12px;
	background: url(../images/buttonBgPng.png) no-repeat left top;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	/*cursor: hand; [does not validate] */
}

input.button:hover {
	background: url(../images/buttonBgPng.png) no-repeat left -25px;
}

input.button.floatRight {
	margin-left: 10px;
}

input.button.floatLeft {
	margin-right: 10px;
}

a.button {
	display: block;
	border: 0;
	width: 132px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	padding-left: 12px;
	background: url(../images/buttonBgPng.png) no-repeat left top;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover {
	border: 0;
	background: url(../images/buttonBgPng.png) no-repeat left -25px;
	cursor: pointer;
	/*cursor: hand; [does not validate] */
	text-decoration: none;
	color: #fff;
}

ul, ol {
	margin: 0 0 1em 1em;
}

ul {
	list-style-image: url(../images/bulletArrowBlack.gif);
}

li {
	margin: 0 0 0.5em 1em;
}

ul ul, ol ol {
	margin: 0 0 0.15em 1em;
}


ul.linksBox {
	border: 1px solid #000;
	background: #fc6;
	width: 300px;
	margin: 0 auto 30px auto;
	padding: 2em;
	list-style: none;
}

ul.linksBox li {
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 17px;
}

ul.linksBox li a {
	display: block;
	padding: 0 0 0 20px;
	margin: 0;
	text-decoration: none;
	background: url(../images/bulletOrangeOrangeBg.gif) no-repeat;
	/*background: url(../images/bulletRolloverOrangeBg.gif) no-repeat 0 0;*/
	line-height: 17px;
	color: #000;
}

ul.linksBox li a:hover {
	text-decoration: underline;
	background: url(../images/bulletGreenOrangeBg.gif) no-repeat;
	/*background: url(../images/bulletRolloverOrangeBg.gif) no-repeat 0 -17px;*/
	color: #6ea740;
}




/*
ul.linksBox {
	border: 1px solid #000;
	padding: 2em;
	background: #fc6;
	width: 300px;
	margin: 0 auto 30px auto;
}

ul.linksBox li {
	color: #6ea740;
	list-style-image: url(../images/bulletOrangePng.png);
}
*/





/* Typography
-------------------------------------------------------------------------------------- */

body, input, textarea, select {
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
	font-weight: bold;
}

p {
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 1em;
}

h2 {
	color: #6ea740;
	font-size: 14px;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 1em;
}

h2.styled {
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	background: url(../images/thBg.jpg) bottom left no-repeat #f90;
}


h3 {
	color: #ff8300;
	font-size: 13px;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 1em;
}

h4 {
	color: #000;
	font-size: 12px;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 1em;
}

blockquote {
	border: 1px solid #000;
	background: #fc6;
	width: 75%;
	margin: 0 auto 30px auto;
	padding: 2em;
}

blockquote a {
	color: #000;
}

blockquote a:hover {
	color: #6ea740;
}

.error, .messages {
	color: #c00;
	font-weight: bold;
}








/* General Page Structure
-------------------------------------------------------------------------------------- */

html, body {
	width: 100%;
}

body {
	margin: 0 auto;
	background: #fff;
	width: 760px;
}

body.popup {
	margin: 0;
	background: #fff;
	width: auto;
	padding: 10px;
}




/* Header
-------------------------------------------------------------------------------------- */

#header {
	margin: 0;
}

#headerLogo {
	float: left;
	margin: 15px;
}

#topLinks {
	float: right;
	padding-top: 50px;
	list-style: none;
	margin: 0 5px 10px 10px;
	width: 300px;
}

#topLinks li {
	float: right;
	text-align: left;
	padding: 0 10px 0 10px;
	line-height: 20px;
	border-left: 1px dotted #ccc;
	margin: 0;
}

#topLinks li.first {
	border-left: none;
}

#topLinks li a {
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
	border: none;
}

#topLinks li a:hover {
	text-decoration: underline;
	font-weight: normal;
}



ul.topLink {
	list-style: none;
	margin-bottom: 40px;
}

ul.topLink li {
	text-align: right;
}






/* Main nav
-------------------------------------------------------------------------------------- */

#mainNav {
	clear: both;
	height: 22px;
	padding: 11px 0;
	background: url(../images/mainNavBg.gif) left top repeat-x;
	border-top: 3px solid #e3e3e3;
	border-bottom: 1px solid #fff;
	/*overflow: hidden;*/	/* this causes problems in FF - membersNav appears over the top of mainNav sub items */
}







/* Members nav
-------------------------------------------------------------------------------------- */

#membersNav {
	list-style: none;
	height: 30px;
	padding: 0 0 0 100px;
	border-bottom: 1px solid #000;
	background: url(../images/membersNavBg.gif) 13px center no-repeat #ff8300;
	overflow: hidden;
	margin: 0;
}

#membersNav li {
	float: left;
	text-align: left;
	padding: 0 15px;
	border-left: 1px dotted #a9cb8d;
}

#membersNav li.first {
	border-left: none;
}

#membersNav li a {
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#membersNav li a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}




/* Messages
-------------------------------------------------------------------------------------- */

#messageBox {
	background: url(../images/alert32.png) no-repeat 5px 5px #f00;
	border:1px solid #000;
	margin-bottom: 2em;
	padding: 1em 1em 1em 50px;
	font-weight: bold;
	color: #fff;
	font-style: normal; 
}

#messageBox ul {
	margin: 0 0 0 1em !important;
}

#messageBox li {
	list-style-image: none !important;
	list-style-type: disc !important;
	margin: 0 0 0.15em 1em !important;
}





/* Popup help tooltips
-------------------------------------------------------------------------------------- */

#dhtmltooltip{
	position: absolute;
	width: 200px;
	border: 1px solid black;
	padding: 5px;
	background-color: #c4e0ad;
	visibility: hidden;
	z-index: 100;
	color: #000;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#fixedTipDiv{
	position: absolute;
	width: 200px;
	padding: 5px;
	border: 1px solid #6ea740;
	background-color: #eee;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	color: #000;
	z-index: 100;
}

div.tooltipHelp {
	width: 20px;
	height: 20px;
}

div.tooltipHelp a {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/helpIconRollover.gif) no-repeat left top;
	border: none;
}

div.tooltipHelp a:hover {
	background: url(../images/helpIconRollover.gif) no-repeat left -20px;
	border: none;
}

div.tooltipHelp a.homePanel {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/helpIconHomePanel.gif) no-repeat left -20px;
	border: none;
}

div.tooltipHelp a.homePanel:hover {
	background: url(../images/helpIconHomePanel.gif) no-repeat left top;
	border: none;
}






/* Progress indicator
-------------------------------------------------------------------------------------- */

div.progressIndicator, div.progressIndicatorOn, div.progressIndicatorDone {
	width: 50px;
	height: 30px;
	padding: 5px;
	border: 1px solid #666;
	margin: 0 0 20px 0;
	text-align: center;
	float: left;
}

div.progressIndicator {
	background: #eee;
}

div.progressIndicatorOn {
	font-weight: bold;
	background: #fc0;
}

div.progressIndicatorDone {
	font-weight: bold;
	background: none;
	border: none;
	width: 70px;
	height: 32px;
	line-height: 32px;
	padding-left: 0;
}

div.progressIndicatorArrow {
	width: 36px;
	height: 40px;
	float: left;
	background: url(/images/arrowRightGreen32.gif) 50% 50% no-repeat;
}	






/* Feature boxes (news)
-------------------------------------------------------------------------------------- */

div.featureBox {
	border: 0;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	padding: 0 10px;
	margin: 0 0 15px 0;
}

div.featureBox.floatRight {
	clear: right;
	float: right;
	margin: 0 0 15px 10px;
}

div.featureBox.floatLeft {
	float: left;
	margin: 0 10px 15px 0;
}

div.featureBox.size173x166 {
	border-top: 1px solid #fff;	/* needed for Firefox, don't know why */
	height: 166px;
	background: url(/images/featureBoxBg173x166.gif) no-repeat left top;
	width: 173px;	/* For IE/Win */
	voice-family: "\"}\"";	/* Tantek Box Model Hack */
	voice-family: inherit;	/* Tantek Box Model Hack */
	width: 153px;	/* For CSS compliant browsers */
}

div.featureBox.size233x166 {
	border-top: 1px solid #fff;	/* needed for Firefox, don't know why */
	height: 166px;
	background: url(/images/featureBoxBg233x166.gif) no-repeat left top;
	width: 233px;	/* For IE/Win */
	voice-family: "\"}\"";	/* Tantek Box Model Hack */
	voice-family: inherit;	/* Tantek Box Model Hack */
	width: 213px;	/* For CSS compliant browsers */
}

div.featureBox.size233x206 {
	border-top: 1px solid #fff;	/* needed for Firefox, don't know why */
	height: 206px;
	background: url(/images/featureBoxBg233x206.gif) no-repeat left top;
	background: url(/images/featureBoxBg233x206.gif) no-repeat left top;
	width: 233px;	/* For IE/Win */
	voice-family: "\"}\"";	/* Tantek Box Model Hack */
	voice-family: inherit;	/* Tantek Box Model Hack */
	width: 213px;	/* For CSS compliant browsers */
}

div.featureBox h3 {
	margin: 7px 0 15px 0;
	color: #44598f;
	color: #f60;
	font-weight: bold;
	font-size: 12px;
}

div.featureBox p {
	margin: 0 0 10px 0;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

div.featureBox em {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

div.featureBox td {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

div.featureBox form.go {
	text-align: center;
}

div.featureBox input.go {
	color: #000;
	font-weight: normal;
	font-size: 12px;
	width: 50px;
}

div.featureBox img.rss {
	float: left;
	margin: 0 5px 0 0;
}

div.featureBox a { color: #000; text-decoration: underline; }
div.featureBox a:hover { color: #f60; text-decoration: underline; }






/* Quote/order
-------------------------------------------------------------------------------------- */

table.quoteTable {
	border-collapse: separate;
	border-spacing: 3px;
	border: 1px solid #000;
	margin-bottom: 20px;
}

table.quoteTable td {
	padding: 7px;
	background: #fc6;
	color: #000;
}

table.quoteTable th {
	padding: 7px;
	background: #9c9;
	color: #000;
	font-weight: bold;
}

table.boxTable {
	border-collapse: collapse;
	border: 1px solid #000;
	margin-bottom: 20px;
}

table.boxTable td {
	padding: 7px;
	background: #fc6;
	color: #000;
	text-align: left;
}






/* Search styles
-------------------------------------------------------------------------------------- */

#advSearch {
	border: 1px solid #000;
	margin-bottom: 20px;
	padding: 5px;
	background: #fc6;
}

div.resultsNav {
	margin-bottom: 30px;
}









/* Cart summary
-------------------------------------------------------------------------------------- */

/*
#cartSummaryTop {
	width: 165px;
	background: url(../images/top_nav_b.gif) left top no-repeat #02586f;
	margin-bottom: 1px;
}

#cartSummaryTop p {
	padding: 15px 6px 6px 6px;
	margin: 0;
	color: #fff;
}

#cartSummaryMid {
	background: #02586f;
	padding: 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#cartSummaryMid label, #cartSummaryMid a {
	color: #fff;
}

#cartSummaryMid a:hover {
}

#cartSummaryBottom {
	width: 165px;
	height: 28px;
	background: url(../images/bottom_nav.gif) left top no-repeat;
	margin-bottom: 10px;
}
*/





/* General page content
-------------------------------------------------------------------------------------- */

#breadcrumbs {
	margin-bottom: 1em;
	text-align: left;
}

#mainContent {
	padding: 15px;
	border-bottom: 2px solid #e3e3e3;
	margin-bottom: 15px;
}







/* Footer
-------------------------------------------------------------------------------------- */

#footerUpper {
	background: url(../images/logoBjIeFooter.gif) 15px center no-repeat;
	height: 35px;
	padding: 0 15px 0 187px;
	margin-bottom: 15px;
	font-size: 11px;
}

#footerUpper ul.left {
	float: left;
	list-style: none;
	margin: 0 5px 5px 0;
	/*width: 200px;*/
}

#footerUpper ul.left li {
	float: left;
	text-align: left;
	padding: 0 5px;
	line-height: 15px;
	border-left: 1px dotted #ccc;
	margin: 0;
}

#footerUpper ul.left li.first {
	border-left: none;
}

#footerUpper ul.left li a {
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #6ea740;
}

#footerUpper ul.left li a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #666;
}


#footerUpper ul.right {
	float: right;
	clear: right;
	list-style: none;
	margin: 0 0 5px 5px;
	width: 150px;
}

#footerUpper ul.right li {
	float: right;
	text-align: left;
	padding: 0 5px;
	line-height: 15px;
	border-right: 1px dotted #ccc;
	margin: 0;
}

#footerUpper ul.right li.first {
	padding: 0 0 0 5px;
	border-right: none;
}

#footerUpper ul.right li a {
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #6ea740;
}

#footerUpper ul.right li a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #666;
}

#footerUpper p.left {
	float: left;
	clear: left;
	margin: 0 5px 0 5px;
	width: 200px;
	overflow: visible;
}

#footerUpper p.right {
	float: right;
	clear: right;
	text-align: right;
	margin: 0 0 0 5px;
	width: 200px;
	overflow: visible;
}

#footerUpper p.right a {
	color: #666;
	font-weight: normal;
	border: none;
}

#footerUpper p.right a:hover {
	color: #ff8300;
	font-weight: normal;
}






#footerLower {
	clear: both;
	background: url(../images/footerLowerBg.gif) left bottom repeat-x #ff8300;
	height: 100px;
	padding: 15px;
	margin-top: 15px;
	border-top: 2px solid #e3e3e3;
}

#footerLower ul.left {
	float: left;
	list-style: none;
	width: 500px;
	margin: 0;
}

#footerLower ul.left li {
	float: left;
	margin: 0 5px 0 0;
	text-indent: -9000px;
	display: block;
}

#footerLower ul.left li.hackerSafe {
	width: 115px;
	height: 32px;
}

#footerLower ul.left li.hackerSafe a {
	display: block;
	text-indent: -9000px;
	border: none;
	background: url(../images/hackerSafeTemp.gif) no-repeat 0 0;
	width: 115px;
	height: 32px;
}

#footerLower ul.left li.commodo {
	background: url(../images/comodo40.gif) no-repeat 0 0;
	width: 67px;
	height: 40px;
}

#footerLower ul.left li.paypal {
	width: 60px;
	height: 38px;
}

#footerLower ul.left li.paypal a {
	display: block;
	text-indent: -9000px;
	border: none;
	background: url(https://www.paypal.com/en_GB/i/logo/PayPal_mark_60x38.gif) no-repeat 0 0;
	width: 60px;
	height: 38px;
}

#footerLower ul.left li.isis {
	width: 77px;
	height: 40px;
}

#footerLower ul.left li.isis a {
	display: block;
	text-indent: -9000px;
	border: none;
	background: url(../images/isis40.gif) no-repeat 0 0;
	width: 77px;
	height: 40px;
}

#footerLower ul.left li.idis {
	background: url(../images/idis40.gif) no-repeat 0 0;
	width: 77px;
	height: 40px;
}

#footerLower ul.left li.cardLogos {
	background: url(../images/cardlogos.gif) no-repeat 0 0;
	width: 132px;
	height: 20px;
}





#footerLower ul.right {
	float: right;
	list-style: none;
	width: 170px;
	margin: 0;
}

#footerLower ul.right li {
	float: right;
	margin: 0 0 0 5px;
	width: 79px;
	height: 23px;
}

#footerLower ul.right li a {
	display: block;
	text-indent: -9000px;
	width: 79px;
	height: 23px;
	border: none;
}

#footerLower ul.right li.validXhtml a {
	background: url(../images/validXhtmlBg.gif) no-repeat 0 0;
}

#footerLower ul.right li.validXhtml a:hover {
	background: url(../images/validXhtmlBg.gif) no-repeat 0 -23px;
}

#footerLower ul.right li.validCss a {
	background: url(../images/validCssBg.gif) no-repeat 0 0;
}

#footerLower ul.right li.validCss a:hover {
	background: url(../images/validCssBg.gif) no-repeat 0 -23px;
}

#footerLower p {
	clear: both;
	padding: 30px 0 0 0;
	margin: 0;
	font-size: 11px;
}





/* Edit record
-------------------------------------------------------------------------------------- */

table.editForm {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.editForm td {
	border: 0;
	padding: 2px;
	margin: 0;
}

table.editForm td.required {
	width: 5px;
	text-align: center;
	color: #f00;
}

table.editForm td.submit {
	border: 0;
	padding: 2px;
	margin: 0;
	background-color: transparent;
}

table.editForm th {
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	background: url(../images/thBg.jpg) bottom left no-repeat #f90;
}

table.editForm tr.row1 {
	background-color: #F5F5F5;
}

table.editForm tr.row2 {
	background-color: #FFFFFF;
}

td.field {
	text-align: left;
	width:99%;
}

td.fieldName {
	white-space: nowrap;
	text-align: right;
}

td.fieldNameError {
	white-space: nowrap;
	text-align: right;
	color: #f00;
	font-weight: bold;
}






/* Home panel
-------------------------------------------------------------------------------------- */

#homePanel {
	padding: 15px;
	background: url(../images/homePanelBottomBg.gif) left bottom repeat-x #ff8300;
}

#homeNewsWrapper {
	float: left;
	border: 1px solid #fff;
	width: 200px;
	padding: 10px;
	background: #ffbc75;
	margin: 0 10px 0 0;
}

#homeNewsWrapper h2 {
	color: #000;
	text-align: center;
	font-size: 16px;
}

#homeNewsWrapper h2 a {
	color: #000;
	text-decoration: none;
}

#homeNewsWrapper h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#homeNewsWrapper img.rss {
	float: right;
}

#homeNewsListTbl {
}

#homeNewsListTbl td a {
	text-decoration: none;
}

#homeNewsListTbl td a:hover {
	text-decoration: underline;
	color: #fff;
}

#homeNewsListTbl td.date {
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	padding-right: 3px;
}

/*
#homeNewsList {
	list-style: none;
	margin: 0;
	padding: 0;
}

#homeNewsList li {
	padding: 0 0 0 45px;
	margin: 0 0 3px 0;
}

#homeNewsList strong {
	display: inline;
	margin: 0 0 0 -40px;
	color: #000;
}

#homeNewsList a {
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

#homeNewsList a:hover {
	text-decoration: underline;
	color: #fff;
}
*/

#homeMap {
	float: left;
	margin: 0 10px 0 0;
}

#homeQuoteForm {
	float: left;
	margin: 0 10px 0 0;
	padding-top: 40px;
	background: url(../images/textInstantQuote.gif) left top no-repeat;
	width: 300px;
	overflow: visible;
}

#homeQuoteForm p {
	margin-bottom: 5px;
	color: #fff;
}

#homeQuoteForm td {
	color: #fff;
}

#homeQuoteForm input, #homeQuoteForm select {
	margin-bottom: 2px;
}






/* Home content
-------------------------------------------------------------------------------------- */

#homeContentwrapper {
	float: left;
	width: 234px;
	margin-bottom: 10px;
}

#homeIntroTooltips {
	list-style-position: outside;
	list-style-image: url(../images/BJiconUl.gif);
}

#homeIntroTooltips a {
	position: relative;
	font-weight: bold;
	font-weight: normal;
	text-decoration: underline;
	z-index:1;
}

#homeIntroTooltips a strong {
	position: absolute;
	visibility: hidden;
	width: 300px;
	height: 0;
	border: 1px solid black;
	background-color: #c4e0ad;
	color: #000;
	left: 8em;
	top: 2em;
	padding: 5px;
}

#homeIntroTooltips a:hover {
	text-decoration: none; 
	border: 0;
	z-index: 1000;
}

#homeIntroTooltips a:hover strong {
	visibility: visible;
	height: auto;
	cursor: pointer;
	z-index: 500; 
	text-align: left;
}

div.homeFeatureBox {
	width: 234px;
	border: 1px solid #ccc;
	background: #fff;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	min-height: 300px;
}

* html div.homeFeatureBox {	/* start hack to force min-height on IE6 */
	height: 300px;
}

div.homeFeatureBox.last {
	margin-left: 0;
}

div.homeFeatureBox h2 {
	text-align: center;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	background: #f0f0f0;
	color: #000;
	font-size: 16px;
}

div.homeFeatureBox h2 a {
	color: #000;
	text-decoration: none;
}

div.homeFeatureBox h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

div.homeFeatureBox div.content {
	padding: 10px;
}

div.homeFeatureBox div.content img.main {
	float: right;
	margin: 0;
}







/* Contact
-------------------------------------------------------------------------------------- */

table.contact {
	width: 100%;
	border: 0;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}

table.contact td {
	border: 0;
	padding: 2px;
}


table.contact td.fieldName p {
	text-align: right;
	margin-bottom: 0;
	padding-right: 5px;
}


table.contact td.required {
	width: 5px;
	text-align: center;
	color: #c00;
}

table.contact td.field {
	text-align: left;
	width:99%;
}

table.contact td.field p {
	margin-bottom: 0;
}

table.contact td.fieldName {
	white-space:nowrap;
	text-align:right;
}

table.contact td.fieldName label {
	text-align:right;
	margin-bottom: 0;
}

table.contact td.fieldNameError {
	white-space:nowrap;
	text-align:right;
	color: #c00;
	font-weight: bold;
}

table.contact td.fieldNameError label {
	text-align:right;
	color: #c00;
	font-weight: bold;
	margin-bottom: 0;
}






/* News
-------------------------------------------------------------------------------------- */

#newsList {
	list-style: none;
	margin: 0 0 20px 0;
	float: left;
	width: 500px;
}

#newsList strong {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	color: #f90;
}

#newsSubNav {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}

#newsQuoteForm {
	margin: 30px 0;
	border: 2px solid #e3e3e3;
}

/*
#newsSubNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#newsSubNav ul li {
	text-align: left;
	margin: 0;
	padding: 0;
}

#newsSubNav ul li a {
	padding: 0 0 0 12px;
	margin: 0;
	text-decoration: none;
	background: url(../images/arrowWhiteOnRedWhiteOnGrey.gif) no-repeat 0 0;
	line-height: 15px;
}

#newsSubNav ul li a:hover {
	text-decoration: underline;
	background: url(../images/arrowWhiteOnRedWhiteOnGrey.gif) no-repeat 0 -15px;
}
*/





/* Blog
-------------------------------------------------------------------------------------- */

div.blogListItem {
	border-bottom: 2px solid #ccc;
	background-color: #fc6;
	margin-bottom: 30px;
	padding: 10px 10px 30px 10px;
}

div.blogListItem h2 {
	margin-bottom: 5px;
}

div.blogListItem p.taster {
}

div.blogListItem a:hover {
	color: #fff;
}

#blogContent {
	border: 3px solid #ccc;
	padding: 10px 10px 30px 10px;
	background-color: #fff;
	margin-bottom: 30px;
}

#blogCommentFormWrapper {
	margin-bottom: 30px;
}

div.blogComment {
	padding: 10px 10px 30px 10px;
	background-color: #fc6;
	border-bottom: 2px solid #ccc;
	margin-bottom: 30px;
}

div.blogComment h3 {
	color: #333;
}

div.blogComment hr {
	color: #ff8300;
	background: #ff8300;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: none;
}

div.blogComment p {
	color: #333;
}

#blogCommentsEditable {
	margin-bottom: 30px;
}

div.blogCommentEditable {
	border-bottom: 1px solid #318085;
	padding: 10px 10px 30px 10px;
	background-color: #cde5e6;
	margin-bottom: 30px;
}






/* Shop
-------------------------------------------------------------------------------------- */

div.shopListItemWrapper {
	border-bottom: 1px solid #000;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

div.shopListItemWrapper img.shopListThumb {
	float: left;
	clear: left;
	margin: 0 15px 20px 0;
	/*float: right;
	clear: right;
	margin: 0 0 15px 15px;*/
}

div.shopListItemWrapper h2 {
	font-size: 18px;
	font-style: normal;
	margin: 0 0 15px 0;
}

div.shopListItemWrapper h2 a {
	color: #6ea740;
	text-decoration: underline;
	font-weight: bold;
}

div.shopListItemWrapper h2 a:hover {
	color: #f90;
	text-decoration: underline;
	font-weight: bold;
}

div.shopListItemWrapper p.price {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 1em;
}

div.shopListItemWrapper p.price img.special {
	display: inline;
	margin: 0 0 0 15px;
}

#shopItemMainImg {
	float: right;
	margin: 0 0 25px 25px;
}

#price {
	color: #f90;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 1em;
}

#special {
	display: inline;
	margin: 0 0 0 15px;
}

#productOptionsTbl {
	border-collapse: collapse;
	margin-bottom: 25px;
}

#productOptionsTbl td.itemOptionLabel {
	line-height: 120%;
	padding: 3px;
	text-align: right;
}

#productOptionsTbl td.itemOptionSelect {
	line-height: 120%;
	padding: 3px;
}

#itemDescription img {
	display: inline;
}







table.cartTable {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.cartTable td {
	border: 1px solid #000;
	padding: 2px;
	margin: 0;
}

table.cartTable tr.row2 td {
	background-color: #ececec;
}

table.cartTable tr.row1 td {
	background-color: #e0e0e0;
}

table.cartTable th {
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	background-color: #fc6;
	margin-top: 15px;
}

table.cartTable th img {
	display: inline;
}






/*******************************************************************
 *                               FAQ                               *         
 ******************************************************************/

#catList {
	margin-bottom: 40px;
}






/*******************************************************************
 *                        Price graph                              *         
 ******************************************************************/

#priceGraphTbl {
	border-collapse: collapse;
	margin: 20px auto;
}

#priceGraphTbl td {
	padding: 3px;
}

