	body
	{
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif; /* font inherit from here */
	font-size: 80%; /* 75 percent is the smallest cross browser size you want to go */
	color: #333;
	background-color: #FFF;
	text-align: center; /* centers the page in IE go figure */
	}
	#page	
	{
	margin: 5px auto 5px auto;
	text-align: left;
	height: auto;
	background-color: #FFF;
	width: 800px;
	}
/*top of page*/	
	#topBanner 
	{
	height: 100px;
	width: 800px;
	}
	#Logo
	{
	float: left;
	width: auto;
	}
	#topBannerItem /* should only be a banner ad but then again */
	{
	float: right;
	width: 500px;
	height: auto;
	/* margin-top: 20px; if you need to resize me */
	}
/* site navigation structure */
	#navBar
	{
	background-image:url(/images/topBar.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #666;
	width: 800px;
	height: 40px;
	text-align: left;
	}
	ul#tabnav 
	{
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 17px 0px; /* this centers the text */
	font-family: inherit;
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	white-space: nowrap;
	list-style-type: none;
	border-top: 1px solid #666; /* use to deteremine if positioning is overlap */
	}
	ul#tabnav li 
	{
	list-style-type: none;
	display: inline;
	}
	#tabnav a 
	{
	color:#FFF;
	text-decoration: none;
	padding: 4px 5px 0 5px;
	}
	#tabnav a:hover 
	{
	color: #F00;
	}
/* nav bar line separator */
	.lineWhite
	{
	border-right: 1px solid #ccc;
	}
/* product sub-nav selection */
	#sideNav
	{
	padding: 0 0 0 0; /* give me some space for the top curve */
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	height: auto;
	width: 200px; /*200px available*/
	}
	#sideNav ul 
	{
	list-style: none;
	margin: 0 0 0 5px; /* push to the left */
	padding: 0 0 0 0;
	border: none;
	}
	#sideNav li 
	{
	margin: 0 0 0 0;
	/*white-space: nowrap;*/
	}
	#sideNav li a 
	{
	display: block;
	padding: 5px 0 5px 5px;
	margin: 0 0 1px 5px;
	color: #333;
	text-decoration: none;
	width: 150px;
	}
	html>body #sideNav li a {width:160px;}
	#sideNav li a:hover 
	{
	border-left: 5px solid #FFF;	
	border-bottom: 1px solid #0087BB;
	margin: 0 0 0 0;
	color: #F00;
	}	
/*content area*/		
	#ContentArea
	{
	height: auto;
	margin-bottom: 3px;
	width: 800px;
	}
/* two col-page use these code to seperate */		
	#LeftSide
	{
	float: left;
	height: auto;
	width: 500px; /* less than 800 makes it easier */
	padding-bottom: 10px;
	}
	#RightSide
	{
	float: left;
	height: auto;
	width: 300px;
	}
/* product pages use these code to seperate */		
	#ProdLeftSide
	{
	float: left;
	height: auto;
	width: 210px; /* less than 800 makes it easier */
	}
	#ProdRightSide
	{
	margin-left: 3px;
	float: left;
	height: auto;
	width: 580px;
	}	
/* single col-page */	
	#SinglePageContent
	{
	float: left;
	height: auto;
	margin: 0 0 0 0;
	width: 800px;
	}
/* HIDE content area panels -- not being used in the latest version
	#Panels
	{
	background-image:url(/images/smallBar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	height: 90px;
	width: 800px;
	}
	.PanelBoxes /* NO TEXT IMAGE ONLY AT 190x90
	{
	float: left;
	width: 190px;
	height: 70px;
	margin: 5px 4px 5px 4px; /*less than 800 total
	}
*/
/* the bottom portion of each page - items carry through to all pages */
	#footer
	{
	height: auto;
	clear: both;
	padding-top: 5px;
	font-size: inherit;
	width: 800px;
	}
	#SterenGroup /* styles the larger bar component */
	{
	font-size: 0px;
	height: 100px;
	width: auto;
	}
	.footerBoxes
	{
	float: left;
	width: 390px;
	height: 120px;
	margin: 5px 0px 5px 5px; /*make less than 800*/
	border: 1px solid #336;
	}
/* footer area panels */
	#FooterPanels
	{
	height: auto;
	width: 800px;
	}
	.FooterPanelBoxes
	{
	font-size: 85%;
	float: left;
	height: auto;
	padding: 1px 2px 1px 2px; /*4 x less than 800 total*/
	width: 190px;
	}
	html>body FooterPanelBoxes {width: 195px;}
/* bottom of all pages */
	#pageFooter
	{
	/* border-top: 2px solid #333; */
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size: 85%;
	}	
/* typography */			
	h1, h2, h3, h4, h5, h6	
	{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #069;
	}	
	h1 /* use only at the top of all page otherwise use h2 */
	{font-size: 1.6em;
	padding-top: 0;} 
	h2 
	{font-size: 1.6em;
	padding-top: 0.5em;}
	h3 
	{font-size: 1.4em;
	padding-top: 0.4em;}
	h4 
	{font-size: 1.2em;
	padding-top: 0.3em;}
	h5 
	{font-size: 1.0em;
	padding-top: 0.2em;} 
	h6 /* special head */
	{font-size: 0.8em;}
	p, table, tr, td, ol, li
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	}
/* HIDE use productTable css until changes in SQL call procedures

	table, tr, td	
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	}
	ol, li	
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	} 
*/
	.footer
	{
	font-size: 0.9em;
	line-height: 1.5em;
	}
	a:link
	{}
	a:visited
	{}
	a:active
	{}
	a:hover 
	{color: #F00;}
/*form formatting*/	
	textarea /* carefull*/
	{
	background:#FFF;
	border: 1px solid #000;
	}
	.box /* style is similar to textarea */
	{
	background:#FFF;
	border: 1px solid #000;
	margin-bottom: 1px;
	width: 150px;
	}
	#partSearch
	{
	width: 165px;
	margin-bottom: 20px;
	}
/* inline image style */	
	img
	{
	border: 0;
	padding: 0 5px 0 5px;
	}
	.imgSteren
	{
	border: 0;
	padding: 0px 0px 0px 0px;
	}
	.imgBoxed /* for images with a border */
	{
	border: 1px solid #333;
	padding: 2px 2px 2px 2px;
	}
	.imgLeft
	{
	border: 0;
	padding: 0px 2px 0px 0px;
	}
	.imgRight
	{
	border: 0;
	padding: 0px 0px 0px 2px;
	}	
/*misc*/	
	.clearboth /* general purpose clear to keep floats from floating away */ 
	{
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	}
	.break /*break with in content only*/
	{
	height: 5px;
	background-color: #FFF;
	width: 800px; /* make slightly smaller that width or you will break the page */
	}
/*featured products on the right side of the page */
	.featured
	{
	float: left;
	width: 145px;
	height: auto;
	margin-top: 0px;
	padding-left: 2px;
	}	