/* Main Layout */

body {
	background:#cbe0ef;
}

.category_menu_header {
	background:#8acee4;
	color:#333;
}

#footer {
	border-top:1px solid #8acee4;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* Search */

#search {
	background:#fff;
}

/* Font styling */

a {
	color:#00487D;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

/* Category Menu */

.menu_level0 a, .menu_level1 a, .menu_level2 a {
	background: #8acee4;
	color:#333;
}

.menu_level0 a:hover, .menu_level1 a:hover, .menu_level2 a:hover, .menu_level0_sel a  {
	background: #5998b9;
	color:#333;
}

/* Listings */

.category_product_title a {
	color: #8acee4;
}

.category_menu_header {
	color:#333;

}