body {
    background: #000000 url(http://custom.buyitsellit.com/20841/BISI%20store%20bg4_1264x90.jpg) center top repeat-y;	
}
a:link, a:visited {
    color: #56a6e8;
    text-decoration: underline;
}
a:hover, a:active {
    color: #AED5F4;
    text-decoration: underline;
}

/*Item More Info Buttons */
.button {
	background: #56a6e8;
	color: #010509 !important;
}
.button:hover {
	background: #dbecfa;
}

/* Top */
#top h1 {
	color: #56a6e8;
        center top;
}

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

/* Bar */
#bar {
	background: #56a6e8; 0 0 no-repeat;
	color: #062e61;
}
	#bar a:link, #bar a:visited {
	    color: #062e61;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #062e61;

		background: transparent url(http://custom.buyitsellit.com/20841/cart-icon_darkblue.gif) 0 25px no-repeat;
	}
	
	#cart-total strong {
		color: #2c4059;
	}
	
	#menu {color:#283033;}

/* Content */
#content div {
   color: #000000;
}

#content h2, #side h2, #sortbox {
	color: #56a6e8;
}
	#content h3 {
		color: #56a6e8;
	}
	
	#products td p, p.price {
		color: #56a6e8;
	}

       

/* Side */
#side li a:link, #side li a:visited {
    color: #aed5f4;
    text-decoration: strong;
}
#side li a:hover, #side li a:active {
    color: #69bcfc;
}

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


















