body {
    background: #7EA440 url(../../grassy/_images/grassybg.jpg) center top repeat-x;	
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    color: #000;
}
a:link, a:visited {
    color: #88AA01;
    text-decoration: underline;
}
a:hover, a:active {
    color: #000;
}

/* Buttons */
.button {
	background: #88AA01;
	color: #FFF !important;
}
.button:hover {
	background: #B6E203;
}

/* Top */
#top h1 {
	color: #FFF;
}

#search input {
	background: #59752C;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: #C2F110 url(../_images/bar.gif) 0 0 repeat-x;
	color: #C2F110;
}		
		
	#menu {
		
	}
	#menu a:link, #menu a:visited {
	    color: #FFF;
	    text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #FFF;
	}
	
	#cart a:link, #cart a:visited {
	color: #FFF;
	 
	}
	
	#cart a:hover, #cart a:active {
    color: #59752C;
	
	}
	
	 #crumb a:link, #crumb a:visited {
	  color: #000; 
	  
	 } 
	 
	 	 #crumb a:hover, #crumb a:active {
	  color: #59752C; 
	  
	 } 	

/* Content */
.productOption {padding-bottom:10px;}
.optionLabel {width:80px;}
#main {
	background: #FFF;
}
	#content {
		background: #FFF url(../_images/contentbg.gif) right top no-repeat;;
	}
		#content h2 {
			color: #88AA01;
		}
	#products td {
		background: #C2F110;
	}
	
	#next, #prev 
	{
	    text-decoration: underline;
	    color: #88AA01;
	}
	
	p.price {
		color: #000000;
	}
	
	#products a:link, a:visited {
	
	color: #566C00;
		    text-decoration: none;
	}
	
	#products a:hover, a:active {
	
	color: #eaeaea;
		    text-decoration: underline;
	}
	
	#cart-total {
		background: #566C00;
	}
	
	
	
	.cart-item {
		border-bottom: 1px solid #d2efbf;
	}
	


/* Side */
#side h2 {
	color: #88AA01;
}
	#side li {

		color: #FFF;
	}
	#side a:link, #side a:visited {
		color: #000;
	}
	#side a:hover, #side a:active {
		color: #B6E203;
	}

/* Footer */
#footer {

}
#footer p, #footer a {
	color: #FFF;
}