/* Main Layout */

body {
	background:#aec7a0;
}

.category_menu_header {
	background:#aec7a0;
	color:#fff;
}

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

#footer a {
	text-decoration:none;
}

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

/* Search */

#search {
	background:#fff;
}

/* Font styling */

a {
	color:#629148;
	text-decoration:underline;
}

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

/* Category Menu */

.menu_level0 a, .menu_level1 a, .menu_level2 a {
	background: #aec7a0;
	color:#1b3d08;
}

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

/* Listings */

.category_product_title a {
	color: #1b3d08;
}
