/* CSS by Casey Reid */
/* 11.29.2007	Bryan Neef			Cleaned code for easier reading & maintenance */
/* 12.6.2007	Bryan Neef			Added section for Product Search dropdown     */
/* 8.12.2008	Bryan Neef			Updated with new naming schemes				  */

*
{
	margin: 0px;
	padding:0px;
}

body
{
	background: #c8c3f5 url(../images/bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

/* Font Sizes */
.FS8
{
	font-size:	8px;
}

.FS10
{
	font-size:	10px;
}

.FS12
{
	font-size:	12px;
}

.FS14
{
	font-size:	14px;
}

.FS16
{
	font-size:	16px;
}

.FS18
{
	font-size:	18px;
}

.FS20
{
	font-size:	20px;
}
 
/* Colors */
.FCFF0000
{
	color:	#FF0000;
}

.clear-both
{
	clear:both; 
	height:0;
}

.clear:after
{
	content: ".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}

a
{
	color: #3f3895;
}

a:hover
{
/*	text-decoration: none;*/
	text-decoration: underline;
}	

ul
{
	list-style-type:none;
}

#wrapper
{
	margin: 0 auto;
	text-align:left;
	width: 802px;
}

#header
{
	background: url(../images/header_bg.jpg) no-repeat;
	height: 202px;
	margin-top: 30px;
	width: 802px;
}

/* Main Navigation Styles ********************************************/
ul#nav
{
	font-size: 14px;
	list-style-type: none;
	/*padding: 174px 0 0 0;*/
	padding: 0 0 0 0;
}

ul#nav li
{
	float: left;
	padding: 3px 10px 3px 10px;
}

ul#nav li a
{
	color: #000;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
}

ul#nav li a:hover
{
	background: url(../images/nav_hover.gif) repeat-x;
	border: 1px solid #b7dd67;
	color: #3f3895;
	padding: 4px 5px 4px 5px;
}

/* Content Styles *****************************************************/
#content
{
	background-color: #fff;
	border-left: 1px solid #8ebe37;
	border-right: 1px solid #8ebe37;
	padding: 20px 0 0 0;
	width: 800px;
	font-family:Arial, Helvetica, sans-serif;
}

#content h3
{
	background:url(../images/title_bg.gif) repeat-x;
	color: #3f3895;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 5px 0 6px 15px;
}

#content p
{
	font-size: 12px;
}	

#direct-gardening
{
	margin:5px 0 0 11px;
}

#direct-gardening a
{
	background:url(../images/direct_gardening.gif) no-repeat;
	display:block;
	height: 94px;
	width: 179px;
	text-indent: -9999px;
}

/* Main Content Styles *************************************************************/
#main-content
{
	float:right;
	width: 585px;
}

#main-content h3
{
	margin-bottom: 10px;
}

.onlineCatalog
{
	float: left;
	margin: 15px 0 0 0;
	width: 270px;
}

.onlineCatalog img
{
	border: #92c540 1px solid;
	margin: 0 0 5px 15px;
}

.onlineCatalog p
{
	padding: 0 0 0 15px;
}

.onlineCatalog div
{
	cursor: pointer;
}
.onlineCatalog a
{
	cursor: pointer;
}

.onlineCatalog a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

/* Free Gifts Styles **********************************************************/
#freeGifts 
{
	/*float: right;*/
	float:	left;
	margin: 15px 0 0 0;
	/*width: 280px;*/
	width:	100%;
}

#freeGifts ul
{
	margin-left:	5px;
	margin-right:	5px;
}

#freeGifts li
{
	display: block;
	/*height: 110px;*/
	/*width: 290px;*/
}

/*#freeGifts ul li img
{*/
/*	border: #92c540 1px solid;*/
/*	float:left;*/
/*	margin: 0 5px 5px 0;*/
/*}*/
#freetGifts img
{
	border:	#92C540 1px solid;
}

#freeGifts h4
{
	font-size:	14px;
	font-weight:	normal;
}

#freeGifts a
{
	text-decoration:	none;
}
/*ul#freegifts h4 a
{*/
/*	font-size: 10px;*/	/*14px;*/
/*	font-weight: normal;
	text-decoration: none;
}
*/

/* Featured Products Styles ****************************************************/
/*ul#featured
{
	
}
*/
ul#featured li
{
	float:left;
	padding: 10px 35px 10px 30px;
	text-align: center;
}

ul#featured li img
{
	border: #92c540 1px solid;
}

/*ul#featured li a
{
		
}
*/
#content-bottom
{
	background:url(../images/content_bottom_bg.gif) no-repeat;
	height: 14px;
	margin-bottom: 10px;
	width: 802px;
}

/* Footer Styles *********************************************************************/
#footer
{
	text-align: center;
}

#footer p
{
	font-size: 12px;
	padding: 0 0 5px 0;
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#catalogPage 
{
	background-color: #eaf7cd;
	float: left;
	width: 190px;
	text-align: center;
}
	
#catalogPage div
{
	padding: 10px 0 5px 0;
}

.show/*, .closed*/
{
	font-size:10px;
	display:	inline;
}		
.closed
{
	font-size:	10px;
  	display: none;
}

.catLinks, .closed, .show span
{
	
	text-decoration: none;
	cursor: pointer;
	cursor:	hand;
	font-size:11px;
	/*border: 1px solid #b7dd67;*/
	color: #3f3895;
	padding: 0px;
	margin:0px;
}

.catLinks, .show  a
{
	font-size:11px;
	text-decoration: none;
	/*display: compact;
	border: 1px solid #b7dd67;*/
	color: #3f3895;
	overflow:hidden;
}

.show a:hover
{
	text-decoration: underline;
}

#extras
{
	float: left;
	text-align: left;
	width: 525px;
	padding: 0px;
}
#extras p
{
	padding-top:	5px;
	line-height:	normal; 
}

#handbookextras
{
	float: left;
	width: 525px;
	padding: 0px;
}

#pickPage a
{
	float: right;
}
.Hleft
{
	float: left;
}

.Hright
{
	float: right;
}
#button3
{
	float:right;
	display:block;
	padding:  0px 50px; 
}
#button3 a
{
	background: #eaf7cd;
	color: #3F3895;
	margin: 2px;
	border: outset 1px #550000;
	font-size: 10px;
	display: block;
	width: 85px;
	height: 13px;
	text-align: center;
	
	
}
#button3 a:hover
{
	border: inset 1px #550000;
	text-decoration: none;
}

#nextPrevious, #pickPage
{
	width: 300px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#nextPrevious .leftP
{
	float: left;
}

#nextPrevious .rightP
{
	float: right;
}

.catLinks img
{
	padding: 0px;
}

.catLinks a:hover
{
	text-decoration: underline;
}

#bigNav
{
	color: #FFF;
	/*clear: both;*/
	text-decoration: none;
}

#bigNav span
{
	cursor:pointer;
	clear:both;
}

#bigNav img
{
	margin-left: 5px;
}

/** Product Search Selection Box **/
/** 12.6.2007 -- BTN 			 **/
#select1 {
	font-size: 75%;
}

.request
{
}
.request th
{
	width: 100;
	vertical-align: top;
}

.SmallImage
{
	height:	95px;
	width:	95px;
}

.medium
{
	height: 250px;
	width:	250px;
}

.large
{
	height:	400px;
	width:	400px;
}

.featured
{
	height:	150px;
	width:	150px;
}

.aPage
{
	float:	left;
}

.aPage img
{
	border:	none;
}

.aPage p
{
	text-align:	center;
	font-weight:	bold;
	width:	216px;
}

.spacer
{
	margin:	5px;
	float:	left;
	width:	50px;
}

#nextPrevious, #pickPage
{
	float: left;
	width: 430px;
	height: 30px;
	padding: 10px 50px 0px 0px;
	margin: 0px 10px 0px 5px;
}

#nextPrevious .leftP
{
	text-decoration: none;
	float: left;
}

#nextPrevious .rightP
{
	text-decoration: none;
	float: right;
}

.SalePrice
{
	color:	red;
	font-weight:	bold;
}

#NewsletterForm
{
	float:	left;
	width:	400px;
}

#NewsletterForm label
{
	float:	left;
	width:	150px;
	display:	block;
	font-weight:	bold;
	text-align:	right;
}

#NewsletterForm input
{
	float:	left;
	width:	150px;
	display:	block;
}

#NewsletterForm p
{
	float:	left;
	width:	400px;
	text-align:	center;
	color:	#990000;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#gifts div
{
	float:left;
	width:	175px;
}

#gifts p
{
	width:150px;
	text-align:center;
}
#gifts li
{
	list-style:none;
	float:left;
	display:block;
	width:175px;
	margin-left:5px;
}

ul#gifts li img
{
	border: #92c540 1px solid;
}
