body {
	background-color: #AAA094;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #7F0700;
	text-decoration: none;
}
a:hover {
	color: #7F0700;
	text-decoration: none;
}

#navcontainer ul {
	list-style: none;
	margin: 10px;
	padding: 0px;
}
#navcontainer li {
	padding-top: 4px;
	padding-bottom: 4px;
}
#navcontainer ul li a {
	font-family: Arial, Halvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#navcontainer ul li a:hover {
	color: #7F0700;
}
#navcontainer ul li a#current {
	color: #7F0700;
}
#navcontainer ul ul li a {
	font-family: Arial, Halvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}
#navcontainer ul ul ul li a {
	font-family: Arial, Halvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
}
.trail, .trail a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #787A5A;
	text-decoration: underline;
}
.trail a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.status_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.top_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.top_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.top_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #EDEEE7;
	text-decoration: none;
}
.bottom_menu, .bottom_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bottom_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #7F0700;
	text-decoration: none;
}
.bottom_menu_hi, .bottom_menu_hi a, .bottom_menu_hi a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #7F0700;
	text-decoration: none;
}
.bottom_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.search_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: 15px;
}
.search_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	height: 19px;

}

.ttl_category, .ttl_category a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #6F7E29;
	text-decoration: none;
}
.ttl_category a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #7F0700;
	text-decoration: none;
}

.site_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #6F7E29;
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin: 2px;
}

.purchased, .purchased a, .purchased a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #A5AB8B;
	text-decoration: none;
}

.r_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #7F0700;
	text-decoration: none;
}
.g_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #6F7E29;
	text-decoration: none;
}
.sale_price { color:red; }

/* CHECKOUT PROGRESS */
ul.cart_progress {
	float: left;
	padding: 0px;
	margin: 0px;
}
ul.cart_progress li {
	list-style-type: none;
	list-style-position: outside;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 38px;
	
	padding-left: 9px;
	padding-right: 9px;
	
	clear: none;
	float: left;
}
ul.cart_progress li.current {
	background-image: url(../images/checkoutProgressCurrent.gif);
	background-position: center bottom;	
	font-weight: bold;
}
ul.cart_progress li.incomplete {
	background-image: url(../images/checkoutProgressIncomplete.gif);
	background-position: center bottom;	

}
ul.cart_progress li.complete {
	background-image: url(../images/checkoutProgressComplete.gif);
	background-position: center bottom;	
}
ul.cart_progress li.done {
	background-image: url(../images/checkoutProgressDone.gif);
	background-position: center bottom;	
	font-weight: bold;
}
ul.cart_progress a {
	color: #000000;
	text-decoration: none;
}
	ul.cart_progress a:hover {
		color: #000000;
		text-decoration: underline;
	}
