@charset "utf-8";
/* CSS Document */


body{
	padding:0;
	margin:0;
	background:url(images/body_bg.jpg) 0 0 repeat-x #fff;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}

/*------------------------------------------------body--------------------*/

/*------------------------------------------------header--------------------*/
#header {
	width:960px;
	height:113px;
	margin:0 auto;
	position:relative;
}
#header p.logo{
	display:block;
	width:164px;
	height:79px;
	position:absolute;
	left:0px;
	top:0;
}

#header p.email{
	display:block;
	width:296px;
	height:23px;
	position:absolute;
	right:0px;
	top: 56px;
}
#header p.nav_left{
	display:block;
	background:url(images/nav_right_bg.gif) 0 0 no-repeat;
	width:362px;
	height:34px;
	right:0px;
	bottom:0px;
	background-image: url(images/nav_right_bg.gif);
	float:right;
	margin:79px 0 0 0;

}

/*------------------------------------------------header--------------------*/
/*------------------------------------------------flash_banner--------------------*/
#flash_banner {
	width:960px;
	height:246px;
	margin:0 auto;
}/*------------------------------------------------flash_banner--------------------*/



/*------------------------------------------------main_body-------------------*/
#main_body {
	width:960px;
	margin:0 auto;
	padding:0 0 5px 0;
	position:relative;
	background-color:#eaeaea;
	background-image: url(images/main_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
}
#main_body p.page_title{
	display:block;
	width:265px;
	height:47px;
	left:0px;
	top:0px;
}
	
/*-----------------------------------------------product btn-------------------*/
#main_body ul.product_btn{
	margin:0 auto;
	width:910px;
	height:220px;
	padding:30px 25px;
	left:0;
	top:47px;
}
#main_body ul.product_btn li{
	float:left;
	margin:0 0px 0 0;
}


#main_body ul.product_btn li .space{
	display:block;
	width:20px;
	height:220px;
}
/*-----------------------------------------------news area-------------------*/
#news_area {
	width:910px;
	margin:0 auto 150px auto;
	padding:0 0 5px 0 ;
	background-color: #f3f3f3;
	height: 193px;
	color:#6a98b1;
}

news_title{
	margin:22px 0 0 30px;
	height:27px;
	padding: 0px;
}

span.news_title Img{
	margin:22px 0 0 30px;
	width:131px;
	height:27px;
	padding: 0px;
}

.news_area1{
	width:402px;
	height:75px;
	float:left;
	margin:30px 0 0 20px;
}

.news_area2{
	width:402px;
	height:75px;
	float:right;
	margin:30px 20px 0 0;
}

#news_area ul.news1{
	float:left;
}

#news_area ul.news1 li{
	display:block;
	height:25px;
	width:335px;
	font-size:12px;
	padding:0 0 0 12px;
	background-image:url(images/news_texts_bg_line.jpg);
	background-repeat:no-repeat;
}
#news_area ul li.noImg{
	background-image:none;
}
#news_area ul.news1_date{
	color:#6b6b6b;
	float:left;
	padding:0 0 0 0;
}
#news_area ul.news1_date li{
	display:block;
	height:25px;
	font-size:12px;
	padding:0 0 0 0;
	background-image: url(images/news_date_bg_line.jpg);
	background-repeat: repeat-x
}
#news_area ul.news1_date li.noImg{
	background-image:none;
}

#news_area ul.news2{
	float:left;
}

#news_area ul.news2 li{
	display:block;
	height:25px;
	padding:0 0 0 12px;
	width:335px;
	font-size:12px;
	background-image:url(images/news_texts_bg_line.jpg);
	background-repeat:no-repeat;
}
#news_area ul li.noImg{
	background-image:url(images/news_texts_bg.jpg);
}
#news_area ul.news2_date{
	float:right;
	padding:0px 0 0 0px;	
}
#news_area ul.news2_date{
	color:#6b6b6b;
	float:left;
	padding:0 0 0 0;
}
#news_area ul.news2_date li{
	display:block;
	height:25px;
	font-size:12px;
	padding:0 0 0 0;
	background-image: url(images/news_date_bg_line.jpg);
	background-repeat: repeat-x
}
#news_area ul.news2_date li.noImg{
	background-image:none;
}

/*-----------------------------------------------bottom menu-------------------*/
#main_down {
	display: block;
	clear: both;
	margin: 0 auto 5px auto;
	width: 618px;
}
#main_down ul.bottom_menu {
	height:15px;
}


#main_down ul.bottom_menu li{
	float:left;
	color:#000;
	background-color:inherit;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
#main_down ul.bottom_menu li a.home_btn{
	display:block;
	height:15px;
	width:96px;
	background:url(images/footer_btn_home.jpg) 0 0 no-repeat;
}
#main_down ul.bottom_menu li a.home_btn:hover{
	display:block;
	height:15px;
	width:96px;
	background:url(images/footer_btn_home_over.jpg) 0 0 no-repeat;
}
#main_down ul.bottom_menu li a.about_btn{
	display:block;
	height:15px;
	width:168px;
	background:url(images/footer_btn_about.jpg) 0 0 no-repeat;
}
#main_down ul.bottom_menu li a.about_btn:hover{
	display:block;
	height:15px;
	width:168px;
	background:url(images/footer_btn_about_over.jpg) 0 0 no-repeat;
}
#main_down ul.bottom_menu li a.product_btn{
	display:block;
	height:15px;
	width:118px;
	background:url(images/footer_btn_product.jpg) 0 0 no-repeat;
}
#main_down ul.bottom_menu li a.product_btn:hover{
	display:block;
	height:15px;
	width:118px;
	background:url(images/footer_btn_product_over.jpg) 0 0 no-repeat;
}
#main_down ul.bottom_menu li a.support_btn{
	display:block;
	height:15px;
	width:121px;
	background:url(images/footer_btn_support.jpg) 0 0 no-repeat;
}
#main_down ul.bottom_menu li a.support_btn:hover{
	display:block;
	height:15px;
	width:121px;
	background:url(images/footer_btn_support_over.jpg) 0 0 no-repeat;
}
#main_down ul.bottom_menu li a.contact_btn{
	display:block;
	height:15px;
	width:103px;
	background:url(images/footer_btn_contact.jpg) 0 0 no-repeat;
}
#main_down ul.bottom_menu li a.contact_btn:hover{
	display:block;
	height:15px;
	width:103px;
	background:url(images/footer_btn_contact_over.jpg) 0 0 no-repeat;
}	

/*------------------------------------------------main_body-------------------*/

/*------------------------------------------------footer-------------------*/
#footer_main {
	width:100%;
	background:url(images/footer_bg.jpg) 0 0 repeat-x;
	height:34px;
	padding:0 0 0 0;
}

#footer_main p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #9facbc;
	text-align:center;
	padding:15px 0 0 0;
	font-size: 10px;
}

#footer_main p.copyright a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #9facbc;
	font-size: 10px;
}

#footer_main p.copyright a:hover {
	text-decoration: underline;
}