@charset "UTF-8";
/* CSS Document */

body { margin: 0; padding: 0; background: url(i/home_background.jpg) no-repeat center top #000; font-family: Arial, Helvetica, sans-serif; }
.wrap { width: 780px; margin: 0 auto; }
#top { background: url(i/home_header_back.jpg) repeat-x; height: 339px; width: 100%; z-index: 0; border-bottom: 1px #4f504f solid; }
#middle { margin-top: -339px; }
	#logo { height: 159px; background: url(i/home_logo.png) no-repeat 37px center; }
	#main { overflow: auto; }
		#main #left { background: url(i/home_shadow_left.png) no-repeat 2px top; width: 19px; height: 495px; float: left; }
		#main #right { background: url(i/home_shadow_right.png) no-repeat -2px top; width: 19px; height: 495px; float: right; }
		#main #center { margin: 0; float: left; width: 682px; padding: 30px; height: 435px; background: #fff; }
			#center #images { width: 300px; float: left; height: 435px; }
			#center #images ul,
			#center #images li,
			#center #images2 ul,
			#center #images2 li { margin:0; padding:0; list-style:none; }
			#center #images2 { margin-top:1em; }
			#center #images li,
			#center #images li { width: 300px; height: 435px; overflow: hidden; }	
			#prevBtn,
			#nextBtn { visibility: hidden; float: left; height: 0; }
			
			#center #menu { width: 320px; float: right; padding-left: 30px; border-left: 1px solid #ccc; height: 435px; }
				#menu #slogan { background: url(i/home_slogan.jpg) no-repeat; width: 300px; padding: 114px 0 20px 20px; color: #fff; text-transform: uppercase; font-size: 14px; font-weight: bold; }
				#menu ul { padding: 10px 25px; }
					#menu ul li { list-style-type: none; }
					#menu ul li a { text-decoration: none; }
					
					#navigation { }
					#navigation a.head { background: url("i/arrow_gray.gif") no-repeat scroll 0 9px transparent; display:block; margin:0px; padding: 3px 13px; }
					#navigation a.head:hover { }
					#navigation a.selected { }
					#navigation a.current { }
					#navigation ul { border-width:0px; margin:0px; padding: 10px 17px; background: #f8f8f8; border-radius: 7px 7px; overflow: auto; }
					#navigation ul li { font-size: 11px; float: left; width: 112px; padding: 3px; 5px }
					#navigation li.visit { width: 200px; padding-top: 10px; }
						#navigation li.visit a { padding: 3px 6px; background: #8FA1B5; color: #fff; font-size: 10.5px; }
	#footer { background: url(i/bg_sprite.gif) repeat-x 0 -123px; margin: 15px auto auto auto; padding: 6px 30px; height: 12px; color: #85888b; width: 682px; font-size: 11px; text-align: right; }				
					

					@media print { #navigation ul { display: block!important; height: auto!important } }
