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

html {background-color:#000;}
body {}
a {text-decoration:none;color:#333;}
a:hover {text-decoration:none;color:#09F;}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}
.clearfix {zoom:1;}
.clearfix:after {content: ""; display: block; clear: both;}

#header_wrapper {width:100%;background: url(../img/header_bg.jpg) repeat-x left top;}
	header {width:950px;height:292px;margin:0 auto;}
		#header_top {width:100%;height:93px;}
			#h_inner_left {width:700px;height:93px;float:left;}
			#h_inner_right {width:230px;height:93px;float:right;}
			#slide_show {padding-top:30px;}
		#header_bottom {width:100%;height:89px;padding-top:30px;}

		nav {width:100%;height:40px;margin:20px 0;}
			.nav_products {display:block;width: 190px;height: 40px;float:left;background: url(../img/nav/products_on.gif) no-repeat 0 0;}
			.nav_technical {display:block;width: 190px;height: 40px;float:left;background: url(../img/nav/technical_on.gif) no-repeat 0 0;}
			.nav_guidance {display:block;width: 190px;height: 40px;float:left;background: url(../img/nav/guidance_on.gif) no-repeat 0 0;}
			.nav_press {display:block;width: 190px;height: 40px;float:left;background: url(../img/nav/press_on.gif) no-repeat 0 0;}
			.nav_inquiry {display:block;width: 190px;height: 40px;float:left;background: url(../img/nav/inquiry_on.gif) no-repeat 0 0;}

#main_wrapper {
	width:100%;
	background: url(../img/main_bg.jpg) repeat center top;
	background-image: url(../img/main_top_bg.jpg), url(../img/main_bg.jpg);
	background-repeat: repeat-x, repeat;
	background-position: top left, top left;
	/*border-bottom:1px solid #333;*/
}
		.page_top {float:right; clear:both;}
			.page_top img {float:left;}

#footer_wrapper {width:100%;background-color:#000;}
	#specially_wrapper {background-color:#333;}
		.specially {width:950px;margin:0 auto;padding-top:5px;height:55px;text-align:center;}
		.specially img {margin:0 35px;}

footer {width:950px;height:40px;margin:0 auto;background-color:#000;color:#FFF;}
	#f_inner_left {width:570px;float:left;font-size:12px;line-height:26px;}
		.f_left_inner {width:182px;margin:22px 0 26px 5px;float:left;}
		.f_left_inner ul li {font-weight:bold;}
		.f_left_inner ul li li {font-weight:lighter;color:#CCC;}
		.f_left_inner ul li a {text-decoration:none;color:#fff;}
		.f_left_inner ul li a:hover {text-decoration:none;color:#09F}
		.f_left_inner ul li li a {text-decoration:none;color:#ccc;}
		.f_left_inner ul li li a:hover {text-decoration:none;color:#09F;}
	#f_inner_right {width:360px;float:right;padding:30px 20px 26px 0;text-align:right;line-height:26px;}
		#f_inner_right .font16 {font-size:16px;}
		#f_inner_right .font14 {font-size:14px;}
		#f_inner_right .font12 {font-size:12px;}
		#f_inner_right .font_w {color:#fff;}
		#f_inner_right .font_g {color:#ccc;}
	.copyright {margin-top:40px;font-size:12px;color:#ccc;}
		.copyright a {text-decoration:none;color:#ccc;}
		.copyright a:hover {text-decoration:none;color:#09F;}
