@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left;
	color: #000000;
	background-image:url(/images/background.jpg);
	background-repeat:repeat;
	z-index:-1;
	min-width: 810px;
}
.body a {
	color:#000000;
	text-decoration:underline;
}
.body a:visited {
	color:#000000;
	text-decoration:underline;
}
.body a:hover {
	color:#006600;
	text-decoration:none;
}
.twoColLiqLtHdr #pageheader {
	background-color: #fdd107; 
	background-image: url(/images/topbackground.jpg);
	background-attachment:scroll;
	background-position:top left;
	background-repeat:repeat-x;
	height: 262px;
	z-index:1;
} 
.twoColLiqLtHdr #logo {
	position:absolute;
	top: 28px;
	left: 7px;
}
.twoColLiqLtHdr #name {
	z-index:3;
	position: absolute;
	left: 172px;
	top: 10px;
}
.factorydirect {
	position: absolute;
	top:0;
	left:5%;
	margin-left:650px;
	background:url(images/factorydirect.gif);
	width:189px;
	height:155px;
	z-index:1;
}
.twoColLiqLtHdr #quicklinks {
	float: right;
	text-align:right;
	padding: 0px 10px 0px 748px;
	width: 180px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 22px;
	font-weight:bold;
	z-index:2;
}
.twoColLiqLtHdr #quicklinks a {
	color: #126c01;
	text-decoration: none;
}
.twoColLiqLtHdr #quicklinks a:hover, a:active {
	text-decoration: underline;
}
.twoColLiqLtHdr #quicklinks ul {
	list-style: none;
}
.twoColLiqLtHdr #quicklinks li {

}
.twoColLiqLtHdr #quicklinksfaq {
	float: right;
	text-align:right;
	padding: 0px 10px 0px 50px;
	width: 220px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 22px;
	font-weight:bold;
	z-index:2;
}
.twoColLiqLtHdr #quicklinksfaq a {
	color: #126c01;
	text-decoration: none;
}
.twoColLiqLtHdr #quicklinksfaq a:hover, a:active {
	text-decoration: underline;
}
.twoColLiqLtHdr #quicklinksfaq ul {
	list-style: none;
}
.twoColLiqLtHdr #quicklinksfaq li {

}
.twoColLiqLtHdr #phone {
	position: absolute;
	top: 98px;
	left: 170px;
	font: Tahoma;
	font-size:25px;
	width: 475px;
	line-height: 23px;
	font-weight:bold;
	padding: 2px;
	z-index: 4;
}
.twoColLiqLtHdr #phone a:link {
	text-decoration:none;
	color: #279d1c;
}
.twoColLiqLtHdr #phone a:visited {
	text-decoration:none;
	color: #279d1c;
}
.twoColLiqLtHdr #phone a:active {
	text-decoration:none;
	color: #279d1c;
}
.twoColLiqLtHdr #phone a:hover {
	text-decoration:none;
	color: #279d1c;
}
.twoColLiqLtHdr #phoneusa {
	float: left;
	text-align:center;
	width: 225px;
}
.twoColLiqLtHdr #phoneworldwide {
	float:right;
	text-align: center;
	width: 225px;
}
.twoColLiqLtHdr #phonesmall {
	color: #a05404;
	font-size: 18px;
}
.twoColLiqLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColLiqLtHdr #sidebar1 {
	position:absolute;
	left:0px;
	top:250px;
	float: left;
	width: 200px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div  */
	padding-top:15px;
}
.sidebarmenu {
	position:absolute;
	left:0px;
	padding-top: 12px;
	color:#666666;
	font-family: Tahoma, arial, Cambria;
}
.sidebarmenu ul{
	list-style-type:none;
	list-style-position:inside;
	list-style-image:none;
	font-weight:bold;
	width: 190px;
	font-size:11px;
	padding-left: 0px;
	padding-top: 0px;
	border-style: solid none solid none;
	border-color: #999999;
	border-size: 1px;
	border-width: 1px;
	background:none;
}
.sidebarmenu a, .sidebarmenu a:visited, .sidebarmenu a:link { 
	width: 175px;
	border-style: solid none solid none;
	border-color: #999999;
	border-size: 1px;
	border-width: 1px;
	display:block;
	padding-top: 4px;
	padding-left: 15px;
	height: 16px;
	color: #666666;
	text-decoration:none;
	background:none;
}
.sidebarmenu a:hover, a:active {
	color: #666666;
	text-decoration: none;
	background-color: #FFCC00;
}
.sidebarmenu li.submenu{  /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
	background:url(/images/sidebararrow.gif) no-repeat 30px 4px;
}
.sidebarmenu li.submenu a {
	padding-left:45px;
	width: 145px;
	height: 14px;
	padding-top: 3px;
	font-size:smaller;
}
.sidebarmenu li.submenu a:hover {
	color: #666666;
	text-decoration: none;
	background:none;
}
.sidebarmenu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	background-color: #ffcc00;
}	
.sidebarmenu .submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	color: #666666;
	text-decoration:none;
	text-indent: 10px;
	width: 120px;
}
.sidebarmenu .submenu ul li a:hover, a:active{
	text-decoration: none;
	background-color: #CCCCCC;
}
.twoColLiqLtHdr #mainContent {
	margin: 0 20px 0 210px;
	position:relative;
	top: -40px;
	height: 0;
	text-align:left;
} 
.beeline {
	font-family:papyrus;
}
.page a:link{
	color:#000000;	
} 
.page a:visited{ 
	color:#000000;	
} 
.page a:hover{ 
	color: #009900;	
} 
.page a:active{ 
	color: #009900;	
} 
.page h1, h2 {
	color:#59A042;
}
.twoColLiqLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
} 
.twoColLiqLtHdr #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 */
}
.twoColLiqLtHdr #footer a {
	color: #43892d;
	font-weight: bold;
	text-decoration: none;
}
.footer3 {font-size: 14px; }
.footer4 {font-size: 14px; font-style: italic; }
.body a:hover, a:active {
	text-decoration: underline;
}

/* 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;
}
.hidden {
	display: none;
}
.highlight {
	width:210px;
	text-align:center;
	border:outset;
	border-width:3px;
	border-color:#000000;
	background-color:#fedf0d;
	color:#000000;
	text-indent:0;
	padding:3px;
	margin:10px;
	float:right;
	text-align:center;
}
.googlecart {
	width: 300px;
	background-color:transparent;
	color:#000000;
}
.googlecart-override #googlecart-widget-head {
       border-width: 0px ;
       background-color: transparent !important;
	  	padding-right:10px;
		width: 300px;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold; !important
		line-height: 22px;
		font-weight:bold;
		text-align:right;
		color: #126c01; !important
   }
.googlecart-override #googlecart-arrow {
  float: right;
  margin: .5em .4em 0 .5em;
  height: .56em;
  width: .56em;
  line-height: .56em;
}
.override #googlecart-widget-body {
  border-top-width: 4px;
  border-color: #126c01; 
  position:relative;
  left:-5px;
}
   /* change the color of prices in the widget to green */
.googlecart-override .googlecart-widget-price {
		color: #126c01;
  }
.modeltable {
	font-size:11px;		
}
.modeltable a {
	color:#006600;
	text-decoration:none;
}
.modeltable a:hover {
	text-decoration:underline;
}
