/* Lawn Garden Secondary Styles */

h1 {
	color: #4DDD22;
}

#seccontainer #header h2{
	background: #ffffff url(../images/lg-header.jpg) no-repeat;
}


#seccontainer #header h3{
	background: #ffffff url(../images/lg-banner.jpg) no-repeat;
}

#nav ul#seccategory{
	background: #33FF33 url(../images/lg-nav-bkgd.gif);
}
#nav ul#seccategory li a{
	background: url(../images/lg-bullet.gif) no-repeat top left;
}

#nav ul#seccategory li#currentcategory {
	background:url(../images/lg-nav-select.gif) no-repeat bottom;
	padding: 0 0 10px 10px;
	font-weight: bold;
}

#nav ul#seccategory li#currentcategory a{
	background: none;
	color: #000;
}

#content {
	background: #fff url(../images/lg-content-bkgd.gif) no-repeat;
}

#seccontainer {
	background: #fff url(../images/lg-side-btm.gif) repeat-y;
}


/* Product pages */

.product h2 {
	color: #07AC07;
}

.product h3 {
	color: #666666;
}

