body {
    background: #c8d9ea url(/templates/01/_images/lightblue/bg.gif) center top repeat-y;	
}
a:link, a:visited {
    color: #447388;
    text-decoration: underline;
}
a:hover, a:active {
    color: #000000;
    text-decoration: underline;
}

/* Buttons */
.button {
	background: #447388;
	color: #FFF !important;
}
.button:hover {
	background: #000000;
}

/* Top */
#top h1 {
	color: #447388;
}

#search input {
	background: #447388;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: #447388 url(/templates/01/_images/lightblue/bar.jpg) 0 0 no-repeat;
	color: #800200;
}
	#bar a:link, #bar a:visited {
	    color: #ffffff;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
            color: #ffffff;
	    text-decoration: underline;
	}
	
	#cart {
		color: #FFF;
		background: transparent url(/templates/01/_images/lightblue/cart-icon.gif) 0 25px no-repeat;
	}
	
	#cart-total strong {
		color: #396375;
	}

/* Content */
#content h2, #side h2 {
	color: #800200;
}
	#content h3 {
		color: #800020;
	}
	
	#products td p, p.price {
		color: #cc3300;
	}

/* Side */
#side {
background: #447388;
}

#side li a:link, #side li a:visited {
    color: #c8d9ea;
    text-decoration: none;
}
#side li a:hover, #side li a:active {
    color: #000000;
     text-decoration: underline
}

/* Footer */
#footer p, #footer a {
	color: #800200;

