h1,h2,h2 a,h3,h4,h5,h6 { color: #333; }


body{
	background: #fff url(/images/site_design/movawall/bg_body.png) 50% 0 no-repeat;
}

/* ==site container */
div#siteContainer{
	background: none;
}

/* logo */
div#branding div#logo a{
	background: url(/images/site_design/movawall/logo.png) 50% 50% no-repeat;
}

/* Main navigation */
div#mainNavigation ul li {
	border-bottom-color: #4290a6;
}
div#mainNavigation ul li a {
	border-bottom-color: #206f86;
	background: #217d97;
}
div#mainNavigation ul li a:hover,
div#mainNavigation ul li a:focus,
div#mainNavigation ul li.current a{
	background: #2d849d;
}	

/* secondary & static content */
div.contentComponent h2{
	background: #217d97;
}
div.contentComponent h2:hover.productHead,
div.contentComponent h2.selected, 
div.contentComponent h2.productHead a:focus {
	background: #3c8da4;
}

/* map */

body.mw_contact div.mapContact div.address{
	background: url(/images/site_design/movawall/mw_card_logo.png) center top no-repeat;
}

/* Site info */
div#siteInfo{
	background: #0e728e;
	border-color: #0c596e;
}