@charset "utf-8";
/* CSS Document */

body  { font-family: "Trebuchet MS", Arial, Verdana, Geneva; font-size:13px;
  background-image:url(images/grad_bkground.jpg); background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:#996600 solid 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:740px; height:auto; } 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0 0 0;  
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px; background-image:url(/house-and-garden/images/rgt.gif); background-repeat:repeat-y;
}


/* Right hand column navigation */
.twoColFixRtHdr #container #sidebar1 #rightcol ul{width:110px; margin-top:0; list-style-type:none}

.twoColFixRtHdr #container #sidebar1 #rightcol ul li{text-decoration:none; text-align:left; border-bottom:1px #FFF solid;
		padding: 0px 0px 0px 0px; background-color:#E2E2C5; margin-left:-3em; margin-bottom:0; color:#990000;}
		
.twoColFixRtHdr #container #sidebar1 #rightcol ul li a{text-decoration:none; color:#990000; display:block; }

.twoColFixRtHdr #container #sidebar1 #rightcol ul li a:hover{background-image:url(images/cart_hover.gif); 
		background-repeat:repeat-y; 
		background-repeat: repeat-x; 
		color:#FFFFFF}

.twoColFixRtHdr #container #sidebar1 #rightcol ul li a:visited{color:#990000}

.twoColFixRtHdr #container #sidebar1 #rightcol ul li a:visited:hover {color:#9966CC}


/* Best Seller List */
.twoColFixRtHdr #container #sidebar1 #bestseller_top{height:30px; 
					width:156px ; 
					margin-right:6px; 
					background-color:#666600; 
					margin-top:4px; 
					color:#FFFFFF; 
					}





.twoColFixRtHdr #container #sidebar1 #bestseller_BASE{height:auto; 
					width:156px ; 
					margin-right:6px; 
					background-color:#99CC99; 
					margin-top:0; 
					color:#FFFFFF; 
					margin-bottom:0; margin-top:0; padding-top:0}

.twoColFixRtHdr #container #sidebar1 #bestseller_BASE ul{list-style:decimal;}

.twoColFixRtHdr #container #sidebar1 div#bestseller_BASE ul li{ list-style:decimal; text-decoration:none; text-align:left; margin-left:-1em; color:#666600; text-align:left}
.twoColFixRtHdr #container #sidebar1 div#bestseller_BASE ul li a{ text-decoration:none; text-align:left; color:#666600; text-align:left; margin-top:0}

.twoColFixRtHdr #container #sidebar1 div#bestseller_BASE ul li a:hover{background-color:#666600; color:#FFFFFF}




.twoColFixRtHdr #mainContent {
	margin: 0 0 0 0;
	color:#FFF;
	padding-top:10px;
	float:left;
	width:620px;
}
	

.prod{background-color:#FFF; width:142px; height:auto; border:#996600 solid 1px; float:left; margin-left:10px; margin-bottom:10px; color:#666600; font-size:11px; padding:0 0 0 0 }

.prodHolder{background-color:#C4C589; width:600px; height:auto; border:#660000 1px solid; margin-left:10px; margin-bottom:10px; padding-left:8px;}




.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; font-size:11px; text-align:center; 
} 
.twoColFixRtHdr #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 */
}

.twoColFixRtHdr #footer a{text-decoration:none; color:#990000;}


.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;
}

.trickyweb{font-size:11px; padding-top:15px;}
.trickyweb a{text-decoration:none; color:#999}
.trickyweb a:hover{text-decoration:none color:#FFF}


/* Redefine headings */
h1 {font-size: 1.4em;}

h2 {font-size: 1.6em; color:#990000}


h3 {font-size: 1.2em; color:#666600}

h4 {font-size:1.5em; color:#D40F42}
