/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #F7EDD4;
	background-image: url(../images/newpg/lftside.gif);
	background-repeat: repeat-y;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 90%;
	color:#968764;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-position: left top;
}
/* Commonly used to style page titles. */
h1 {
  font-size: 2em;
  font-weight: bold;
  line-height: 18px;
}
/* Commonly used to style section titles. */
h2 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 16px;
}
p {
color:#968764;
}
/* Sets the style for unvisited links. */
a:link, a:visited, a:active {
  color: #000;
  text-decoration: none;
}
/* Sets the style for visited links. */

/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}

p {
	font-size: 1em;
	color: #545344;
	text-align: left;
	padding-left: 25px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #F7EDD4;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 100%;
}
#outerWrapper #header {
	background-color: #F7EDD4; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/newpg/head3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 108px;
	padding:0px;
	*margin-left: -3px;
}
#namehead {
	height: 108px;
margin-right: 168px;
margin-left:168px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #F7EDD4;
  float: right;
  padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 150px;
  margin-top:-25px;
  *margin-top: 0px;
}
#outerWrapper #contentWrapper #rightColumn1 .rtBlocks {
	margin: 5px;
	*margin: 0px;
	border: 1px solid #000000;
}
.rtBlocks .hdBlock {
	background-color: #355E46;
	vertical-align: middle;
	height: 30px;
	padding-left:25px;
}
.rtBlocks .bdyTxt {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	
}
.rtBlocks .bdyTxt2 {
	padding: 5px;
	font-size: 10px;
	font-weight: normal;
	
}
.rtBlocks .bdyTxt2 table {
	width: 120px;
	border-collapse:collapse;
	border:0px;
}
.rtBlocks .bdyTxt2 table td {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	padding: 0px;
}
.rtBlocks .bdyTxt form{
margin: 0px;
padding:0px;
}
.rtBlocks .bdyTxt form input {
	background-color: transparent;
	color: #6F6E5E;
	font-weight: bold;
	border: 0px;
}
#outerWrapper #contentWrapper {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 130px;
	*top: 105px;
	z-index: 1;
}
#outerWrapper #menutop {
	*margin-left:25px;
	margin-right: 168px;
	height: 45px;
	width: 100%;
	*width:90%;
	z-index: 600;
	background-color: transparent;
}
#outerWrapper #menubot {
	*margin-left:25px;
	margin-right: 168px;
	margin-top:35px;
	height: 25px;
	width: 100%;
	*width:90%;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #F7EDD4;
	background-image: url(../images/newpg/lftside.gif);
	background-repeat: repeat-y;
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 158px;
	padding:0px;
	margin-top: -25px;
	*margin-top: 0px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-bottom: 0;
	margin-left: 168px;
	margin-right:200px;
	margin-top: 20px;
	padding: 10px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #content #retail2008 {
height: auto;
	width: 97%;
	vertical-align: top;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
#retail2008 .dispRet img {
	position: relative;
}
#outerWrapper #contentWrapper #content #dispHold {
	height: auto;
	width: 97%;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
#outerWrapper #contentWrapper #content #dispHold .dispCat {
	height: auto;
	width: 30%;
	float: left;
	margin-left:15px;
	margin-top:2px;
	margin-bottom:2px;
	border: 1px solid #545344;
	text-align: center;
	z-index: 600;
	position: relative;
}
.titleHd {
	background-color: #355E46;
	vertical-align: middle;
	height: 30px;
	color: #968764;
	font-weight:bold;
		z-index: 2;
}
.titleHd a:link, a:visited {
color: #968764;
font-weight:bold;
text-decoration: none;
}
.titleHd a:hover {
color: #CCC5B3;
font-weight:bold;
}
.title {
	font-size: 1.5em;
	font-weight: bold;
	color: #968764;
	line-height: 25px;
	vertical-align: middle;
}
.title a:link, a:visited{
	color: #968764;
	text-decoration: underline;
}
.title a:hover{
	color: #BAB09A;
	text-decoration: underline;
}
/*box for roll over tooltips */
#tipone {
	position: absolute;
	direction:ltr;
	z-index: 10000;
	width: 175px;
	border: 2px solid #003300;
	background-color: #FFFFFF;
}
#tipone.tipones {
	position: absolute;
	direction:ltr;
	z-index: 10000;
	font-size: 10px;
	text-align: left;
	color: #666666;	
	padding: 5px;
}

#tiptwo {
	width: auto;
	margin-right:25px;
	z-index: 10000;
}
#tiptwo.tiptwos {
	font-size: 0.9em;
	text-align: left;
	color: #000000;	
	z-index: 10000;
}
/*manufacturer images*/
.dispCat .image {
	height:120px;
	padding: 10px;
	line-height: 120px;
	margin-top:25px;
	*margin-top:0px;
	vertical-align: middle;
	z-index: 600;
	position: relative;
}
#outerWrapper #contentWrapper #content #dispProd {
	position: relative;
	height: auto;
	width:100%;
	*width:90%;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;

}
#outerWrapper #contentWrapper #content #dispProd .indProd{
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #545344;
	border-right-color: #545344;
	border-bottom-color: #545344;
	border-left-color: #545344;
	}
	#outerWrapper #contentWrapper #content #dispProd .titlebar{
	height: 30px;
	background-color: #254D35;
	text-align: left;
	vertical-align: middle;
	padding-left: 25px;
	}
	#dispProd .image{
	padding: 10px;
	margin-top: -150px;
	}
	#dispProd h2 {
	font-size:1.8em;
	line-height:1em;
	}
	#dispProd .prdTxt{
	margin-left: 55%;
	text-align: left;
	vertical-align: top;
	position: relative;
	top: 0px;
	margin-top: 30px;
	color:#968764;
	font-weight: bold;
	}
	.red {
	color: #990000;
	}
	.prodDesc {
	margin-left:0;
	width:50%;
	}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#pipeBott {
	height: 45px;
	width: 158px;
	padding: 0px;
}
#namefoot {
	height: 66px;
margin-right: 168px;
margin-left:168px;
}
#outerWrapper #footer {
	background-color: #F7EDD4;
	background-image: url(../images/newpg/footbk.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 66px;
	width:100%;
	padding: 0px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  *margin-left: -3px;
	position: absolute;
	left: 0px;
}
.warning {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1px;
	text-align: center;
}
#lftmen {
	padding: 0px;
}
#menlft {
font-weight: bold;
font-size:10px;
}
.menulft, .menulft-top {
	background-repeat: no-repeat;
	background-position: center;
	height: 31px;
	width: 158px;
	border:0px;
	*margin-left:-3px;
	display: block;
			font-weight: bold;
}
.menulft {
	background-image: url(../images/buttons.gif);
}
.menulft-top {
	background-image: url(../images/buttons2.gif);
}
.lfttxt, .lfttxt2 {
	padding-left: 30px;
	line-height: 31px;
	text-align: left;
	vertical-align: middle;
}
.menulft a:link, a:visited, a:active {
	color:#6F6E5E;
	font-weight: bold;
	text-decoration: none;
}
.menulft a:hover {
	color: #333333;
		text-decoration: none;

}
.menulft-top a:link, a:visited, a:active {
	color:#6F6E5E;
	text-decoration: none;
	font-weight: bold;
}
.menulft-top a:hover {
	color: #FF0;
	text-decoration: none;

}

#stage1CO table  {
	border: 1px solid #000000;
	vertical-align: top;
}
#stage1CO table td {
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
#stage1CO label {
	font-size: 10px;
	font-weight: bold;
}
#stage1CO iframe {
	height: 0px;
	width: 0px;
}
#content #cartTab table   {
border:0px;

}
#content #cartTab table thead  {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #254D35;
	line-height: 25px;
	vertical-align: middle;
	height: 25px;
	padding-left: 5px;
}
#content #cartTab table tbody  {
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: top;
}
#content #cartTab table tbody td {
	border:1px solid #333333;
}
#content #cartTab table tfoot  {
	font-size: 11px;
}
#cartTab table td  {
	border:0px solid #333333;
	padding:2px;
}
#cartTab table td.total1  {
	background-color: #CCCCCC;
}
#cartTab table td.total2  {
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: right;
		border:1px solid #333333;
}
#content #topbox {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	margin-bottom: 25px;
}
#topbox .topboxes {
	height: 140px;
	width: 200px;
	margin-right: 15px;
	border: 1px solid #333333;
}
#content #bottbox {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	margin-top: 25px;
}
#bottbox .bottboxes {
height: 140px;
	height: 120px;
	width: 200px;
	margin-right: 15px;
	border: 1px solid #333333;
}
.catlinks a:link {
	color: #0066CC;
	text-decoration: underline;
}
.catlinks a:visited {
	color: #CC66FF;
	text-decoration: underline;
}
.catlinks a:hover {
	color: #990000;
	text-decoration: underline;
}
.footsmall {
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
}
.notice {
	font-size: 1.2em;
	font-weight:bold;
	color: #FF0000;
	padding: 3px;
	line-height:1.2em;
	text-align:center;
}
.boldBlue {
	font-size: 1em;
	font-weight: normal;
	color: #0000CC;
}