body {
    background: #2c4059 url(http://stores.mybisi.com/templates/01/_images/darkblue/bg.gif) center top repeat-y;	
}
a:link, a:visited {
    color: #2c4059;
    text-decoration: underline;
}
a:hover, a:active {
    color: #7d8da2;
    text-decoration: underline;
}

/* Buttons */
.button {
	background: #a6c634;
	color: #FFF !important;
}
.button:hover {
	background: #c9dc87;
}

/* Top */
#top h1 {
	color: #2c4059;
}

#search input {
	background: #a6c634;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: transparent url(http://stores.mybisi.com/templates/01/_images/darkblue/bar.jpg) 0 0 no-repeat;
	color: #c1c8ce;
}
	#bar a:link, #bar a:visited {
	    color: #c1c8ce;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #FFF;
		background: transparent url(http://stores.mybisi.com/templates/01/_images/darkblue/cart-icon.gif) 0 25px no-repeat;
	}
	
	#cart-total strong {
		color: #2c4059;
	}
	
	#menu {color:#c1c8ce;}

/* Content */
#content h2, #side h2 {
	color: #2c4059;
}
	#content h3 {
		color: #4d627a;
	}
	
	#products td p, p.price {
		color: #0b95ff;
	}

/* Side */
#side li a:link, #side li a:visited {
    color: #0b95ff;
    text-decoration: none;
}
#side li a:hover, #side li a:active {
    color: #69bcfc;
}

/* Footer */
#footer p, #footer a {
	color: #6b798a;
}