body {
    background: url(http://custom.buyitsellit.com/11914/dogdishbckgrnd.jpg) fixed repeat top left;	
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    color: #000;
}

a:link, a:visited {
    color: #6acffe;
    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: #594d2f;
	color: #6acffe !important;
}
.button:hover {
	background: #b6a193;
}

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

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

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

/* Content */
#main {
	background: none;
}
	#content {
		background: #FFF;
	}
		#content h2 {
			
			color: #594d2f;
			background: none;
			height: 30px;
            			
			margin: 1px;
			
		}
	#products td {
		background: #91835F;
	
	}
	
	#products p {
	color: #fff;
	}
	
	p.price {
		color: #886e5c;
	}
	
	#cart-total {
		background: #91835F;
	}
	
	.cart-item {
		border-bottom: 1px solid #d2efbf;
	}

/* Side */
#emailsub_wrapper {color: #FFF}
#side h2 {
	color: #FFF;
        font-weight: bold;
	padding-top: 0px;
	padding-left: 0px;
}
	#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;
}

