body
{
	background-color: #ccc;
}

#locationBar
{
	background: rgb(10, 152, 210) url(images/Location-Bar.png) repeat-x;
}
#locationBar p
{
	color: black;
	text-shadow: 0px 1.5px 2px white;
}
#locationBar a
{
	color: black;
}
#locationBar a:hover, #locationBar a:focus, #locationBar a:active {
	color: white;
	text-shadow: 0px 1px 1px white;
}

#menu li a {
	color: black;
	text-shadow: 0px 1px 1px white;
	background: url(images/Button.png) repeat-y;
}
#menu li a:hover {
	background-image: url(images/Button.png);
}
#menu li.private a, #menu li.privateCurrent a {
	color: black;
	background: url("/Themes/Aqua Red/images/Button-Private.png") no-repeat;
}
#menu li.private a:hover, #menu li.privateCurrent a:hover {
	background-image: url("/Themes/Aqua Red/images/Button-Private.png");
}

#mainContainer
{
    background: url("/Themes/Aqua Red/images/Main.png") repeat-y !important;
    background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Themes/Aqua%20Red/images/Main.png',sizingMethod='scale');
}

#footer
{
    background: url("/Themes/Aqua Red/images/Footer.png") no-repeat !important;
    background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Themes/Aqua%20Red/images/Footer.png',sizingMethod='crop');
}
#footer p
{
	text-shadow: 0px 1px 1px white;
	color: rgb(61, 61, 61);
}

/* Cama Module overrides */

/* Product Category */

div.mod-productCategory div.container
{
	border-color: #8ACAFF;
}
div.mod-productCategory div.container div.title, div.mod-productCategory div.container div.price
{
	color: black;
	background-color: #8ACAFF;
}