body {
	background-color: #333333;
}
a:link, a:visited {
	color: #99AADD;
	text-decoration: underline;
}
a:hover, a:active {
	color: #AADD99;
	text-decoration: underline;
}

/* Buttons */
.button {
	color: #FFF !important;
	background-color: #99AADD;
}
.button:hover {
	background-color: #B5C1E6;
}

/* Top */
#top h1 {
	color: #AADD99;
}
input, select {
	background-color: #CCCCCC;
        color: #333333;
}
#top {
	background-image: url(Bisi-Template-Banner.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#search input {
	color: #FFF;
	background-color: #99AADD;
}
#search label input {
	color: #000;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #89887E;
	border-right-color: #F8F7F1;
	border-bottom-color: #F8F7F1;
	border-left-color: #89887E;
}

/* Bar */
#bar {
	color: #e4e8e9;
}
	#bar a:link, #bar a:visited {

	}
	#bar a:hover, #bar a:active {

	}
	
	#cart {
	color: #FFF;
	}
	
	#cart-total strong {
	color: #99AADD;
	}

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

/* Side */
#side li a:link, #side li a:visited {

}
#products a:link, #products a:visited {
	color: #cccccc;
	text-decoration: none;
}

#side li a:hover, #side li a:active {

}
#products a:hover, #products a:active {
	text-decoration: underline;
}


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




