@charset "UTF-8";

@media screen, projection {

body { 
	background: #353229;
}

/* ---------->>> Sub Navigation <<<---------- */
#nav-sub .content {
	background: url(nav-sub-t.png) no-repeat top left;
}
#nav-sub .b {
	background: url(nav-sub-b.png) no-repeat top left;
}

#nav-sub a {
	color: #ddd7d2;
}
#nav-sub a:focus,
#nav-sub a:hover,
#nav-sub a:active,
#nav-sub span,
#nav-sub a.current {
	color: #fc5902;
}

/* -------------------->>> FOOTER <<<---------------------- */

#footer_content,
#footer .copy,
#footer ul {
	background: url(footer.png) repeat;
}
#footer a {
	color: #b2b2b2;
}
#footer a:focus,
#footer a:hover,
#footer a:active,
#footer a.current{
	color: #FC5902;
}


/* ---------->>> Corners <<<---------- */

#footer .corner-tl,
#footer .corner-tr {
	background: url(footer-tl.png) no-repeat top left;
}
#footer .corner-tr {
	background-image: url(footer-tr.png);
}

/* ---------->>> Background <<<---------- */

#bg .overlay-l,
#bg .overlay-r {
	position: absolute;
	top: 120px;
	left: 0;
	width: 160px;
	height: 700px;
	background: url(overlay-l-summer.png) no-repeat top left;
}
#bg .overlay-r {
	left: auto;
	right: 0;
	width: 146px;
	background-image: url(overlay-r-summer.png);
}


}


