/*body {
	margin: 0; padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
}*/

#menu_wrapper { 
	height:72px;
	background:#f7f7f7;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}

.menu_container {
 	width:980px;
	margin: 0 5px 0 10px;
	float:right;
	position: relative;
	border:0 dotted #00008b;

}

.cleaner { width:100%; height:1px; font-size:1px; clear: both; border:0 solid #ff0000 }

ul.topnav {
	list-style: none;
	padding: 0 15px;	
	padding: 0;	
	margin: 0;
	float: left;
	width: 980px;
	height: 70px;
	background: #f7f7f7;
	font-size: 13px;
	font-weight:700;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #454545;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 25px;
	height: 35px;
	float: left;
	border: 0 solid #ff0000;
	background: url("http://www.hillmanb2.com/images/arrow-down.gif") no-repeat center center;
}
ul.topnav li span.subhover {background-position: center center; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #f7f7f7;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #f0f0f0;
	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #9c9c9c; /*--Create bevel effect--*/
	border-bottom: 1px solid #9c9c9c; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	font-size:11px; 
	text-align:left;
	background: #f7f7f7;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #f7f7f7; 
}
#header img {
	margin: 20px 0 10px;
}

#checkout {color: #006400}