body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family: trebuchet ms, verdana, arial, helvetica, sans;
	font-size: 12px; 
	text-align:center;
	}
img {
	border:0px;
	}
div#headerContent {
	height:97px;
	padding-right:260px;
	position:relative;
	text-align:left;
	left:7px;
	top:48px;
	font-size: 11px; 
	margin:0;
	color: #000000;
	}
div#marketNav	 {
	float:left;
	display:block;
	vertical-align:top;
	width:138px;
	}	
div#marketNav	 a {
	width:110px;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:28px;

	color:black;
	font-size:14px;
	float:left;
	clear:left;
	background-image:url(../images/marketNavArrowOff.gif);
	background-repeat:no-repeat;
	border-top:1px solid #cdcdb8;
	border-bottom:1px solid black;
	}
div#marketNav	 a:hover {
	color:#da8712;
	background-image:url(../images/marketNavArrowOn.gif);
	background-repeat:no-repeat;
	}
div#wrapper {
	float:left;
	width:100%;
	}
div#footer {
	clear:left;
	width:100%; 
	background-image:url(../images/copyrightBack.gif); 
	background-repeat:repeat-x; 
	text-align:center; 
	clear:both;
	color: #999999;
	padding-top:3px;
	}
	
div#mainContent h1 {
	margin:0px;
	color:#000000;
	border-bottom:1px solid black;
	padding:0px 0px 3px 0px ;
	}	
div#mainContent h2 {
	margin:0px;
	padding:8px 0px 3px 0px ;
	}	
	
.inputbox {
	height:20px; 
	border:1px solid black;
	}	
	
.inputbox2 {
	height:20px; 
	width: 50px;
	border:1px solid black;
	}
	
.red{
	color:#FF0000;
	}
	
.odd {
	background-color:#e7e7dd;
	border-bottom:1px solid #cdcdb8;
	}
	
#productTable img {
	margin:0;
	border:1px solid #cdcdb8;
	}	
	
.tableHead {
	vertical-align:bottom;
	line-height:14px;
	}
	
.subtotal {
	background-color:#da8712;
	color:#FFFFFF;
	}	
	
#nav li:hover, #nav li.hover {
    position: static;
}