@charset "utf-8";

body  {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	background: #4e4946;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
form, input {
	margin:0;
	padding:0;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:125%;
}
.twoColFixLtHdr #container { 
	font-size: 13px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	font-size: 13px;
	background: #fff url(../images/banner.jpg) no-repeat scroll 310px bottom; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	min-height:170px;
	margin:0;
} 
.twoColFixLtHdr #header h1 {
	margin: 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: 40px 0 5px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h2 {
	font-size:145%;
	font-style:italic;
	margin:0;
	padding-left:20px;
}
.header_right {
	float:right;
	font-size:120%;
	margin:10px 15px 0 0;
	padding:5px 5px;
	border:1px solid #444;
}
.header_right a, .header_right a:visited {
	color: #000;
}
.header_right h3 {
	color:#C00;
}
.header_right img {
	border:none;
}
.twoColFixLtHdr #sidebar1 {
	clear:both;
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	line-height:1.5em;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	margin:0;
}
#sidebar1 h3 {
	background:#c6c4b9;
	display:block;
	padding:5px 10px;
	color:#444;
}
#sidebar1 ul {
	margin:0;
	padding:0;
}
#sidebar1 li {
	list-style-type: none;
	margin:0;
	font-size:90%;
}
#sidebar1 a, #sidebar1 a:visited {
	text-decoration:none;
	color:#444;
	display:block;
	padding-left:10px;
	border:1px solid #ccc;
	font-weight:bold;
}
#sidebar1 a:hover {
	background:#cbb167;
	color:#fff;
}
.twoColFixLtHdr #mainContent { 
	float:right;
	margin:0;
	padding:20px 50px 15px 20px;
	width:608px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c6c4b9;
	color:#444;
	text-align:center;
	border-top:3px solid #444;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a, #footer a:visited {
	color:#444
}

.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;
}

#menu_bar {
	background:#c6c4b9;
	white-space:nowrap;
	float:left;
	width:940px;
	padding-left:10px;
	border-top:3px solid #444;
	border-bottom:3px solid #444;
	margin:0;
}

#menu_bar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu_bar ul li {
	background:#c6c4b9;
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	list-style-image:none;
	list-style-position:outside;
}
#menu_bar ul li a {
	text-decoration: none;
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	border-left:2px solid #fff;
	display:block;
	margin-left:0;
	padding: 0 20px;
	font-weight:bold;
	height:3.1em;
	color:#444;
	height:3.1em;
	line-height:3.1em;
}
#menu_bar ul li a:hover {
	text-decoration:none;
	background:#cbb167;
	color:#fff;
}
#menu_bar .shopping a, #menu_bar .shopping a:hover {
	background:#C00;
	color:#fff;
	border-right:2px solid #fff;
}
/* SEARCH FORM*/
.kasearch {
	margin:0;
	padding:0;
	float:left;
/*	display:inline;  Ignored by all browsers except IE 6. Corrects margin error on right float. */
	line-height:3.1em;
	height:3.1em;
	margin:0 10px 0 40px;
	_padding-top:7px; /* Only IE 6 will see this */
}
.articles {
	margin:0 30px;
	width:450px;
	border:1px solid #444;
	padding:15px 15px;
	background:#c6c4b9;
}
.articles ul {
	margin:0;
	padding:10px 10px;
	border:1px solid #444;
	line-height:1.5em;
	font-size:120%;
	background:#fff;
}
.articles ul li {
	list-style-type:none;
	
}
.articles ul li a {
	text-decoration:underline;
	display:block;
	color:#000;
	padding:5px 10px;
}
.articles ul li a:hover {
	background:#cbb167;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.alt_color {
	background:#ddd;
}
.right_pdg {
	float:right;
	margin:0;
	padding: 0 40px;
}
.clear_right_pdg {
	clear:right;
}
.pdgproduct {
	width:95%;
	margin:auto;
}

.pdgproduct-left {
	text-align:center;
	padding:20px 20px;
}
.pdgproduct-right {
	float:right;
	width:325px;
	text-align:left;
	padding:20px 20px;
	
}
.pdgproduct-bottom {
	clear:right;
	text-align:left;
}
.index_table a, .index_table a:visited {
	text-decoration:none;
	color:#00F
}
.index_table {
	text-align:center;
	margin:0 auto;
}
.index_table img {
	border:none;
}
.pdg_table {
	border:none;
}
.buybutton {
	text-decoration:none;
	text-align:center;
	border:none;
}
	
	