/*
			McKiege
			StyleSheet
			For Screen *default for print
			Version 1
			
			Nathan Olds, Innate Web Design, nate@innateservices.com		
		*/		
		
		
						
		/*----------------- BASIC TAGS       */		
		.nocss {display:none;}
		body, ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {padding:0;margin:0;}
		ul, dl, p, h1, h2 ,h3, h4 {margin-bottom:10px;}
		p {text-align:left;font-size:14px;}
		ul, ul li {text-align:left;font-size:14px;list-style-type:none;}
		ol, ol li {text-align:left;font-size:14px;}
		h1 {font-size:20px;}
		h2 {font-size:18px;}
		h3 {font-size:16px;}
		h4 {font-size:14px;}
		h5 {font-size:10px;}
		h6 {font-size:8px;}
		
		img {border:0px;}	
		a 			{color:#12285c;		text-decoration:underline;  }
		a:hover 	{color:#12285c;		text-decoration:underline;	}
		
		
		table {padding:0;margin:0;}
		tr {}
		td {vertical-align:top;text-align:center;padding:0;margin:0;border:0;}
		
		
		
		/*---------------- STRUCTURE          */
		
		body 
		{			
			font:16px "Lucida Sans", "Times New Roman", Helvetica, sans-serif;		
			background:url(../img/bk.jpg) left top repeat;	
			/* background-color:#E2E6EE; */					
			background-color:#e2e6ee;
		}
		
		/* center wrapper for for IE */
		* html body {text-align:center;}
		
		#wrapper
		{
			width:786px;
			margin:0px auto 0px auto;
			text-align:left;	
			padding:50px 0px 0px 0px;
		}
				
		* html #wrapper
		{
			
		}	
				
		
		/*---------------- NAV          */
		
		ul.nav li
		{
			display:table-cell;		
			
		}
		
		ul.nav-products li
		{
			display:table-cell;		
			text-align:center;
			vertical-align:top;
			
		}
		
		* html ul.nav li
		{
			display:block;
			float:left;		
			
			
		}
		
		* html ul.nav-products li
		{
			display:block;
			float:left;		
			
			
		}
		
		ul.nav-products li a
		{
			color:#000033;
			
		}
		
		
		/*---------------- HEADER          */
		#header
		{
			background:transparent url(../img/header.jpg) left top no-repeat;	
			margin-bottom:0px;		
			min-height:130px;
			height:130px;	
		}		
		
		* html #header
		{			
			height:110px;
			padding-bottom:0px;
		}		
		
		#header h1.companytitle
		{
			width:400px;
			height:90px;			
		}
		
		#header h1.companytitle a 
		{
			width:400px;
			height:90px;
			display:block;
			text-decoration:none;
		}
		
		#header h1.companytitle a span
		{
			visibility:hidden;
		}
			
		#header ul.nav-products
		{
			margin-left:215px;
			margin-bottom:0px;

		}
		
		* html #header ul.nav-products
		{
			height:30px;

		}
		
		#header ul.nav-products li
		{
			width:80px;
			height:30px;
		}
		
		
		
		#header ul.nav-products li a 
		{
			display:block;
			text-align:center;			
			padding:6px 3px 10px 3px;
			text-decoration:none;
			color:#ffffff;
			font-size:12px;
			margin-top:1px;
		}
		
		* html #header ul.nav-products li a 
		{
			padding:6px 3px 8px 3px;			
		}
		
		#header ul.nav-products li a:hover
		{
			background-color:#a4a8b4;
		}
		
		#header ul.nav-products li.nav-other 
		{
			width:140px;			
		}
		
		#header ul.nav-products li.nav-other a
		{
			width:140px;			
		}
		
		* html #header ul.nav-products li.nav-other a
		{
			width:140px;			
		}
				
		
		
		/*---------------- FOOTER          */
		#footer
		{			
			background:transparent url(../img/footer.jpg) left top no-repeat;
			padding:10px 0px 0px 0px;
			min-height:100px;
			height:100px;
			margin:0px;
		}
		
		#footer #copyright
		{
			display:block;
			font-size:12px;
			text-align:center;
			color:#a4a8b4;
			clear:both;
		}
		
		#footer h5
		{
			font-size:10px;
			text-align:center;
			color:#a4a8b4;
		}
		
		#footer a
		{
			color:#a4a8b4;
		}
				
		
		
		/*---------------- CONTENT          */
		#content
		{
			position:relative;
			background:transparent url(../img/content.jpg) 0px -130px repeat-y;
			min-height:450px;
			margin:0px;
			padding:10px 50px 60px 200px;
			color:#12285c;
		}	
		
		* html #content
		{
			height:450px;			
			text-align:left;
		}	
		
		#content h4
		{
			margin-top:40px;
			margin-bottom:0px;
		}
		
		#content blockquote.quote
		{
			position:absolute;
			top:150px;
			left:44px;
			margin:0px;
			padding:5px;
			width:137px;
			font-size:12px;
			text-align:center;
			color:#12285c;
		}

		#content ul.nav
		{
			position:absolute;
			top:0px;
			left:44px;
			margin:0px;
			padding:0px;
			width:150px;
		}
				
		#content ul.nav li
		{
			display:block;
			position:relative;
			width:150px;
			height:30px;
			vertical-align:top;
			border-bottom:1px solid #a4a8b4;
		}
		
		#content ul.nav li ul li
		{
			display:block;
			position:relative;
			width:150px;
			height:auto;
			vertical-align:top;
			border-bottom:1px solid #a4a8b4;
		}
				
		#content ul.nav li a 
		{
			display:block;
			text-align:center;			
			padding:10px 5px 10px 5px;
			text-decoration:none;
			color:#12285c;
			
			font-size:12px;
		}
		
		* html #content ul.nav li a 
		{
			padding:10px 5px 10px 5px;			
		}
				
		#content ul.nav li a:hover
		{
			background-color:#a4a8b4;
			color:#ffffff;
		}	
		
		/* submenus */
		
		
		
		#content ul.nav li ul
		{
			display:none;		
			position:absolute;
			top:0px;
			left:150px;
			width:150px;
			height:auto;	
			background-color:#c3c8d6;
			border-top:1px solid #a4a8b4;
			border-right:1px solid #a4a8b4;
		}
		
		#content ul.nav li ul li#subnav-dealer a 
		{
			padding:5px 5px 5px 5px;
		}
				
		#content ul.nav li.over ul, #content ul.nav li:hover ul
		{
			display:block;			
		}
		
		#content ul.nav li ul li a:hover
		{
			color:#ffffff;
			background-color:#a4a8b4; /* #12285c; */
		}
		
		
		
		
/*---------------- WELCOME          */
		#welcome
		{
			padding:20px 0px 0px 20px;			
		}
		


/*---------------- EBAY          */
		#ebay
		{
			position:absolute;
			bottom:0px;
			left:220px;
			min-height:50px;
			height:50px;
			width:100px;
		}
		
/*----------------- PRODUCT LIST */
		#productlist
		{
			float:right;
			width:200px;
			text-align:left;
			padding-top:200px;
			
		}
		#productlist img
		{
			float:right;
			clear:right;
		}
		
		
		
/*--------------- FAQS */

		body.faqs div#content
		{
			
		}
		
		
		#faqanswers 
		{	
			
			
		}
		
		#faqanswers dt
		{
			font-size:14px;
			font-weight:bold;
			margin-top:10px;
			padding:10px 30px 0px 30px;
			border-top:1px solid #788dc0;
			
		}	
		
		
		#faqanswers dd
		{
			padding:10px 30px 30px 50px;
		}
		
		
		
		#faqquestions
		{
			margin-top:10px;
		}
		
		#faqquestions dt a
		{
			font-size:12px;
		}
		
		#faqquestions dt 
		{
			padding:10px 30px 0px 30px;
		}
		
/*--------------- PRODUCTS */

		body.products div#content
		{
			
		}
		
		body.products div#content h2
		{
			clear:both;
		}
		
		body.products div#content img.productimage
		{
			float:right;
			width:200px;
			margin-left:20px;
			margin-bottom:20px;
		}
		
		body.products div#content h5
		{
			font-weight:normal;
		}
		
/*--------------- PRICELIST */
		
		table.pricelist
		{
			border:1px solid #788Dc0;
			width:400px;
			margin-bottom:5px;
			
			
		}
		
		* html table.pricelist
		{
			width:400px;
			
			
			
		}
		
		table.pricelist td
		{
			text-align:left;
			height:30px;
			padding:4px;
			font-size:12px;
			border-bottom:1px solid #788Dc0;
		}
		
		table.pricelist td.productname
		{
			font-weight:bold;
		}
		
		table.pricelist th
		{
			font-size:10px;
			text-align:left;
			background-color:#788dc0;
			color:#ffffff;
		
		}
		
		
/*------------ BY BRAND -------*/
		#bybrand ul.nav-products li
		{
			display:block;		
			text-align:left;
			margin-left:20px;
			list-style-type:disc;
			list-style-position:inside;
			
		}
		
		#bybrand ul.nav-products li
		{
			padding-left:20px;
			list-style-type:disc;
			list-style-position:inside;
			
		}
		
		
		
		
		
/*------------- CART -------------- */
		table#cart
		{
			border-right:1px solid #788Dc0;
			border-top:1px solid #788Dc0;
			width:500px;			
		}
		
		table#cart tr th
		{
			font-size:10px;
			text-align:left;
			background-color:#788dc0;
			color:#ffffff;
			text-align:center;
		}
		
		table#cart tr td
		{
			text-align:left;
			height:30px;
			padding:4px;
			font-size:12px;
			border-bottom:1px solid #788Dc0;
			border-left:1px solid #788Dc0;
		}
		
		table#cart tr td.totals
		{
			text-align:right;
			border-bottom:0px solid #788Dc0;
			border-left:0px solid #788Dc0;
		}
		
		table#cart tr td.directions
		{
			border-bottom:0px solid #788Dc0;
			border-left:0px solid #788Dc0;
		}
		
		table#cart tr td.directions form
		{
			display:inline;
		}
		
		table#cart tr td.subtotal
		{
			width:60px;
		}
		
		table#cart tr td.price
		{
			width:60px;
		}
		
		table#cart tr td.quantity
		{
			width:80px;
		}
		
		table#cart tr td.quantity input.qty
		{
			width:40px;
			float:left;
		}
		
		table#cart tr td.quantity input.btn
		{
			clear:left;
			float:left;
		}
		
		
		a.buynow
		{
			display:block;
			width:50px;
			border:1px solid #CC0000;
			background-color:#990000;
			color:#ffffff;
			padding:2px 5px;
			text-decoration:none;
			font-weight:bold;
			text-transform:uppercase;
			font-size:10px;
			text-align:center;
		}
		
		/*------ CART BOX */
		
		div.cartbox
		{
			margin:0px;
			padding-left:10px;
			text-align:center;
		}
		
		div.cartbox p
		{
			font-size:12px;
			line-height:20px;
		}
		
		div.cartbox p a
		{
			width:150px;
			border:1px solid #CC0000;
			background-color:#990000;
			color:#ffffff;
			padding:2px 5px;
			text-decoration:none;
			font-weight:bold;
			text-transform:uppercase;
			font-size:10px;
			text-align:center;
		}
		
		div.cartbox p span.numofproducts
		{
			font-size:16px;
			color:#990000;
		}
		
		
		/* PRODUCT DISPLAY */
		
		div#productdisplay 
		{	
		}
		
		div#productdisplay img
		{	

			
		}
		
		
		
		
		
		