/* CSS Document */
/* This is for basic website styling */
/* --- see store.css for all styling of category and product pages --- */
/* --- see sales.css for styling of index when products are on sale --- */

/* --- MAIN LAYOUT --- */
body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height: 1.4em;
	color:#333;
	background-color:#FFF;
	margin:5px;
	padding:0;
}

#container{
	width:800px;
	margin:auto;
}

#header{
	width:800px;
	height: 135px;
	background-image:url(../images/header1.jpg);
	background-repeat:no-repeat;
	position:static;
}

#leftbar{
	float:left;
	margin-left:0;
	width:190px;
	margin-top: 10px;
}

#leftbarnav{
	width:190px;
	background-color:#deedcf;
}

#rightbar{
	float:right;
	margin-right:0;
	width:185px;
	margin-top:10px;
	font-size:.9em;
	line-height:1.4em;
}

#maincontent{
	margin:10px 195px 0 200px;
}

#storemaincontent{
	margin:10px 0 0 200px;
}

#middlestorecontent{
	margin-right: 200px;
}

#storetext{
	display:table;
	width:395px;
}

* html #storetext{
	margin:10px 200px 0 0;
	width:384px;
}

#footer{
	clear:both;
	font-size:.8em;
	text-align:center;
	padding-top:25px;
}

/* --- HEADER --- */
#bluebar{
	width:800px;
	height:25px;
	background-color:#84bce9;
	position: absolute;
	top:112px;
	background-image:url(../images/bargradient.gif);
	background-repeat:repeat-x;
} 

#header ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:20px;
	position:relative;
	top:87px;
	left:256px;
	z-index:100;
	width:554px;
}

#header ul li {
	float:left;
	height:20px;
	position: relative;
	width: 76px;
	text-align:center;
	padding:0 0 0 2px;
}

#header li.mainnav {
	background-repeat:no-repeat;
	background-image:url(../images/nav.png);

}

#header li.current{
	background-image:url(../images/nav-active.gif);
	background-repeat:no-repeat;
}

#header a, #header a:visited {
	height:100%;
	padding:0;
	color:#294a51;
	text-decoration:none;
	display:block;
	float:left;
	width:76px;
} 

#header ul ul {
	width:200px;
	visibility:hidden; 
	position:absolute;
	height:0;
	top:20px;
	left:0;
	width:150px;
}

#header ul ul li {
	width:200px;
	position:relative;
	height:auto;
}

#header ul ul a, #header ul ul a:visited{
	display:block;
	line-height:1.1em;
	padding:2px 2px 2px 4px;
	width:200px;
	text-align:left;
	margin:0;
	background-color:#cae2b4;
	border-top:1px solid #deefce;
	border-bottom: 1px solid #bbd4a0;
	border-right: 1px solid #bbd4a0;
}
	
#header ul table ul a, #header ul table ul a:visited{
	width:200px;
	w\idth:198px;
}

#header table {
	position:absolute; 
	left:0; 
	top:0; 
	font-size:1em; 
	z-index:-1;
}

#header ul ul table {
	lef\t:-1px;
}
#header ul ul table ul.left {
	margin-lef\t:2px;
}

#header li:hover {
	position:relative;
}
* html #header a:hover {
	position:relative;
}

#header li ul li a:hover, #header li ul li a:active, #header ul ul a:hover, #header ul ul :hover > a{
	background-color:#bbd4a0;
	border-top:1px solid #deefce;
	border-bottom: 1px solid #a4c580;
	border-right: 1px solid #a4c580;
}

#header ul li:hover ul, #header ul a:hover ul {
	visibility:visible;
	height:auto;
	padding-bottom:20px;
}

#header div#headercontact{
	position:relative;
	width: 225px;
	height:60px;
	background-image:url(../images/headerbg.gif);
	background-repeat:no-repeat;
	padding:2px 5px;
	display:block;
	margin:0;
    opacity:0.8;
    filter: alpha(opacity=80);
	float:right;
	top:-5px;
	font-size: 12px;
}

#header div#headercontact p{
	margin:0;
	padding:0;
	clear:both;
}

#header div#headercontact a, #header div#headercontact a:link, #header div#headercontact a:visited, #header div#headercontact a:hover, #header div#headercontact a:active{
	display:inline;
	line-height: 1.3em;
	height: 15px;
}

/* --- LEFT SIDEBAR --- */
.leftbarnav{
	width:190px;
	background-color:#deedcf;
	margin-bottom:25px;
	padding-bottom:5px;
	background-image:url(../images/storenavbg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#leftbar h4{
	color:#294a51;
	font-size:1.1em;
	margin:0;
	padding:0;
	padding-top:5px;
	background-image: url(../images/leftbar-headerbg.gif);
	width: 190px;
	height: 30px;
	background-repeat:no-repeat;
	text-align:center;
}

#leftbar ul{
	font-size:.9em;
	display:inline;
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
}

#leftbar ul li{
	padding-left:10px;
	padding-bottom: 3px;
	background-image:url(../images/navbutton.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

#leftbar a, #leftbar a:link, #leftbar a:visited{
	color:#066478;
	text-decoration:none;
}

#leftbar a:hover, #leftbar a:active{
	color:#294a51;
}

/* --- RIGHT SIDEBAR PROMOS --- */
#rightbar div.promo{
	border-bottom: 1px solid #bbd4a0;
	border-right: 1px solid #bbd4a0;
	background-image:url(../images/promoboxbg.gif);
	background-repeat:no-repeat;
	width:182px;
	margin-bottom:25px;
}

#rightbar h5{
	color:#00677d;
	font-size:1.05em;
	margin:0;
	padding:0 3px 0 3px;
	background-image:url(../images/promobg.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #a4c580;
	background-color:#deedcf;
	position:relative;
	top:1px;
	left:1px;
	width:175px;
}

#rightbar p{
	padding:0 3px 0 3px;
	margin:0;
	font-size:1em;
	line-height:1.3em;
}

.promoprice{
	color:#990000;
	font-weight:bold;
	text-align:right;
	height:1.5em;
	line-height:1.5em;
	font-size:1.05em !important;
	margin-top:10px !important;
}

.buyinginfo{
	text-align:center;
	background-color:#deedcf;
	font-size:1.25em;
	padding: 10px 0;
}

.buyinginfo a, .buyinginfo a:link, .buyinginfo a:visited, .buyinginfo a:hover, .buyinginfo a:active{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-size: 1.2em;
	line-height: 1.5em;
}

#rightbar img{
	margin: 5px auto 5px auto;
}

#rightbar div.promo div{
	text-align:center;
}

/* --- MAIN CONTENT --- */
#skiptocontent{
	display:none; 
}

#maincontent a, #maincontent a:link, #maincontent a:visited, #storemaincontent a, #storemaincontent a:link, #storemaincontent a:visited{
	color:#066478;
}

#maincontent a:hover, #maincontent a:active #storemaincontent a:hover, #storemaincontent a:active{
	color:#333;
}

#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6, #storemaincontent h1, #storemaincontent h2, #storemaincontent h3, #storemaincontent h4, #storemaincontent h5, #storemaincontent h6{
	margin: 0;
	padding:0;
}

#maincontent h1, #storemaincontent h1{
	font-weight:normal;
	color:#00677d;
	font-size:1.5em;
	padding:5px 0 0 0;
	line-height:1.25em;
	margin-bottom:1em;
}

#maincontent h2, #storemaincontent h2{
	font-weight:normal;
	font-size:1.35em;
	color:#00677d;
}

#maincontent h3, #storemaincontent h3{
	font-weight:bold;
	font-size:1.3em;
	color:#294a51;
}

#maincontent h4, #storemaincontent h4{
	font-weight:bold;
	font-size:1.2em;
	color:#333;
}

#maincontent h5, #storemaincontent h5{
	font-size:1.1em;
	font-weight:bold;
	color:#333;
}

#maincontent h6, #storemaincontent h6{
	font-size:1em;
	color:#333;
	font-weight:bold;
}

/* --- FOOTER --- */
#footer ul{
	list-style-type:none;
	list-style-position:outside;
	display:inline;
	margin:0;
	padding:0;
}

#footer ul li{
	display:inline;
	padding: 0 10px;
}

#footer a, #footer a:link, #footer a:visited{
	color:#666;
}

#footer a:hover, #footer a:active{
	color:#333;
}

/* --- Table of Contents --- */
.ToC{
	width:394px;
	font-size:.9em;
	background-color:#e0eef9;
	margin:1em auto;
}

#ToCheader, #ToCheader1, #ToCheader2, #ToCheader3, #ToCheader4, #ToCheader5{
	height: 75px;
	width:394px;
	padding:0;
	margin:0;
	background-repeat:no-repeat;
}

#ToCheader1{
	background-image:url(../images/articles-water.jpg);
}

#ToCheader2{
	background-image:url(../images/articles-gardening.jpg);
}

#ToCheader3{
	background-image:url(../images/articles-greenliving.jpg);
}

#ToCheader4{
	background-image:url(../images/articles-plants.jpg);
}

#ToCheader5{
	background-image:url(../images/articles-decor.jpg);
}

.ToC p{
	font-size:.95em;
}

#ToCheader h2, #ToCheader1 h2, #ToCheader2 h2, #ToCheader3 h2, #ToCheader4 h2, #ToCheader5 h2{
	text-align:center;
	font-weight:bold;
	padding-top:2px;
	background-image:url(../images/articles-header.gif);
	background-repeat:no-repeat;
	height:25px;
	width:246px;
	position:relative;
	left:148px;
	top:50px;
}

.ToC h2{
	text-align:center;
}

.ToC h3{
	font-size:1em;
	margin:0;
	padding:0;
	padding-bottom:2px;
	background-color:#e0eef9;
	font-weight:bold;
	background-image:url(../images/ToCheaderbg.gif);
	text-indent:5px;
}

.ToC ul{
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-bottom:15px;
	background-color:#edf5fc;
}

.ToC ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	border-bottom: 1px solid #e0eef9;
	padding-bottom:2px;
	margin-left:10px;
	font-weight:bold;
}

.ToCLeft{
	width:193px;
	float:left;
	margin-left:2px;
	background-color:#e0eef9;
	display:inline;
}

.ToCRight{
	width:193px;
	margin-right:1px;
	margin-left:197px;
}


table.ToC{
	background-color: #edf5fc;
	border:1px solid #e0eef9;
}

table.ToC td{
	background-color:#FFF;
	border:1px solid #e0eef9;
}

/* --- GENERAL --- */
img{
	border:0;
}

#maincontent table{
	margin:1em 0;
}

#maincontent img{
	padding:5px;
}

#maincontent div.noliststyle ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	list-style-position:outside;
}

#maincontent ol{
	margin-left:0;
	padding-left:20px;
	list-style-position:outside;
}

.storeclearright{	
	clear:both;
	width:97%;
	display:block;
	height:5px;
	margin:0;
	padding:0;
}

* html .storeclearright{
	clear:none;
	width:93%;
}
.clearcontent{
	clear:both;
}

.bar{
	background-image:url(../images/bar.gif);
	background-repeat:no-repeat;
	height:1px;
	width:100px;
	margin:25px auto;
}

.floatleft{
	width:200px;
}

.floatleftcontent{
	width:200px;
	float:left;
}

.floatleftcontent p{
	padding:0 0 5px 0;
	margin:0;
}

.floatright{
	float:right;
	margin-right:0;
	width:180px;
	padding:5px;
	background-color:#edf5fc;
	border:1px solid #e0eef9;
}

.floatright ul{
	margin:0 0 0 5px;
	padding:0 0 0 10px;
}

.small{
	font-size:.8em;
	line-height:1.3em;
}

dd{
	padding-bottom:10px;
}

dt{
	font-weight:bold;
}

.important{
	color:#990000;
}

#zoom{
	width:20px;
	position:relative;
	top:0;
	left:220px;
	float:right;
	margin:0;
	padding:0;
}

#zoom a{
	display:block;
	text-decoration:none;
	background-color:#edf5fc;
	text-align:center;
	border:1px solid #00677d;
	width:20px;
	padding:0;
	margin:0;
}

#breadcrumbs{
	font-size:.8em;
}

object{
	padding:0;
}

.indextabletext{
	margin:0;
	padding:0;
	font-weight:bold;
	position:relative;
	top:-15px;
	background-color:#FFFFFF;
}

.testimonial{
	margin: 0 20px 20px 20px;
	font-size:.9em;
	border: 1px dotted #e0eef9;
	color:#00677d;
	padding:10px;
	background-color: #edf5fc;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
}

.testimonial p{
	padding:0;
	margin:0;
	text-indent: 30px;
}

#addon{
	margin-bottom:20px;
	font-size:.85em;
	width:97%;
	display:block;
	padding:5px;
}

#addon h2{
	margin:10px 10px 25px 10px;
	border-top: 2px solid #c8ddee;
	background-color:#e9f4fb;
	padding:10px;
}

#addon table{
	margin-top:10px;
	text-align:center;
}

ul#topfeatures{
	margin:0;
	padding-left:20px;
}

/* --- PRODUCT INFORMATION --- */
.producttable, .producttable2{
	width:370px;
	border:1px solid #e0eef9;
	padding:0;
	margin:auto;
	margin-bottom:1em;
	margin-top: 1em;
}

* html .producttable2, * html .producttable{
	width:350px;
	font-size: .95em;
}

.producttable2{
	border: 1px solid #8ab55b;
	margin-top:10px;
}

.producttable th{
	color:#066478;
	background-color:#edf5fc;
}

.producttable2 th{
	color:#659235;
	background-color:#deedcf;
}

.producttable td, .producttable2 td{
	text-align:center;
	padding:0;
	margin:0;
}

.producttable2 td{
	text-align:left;
	padding-left: 5px;
}

.producttable td p, .producttable2 td p{
	margin:0;
	padding:0;
}

.producttable2 strong{
	color:#294a51;
}

.producttable tr.blue{
	background-color:#edf5fc;
}

.producttable tr.white, .producttable th.white, producttable2 tr.white, producttable2 th.white{
	background-color:#FFF;
}

.producttable2 tr.blue{
	background-color:#deedcf;
}

.producttable ul, .producttable2 ul{
	text-align:left;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}

.productvisible{
	position:relative;
	background-color:#edf5fc;
	border:1px solid #c8ddee;
	margin:1em;
	font-size:.85em;
	color:#000;
	padding:1em;
}

.productvisible p{
	padding:.5em;
	margin:0;
}

.productvisible h3{
	font-weight:bold;
	color:#000;
}

.productvisible h4{
	font-weight: bold;
	margin:0;
	padding:0;
	color:#000;
}

.producthidden{
	display:none;
}

#product1, #product2, #product3, #product4, #product5{
	display:none;
	position:relative;
	background-color:#edf5fc;
	border:1px solid #c8ddee;
	margin:1em;
	font-size:.85em;
	color:#000;
	padding:1em;
}

.readmore{
	background-color:#e0eef9;
	padding-bottom:.5em;
	margin-bottom:1em;
}

.readmore h2{
	background-image:url(../images/articles-header.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFF;
	text-indent: 165px;
	font-weight:bold;
	padding-top:2px;
	height:25px;
}

.readmore ul{
	display:inline;
	margin:0;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}

.readmore ul li{
	display:inline;
	font-weight:bold;
	padding:0 0 0 .5em;
	margin:0;
}

#shoppingcartpromo{
	width:300px;
	margin:auto;
	border-top: 1px solid #c8ddee;
	border-left: 1px solid #c8ddee;
	border-bottom: 1px solid #84bce9;
	border-right: 1px solid #84bce9;
	background-color:#e0eef9;
	font-size: .85em;
	padding:5px;
	margin-bottom:10px;
	overflow:auto;
}

#shoppingcartpromoright{
	width:150px;
	margin:auto;
	border-top: 1px solid #c8ddee;
	border-left: 1px solid #c8ddee;
	border-bottom: 1px solid #84bce9;
	border-right: 1px solid #84bce9;
	background-color:#e0eef9;
	font-size: .9em;
	padding:5px;
	float:right;
	margin-bottom:10px;
}

#shoppingcartpromo h3{
	font-weight:bold;
	padding: 5px;
	font-size: 1.1em;
}

#shoppingcartpromo p{
	padding: 5px;
	margin:0;
}

#sidebarsales{
	width:180px;
	background-color:#e0eef9;
	padding:0;
	margin:10px auto;
	font-size: 11px;
	line-height:1.3em;	margin-top:10px;
}

#sidebarsales h1{
	margin:0;
	padding:2px;
}

#sidebarsales h3{
	font-weight:bold;
	padding: 5px;
	font-size: 1.1em;
}

#sidebarsales p{
	padding: 5px;
	margin:0;
}

#sidebarsales div{
	width:180px;
	background-color:#edf5fc;
	margin:0;
}

.sidebarsales{
	width:180px;
	background-color:#e0eef9;
	padding:0;
	margin:10px auto;
	font-size: 11px;
	line-height:1.3em;
}

.sidebarsales h1{
	margin:0;
	padding:2px;
}

.sidebarsales h3{
	font-weight:bold;
	padding: 5px;
	font-size: 1.1em;
}

.sidebarsales p{
	padding: 5px;
	margin:0;
}

.sidebarsales div{
	width:180px;
	background-color:#edf5fc;
	margin:0;
}

#pricecomp{
	background-color:#deedcf;
	border: 1px solid #8ab55b;
	width:170px;
	margin:0 auto 10px auto;
	padding:5px;
}

#pricecomp p{
	margin:0;
	padding:0;
}

/* --- PRODUCT TABLE --- */
#producttable{
	width:390px;
	margin:auto;
	margin-left:0;
}

#producttableleft{
	float:left;
	width:185px;
	display:inline;
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
	vertical-align:bottom;
}

#producttableright{
	display:inline;
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
	margin-left:200px;
	width:185px;
	vertical-align:bottom;
}

#producttable ul li{
	text-align:center;
	font-size:.9em;
	height:250px;
}

/* --- PURCHASE AND INSTRUCTION LINKS --- */
#infolinks, #purchaselinks{
	margin-bottom:20px;
	font-size:.9em;
	border-top: 1px solid #c8ddee;
	background-color:#e9f4fb;
	padding:5px;
	width:97%;
	display:block;
	clear:right; 
	margin-top:5px;
}

#purchaselinks{
	margin: 0 1px 20px 2px;
	display:inherit;
	clear:none;
	width: auto;
}

* html #infolinks{
	width:93%;
	clear:none;
}

#infolinks ul{
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

#infolinks ul li{
	width:100%;
	display:block;
}

#purchaselinks ul{
	display:inline;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

/* --- WEEKLY SALES --- */
#indexmaincontent{
	margin:10px 0 0 200px;
}

#indexmaincontent a, #indexmaincontent a:link, #indexmaincontent a:visited, #storemaincontent a, #storemaincontent a:link, #storemaincontent a:visited{
	color:#066478;
}

#indexmaincontent a:hover, #indexmaincontent a:active #storemaincontent a:hover, #storemaincontent a:active{
	color:#333;
}

#indexmaincontent h1, #indexmaincontent h2, #indexmaincontent h3, #indexmaincontent h4, #indexmaincontent h5, #indexmaincontent h6, #storemaincontent h1, #storemaincontent h2, #storemaincontent h3, #storemaincontent h4, #storemaincontent h5, #storemaincontent h6{
	margin: 0;
	padding:0;
}

#indexmaincontent h1, #storemaincontent h1{
	font-weight:normal;
	color:#00677d;
	font-size:1.5em;
	padding:5px 0 0 0;
	line-height:1.25em;
	margin-bottom:1em;
}

#indexmaincontent h2, #storemaincontent h2{
	font-weight:normal;
	font-size:1.35em;
	color:#00677d;
}

#indexmaincontent h3, #storemaincontent h3{
	font-size:1.3em;
	color:#294a51;
}

#indexmaincontent h4, #storemaincontent h4{
	font-size:1.2em;
	color:#333;
}

#indexmaincontent h5, #storemaincontent h5{
	font-size:1.1em;
	color:#333;
}

#indexmaincontent h6, #storemaincontent h6{
	font-size:1em;
	color:#333;
}

#indexmaincontent h6, #storemaincontent h6, #indexmaincontent h5, #storemaincontent h5, #indexmaincontent h4, #storemaincontent h4, #indexmaincontent h3, #storemaincontent h3{
	font-weight:bold;
}

#new-indexfeaturedproducts h3, #new-indexfeaturedproducts h3 a, #new-indexfeaturedproducts h3 a:link, #new-indexfeaturedproducts h3 a:hover, #new-indexfeaturedproducts h3 a:active, #new-indexfeaturedproducts h3 a:visited {
	font-size:1em;
	font-weight:bold;
	color:#294a51;
	text-decoration:none;
}

#new-indexfeaturedproducts div#products{
	position:relative;
	margin-top:0 !important;
	margin-bottom:0;
	padding-bottom:0;
	padding:25px 0 0 0;
	background-color:#deedcf;
}

#new-indexfeaturedproducts div#products div{
	margin-bottom:0;
	padding-bottom:10px;
	height: 125px;
	padding-left:1px;
}

#new-indexfeaturedproducts img{
	padding-bottom: 25px;
	padding-right: 2px;
}

#new-indexfeaturedproducts a, #new-indexfeaturedproducts a:link, #new-indexfeaturedproducts a:hover, #new-indexfeaturedproducts a:active, #new-indexfeaturedproducts a:visited{
	text-decoration:none;
	color:#990000;
	font-size:12px;
	font-weight:bold;
}

#new-indexfeaturedproducts ul{
	display:inline;
	list-style:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#new-indexfeaturedproducts ul li{
	padding-right: 5px;
}

#new-indexfeaturedproducts div#topleft, #new-indexfeaturedproducts div#topright, #new-indexfeaturedproducts div#bottomleft, #new-indexfeaturedproducts div#bottomright{
	float:left;
	width:190px;
	height: 10em;
	position:relative;
}

#new-indexfeaturedproducts div#topright, #new-indexfeaturedproducts div#bottomright{
	float:right;
}

#new-indexfeaturedproducts div#topmiddle, #new-indexfeaturedproducts div#bottommiddle{
	margin-left: 200px;
	margin-right: 200px;
	height: 10em;
}

#new-indexfeaturedproducts div#products div ul{
	width:110px;
}

#new-indexfeaturedproducts{
	background-color:#9bbf75;
	width:595px;
	margin:0;
	padding:0;
	background-image:url(../images/indexfeaturesgrad.gif);
	background-repeat:repeat-x;
	font-size: 11px;
	line-height: 1.3em;
	top:0;
	position:relative;
}

#new-indexfeaturedproducts h1{
	margin:0;
	padding:0;
	color:#294a5b;
	font-weight:normal;
	font-size:1.5em;
	padding:5px;
	background:none;
	top:0;
}

#newweeklysales{
	background-color:#deedcf !important;
	background-image: url(../images/features.jpg) !important;
	width: 595px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-position:top;
	font-size: 11px;
	line-height:1.3em;
	position:relative;
	top:0;
}

#newweeklysales h1{
	text-align:center;
	margin:0;
	padding:0;
	padding-top:3px;
	background-image:url(../images/indexfeaturesheader.gif);
	background-repeat:no-repeat;
	height:25px !important;
	width:246px;
	position:relative;
	top: 50px;
	left: 349px;
	color:#294a5b;
	font-weight:normal;
	font-size:1.5em;
}

#newweeklysales h1#sale{
	text-align:center;
	margin:0;
	padding:0;
	padding-top:3px;
	background-image:url(../images/indexfeaturesheader-2.gif);
	background-repeat:no-repeat;
	height:25px !important;
	width:246px;
	position:relative;
	top: 50px;
	left: 349px;
	color:#FFF;
	font-weight:normal;
	font-size:1.5em;
}

#newweeklysales h3{
	font-weight:bold;
	font-size: 1.1em;
	margin:0;
	padding:5px;
}

#newweeklysales div{
	background-color:#deedcf;
	height:15em;
	width: 190px;
	margin:0;
	padding:0;
	margin-top:50px;
}

#newweeklysales div#left{
	float:left;
	width:190px; 
}

#newweeklysales div#right{
	float:right;
	width:190px;
	
}
#newweeklysales div#middle{
	margin-left: 200px;
	margin-right:200px;
	width:auto;
}

#newweeklysales p{
	padding: 0 5px;
}

#topproducts{
	background-color:#9bbf75;
	width:595px;
	margin:0;
	padding:0;
	background-image:url(images/indexfeaturesgrad.gif);
	background-repeat:repeat-x;
	font-size: 11px;
	line-height: 1.3em;
	overflow:auto;
}

#topproducts h1{
	margin:0;
	padding:0;
	color:#294a5b;
	font-weight:normal;
	font-size:1.5em;
	padding:6px;
}

#topproducts div{
	text-align:center;
	width:98px;
	position:relative;
	float:left;
	background-color:#FFF;
	height:9.5em;
	margin-left:2px;
	padding-top: 10px;
	margin-bottom:2px;
	height: 123px;
}

* html #topproducts div{
	width: 96px;
}

#topproducts div#flash{
	float:right;
	width:390px;
	position:relative;
	background-color:#FFF;
	height:300px;
	margin-left:0;
	padding-top: 0;
	margin-right:2px;
	margin-top:2px;
}

#newweeklysales a, #newweeklysales a:link, #newweeklysales a:visited, #newweeklysales a:hover, #newweeklysales a:active{
	color:#990000;
} 

#topproducts a, #topproducts a:link, #topproducts a:visited, #topproducts a:hover, #topproducts a:active{
	text-decoration:none;
}

/* --- Rain Barrels --- */
div#newweeklysales div#top{
padding:10px;
border-bottom: 1px solid #aac989;
width: 550px;
overflow: visible;
display:block;
margin: 0 auto;
background:none;
height: 125px;
}

div#newweeklysales div#top div{
	background:none;
	font-size: 1.5em;
	height: 80px;
}

div#newweeklysales div#top div a, div#newweeklysales div#top div a:link, div#newweeklysales div#top div a:visited, div#newweeklysales div#top div a:hover, div#newweeklysales div#top div a:active{
	color:#294a51;
	text-decoration:none;
}

div#newweeklysales div#top div#middle, div#newweeklysales div#top div#right{
	border-left: 1px solid #aac989;
	text-align:center;
	position:relative;
	margin:0;
	top:45px;
}

div#newweeklysales div#top div#middle{
	margin-left:200px;
	width:158px;
}

* html div#newweeklysales div#top div#middle{
	width:150px;
}

div#newweeklysales div#top div#middle p, div#newweeklysales div#top div#right p{
	margin-top:0;
	padding-top:30px;
}

div#newweeklysales div#bottom{
	padding:0;
	width: 550px;
	margin: 0 auto;
	background:none;
	height:220px;
	overflow: hidden;
}

div#newweeklysales div#bottom ul, div#newweeklysales div#bottom h3{
	margin-left: 150px;
	padding:0;
	padding-top:10px;
}

div#newweeklysales div#bottom div{
 	float:right;
	width: 100px;
	margin:0;
	padding:0;
	margin-top:-50px;
	background:none;
}

div#newweeklysales div#bottom div img{
	padding:5px;
	padding-right:0;
}

#rainbarrels{
	overflow:visible;
	display:table;
}

#rainbarrels div{
	width:190px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

#rainbarrels div.left{
}

#rainbarrels div.right{
	margin-left:15px;
}

#rainbarrels div.center{
	margin-left:15px;
}

#rainbarrels div div.top{
	background-image: url("../images/rainbarrels-top.gif");
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	background-position:top;
	height:7px;
}

* html #rainbarrels div div.top{
	background-position:bottom;
}

#rainbarrels div div.middle{
	background-image: url("../images/rainbarrels-middle.gif");
	background-repeat: repeat-y;
	padding:0;
	margin:0;
}
#rainbarrels div div.bottom{
	background-image: url("../images/rainbarrels-bottom.gif");
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	background-position:top;
	height:7px;
}

#rainbarrels h3{
	text-align:center;
	font-size: 1em !important;
	margin:0;
	padding:0;
	height: 4em;
}

#rainbarrels h4{
	font-size: 1em !important;
	color:#066478 !important;
	text-indent: 5px;
	padding:0;
	margin:0;
}

#rainbarrels ul{
	margin:0;
	padding:0;
	font-size: .9em;
	margin-left:25px;
	margin-bottom: 10px;
}

#rainbarrels div.instructions{
	margin-left:5px;
	float:left;
	width:93px;
}

#rainbarrels div.buy{
	float:left;
	position: relative;
	width:29px;
	margin-left:13px;
}

* html #rainbarrels div.buy{
	margin-left:5px;
}

#rainbarrelscontent{
	display:table;
	margin-top:25px;
}

#rainbarrelscontent div.testimonial{
	margin-top:10px;
	margin-left:0;
	width: 370px;
	float:left;
}

#rainbarrelscontent div#testimonials{
	float:left;
	margin-left:0;
	width:400px;
}

#rainbarrelscontent div#text{
	margin:0;
	padding:0;
	margin-left: 410px;
}

#rainbarrelscontent div#text h3{
	clear:right;
	margin-top:25px;
}

/* --- Store Stuff that is used elsewhere --- */
#producttable2, #producttable3{
	font-size: 12px;
	line-height: 1.3em;
	width:390px;
	padding:0;
	margin: 0 auto 1em auto;
	padding-bottom:4px;
}

#producttable2 h1, #producttable3 h1{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:1.5em;
	padding:5px;
}

#producttable2 div, #producttable3 div{
	text-align:center;
	width:125px;
	position:relative;
	float:left;
	background-color:#FFF;
	height:150px;
	margin: 0 0 0 2px;
	padding-top: 10px;
	display:inline;
	border-bottom: 1px dotted #e0eef9
}

#producttable3 div{
	height:200px;
}

#producttable2 div div.price, #producttable3 div div.price{
	font-weight:normal;
	padding:0;
	margin:0;
	height:auto;
	border: none;
}

#producttable2 a, #producttable2 a:link, #producttable2 a:visited, #producttable2 a:hover, #producttable2 a:active, #producttable3 a, #producttable3 a:link, #producttable3 a:visited, #producttable3 a:hover, #producttable3 a:active{
	text-decoration:none;
}
