@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url('../images/bg.png');
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #202020;
	line-height:18px;
}
a:link { 
	color: #0000ff;
	}
a:visited { 
	color: #0000ff;
	}
a:hover { 
	color: #0000ff;
	}
a:active { 
	color: #0000ff;
	}

.twoColFixLtHdr #container { 
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.twoColFixLtHdr #header { 
	padding: 0 0px 0 0px;  
	margin-bottom: -20px;  
} 

.twoColFixLtHdr #sidebar1 {
	margin-top: 42px;
	width: 152px; 
	background: #fff;
	float: left;
}

#promos {
	width: 147px; 
	padding: 0px 0px 25px 5px ;
	background: #fff;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#rightbody { 
	width: 776px;
	padding: 40px 5px 5px 10px ;
	background: #FFF;
}

#rightBodyHome { 
	width: 791px;
	padding: 40px 0px 5px 0px ;
	background: #FFF;
}

#nav {
	padding: 0px 0px 0px 0px ;
	margin: 0px 0px 0px 0px ;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#navcontainer {
	width: 791px;
}
#navitem {
	float: left;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#a0c945; 
} 
.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 */
}
.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;
}

#family {
	padding: 0px 0px 0px 0px ;
	position:relative;
	margin-bottom: -30px;
	background: #fff;
	float: left;
}



[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 152px; }
<![endif]
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]

.centeredImage{
}
.centeredImage {
    text-align:center;
    margin-top:-2px;
    margin-bottom:0px;
    padding:0px;
}


.promoprice {
}
.promoprice {
	font-family:Verdana, Geneva, sans-serif;
	color: #F60;
	font-size: 18px;
}

.promoquantity {
}
.promoquantity {
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 18px;
}

.contentTitle {
}

.contentTitle {
	color: #F60;
	font-size: 16px;
	font-weight:bold;
}

.subTitle {
}

.subTitle {
	color: #9ac250;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

.categoryTitle {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:normal;
	margin-bottom:-5px;
}

.subnavTitle {
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:normal;
	margin-bottom:-5px;
}

.subnavTestimonial {
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	font-style:italic;
	line-height:normal;
	margin-bottom:0px;
}

.subCategory {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:circle;
	margin-left:-25px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:-5px;
}