/* Main Layout */

body {
	background:#d4efd0;
}

.category_menu_header {
	background:#148d00;
	color:#fff;
}

#footer {
	border-top:1px solid #148d00;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* Search */

#search {
	background:#fff;
}

/* Font styling */

a {
	color:#148d00;
	text-decoration:underline;
}

a:hover {
	color:#0e6400;
	text-decoration:underline;
}

/* Category Menu */

.menu_level0 a, .menu_level1 a, .menu_level2 a {
	background: #148d00;
	color:#fff;
}

.menu_level0 a:hover, .menu_level1 a:hover, .menu_level2 a:hover, .menu_level0_sel a  {
	background: #0e6400;
	color:#fff;
}

/* Listings */

.category_product_title a {
	color: #0e6400;
}
