<style type="text/css">
<!--
.stoopystoop {
	margin: 0px;
	background-color:#FFFFFF;
	}
	
body {
	background-color:#FFFFFF;
	margin: 0px auto 0px 0px;;
	}
	

/* containers */
#header_container {
	position:absolute;
	left:7px;
	top:0px;
	width:761px;
}

#body_container {
	position:absolute;
	left:7px;
	/* top is set by page */
	width:761px;
}

#leftside_container {
	position:absolute;
	left:0px;
	top:0px;
	width:172px;
	background-color: #FFFFFF;
}

#center_container {
	position:absolute;
	left:191px;
	top:0px;
	width:420px;
	background-color: #FFFFFF;
}

#rightside_container {
	position:absolute;
	left:637px;
	top:0px;
	width:124px;
	background-color: #FFFFFF;
}

#cartright_container {
	position:absolute;
	left:172px;
	top:0px;
	width:589px;
	background-color: #FFFFFF;
}


/* global header divs */
#mybasket_box {
	position:absolute;
	left:172px;
	top:0px;
	width:128px;
	height:23px;
	background-color: #E1EDD5;
}

#mybasket {
	position:absolute;
	top:5px;
	left:20px;
	font-family: arial,helvetica,sans-serif;
	color: #013300;
	font-size: 12px;
}

#blacktab_box {
	position:absolute;
	left:300px;
	top:0px;
	width:264px;
	height:23px;
	background-color: #013300;
	text-align:center;
}

#blacktabs {
	font-family:arial,helvetica,sans-serif;
	color:#99CC66;
	font-size:12px;
	padding-top:4px;
}

#search_box {
	position:absolute;
	left:564px;
	top:0px;
	width:197px;
	height:23px;
	background-color: #669933;
}

#search {
	position:absolute;
	left:4px;
	top:2px;
	margin-top: 0px;
	background-color: #669933;
	font-family:arial,helvetica,sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	line-height: 10px;
}

#greentabs-home_box {
	position:absolute;
	left:0px;
	top:135px;
	width:102px;
	height:23px;
	background-color: #669933;
}

#greentabs_home {
	position:absolute;
	left:20px;
	top:6px;
	margin-top: 0px;
	font-family:arial,helvetica,sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height: 12px;
}

#greentabs-products_box {
	position:absolute;
	left:102px;
	top:135px;
	width:659px;
	height:23px;
	text-align:center;
	background-color: #669933;
	overflow:visible;
}

#greentabs-products_box a {
	font-size: 0.6em;
}

#greentabs_products {

	margin-top: 6px;
	background-color: #669933;
	font-family:arial,helvetica,sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height: 12px;
}


/* cart page header divs */
#cart-page-top-category {
	position:absolute;
	left:192px;
	top:24px;
	width:569px;
	height:44px;
	background-color: #FFFFFF;
}

#top_category {
	position:absolute;
	left:0px;
	top:15px;
	width:569px;
	height:20px;
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family:arial,helvetica,sans-serif;
	color:#006633;
	font-size:17px;
	font-weight:bold;
	text-align:left;
}

/* in case the breadcrumb string in the header is too long */
#top_category_small {
	position:absolute;
	left:0px;
	top:15px;
	width:569px;
	height:20px;
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family:arial,helvetica,sans-serif;
	color:#006633;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}


/* front page body divs */
#favorites_box {
	position:absolute;
	left:0px;
	top:0px;
	width:172px;
	height:302px;
	background-color: #E1EDD5;
	overflow:hidden;
}

#news_box {
	position:absolute;
	left:0px;
	top:305px;
	width:172px;
	height:170px;
	background-color: #E1EDD5;
	overflow:hidden;
}

#mailinglist_box {
	position:absolute;
	left:0px;
	top:478px;
	width:172px;
	height:133px;
	background-color: #E1EDD5;
}



/* cart page body divs */
#sortbyname {
	position:absolute;
	left:6px;
	top:16px;
}

#selectsubcat {
	position:absolute;
	left:20px;
	top:16px;
}

#names_box {
	position:absolute;
	left:0px;
	top:38px;
	width:172px;
	height:800px;
	background-color: #E1EDD5;
}

#cart-page_content {
	position:absolute;
	left:20px;
	top:38px;
	width:569px;
	border-top: 2px solid #E1EDD5;
	padding-top:10px;
}

/* global footer div */
#footer_container {
	position:absolute;
	left:7px;
	top:1600px;
	width:761px;
	height:67px;
	background-color: #FFFFFF;
}


h2 {  /* reserved for green headings */
	font-family:arial,helvetica,sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#336600;
	margin:0px 0px 10px 0px;
	padding:0;
	}


h3 {  /* reserved for white headings */
	font-family:arial,helvetica,sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#FFFFFF;
	margin:10px;
	padding:0;
	word-wrap:normal;
	}
	
p {	
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	word-wrap:normal;
	line-height:18px;
	}
	
	
/* classes */

.searchfield {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal; 
	font-size: 11px;
	width:100px;
	position:relative;
	top:-1px;
	}
	
.searchbutton {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal; 
	font-size: 11px;
	width:45px;
	position:relative;
	top:-2px;
	}
	
.whitelink {
	color:#FFFFFF;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	}
	
A.whitelink:link		{
	text-decoration: none;
	color:#FFFFFF;
	}
	
A.whitelink:visited		{
	text-decoration: none;
	color:#FFFFFF;
	}
	
A.whitelink:hover		{
	text-decoration: underline;
	color:#FFFFFF;
	}  
	
.greenlink {
	font-family:arial,helvetica,sans-serif;
	color:#336600;
	font-size:12px;
	line-height: 12px;
	}
	
A.greenlink:link		{
	text-decoration: none;
	color:#336600;
	}
	
A.greenlink:visited		{
	text-decoration: none;
	color:#336600;
	}
	
A.greenlink:hover		{
	text-decoration: underline;
	color:#336600;
	}
	
.green-underline {
	font-family:arial,helvetica,sans-serif;
	color:#336600;
	font-size:12px;
	line-height: 12px;
	}
	
A.green-underline:link		{
	text-decoration: underline;
	color:#336600;
	}
	
A.green-underline:visited		{
	text-decoration: underline;
	color:#336600;
	}
	
A.green-underline:hover		{
	text-decoration: underline;
	color:#669933;
	}
	
.productlink {
	font-family:arial,helvetica,sans-serif;
	color:#1F9244;
	font-size:12px;
	text-align:left;
	line-height: 12px;
	font-weight:bold;
	}
	
A.productlink:link		{
	text-decoration: underline;
	color:#1F9244;
	}
	
A.productlink:visited		{
	text-decoration: underline;
	color:#1F9244;
	}
	
A.productlink:hover		{
	text-decoration: underline;
	color:#336600;
	}
	
.form {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal; 
	font-size: 11px;
	}
	
.submit-button {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal; 
	font-size: 11px;
	color: #000;
	background: #DDDDDD;
	border: 1px #333 solid;
	}

.greenpipe {
	color:#99CC66;
	font-weight:bold;
	font-size:10px;
	}
	
.whitepipe {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	position: relative;
	top: -2px;
	}
	
.graypipe {
	color:#CCCCCC;
	font-weight:bold;
	font-size:12px;
	}
	
.favorites_list {
	clear:both;
	display:block;
	margin: 0px 13px 0px 13px;
	font-family:arial,helvetica,sans-serif;
	color:#336600;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height: 12px;
	}
	
.favorites_pointer {
	float:left;
	}

.favorites_link {
	float:left;
	margin: 0px 13px 8px 7px;
	text-align:left;
	line-height: 12px;
	}

hr.cleaner {
	clear:both;
	}	
	
.subcats_tab_green {
	margin-left:6px;
	font-family:arial,helvetica,sans-serif;
	color:#336600;
	font-size:12px;
	text-align:left;
	line-height: 12px;
	background-color: #E1EDD5;
	font-weight:bold;
	width:166px;
	height:24px;
	padding:9px 0px 3px 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:161px;
	height:16px;
	padding:9px 0px 3px 5px;
	}
	
.names_tab_green {
	margin-left:6px;
	background-color: #E1EDD5;
	width:166px;
	height:20px;
	padding:5px 0px 3px 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:161px;
	height:12px;
	padding:5px 0px 3px 5px;
	}
	
.names_tab_doublegreen {
	margin-left:6px;
	background-color: #E1EDD5;
	width:166px;
	height:35px;
	padding:5px 0px 3px 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:161px;
	height:27px;
	padding:5px 0px 3px 5px;
	}
	
.names_tab_white {
	margin-left:6px;
	background-color: #FFFFFF;
	width:166px;
	height:20px;
	padding:5px 0px 3px 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:161px;
	height:12px;
	padding:5px 0px 3px 5px;
	}
	
.names_tab_doublewhite {
	margin-left:6px;
	background-color: #FFFFFF;
	width:166px;
	height:35px;
	padding:5px 0px 3px 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:161px;
	height:27px;
	padding:5px 0px 3px 5px;
	}

-->
</style>