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

/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}
/* TYPE */
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	line-height:18px;
}
a {
	color: #003366;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
p {
	line-height:18px;
	margin-bottom: 18px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	color:#003366;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
}
h4 {
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}
/* LAYOUT */

 body, html {
	margin:0;
	padding:0;
	height:100%;
	background:url(../images/bg_02.jpg) bottom no-repeat;
}
#container {
	width:100%;
}
#header {
	width:100%;
	background-color:#FFF;
}
#header_inner {
	height:90px;
	width:940px;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
}
#logo {
	width:203px;
	height:40px;
	background:url(../images/logo.jpg) no-repeat left center;
	float:left;
	margin-top:30px;
}
#logo a {
	width:203px;
	height:40px;
	display:block;
	text-indent:-9999px;
}
#menu {
	width:600px;
	float:right;
	margin-top:55px;
}
.menu_style li {
	float:right;
	padding:0;
	margin:0 0 0 20px;
	display:inline-block;
}
.menu_style li a {
	font-size:14px;
	font-weight:bold;
	color:#ccc;
}
.menu_style li a:hover {
	color:#336699;
	text-decoration:none;
}
.active {
	color:#336699;
}
#sc {
	width:25px;
	height:31px;
	background:url(../images/sc_img.jpg) no-repeat;
	position:absolute;
	right:0;
	top:10px;
}
#sc a {
	width:25px;
	height:31px;
	text-indent:-9999px;
	display:block;
}
#banner {
	height:380px;
	background:url(../images/banner_bg.png) center top;
}
#inner_banner {
	height:140px;
	background:url(../images/inner_banner_bg.png) center top;
}
#banner_inner {
	width:920px;
	height:200px;
	padding: 150px 0 30px;
	margin:0 auto;
	background:url(../images/slogan.png) 0px 50px no-repeat;
}
#main {
	width:960px;
	margin:0 auto;
	position:relative;
}
#home_about_us {
	width:520px;
	float:left;
}
#home_about_us strong {
	color:#003366;
}
#home_news {
	width:280px;
	float:right;
}
#home_news ul li {
	padding-left:20px;
	background:url(../images/bullet.gif) 0 4px no-repeat;
	margin-bottom:5px;
}
#home_news a {
	color:#003366;
}
#content_top {
	width:960px;
	height:40px;
	background:url(../images/content_top.png) center top;
	position:absolute;
	left:0px;
	top:-40px;
	z-index:0;
}
#inner_content_top {
	width:960px;
	height:90px;
	position:absolute;
	left:0px;
	top:-90px;
	z-index:0;
	text-align:center;
}
#inner_content_top a {
	display:block;
	width:480px;
	height:30px;
	padding:25px 0;
}
#inner_content_top a:hover {
	text-decoration:none;
	color:#003366;
}
#content {
	background:url(../images/content_bg.png) repeat-y center;
	padding:0 60px;
}
#content_bottom {
	background:url(../images/content_bottom.png) center;
	height:30px;
}
.left_arrow {
	position:absolute;
	width:50px;
	height:70px;
	left:-60px;
	top:50px;
	background:url(../images/left_arrow.png) no-repeat;
}
.left_arrow a {
	width:50px;
	height:70px;
	display:block;
	text-indent:-9999px;
}
.left_arrow a:hover {
	background:url(../images/left_arrow_active.png);
}
.right_arrow {
	position:absolute;
	width:50px;
	height:70px;
	right:-60px;
	top:50px;
	background:url(../images/right_arrow.png) no-repeat;
}
.right_arrow a {
	width:50px;
	height:70px;
	display:block;
	text-indent:-9999px;
}
.right_arrow a:hover {
	background:url(../images/right_arrow_active.png);
}
#footer {
	width:940px;
	margin:10px auto;
	font-size:10px;
	color:#666;
	position:relative;
}
#footer_menu {
	position:absolute;
	top:0;
	right:0;
	width:500px;
	text-align:right;
}
#footer_menu a {
	color:#666;
}
#footer_menu a:hover {
	color:#003366;
}
.top_btn_left_on {
	background:url(../images/inner_left_top.png) no-repeat;
	float:left;
	width:480px;
	height:90px;
}
.top_btn_right {
	background:url(../images/inner_right_top_2.png) no-repeat;
	float:right;
	width:480px;
	height:90px;
}
.top_btn_right a {
	color:#CCC;
}
.top_btn_left {
	background:url(../images/inner_left_top_02.png);
	float:left;
	width:480px;
	height:90px;
}
.top_btn_right_on {
	background:url(../images/inner_right_top.png) no-repeat;
	float:right;
	width:480px;
	height:90px;
}
.top_btn_left a {
	color:#CCC;
}
.inner_product_list {
	width:190px;
	height:170px;
	margin:0 10px 20px;
	float:left;
	text-align:center;
	font-size:10px;
}
.inner_product_list a {
	color:#999;
}
.product_thumb {
	width:133px;
	height:100px;
	padding:10px 28px 10px 29px;
	background:url(../images/thumb_bg.png);
	position:relative;
}
.product_thumb img {
	width:133px;
	height:100px;
}
.thumb_opacity {
	background:#000;
	filter:alpha(opacity=25);
	opacity:0.25;
	position:absolute;
	top:10;
	left:29;
	width:133px;
	height:100px;
}
.inner_product_list:hover .product_thumb {
	background:url(../images/thumb_bg_03.png);
}
.inner_product_list:hover .thumb_opacity {
	display:none;
}
.inner_product_list:hover a {
	color:#003366;
	text-decoration:none;
}
.product_detail_left {
	width:290px;
	margin-top:30px;
	float:left;
	text-align:center;
}
.product_detail_right {
	width:520px;
	margin-top:30px;
	float:right;
	position:relative;
}
.product_detail_right h3 {
	color:#336699;
}
.product_table {
	margin-top:20px;
	width:100%;
}
.product_table th {
	padding:5px 15px;
	background-color:#eee;
	font-weight:bold;
}
.product_table td {
	padding:5px 15px;
}
.product_detail_pic {
	width:266px;
	height:200px;
	background:url(../images/product_picture_bg.png);
	margin-bottom:10px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.back {
	position:absolute;
	right:0;
	top:0;
	padding-left:20px;
	line-height:14px;
	background:url(../images/back_icon.png) no-repeat;
}
.pdf_download {
	height:20px;
	padding-left:20px;
	background:url(../images/pdf_icon.png) no-repeat top left;
	line-height:16px;
}
.pdf_download_disable{height:20px;
	padding-left:20px;
	background:url(../images/pdf_icon_disable.png) no-repeat top left;
	line-height:16px;
	cursor:default;
	color:#999;}
	
	.pdf_download_disable:hover{
		text-decoration:none;}
.cert_thumb {
	width:266px;

	margin-right:20px;
	margin-bottom:20px;
	
	float:left;
	text-align:center;
}
.news_table td{
	padding:10px 5px;
	}
.cert_thumb img{
	width:264px;border:1px solid #333; margin-bottom:5px;}
	
	
	.cert_thumb img:hover{
	width:264px;border:1px solid #336699; margin-bottom:5px;}
.last {
	margin-right:0 !important;
}
.clear {
	clear:both;
}
