body {
    background: #87b0ba url('body_bg.jpg') center top;	
}
a:link, a:visited {
    color: #012047;
    text-decoration: bold;
}
a:hover, a:active {
    color: #002d66;
    text-decoration: bold;
}

/* Buttons */
.button {
	background: #008A8C;
	color: #FFFFFF;
	font-weight: bold;
	border: #54361C 1px solid;
}
.button:hover {
	background: #008A8C;
}

/* content wrapper */
#wrapper {
    background: #87b0ba url('wrapper_bg.jpg') center top repeat-y;	
}

/* Top */
#top h1 {
	color: #679cb2;
}

#search input {
	background: #008A8C;
	color: #FDB813;
	font-weight: bold;
	border: #54361C 1px solid;
}
#search input:hover {
	background: #008A8C;
}
#search label input {
	background: #FFF;
	color: #4f4335;
	border: #4f4335 1px solid;
}

/* Bar */
#bar {
	color: #39260C;
	background: #FCB912 url('') top left repeat-y;
}
	#bar a:link, #bar a:visited {
	    color: #39260C;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
		color: #39260C;
	    text-decoration: underline;
	}
	
	#cart {
		color: #39260C;
		background: transparent url(cart-icon.gif) 0 12px no-repeat;
	}
	
	#cart-total strong {
		color: #39260C;
	}

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

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

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











