body, td {
	color: #66683F;
	background-color: #FFF;
}

h1, h2, h3, h4 {
	color: #80824F;
}

/* header */

#header {
	background: #FFFFD9 url(/images/abc_hdr_bkgd.jpg) repeat-x top left;
	border-left: 1px solid #FFFF66;
	border-right: 1px solid #FFFF66;
}

img {
	border: none;
}

/* sidebar */

#search, #related, #sidenav, #departments {
	background-color: #FFFFD9;
	border-left: 1px solid #FFFF66;
	border-right: 1px solid #FFFF66;
}

#sidenav, #departments {
	background: #FFFFD9 url(/images/abc_divider.gif) no-repeat top center;
}

#departments {
	border-bottom: 1px solid #FFFF66;
}

#departments li.expanded, #departments li.expanded ul, #departments li.selected, #departments li.selected ul {
	background-color: #FAF7EB;
}

/* this will apply to selected children of an expanded root, but not to the selected root */
/*
#departments li.expanded li.selected {
	background: #FAF7EB url(/images/rt-ptr_tan.gif) no-repeat -5px 0.5em;
}

#departments li.expanded li.expanded {
	background: #FAF7EB url(/images/bnt-arw_tan.gif) no-repeat -1em 0.5em;
}
*/

#departments li.selected a {
	color: #150C00;
}

#recent, #signup, #specials {
	background-color: #FFFFD9;
	border: 1px solid #FFFF66;
}

/* content */

#content {
	border-top: 1px solid #FFFF66;
}

.homecat h2 {
	background-color: #FFFFD9;
}

#breadcrumb li a {
	background-image: url(/images/rt-arw_wht.gif);
	background-repeat: no-repeat;
	background-position: right 70%;
}

#breadcrumb li.home a {
	color: #150C00;
}

#listings .item-odd {
	background-color: #FAF7EB;
}

.alert, error {
	color: #150C00;
}

a {
	color: #66683F;
}


.homecat h2 a {
		color: #80824f;
}

a:hover, .homecat h2 a:hover {
	color: #150C00;
}

a:hover, .homecat h2 a:hover {
	color: #66683F;
}
