@charset "UTF-8";
/* CSS Document by JF - Yummy Green Beans Design */

body {
	background:#fff;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
	}
	
img {
	border:none;
	}	
	
.clear {
	clear:both;
	}
	
#wrapper {
	width:100%;
	margin:0;
	background:url(../images/header_bg.png) repeat-x top left;
	}
	
#container {
	width:900px;
	margin:0 auto;
	text-align:left;
	background:url(../images/header_knife_01.jpg) no-repeat top right;
	}
	
#container #headerKnife {
	position:absolute;
	top:0;
	left:484px;
	z-index:100;
	}
	
#container p.index {
	width:600px;
	margin-left:54px;
	}
	
#container h1, h2, h3, h4 {
	margin-left:54px;
	}
	
#container .links {
	margin-left:54px;
	}

/*  MAIN NAVIGATION
------------------------------ */
	
#container #navlist {
	margin:0 0 0 50px;
	padding:0;
	}
	
#container #navlist li {
	float:left;
	list-style-type:none;
	}

#container #navlist li a:visited,	
#container #navlist li a {
	display:block;
	background-color:#3e3e3e;
	border-top:none;
	color:#fff;
	text-decoration:none;
	padding:3px 10px;
	}
	
#container #navlist li.first a {
	background:#3e3e3e url(../images/1px_wht.png) bottom left;
	}
	
#container #navlist li a:hover {
	background-color:#666;
	}

/*  PRODUCT NAVIGATION (INDEX)
------------------------------ */
	
#container #products {
	margin:0 0 0 54px;
	padding:0;
	}
	
#container #products li {
	
	padding:8px;
	list-style-type:none;
	float:left;
	}
	
#container #products li a {
	padding:228px 12px 12px 12px;
	width:216px;
	height:0;
	display:block;
	overflow:hidden;
	line-height:34px;
	}
	
#container #products li.fixed a {
	background:url(../images/nav_fixed.jpg) no-repeat 12px 12px #656565;
	}
	
#container #products li.fixed a:hover {
	background:url(../images/nav_fixed.jpg) no-repeat 12px 12px #ff0000;
	}
	
#container #products li.folding a {
	background:url(../images/nav_folding.jpg) no-repeat 12px 12px #656565;
	}
	
#container #products li.folding a:hover {
	background:url(../images/nav_folding.jpg) no-repeat 12px 12px #ff0000;
	}
	
#container #products li.custom a {
	background:url(../images/nav_custom.jpg) no-repeat 12px 12px #656565;
	}
	
#container #products li.custom a:hover {
	background:url(../images/nav_custom.jpg) no-repeat 12px 12px #ff0000;
	}
	
#container #products li.bushtools a {
	background:url(../images/nav_bushtools.jpg) no-repeat 12px 12px #656565;
	}
	
#container #products li.bushtools a:hover {
	background:url(../images/nav_bushtools.jpg) no-repeat 12px 12px #ff0000;
	}
	
/*  FOOTER
------------------------------ */
	
#footer {
	font-size:10px;
	}
