@media screen, projection {

/* BODY AND FONTS: =body
----------------------------------------------- */	
	body		{ background-color: #ebf0f8; background-image: url("/images/bg-body.jpg"); }
	
/* LINKS: =links
----------------------------------------------- */
	a, a:visited { color: #2e3192; }
	a:hover { color: #cd4f1e; }
	
/* HEADER: =header
----------------------------------------------- */	
	#partnerlink { background-image: url("/images/bg-tagline.jpg"); }
	#partnerlinkmore { background: #f4ebb6; }
	#partnerlinkmore p { color: #000; text-align: center; font-size: 1.1em; margin: 0; padding: 15px; }
	#partnerlinkmore p a.more { background-image: url("/images/button-partnerlinkmore.gif"); color: #67665c; }
	#partnerlinkmore p a.more:hover { color: #000; }
	#partnerlinkmore p a.close { background-image: url("/images/button-close.gif"); }
	
	#header h1 { background-image: url("/images/logo.jpg"); }
	#header h1 a { width: 240px; height: 75px; margin-top: 60px; margin-left: 10px; }
	
/* NAVIGATION: =nav
----------------------------------------------- */
	#header ul, #header ul li a { background-image: url("/images/navigation.gif"); }
	
	#header ul li.quality a { background-position: -220px 0px; width: 150px; }
	#header ul li.quality a:hover { background-position: -220px -40px; }
	#header ul li.quality a.selected,
	#header ul li.quality a:active { background-position: -220px -80px; }
	
	#header ul li.markets a { background-position: -370px 0px; width: 76px; }
	#header ul li.markets a:hover { background-position: -370px -40px; }
	#header ul li.markets a.selected,
	#header ul li.markets a:active { background-position: -370px -80px; }
	
	#header ul li.news a { background-position: -446px 0px; width: 63px; }
	#header ul li.news a:hover { background-position: -446px -40px; }
	#header ul li.news a.selected,
	#header ul li.news a:active { background-position: -446px -80px; }
	
	#header ul li.sitemap { margin-left: 180px; }
	
	#content #content-subnav ul li a:hover { color: #cd4f1e; }
	#content #content-subnav ul li.selected a { background-image: url("/images/bg-subnav-selected.gif"); color: #2b456c; }
	
/* LAYOUT: =layout
----------------------------------------------- */
	#wrapper { background-image:url("/images/bg-body-top.jpg"); }
	
}

@media print {

}