/* RESET */
* { margin: 0px; padding: 0px; }
html, body { font-family: Verdana, Arial; font-size: 12px; color: #8c806e; }
input, select, textarea { font-family: Verdana, Arial; font-size: 12px; color: #8c806e; }
body { background: #fff; }
img { border: 0px; display: block; }
a, input { outline: none; }

/* GLOBAL */
.clear { clear: both; height: 0px; overflow: hidden; }
.col-left { float: left; }
.col-right { float: right; }
.col-mid { width: 980px; overflow: hidden; }
.fullBg { position: fixed; top: 0; left: 0;	overflow: hidden; }

/* WRAPPER */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; }

/* LAYOUT */
#layout { margin: 0 auto; width: 100%; }

	/* HEADER */
	#header { position: relative; width: 100%; height: 143px; z-index: 9; background: url('../images/header-bg.png') center top repeat-x; }
	#header .center { margin: 0px auto; position: relative; width: 1024px; height: 143px; }
	#header .logo { position: absolute; top: 6px; left: 44px; z-index: 1; }
	#header .logo a { display: block; width: 181px; height: 130px; text-indent: -9999px; background: url('../images/logo.png') no-repeat; }
	#header h3 { position: absolute; right: 24px; top: 45px; font-size: 20px; color: #fff; text-transform: uppercase; }
	
		/* NAVIGATION */
		#navigation { position: absolute; top: 103px; left: 0px; width: 1024px; height: 36px; }
		#navigation ul { list-style: none; float: right; }
		#navigation li { float: left; font-size: 14px; position: relative; }
		#navigation li a { padding: 0px 26px; display: block; color: #fff; line-height: 36px; text-decoration: none; }
		#navigation li a:hover, #navigation li:hover a { background: url('../images/menu-hover.png') repeat-x; }
		#navigation li.selected a { font-weight: bold; background: none; }
		#navigation li .menu { padding-top: 14px; position: absolute; left: 0px; top: 36px; display: none; width: 224px; background: url('../images/menu-top.png') left top no-repeat; }
		#navigation li:hover .menu { display: block; }
		#navigation .bottom { padding-bottom: 10px; width: 224px; background: url('../images/menu-bottom.png') left bottom no-repeat; }
		#navigation .mid { padding: 0px 5px 0px 3px; width: 216px; background: url('../images/menu-mid.png') repeat-y; }
		#navigation .menu ul { list-style: none; float: none; }
		#navigation .menu li { padding-bottom: 2px; width: 100%; font-size: 11px; float: left; background: url('../images/menu-devaider.png') left bottom repeat-x; }
		#navigation .menu li a { padding: 0px 0px 0px 23px; color: #fff; height: 23px; line-height: 23px; background: none!important; }
		#navigation .menu li a:hover { background: url('../images/menu-hover1.png') no-repeat!important; }
		#navigation .menu li.last { background: none; }
		
	/* CONTENT */
	#content { padding: 38px 16px 20px 27px; margin: -5px auto 0px auto; min-height: 549px; overflow: hidden; width: 981px; background: url('../images/content-bg.png') repeat; }
	
		/* LEFT */
		#left { float: left; width: 657px; }
		
			/* ### CONTENT ### */
			.content_Box { padding-top: 46px; width: 657px; background: url('../images/content-top.png') left top no-repeat; }
			.content_Box .bottom { padding-bottom: 27px; width: 657px; background: url('../images/content-bottom.png') left bottom no-repeat; }
			.content_Box .mid { width: 657px; background: url('../images/content-mid.png') repeat-y; }
			.content_Box .text { padding: 0px 35px 75px 34px; margin: -46px 0px 0px 0px; float: left; width: 588px; }
			.content_Box h2 { padding: 0px 0px 6px 0px; line-height: 44px; font-size: 14px; color: #fff; }
			.content_Box p { padding: 18px 0px 0px 0px; font-size: 11px; color: #414042; line-height: 18px; }
			
		/* RIGHT */
		#right { float: right; width: 311px; }

			/* ### NEWS ### */
			.news_Box { padding-top: 46px; width: 311px; background: url('../images/news-top.png') left top no-repeat; }
			.news_Box .bottom { padding-bottom: 10px; width: 311px; background: url('../images/news-bottom.png') left bottom no-repeat; }
			.news_Box .mid { width: 311px; background: url('../images/news-mid.png') repeat-y; }
			.news_Box .news { padding: 0px 8px 3px 0px; margin: -46px 0px 0px 0px; float: left; width: 303px; }
			.news_Box h2 { padding: 0px 0px 13px 25px; line-height: 44px; font-size: 14px; color: #fff; }
			.news_Box ul { list-style: none; }
			.news_Box li { width: 303px; float: left; height: 45px; line-height: 44px; font-size: 11px; color: #414042; font-weight: bold; }
			.news_Box li:hover { background: url('../images/news-hover.png') no-repeat; }
			.news_Box span { padding: 0px 0px 0px 25px; float: left; width: 82px; }
			
	/* FOOTER */
	#footer { overflow: hidden; width: 100%; height: 42px; background: url('../images/footer-bg.png') repeat-x; }
	#footer .center { margin: 0px auto; width: 1024px; }
	#footer address { padding: 0px 0px 0px 26px; float: left; line-height: 42px; font-size: 11px; color: #fff; font-style: normal; }
	#footer address a { color: #fff; text-decoration: none; }
	#footer address a:hover { text-decoration: underline; }
	#footer span { padding: 0px 26px 0px 0px; float: right; line-height: 42px; font-size: 11px; color: #fff; }