/*RESET*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
/*****   GRIDS and TESTING   *****/
.grid	{
	background: url(../images/gridbg.jpg) repeat left top;
	clear: both; /*temp*/
	width: 900px; /*temp*/
	margin: 9px auto; /*temp*/
}

.horizgrid	{
	background: url(../images/horizgrid.gif) repeat left top;
	clear: both; /*temp*/
	width: 900px; /*temp*/
	margin: 0 auto; /*temp*/
}

/******   BASICS   ******/
html	{
	height: 100%;
}
body	{
	height: 100%;
	background-color: #fff;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:69%;
}

#container	{
	margin: 0 auto;
}

/*****   LAYOUT CONTAINER   *****/
div#layoutcontain	{
	clear: both;
	width: 900px;
	margin: 0 auto;
	background: url(/images/bg_main.gif) repeat-y 0 0;
}

* html div#layoutcontain	{
	height: 100%;
}

#footer
{
position: relative;
margin-top: -1em;
}


/*****   TOPMOST MENU / Login   *****/
#topmenu	{
	list-style: none;
	float: left;
	width: 100%;
	background: #000 url(../images/dotborder_blk.gif) repeat-x left bottom;
}

#topmenu ul	{
	width: 900px;
	margin: 0 auto;
}

#topmenu ul li	{
	font-size: 0.83em;
	line-height: 1.5em;
	padding: 4.5px 0;
	float: right;
}

#topmenu ul li a	{
	text-decoration: none;
	color: #ccc;
}

#topmenu ul li a:hover	{
	text-decoration: underline;
	color: #900;
}

/*****   HEADER w/ LOGO  *****/
div#head	{
	clear: both;
	background-color: #231F20;
	float: left;
	width: 100%;
}

div#head div	{
	width: 900px;
	height: 72px;
	margin: 0 auto;
}

div#head h1#logo a {
	float: left;
	background: #231F20 url(/images/logo_head.gif) no-repeat left top;
	width: 180px;
	height: 48px;
	margin: 10px;
}
div#head h1#logo a span	{
	display: none;
}

/*****   MAIN MENU   *****/
#mainmenu	{
	background-color: #f0f0f0;
	height: 36px;
	clear: both;	
	width: 100%;
}
#mainmenu ul	{
	list-style: none;
	margin: 0 auto;
	width: 900px;
}
#mainmenu ul li	{
	line-height: 1.5em;
	float: left;
}

#mainmenu ul li a	{
	text-decoration: none;
	text-align: center;
	display: block;
	color: #333;
	background: url(../images/menu_background.gif) no-repeat right top;
	padding: 9px 20px;
}
#mainmenu ul li a:hover	{
	color: #900;
}

/*****   MAIN CONTENT   *****/
#main	{
	width: 600px;
	float: left;
	overflow: hidden;
}

#main a	{
	color: #900;
	text-decoration: none;
}

#main a:hover	{
	text-decoration: underline;
}

/*****   MANUFACTURER NAV   *****/
#left	{
	width: 141px;
	float: left;
	margin-right: 9px;
	padding-bottom: 126px;
}

div#left ul	{
	list-style: none;
}
div#left ul li	{
	border-bottom: 1px solid #ddd;
}
div#left ul li a	{
	line-height: 1.5em;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 0.36em 0 0.36em 2.08em;
	background: #f0f0f0 url(/images/menubtn.gif) no-repeat 0 3px;
}
div#left ul li a:hover,div#left li a#leftselect	{
	background-color: #dfdfdf;
}

/*SUBMENU*/
div#left ul li ul	{
	background-color: #f3f3f3;
	margin-left: 6px;
	margin-bottom: 1.5em;
}
div#left ul li ul li	{
	border: 0;
}
div#left ul li ul li a	{
	background: url(../images/bullet_submenu_reg.gif) no-repeat 0 8px;
	display: block;
	font-size: 0.92em;
	line-height: 1.5em;
	padding: 0.36em 1em 0.36em 1.6em;

}
div#left ul li ul li a:hover	{
	color: #900;
	background: url(../images/bullet_submenu_over.gif) no-repeat 0 8px;
}
div#left h1	{
	font-weight: normal;
	color: #333;
	font-size: 1.17em;
	line-height: 1.29em;
	background-image: none;
	background-color: #ccc;
	padding-left: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
}

/*****   RIGHT ADS   ******/
#right	{
	width: 141px;
	float: left;
	padding-bottom: 126px;
}

/*****   FOOTER   *****/
#inviz	{
	clear: both;
}
div#footer	{
	clear: both;
	background-color: #231F20;
	width: 100%;
	padding: 18px 0;
	position: relative;
	bottom: 0;
	left: 0;
}
div#footer p	{
	font-size: 1em;
	color: #ccc;
	padding: 1em;
	width: 900px;
	margin: 0 auto;
}



/*****   COLUMNS   *****/
/*FOUR*/
div.quadcol div	{
	float: left;
	width: 148px;
}
div#main div.quadcol div a:hover	{
	text-decoration: underline;
}

#main div.quadcol div p, div.quadcol h4	{
	margin-right: 9px;
	margin-left: 9px;
}

/*THREE*/
div.tricol	{
	overflow: hidden;
}

div.tricol div	{
	width: 190px;
	height: 265px;
	float: left;
}

div#main div.tricol div h4, div#main div.tricol div p	{
	margin-left: 9px;
	margin-right: 0;
	padding: 0 5px 0 0;
}

div#main div.tricol img	{
}

/*TWO*/
div.mainbicol	{
	clear: both;
}
div.mainbicol div	{
	float: left;
	width: 290px;
}
div.mainbicol div p, div.mainbicol div h4	{
	margin-left: 36px;
}

div.mainbicol div p	{
	width: 18.75em;
}

div.mainbicol img	{
	border: 0;
	margin: 18px 20px;
}
div#main div.mainbicol div a:hover	{
	text-decoration: underline;
}

/*****   BREADCRUMBS   *****/
ul#breadcrumbs	{
	list-style: none;
	font-size: 1em;
	line-height: 1.5em;
	overflow: hidden;
	width: 98%;
	border-bottom: 1px solid #ddd;
	margin-top: 18px;
	margin-bottom: 0;
}
ul#breadcrumbs li	{
	float: left;
	background: url(/images/breadcrumbarrow.gif) no-repeat right 6px;
	padding: 0 1.5em 0.75em 0;
	margin-right: 1em;
	margin-bottom: 0;
}
ul#breadcrumbs li.breadcrumbsactive	{
	margin-left: 5px; 
	font-weight: bold;
	background-image: none;
}
ul#breadcrumbs a:hover	{
	text-decoration: underline;
}

/*****   MICROFORMATS   *****/
/*hCard*/
.vcard	{
	margin-bottom: 18px;
}

.vcard div, .vcard span	{
	line-height: 1.5em;
}

.org	{
	font-size: 1.17em;
	font-weight: normal;
	line-height: 1.29em;
}

.org a:hover	{
	text-decoration: underline;
}

.map	{
	background: url(../images/bullet_map.gif) no-repeat left top;
}

a.email	{
	display: block;
	line-height: 1.5em;
}


/*****   HEADERS   *****/
#main h1	{
	font-size: 1.27em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.29em;
	color: #806f5f;
	clear: both;
	text-align: left;
	height: 18px;
	background:url(../images/dotborder_blk.gif) repeat-x left bottom;
	margin-bottom: 1.29em;
	margin-right: 9px;
	padding: 5px 0;
	margin-top: 18px;
}

#main h1 span, #main .mainad h1 span	{
	display: none;
}

#main h2	{
	font-size: 2.18em;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 1.333em;
	margin-bottom: 1.333em;
}

#main h2 span	{
	display: none;
}

#main h3	{
	font-size: 1.637em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: .5em;
	margin-top: 1em;
}

#main h3.news	{
	margin-top: 1.5em;
	margin-bottom: 0;
}

#main h4	{
	font-size: 1.17em;
	font-weight: normal;
	line-height: 1.286em;
	margin-bottom: 5px;
	margin-top: 5px;
}

#main h5	{
	font-size: 0.92em;
	font-weight: normal;
	color: #666;
	line-height: 1.8em;
	margin-bottom: 0;
}


/*****   TEXT   *****/
#main p	{
	padding-right: 36px;
	margin-bottom: 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

#main p.more	{
	font-weight: bold;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #f0f0f0;
	margin-right: 9px;
}
#main p.date	{
	font-size: 0.92em;
	font-weight: normal;
	color: #666;
	line-height: 1.8em;
	margin-bottom: 0.9em;
}

#main .prodoverview	{
	line-height: 1.5em;
	margin-right: 36px;
}

#main .prodoverview img	{
	margin-top: 36px;
}

#main .prodoverview table	{
	margin-bottom: 18px;
	margin-top: 18px;
}

/*****   FORMS FORMATTING   *****/

dl#appform	{
	margin: 0 0 18px 0;
}
dl#appform dt	{
	line-height: 1.5em;
}
dl#appform dd	{
	margin-bottom: 18px;
}
fieldset	{
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset ul	{
	list-style: none;
}
p label	{
	line-height: 1.5em;
	margin-bottom: 0.75em;
}
input.textfield, textarea	{
	border: 1px solid #ccc;
	padding: 0.17em;
	color: #666;
}
select	{
	border: 1px solid #ccc;
}

/*****   BORDERS   ******/
.borderright {
	border-right: 1px solid #f0f0f0;
}
.borderbottom {
	border-bottom: 1px solid #f0f0f0;
}
.bordertop	{
	border-top: 1px solid #f0f0f0;
}

/*****   TABS   *****/
ul#tablist	{
	background-color: #eee;
	list-style: none;
	float: left;
	width: 590px;
}
ul#tablist li	{
	float: left;
	margin: 9px 0 0 5px;
	font-size: 0.92em;
}
div#main ul#tablist li a	{
	background-color: #f0f0f0;
	color: #666;
	display: block;
	padding: 5px;
	margin-top: 0.25em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div#main ul#tablist li a:hover	{
	color: #666;
	background-color: #f9f9f9;
	text-decoration: none;
}
div#main ul#tablist .tablistcurrent a	{
	background-color: #fff;
}
div#main ul#tablist .tablistcurrent a:hover	{
	background-color: #fff;
}
#tabcontentcontainer	{
	clear: both;
	/*background-color: #fff;*/
	margin: 0 10px 18px 0;
}
.tabcontent	{
	margin-top: 0;
	padding-top: 9px;
	border: 0;
	display: none;
}
.tabcontent h2 /*Needs reworking. Why does it have an underline?*/	{
	border-bottom: 0;
}

/*****   IMAGE FORMATTING   *****/

img.floatleft	{
	float: left;
	margin: 0 10px 10px 0;
}
img.floatright	{
	float: right;
	margin: 0 0 10px 10px;
}

/*****   RESULTS   *****/
#main table.productlist	{
	clear: both;	
	width: 589px;
}

#main table.productlist td, #main table.productlist th	{
	padding: 5px;
}

td.CategoryText	{
	border-bottom: 1px solid #f0f0f0;
}

td.CategoryText a	{
	font-weight: bold;
	line-height: 1.5em;
}

td.CategoryPrice	{
	border-bottom: 1px solid #f0f0f0;
	font-weight: bold;
	font-size: 1.17em;
	padding-top: 18px;	
}
#main td.CategoryText p span	{
	line-height: 1.5em;
	margin-bottom: 18px;
}

.webcode	{
	font-size: 0.92em;
	display: block;
}

/*****   BULLETED LISTS *****/
ul.bulleted	{
	list-style: none;
	margin-bottom: 36px;
}

ul.bulleted li	{
	line-height: 1.5em;
	padding-left: 1em;
	background: url(/images/bullet_reg.gif) no-repeat 0 7px;
}

/*****   TABLE   *****/
.SpecTable	{
	margin: 0 0 18px 0;
	border-collapse:collapse;
	width: 98%;
	border-top: 2px solid #ddd;
	font-size: 0.92em;
	clear: both;
}
.SpecTable caption	{
	text-align: left;
	font-size: 1.17em;
	font-weight: normal;
	line-height: 1.29em;
	padding: 0.65em 0;
}
.SpecTable th, .SpecTable td	{
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}
.SpecTable tbody tr, .SpecTable thead tr	{
	border-bottom: 1px solid #ddd;
}
.SpecTable thead th	{
	background-color: #eee;
}

.SpecTable tbody th	{
	font-weight: bold;
}

/*****   DEFINITION LISTS   *****/

dl	{
	margin-bottom: 1.5em;
}

dt	{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
}

dd	{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/*****   DETAILS   *****/

#main .details	{
	margin-top: 36px;
}


#main .details h1	{
	font-size: 1.5em;
	font-weight: normal;
	color: #666;
	line-height: 1em;	
	background-image: none;
}

#main .details h2	{
	font-size: 1.17em;
	font-weight: bold;
	color: #666;
	line-height: 1.29em;
	margin-bottom: 1.29em;
}

#main .details table td h2	{
	font-size: 1em;
}

#main .details h4	{
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 0;
}

#main .details h4 strong	{
	font-weight: bold;
}

#main .details p	{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#main .details p.webcode	{
	margin-top: 0;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: smallcaps;
	font-size: 0.92em;
}

.details p strong	{
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
}

#main .details ul	{
	margin-bottom: 1.5em;
}

#main .details li	{
	font-size: 1em;
	line-height: 1.5em;
	list-style: none;
	padding-left: 1em;
	background: url(/images/bullet_reg.gif) no-repeat 0 7px;
}

#main .details table tbody td	{
	font-size: 1em;
	line-height: 1.5em;
	vertical-align: top;
	}
	
	/*****   RIGHT AD SPACE   *****/
div#right div.rightadspace	{
	float: left;
	width: 100%;
	margin-top: 9px;
}

div#right div.rightadspace strong	{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.33em;
	color: #333;
	margin-bottom: 0.34em;
}
/*DEALER LOCATOR*/
a#locator, a#locator:visited	{
	background: url(/ads/ad_locator.gif) no-repeat left top;
	height: 250px;
	display: block;
	border: 1px solid #ccc;
	text-decoration: none;
}
a#locator:hover	{
	background: url(/ads/ad_locator_over.gif) no-repeat left top;
	border: 1px solid #ddd;
	text-decoration: none;
}
div#right a#locator strong, div#right a#locator:hover strong, div#right a#locator:visited strong	{
	padding: 100px 9px 0 9px;
	color: #900;
	display: block;
	text-decoration: none;
}
a#locator span, a#locator:visited span	{
	padding: 0 0.83em;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	color: #666;
}
a#locator:hover span	{
	padding: 0 0.83em;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	color: #333;
}
a#locator em , a#locator:visited em	{
	display: block;
	color: #900;
	font-size: 0.83em;
	font-style:normal;
	padding: 0 0.83em;
	margin: 0;
}
a#locator:hover em	{
	text-decoration: underline;
}
/*DEALER LOCATOR*/
a#bedealer, a#bedealder:visited	{
	background: url(/ads/ad_find.gif) no-repeat left top;
	height: 250px;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
}
a#bedealer:hover	{
	background: url(/ads/ad_find_over.gif) no-repeat left top;
	border: 1px solid #ddd;
	text-decoration: none;
}
div#right a#bedealer strong	{
	padding: 60px 9px 9px 9px;
	color: #900;
	display: block;
	text-decoration: none;
}
a#bedealer span	{
	padding: 0 0.83em;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	color: #666;
}
a#bedealer:hover span	{
	padding: 0 0.83em;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	color: #333;
}
a#bedealer em	{
	display: block;
	color: #900;
	font-size: 0.83em;
	font-style:normal;
	padding: 0 0.83em;
}
a#bedealer:hover em	{
	text-decoration: underline;
}

.mainad	{
	margin-bottom: 9px;
	margin-top: 9px;
	margin-right: 9px;
}

.mainad a	{
	display: block;
}

.nobold	{
	font-weight: normal;
}

.main_brandpic	{
	margin-bottom: 9px;
}

table.ourbrands td {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0px;
	width: 200px;
	line-height: 16px;

}

