
/*
Headings
*/

	h1, h2, h3 {
		color:#0C3;
	}
	
/*
Links
*/

	a:hover{		
		color:#0C3;		
	}


/*
Headers
*/
	#header_long {
		background:url("../img/bg/green/header_blur.png") repeat-x #fff;
	}
	
	#header {
		background:url("../img/bg/green/header.png") repeat-x #fff;
	}

	#logo {
		background:url("../img/bg/green/logo.png") no-repeat;
	}

	#top_links a:hover {
		color:#fc3;
	}
	
	#top_links a.order_highlight {
		color:#fc3;
	}

/*
Footer
*/

	#footer_long {
		background:url("../img/bg/green/footer_blur.png") repeat-x #fff;
	}
	
	#footer {
		background:url("../img/bg/green/footer.png") repeat-x #fff;
	}
