/* Main Layout */

body {
	background:#cbe0ef;
}

.category_menu_header {
	background:#0066B3;
	color:#fff;
}

#footer {
	border-top:1px solid #0066B3;
}

#footer a {
	text-decoration:none;
}

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

/* Search */

#search {
	background:#fff;
}

/* Font styling */

a {
	color:#0066B3;
	text-decoration:underline;
}

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

/* Category Menu */

.menu_level0 a, .menu_level1 a, .menu_level2 a {
	background: #0066B3;
	color:#fff;
}

.menu_level0 a:hover, .menu_level1 a:hover, .menu_level2 a:hover, .menu_level0_sel a, .menu_level0_sel a:hover  {
	background: #00589a;
	color:#fff;
}

/* Listings */

.category_product_title a {
	color: #0066B3;
}

.category_menu_header {
	color:#fff;
	font-size:11px;
}