/* ------------------------------------------- */
/* BODY                                        */
body { background: #2a2a2a url('/images/back.jpg') repeat-x top left; }
/* ------------------------------------------- */
/* WRAP                                        */
#wrap { background: url('/images/wrap.png') repeat-y top left; }
/* ------------------------------------------- */
/* BRANDING                                    */
#branding { background: url('/images/big.jpg') no-repeat bottom left; }
	#branding a { background: url('/images/logo.gif') no-repeat; }
/* ------------------------------------------- */
/* NAV MAIN                                    */
#nav_main ul li a { color: #936175; border-top: 1px solid #fff; border-right: 1px solid #fff; background: #e5e5e5; }
#nav_main ul li:first-child a { border-left: 1px solid #fff; }
#nav_main ul li a:hover { color: #ffffff; background: #2a2a2a; }
#nav_main ul li.active a { color: #ffffff; background: #2a2a2a; }
/* ------------------------------------------- */
/* CONTENT                                     */
#content { border: 9px solid #e5e5e5; border-bottom: 7px solid #e5e5e5; }
	/* ------------------------------------------- */
	/* CONTENT MAIN                                */
	#content_main { color: #717171; }
		#content_main h3 { color: #9c677d; }
		#content_main a { color: #717171; }
		#content_main p.backto a { color: #98657a; }
		#content .app h3 { color: #8b8b8b; }
			#content .yellow h2 + h3 { background: url('/images/yellow-dot.gif') no-repeat bottom left; }
			#content .red h2 + h3 { background: url('/images/red-dot.gif') no-repeat bottom left; }
			#content .green h2 + h3 { background: url('/images/green-dot.gif') no-repeat bottom left; }
			#content .orange h2 + h3 { background: url('/images/orange-dot.gif') no-repeat bottom left; }
			.app-yellow h3 { background: url('/images/yellow-dot.gif') no-repeat bottom left; }
			.app-red h3 { background: url('/images/red-dot.gif') no-repeat bottom left; }
			.app-green h3 { background: url('/images/green-dot.gif') no-repeat bottom left; }
			.app-orange h3 { background: url('/images/orange-dot.gif') no-repeat bottom left; }
	/* ------------------------------------------- */
	/* CONTENT SUB                                 */
	.price { color: #717171; }
		.price h3 { color: #9c677d; }
/* ------------------------------------------- */
/* NAV SUPP                                    */
#nav_supp { background: url('/images/supp.png'); }
	#nav_supp a { color: #fff; }
	#nav_supp img { border: 7px solid #2a2a2a; }
	#nav_supp p { color: #fff; }
/* ------------------------------------------- */
/* SITE INFO                                   */
#site_info { color: #fff; background: url('/images/bottom.png') no-repeat center top; }	
	#site_info a { color: #fff; }	
	#site_info p { background: url('/images/shadow.png') no-repeat top right; }	
	#lang li { border-left: 1px solid #717171; }
	#lang li:first-child { border-left: 0; }
		#lang li a { color: #717171; }
		#lang li a:hover { color: #000; }