body   { background: #82252c url("http://www.paintedrednails.com/images/bg.gif") repeat-y center top }
a:link, a:visited  { color: #82252c; text-decoration: underline }
a:hover, a:active  { color: #5d1a1f; text-decoration: underline }

/* Buttons */
.button {
	background: #6a321b;
	color: #FFF !important;
}
.button:hover {
	background: #a5715c;
}

/* Top */
#top h1 {
	color: #6a321b;
}

#search input   { color: #fff; font-weight: bold; background: #82252c }
#search label input   { color: #000; background: #fff; border: solid 1px #82252c }

/* Bar */
#bar   { color: #d6c6be; background: url("http://www.paintedrednails.com/images/bar.jpg") no-repeat }
	#bar a:link, #bar a:visited {
	    color: #d6c6be;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart   { color: #fff; background: url("http://www.paintedrednails.com/images/cart.png") no-repeat 0 25px }
	
	#cart-total strong {
		color: #6a321b;
	}

/* Content */
#content h2, #side h2 {
	color: #6a321b;
}
	#content h3 {
		color: #6a321b;
	}
	
	#products td p, p.price {
		color: #d47645;
	}

/* Side */
#side li a:link, #side li a:visited  { color: #82252c; text-decoration: none }
#side li a:hover, #side li a:active  { color: #5d1a1f }

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