body {
    background: #7F714F url(../_images/browniebg.jpg) center top no-repeat;	
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    color: #000;
}

a:link, a:visited {
    color: #b6a193;
    text-decoration: underline;
}
a:hover, a:active {
    color: #b6a193;
}

#crumb a {
color: #91835F;
text-decoration: none;
}

#crumb a:hover, a:active {
color: #b6a193;

}

/* Buttons */
.button {
	background: #886e5c;
	color: #FFF !important;
}
.button:hover {
	background: #b6a193;
}

/* Top */
#top h1 {
	color: #FFF;
}

#search input {
	background: #C6BB56;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	
	color: #FFF;
}		
		
	#menu {
		color: #FFF;
		
	}
	#menu a:link, #menu a:visited {
	    color: #FFF;
	    text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	    text-decoration: underline;
	}
	
	#cart {
		
		color: #FFF;
	}
	
	#cart img {
	margin-bottom: -4px;
	}	

/* Content */
#main {
	
}
	#content {
		background: #FFF;
	}
		#content h2 {
			
			color: #c6bb56;
			background: url(../_images/headers.jpg) right no-repeat;
			height: 30px;
            			
			margin: 1px;
			
		}
		#content h3 {
			
			color: #c6bb56;
			
		}
	#products td {
		background: #91835F;
	}
	
	#products p {
	color: #fff;
	}
	
	p.price {
		color: #886e5c;
	}
	
	#cart-total {
		background: #91835F;
	}
	
	.cart-item {
		border-bottom: 1px solid #d2efbf;
	}

/* Side */
#side h2 {
	color: #FFF;
	padding-top: 60px;
	padding-left: 2px;
}
	#side li {
		
		color: #FFF;
	}
	#side a:link, #side a:visited {
		color: #FFF;
	}
	#side a:hover, #side a:active {
		color: #EFEFEF;
	}

/* Footer */
#footer {
	
}
#footer p, #footer a {
	color: #FFF;
}
