BODY {
  background: #F8F8F8;
}

/* header logo and ad */
DIV.headerlogo
        {
        float: left;
        }
		

DIV.headerad
        {
        margin-top: 15px;
		margin-bottom: 15px;
		margin-left: -234px;
		position: absolute;
		left: 50%;
		width: 468px;
        }
/* end header logo and ad */


/* sections list in top right of header */
DIV.sectionslist 
        {
        font-family: Verdana, Geneva, Arial, sans-serif;
        font-size: 10px;
        color: #cccccc;
        background-color: transparent;
        position: relative;
        top: 6px;
        right: 0;
	text-align: right;
        }

DIV.sectionslist a, DIV.sectionslist a:visited
        {
        color: #cccccc;
	text-decoration: none;
        }

DIV.sectionslist a:hover
        {
	color: #FFFFFF;
	text-decoration: underline;
        }
/* end sections list */


table.headerNavigation {
  border: solid 1px #2B438F;
}

TR.headerNavigation {
  background: #F8F8F8;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FF1010;
	background-image: url(http://www.in-car-stuff.com/shop/images/bg_topnav.gif);
	height: 20px;
}

TD.headerNavigation a, TD.headerNavigation a:visited {
	color: #334C9A;
	text-decoration: none;
	margin: 0 3px;
}

TD.headerNavigation a:hover {
  color: #FF1010;
}

A.headerNavigation { 
  color: #FF1010; 
}

A.headerNavigation a:hover {
  color: #FF1010;
}

/* wrapper for fluid resize with max width */
div#headerwrapper{text-align:center;margin-left:auto;margin-right:auto;display:block;width:99%;max-width:1000px;padding:5px;padding-top:0px;border-style:solid;border-width:1px;border-top-width:0px;border-bottom-width:0px;border-color:#D8D8D8;background:#ffffff;}* html div#headerwrapper{width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth:document.body.clientWidth) > 1001 ? "1000px":"99%");}
/* end wrapper */

/* wrapper for fluid resize with max width */
div#wrapper{text-align:center;margin-left:auto;margin-right:auto;display:block;width:99%;max-width:1000px;padding:5px;padding-top:0px;border-style:solid;border-width:1px;border-top-width:0px;border-color:#D8D8D8;background:#ffffff;}* html div#wrapper{width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth:document.body.clientWidth) > 1001 ? "1000px":"99%");}
/* end wrapper */

