@charset "utf-8";
/* CSS Document */

h1 
{
	font-size:30px;
	text-align: center;
 }
 
 h3
{
	
	text-align: center;
 }
 
 div.adsbelowamazon {
	text-align: center;
	margin: 0px;
	padding-left: 5px;
 }
 
.knifemenu{
	width: 220px; 
	border-color: #6F7768;
	border-style: solid solid solid solid;
	border-size: 1x;
	border-width: 1px;
	margin: 0;
	padding: 0;

}

.knifemenu a.bold {
	font-weight: bolder;	
}

.knifemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.knifemenu li a{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(pictures/knifemenu.gif) 100% 0;
    height: 25px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 25px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.knifemenu li a:link, .knifemenu li a:visited {
	color: #485B24;
}

.knifemenu li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.knifemenu li a.selected{
	color: #000000;
	background-position: 100% -64px;
	font-weight: bold;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 !important; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 !important; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #909090 !important;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0 !important; 
	height: auto;
	margin: 0 !important;
	background-color: #a7aca5;
}
.twoColFixLtHdr #container {
	width: 820px;
	margin: 0 auto !important; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #a7aca5;
	background-image: url(pictures/backgrounddiv.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	margin: 0px 0 0 0;
	padding: 0;
	overflow: hidden;
	position: relative;
} 
.twoColFixLtHdr #header h1 {
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFF;
	text-align: center;
}



.twoColFixLtHdr #mainContent {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 10px !important; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-right: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.toplevel {
	font-size: 105%;
	font-weight: bold;
}
.lowerlevelset {
	font-size: 95%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.gotosection {
	font-size: 90%;
	text-decoration: underline;
}
.smallertext {
	font-size: 75%;
	color: #060;
}
.pricetext {
	font-size: 90%;
}
.retailprice {
	color: #000;
}
.itemnames {
	color: #FFF;
	padding: 0px;
	height: auto;
	width: auto;
	font-size: 18px;
	background-color: #666;
}
.boxarounditemnames {
	color: #666;
	background-color: #333;
}
.listprice {
	color: #090;
}
.features {	color: #F30;
	font-style: normal;
	font-weight: bolder;
}
.freeshipping {	color: #F00;
}
.twoColFixLtHdr #container #mainContent h2 {
	text-align: left;
	font-size: 16px;
}