body  {
	font: 9pt Helvetica Narrow, sans-serif;
	background: url("/images/bkg_img.jpg");
  	background-repeat: repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#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. */
} 
#header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* 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. */
} 
#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 */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#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;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar-right{
	background-color:#e8ff7e;
	border: 1px solid #313131;
	float: right;
	padding:10px 0 200px 0;
	text-align:center;
	visibility:visible;
	width:220px;
	z-index:40;
	font-family: Helvetica Narrow, sans-serif;
	color:#313131;
	font-size:11px;
}
#sidebar-right a{
	text-align: center;
	color:#313131;
	text-decoration:none;
	font-family: Helvetica Narrow, sans-serif;
	font-size:11px;
}
#sidebar-right a:hover{
	text-align: center;
	color:#313131;
	text-decoration:underline;
	font-family: Helvetica Narrow, sans-serif;
	font-size:11px;
}
#sidebar-right #related a img{border:2px solid #313131;margin-bottom: 2px;margin-top:1px;}
#sidebar-right #related a:hover img {border: 2px inset #000000;}
#sidebar-right a img{border:none;;margin-bottom:2px;margin-top:1px;}
#sidebar-right a:hover img {border: none;}
#sidebar-right hr{color:#FFF}
#sidebar-right h4{
	background-color:#c0c0c0;
	color:#000000;
	display:block;
	font-family: Helvetica Narrow, sans-serif;
	font-size:13px;
	font-weight:700;
	margin:4px 0;
	padding:5px 0;
	text-align:center;
}
#sidebar-right div{
	padding-top:2px 0 3px 0;
	text-align:center;
}
#sidebar-right p{
	font-size:12px;
}
#sidebar-right h3{
	color:#313131;
	margin: -1px 0;
	font-family: Helvetica Narrow, sans-serif;
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
}
#sidebar-right ul{
	font-family: Helvetica Narrow, sans-serif;
	font-size:12px;
	list-style-type:square;
	text-align:center;
	text-decoration:none;
}
#sidebar-right ul li{
	color:#D2DF89;
	font-family: Helvetica Narrow, sans-serif;
	font-size:12px;
	text-align:left;
	text-decoration:none; 
	list-style-type:square;
	margin: 0 2px 2px 2px;
}
#sidebar-right #RelatedTable td {
	padding: 2px;
	vertical-align: top;
	text-align: center;
}
#RelatedTable {
	text-align: left;
	padding: 2px;
	width: 210px;
	vertical-align: top;
}
#chat {
	border:none;
	text-align:center; 
	padding-top: 15px;
}
#description{
	padding:5px 0;
	width:490px;
	float: right;
	font-family:Helvetica Narrow, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: BDCD60;
}
#description hr {
	width: 400px;
	float: left;
	margin: 2px 0;
	color: #ffffff;
}
#description h4 {
	font-family:Helvetica Narrow, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #e8ff7e;
	display: inline;
	padding: 0 15px;
}
#images {
	padding: 10px 0;
	float: left;
	width: 250px;
}
#tablemiddle {
	padding: 0 5px;
	float: right;
	width: 480px;
}
#tablemiddle img {
	float:right;
	text-align: center;
}
#tablemiddle img a:hover {
	margin: 0;
	padding: 0;
}
#mainContent {
	background-color: #313131;
	font-family: Helvetica Narrow, sans-serif;
	border-bottom:1px solid #e8ff7e;
	border-left:1px solid #e8ff7e;
	border-width:0 0 1px 1px;
	float: left;
	width: 750px;
	padding: 0 5px 10px 5px;
	color: #ffffff;
	visibility: visible;
}
#mainContent table th image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#mainContent a {
	font-family: Helvetica Narrow, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent a:hover {
	font-family: Helvetica Narrow, sans-serif;
	color: #313131;
	background-color: #ffffff;
	font-weight: bold;
}
#mainContent img {
	border: none;
	margin: 5px;
}
#mainContent img a {
	border: none;
}
#mainContent img a:hover {
	border: none;
}
#mainContent h1 {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-top: 10px;
}
#mainContent table {
	background-color: #ffffff;
	float: right;
}
#mainContent table td {
	text-align: center;
	vertical-align: top;
	background-color: #313131;
	color: #ffffff;
}
#mainContent table th {
	background-color: #FFFFFF;
	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;
	display: inherit;
	font-size: 12px;
	color: #5c430c;
	vertical-align: top;
	text-align: left;
}
#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: #5EOFOA;
	display: inline;
	text-align: center;
	height: 12px;
}
#whybuy {
	padding: 5px;
	color: #313131;
	font-family: Helvetica Narrow, sans-serif;
	font-size: 10px;
}
#whybuy h6 {
	font-size: 12px;
	color: #000000;
	font-family: Helvetica Narrow, sans-serif;
}
.PriceTable{
	border:#e8ff7e solid 1px;
	color:#5C430C;
	float:left;
	font-family: Helvetica Narrow, sans-serif;
	margin-bottom:10px;
	margin-right:10px;
	text-align: center;
	padding: 5px;
}
.PriceTable td,.PriceTable th{
	padding-left:5px;
	padding-right:5px;
	text-align: center;
}
.PriceTable td{
	font-size:8pt;
	text-align: center;
}
.PriceTable th{font-size:10pt; color: #313131;}
.PriceTable .Quantity,.PriceTable .Price{
	border:#e8ff7e solid 1px;
	text-align:center;
}
.PriceTable th.Description{font-weight:700;text-align:left}
.PriceTable .SalePrice{color:red}
.PriceTable .StdPrice,.PriceTable .StdPrice-Sale{color:#ffffff;}
.PriceTable .StdPrice-Sale{text-decoration:line-through}
.HigherQuantities{
	clear:both;
	color: #e8ff7e;
	font-family: Helvetica Narrow, sans-serif;
	font-size:10pt;
	font-weight:700;
}
.style8{
	color:#e8ff7e;
	font-family: Helvetica Narrow, sans-serif;
	font-size:12px;
	font-weight:700;
}
#left, #left1, #left2{
	background-color:c0c0c0;
	color:#313131;
	font-family: Helvetica Narrow, sans-serif;
	font-size:9px;
	text-align:left;
}
#seconddesc hr{
	color:#e8ff7e;
}
#seconddesc{
	border:0;
	clear:both;
	color: #ffffff;
	float:left;
	font-family: Helvetica Narrow, sans-serif;
	font-size:10px;
	padding:10px;
	background-color: #313131;
}
#maincontent #seconddesc p {
	border:0;
	clear:both;
	color: #ffffff;
	font-family: Helvetica Narrow, sans-serif;
	font-size:10px;
	background-color: #313131;
}
#seconddesc img{
	border:1px inset #c0c0c0;
	float:left;
	margin:5px 10px 10px 5px;
}
#footer {
	padding: 10px 0 0 10px; 
	float: left;
	width: 740px;
	background-color: #313131;
	clear: both;
	text-align: center;
	font-size: 9px;
	border-top: 2px 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;
	background-color: #313131;
}
#footer p {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: small-caps;
	color: #e8ff7e;
	margin-top: 4px;
}
#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: #D2DF89;
}
#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;
}
