html {height:100%}
body  {
	font: 9pt Helvetica Narrow, sans-serif;
	background: url("/images/bkg_img.jpg");
  	background-repeat: repeat;
	border: 1px solid #B7D1D5;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
}
#container { 
	width: 995px;
	background-color: #313131;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#center {
	text-align: center;
}
#banner {
	width: 995px;
}
#navbar-h {
	width: 995px;
	float: left;
	background-color: #E3E0FA;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 10px;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	border-left: solid 1px #FFFFFF;
	z-index:110;
}
#navbar-h table {
	padding: 0px;
}
#navbar-h td {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 12px;
}
#navbar-h img {
	vertical-align: middle;
	padding-bottom: 4px;
}
/* Root = Horizontal, Secondary = Vertical */
ul#navbar-h {
	margin: 0 0 0 0;
	border: 0 none;
	padding: 0;
	width: 995px; /*For KHTML*/
	background-color: #E8FF7E;
	list-style: none;
	height: auto;
	z-index:110;
}
ul#navbar-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	z-index:110;
	background-color: #E8FF7E;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	border-left: solid 1px #FFFFFF;
}
ul#navbar-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 175px;
	list-style: none;
	display: none;
	position: absolute;
	z-index:110;
	visibility: visible;
}
ul#navbar-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
	z-index:110;
}
ul#navbar-h ul li {
  background-color: #FFFFFF;
  width: 165px;
  padding: 2px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  z-index:110;
}
/* Root Menu */
ul#navbar-h a {
	padding: 0 7px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #E8FF7E;
	font: bold 10px/22px Helvetica Narrow, sans-serif;
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	z-index:110;
}
/* Root Menu Hover Persistence */
ul#navbar-h a:hover,
ul#navbar-h li:hover a,
ul#navbar-h li.iehover a {
	color: #000000;
	z-index:110;
	background-color: #FFFFFF;
	border: 0px;
}
/* 2nd Menu */
ul#navbar-h li:hover li a,
ul#navbar-h li.iehover li a {
	float: none;
	color: #000000;
	z-index:110;	
	border: 0px;
	background-color: #ffffff;
}
/* 2nd Menu Hover Persistence */
ul#navbar-h li:hover li a:hover,
ul#navbar-h li:hover li:hover a,
ul#navbar-h li.iehover li a:hover,
ul#navbar-h li.iehover li.iehover a {
	background: #000000;
	color: #E8FF7E;
	z-index:110;
	text-decoration: none;
}
/* 3rd Menu */
ul#navbar-h li:hover li:hover li a,
ul#navbar-h li.iehover li.iehover li a {
  	color: #E8FF7E;
	z-index:110;
	background-color: #B7D1D5;
}
/* 3rd Menu Hover Persistence */
ul#navbar-h li:hover li:hover li a:hover,
ul#navbar-h li:hover li:hover li:hover a,
ul#navbar-h li.iehover li.iehover li a:hover,
ul#navbar-h li.iehover li.iehover li.iehover a {
	background: #B7D1D5;
	color: #006CFF;
	z-index:110;
	text-decoration: underline;
}
/* 4th Menu */
ul#navbar-h li:hover li:hover li:hover li a,
ul#navbar-h li.iehover li.iehover li.iehover li a {
  	color: #E8FF7E;
	z-index:110;
	background-color: #B7D1D5;
}

/* 4th Menu Hover */
ul#navbar-h li:hover li:hover li:hover li a:hover,
ul#navbar-h li.iehover li.iehover li.iehover li a:hover {
  	background: #B7D1D5;
	color: #006CFF;
	z-index:110;
	text-decoration: underline;
}
ul#navbar-h ul ul,
ul#navbar-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 190px;
	z-index:110;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navbar-h li:hover ul ul,
ul#navbar-h li:hover ul ul ul,
ul#navbar-h li.iehover ul ul,
ul#navbar-h li.iehover ul ul ul {
  display: none;
	z-index:110;
}
ul#navbar-h li:hover ul,
ul#navbar-h ul li:hover ul,
ul#navbar-h ul ul li:hover ul,
ul#navbar-h li.iehover ul,
ul#navbar-h ul li.iehover ul,
ul#navbar-h ul ul li.iehover ul {
  display: block;
	z-index:110;
}
#top #navbar-top #navbar-h #navbar-h input {
	height: 20px;
	width: 995px;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
}
form {display: inline; 
}
#SKULookupForm input.Button {
	height: 18px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
#SKULookupForm .SKUInput {
	height: 12px;
	width: 75px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #000000;
	font-weight: bold;
}
#SEARCHLookupForm input.Button {
	height: 18px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
#SEARCHLookupForm .SKUInput {
	height: 12px;
	width: 75px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	color: #000000;
}
#cse-search-box input {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #5C430C;
}
#breadcrumb {
	width:989px;
	z-index:100;
	background-color: #c0c0c0;
	padding: 4px 2px 0 2px;
	font-family: Helvetica Narrow, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .5px;
	color: #000000;
	visibility: visible;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #e8ff7e;
	float: left;
	clear: both;
	height: 18px;
}
#breadcrumb a {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .5px;
	color: #313131;
	text-decoration: none;
}
#breadcrumb a:hover {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .5px;
	text-decoration: underline;
}
#breadcrumb img {
	border: none;
	align: center;
}
#bcdesc {
	float: left;
}
#breadcart {
	clip: rect(1px,auto,auto,auto);
	float: right;
	z-index: 101;
	text-align: right;
	height: 20px;
}
#mainContent {
	background-color: #313131;
	border: 0px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-left: 6px;
	float: left;
	width: 610px;
	color: #ffffff;
	visibility: visible;
}
#mainContent a {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 13px;
	color: #e8ff7e;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
#mainContent a:hover {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 13px;
	color: #c0c0c0;
	font-weight: bold;
	line-height: normal;
}
#mainContent img a {
	border: none;
}
#mainContent img a:hover {
	border: none;
	background-color: #313131;
	padding: 0;
	margin: 0;
}
#mainContent h1 {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #e8ff7e;
	margin-top: 10px;
}
#mainContent table {
	background-color: #313131;
	padding-top: 4px;
	margin-left: -3px;
}
#mainContent table td {
	text-align: center;
	vertical-align: top;
	background-color: #313131;
}
#mainContent table td img{
	border: 0;
}
#mainContent table th {
	background-color: #313131;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 10px;
}
#mainContent p {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #ffffff;
	vertical-align: top;
	text-align: center;
	display: inline;
}
#mainContent table td h5 {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 10px;
	color: #99CCFF;
	line-height: 12px;
	text-align: center;
	display: inline;
}
#mainContent table td h6 {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #5E0F0A;
	display: inline;
	text-align: center;
	height: 12px;
}
#maintext {
	width:620px;
	text-align: left;
	padding: 0 10px;
	background-color: #313131;
	z-index: 52;
	visibility: visible;
	font-size: 11px;
	font-family: Helvetica Narrow, sans-serif;
	color: #ffffff;
}
#maintext a {
	color: #c0c0c0;
	text-decoration: underline;
}
#maintext a:hover{
	color: #e8ff7e;
	text-decoration: underline;
}
#maintext h1 {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e8ff7e;
}
#maintext h2 {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 14px;
	color: #e8ff7e;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
}
#maintext p {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 9px;
	color: #ffffff;
	display: block;
	text-align: left;
}
.right {
	float: right;
}
.style7 {
	color: #5c430c
}
.style8 {
	color: #5bb7c4
}
.left {
	float: left;
}
form {display: inline; 
}
#productgrid table {
	text-align: center;
}
#productgrid hr {
	height: 4px;
}

		.highlight {
	color: #313131;
	background-color: #ffffff;
		}
		.searchheading {
	font-size: 30px;
	font-family: Helvetica Narrow, sans-serif;
	color: #c0c0c0;
	margin-top: 2px;
	margin-bottom: 2px;
		}
		.summary {
	font-size: 80%;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 2px;
	display: none;
		}
		.suggestion { 
		font-size: 100%; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		}
		.results { 
		font-size: 100%; 
		}
		.category { 
		color: #999999; 
		}
		.sorting { 
		text-align: right; 
		}
		.result_title { 
		font-size: 100%; 
		}		

		.description {
	font-size: 100%;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
		.context { font-size: 100%; }
		.infoline { font-size: 10px; font-style: normal; color: #e8ff7e; font-family: Verdana, Arial, Helvetica, sans-serif;}

		.zoom_searchform { font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #e8ff7e;}
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 4px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img {
			margin: 10px;
			width: 80px;
			border: 1px inset #e8ff7e;
		}

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff;}
		.result_pagescount {
	font-size: 100%;
	display: none;
}
		
		.searchtime { font-size: 80%; }
		
		.recommended 	{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFF99;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #003399;
	border-bottom-color: #003399;
		}
		.recommended_heading {
	font-weight: bold;
	margin-right: auto;
	margin-left:auto;
	text-align: center;
	color: #303934;
}
		.recommend_block {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: left;
		}		
		.recommend_title {
	font-size: 100%;
	color: #303934;
	right: 15px;
}
		.recommend_description {
	font-size: 100%;
	color: #5E0F0A;
}
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;
		}	
#mainsearch a {
	color: #5c430c;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#mainsearch a:hover {
	text-decoration: none;
}
#mainsearch p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5c430c;
}
#searchbox {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E0F0A;
	background-color: #E6E6E6;
	width: 215px;
	font-weight: bold;
}
#searchbox input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 11px;
	margin: 1px;
}
#mainsearch {
	padding-left: 8px;
	height: auto;
	width: 750px;
	padding-bottom: 4px;
	float: left;
	left: 190px;
	top: 125px;
}
#mainsearch h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #99cc33;
	margin-top: 2px;
	margin-bottom: 5px;
}

#mainsearch h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5E0F0A;
	margin-top: 1px;
	margin-bottom: 1px;
}
#sidebar-left{
	background-color:#000000;
	border-top: 0px;
	border-left: 1px solid #e8ff7e;
	border-right: 1px solid #e8ff7e;
	border-bottom: 0px;
	float: left;
	padding:4px 0 0 0;
	height: 2300px;
	margin-top: 0px;
	text-align:center;
	visibility:visible;
	width:168px;
	z-index:60;
	font-family:Helvetica Narrow, sans-serif;
	color:#c0c0c0;
	font-size:11px;
}
#sidebar-left a{
	color:#c0c0c0;
	text-decoration:none;
}
#sidebar-left a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
#sidebar-left img a{border:1px solid #B7D1D5;margin-bottom:2px;margin-top:1px}
#sidebar-left hr{color:#FFF}
#sidebar-left h4{;color:#000000;display:block;font-family:Helvetica Narrow, sans-serif;letter-spacing: 1px;font-size:13px;font-weight:700;margin:4px 0;padding:5px 0;text-align:center;border-top:2px solid #e8ff7e; border-bottom:2px solid #e8ff7e;background-color: #c0c0c0;}
#sidebar-left div{padding-top:2px 0 3px 0;text-align:center;}
#sidebar-left p{font-size:12px}
#sidebar-left h3{color:#FFF;font-family:Helvetica Narrow, sans-serif;;font-size:13px;text-decoration:none}
#sidebar-left ul{font-family:Helvetica Narrow, sans-serif;;font-size:12px;font-variant:normal;list-style-type:square;margin-left:auto;margin-right:auto;text-align:left;text-decoration:none}
#sidebar-left ul li{color:#FFF;font-family:Helvetica Narrow, sans-serif;;font-size:12px;font-variant:normal;text-align:left;text-decoration:none}
.AuthorizeNetSeal {
	width: 168px;
	padding: 2px 40px 2px 0;
}
#footer {
	padding: 10px; 
	margin-top: 0px;
	background-color: #000000;
	clear: both;
	text-align: center;
	font-size: 9px;
	border-top: 2px solid #e8ff7e;
	border-left: 1px solid #e8ff7e;
	border-right: 1px solid #e8ff7e;
	visibility: visible;
}
#footer a {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #c0c0c0;
	text-decoration: none;
}
#footer a:hover {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #e8ff7e;
	text-decoration: underline;
}
#footer ul {
	list-style-type: none;
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer li {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	margin: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer hr {
	line-height: 8px;
	color: #80ca00;
}
#footer td {
	text-align: center;
}
#seals {
		margin-top: 20px;
		margin-bottom: 10px;
	}
#seals table {
		margin-left: auto;
		margin-right: auto;
	}
#seals td {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		vertical-align: middle;
	}

/* Miscellaneous classes for reuse */
.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;
}
