@charset "utf-8";
/* CSS Document */

body{
	font-size:14px;
	line-height:140%;
	font-family:"Century Gothic";
	color:#333333;
	margin:0;
}
div{
	margin:0 auto;
}
ul,form{
	list-style:none;
	margin:0;
	padding:0;
}
img{
	border:0;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
a:link{
	color:#333333;
	text-decoration:none;
}
a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
a:active{
	color:#333333;
	text-decoration:none;
}
.pageWidth{
	width:1080px;
}
.bottom_dot_line{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:#CCCCCC 1px dashed;
}
.shadow_box .content{
	border:#dedede 1px solid;
	border-bottom:none;
	padding:10px;
}
.shadow_box .shadow{
	background:url(../images/box_shadow.jpg) repeat-x top;
	height:11px;
}
.header1{
	font-size:22px;
	font-weight:bold;
	color:#333333;
	margin-bottom:20px;
}
.header2{
	font-size:32px;
	color:#333333;
	margin-bottom:20px;
}
.header3{
	font-size:20px;
	color:#333333;
	margin-bottom:20px;
}
.header4{
	font-size:22px;
	color:#387ef8;
	margin-bottom:20px;
}
.margin_right_15px{
	margin-right:15px;
}
.margin_right_26px{
	margin-right:26px;
}
.margin_bottom_15px{
	margin-bottom:15px;
}
.page{
	text-align:right;
	padding-bottom:15px;
	margin:0 5px;
}
.page span.current{
	text-decoration:underline;
}
.btn_reset{
	background:url(../images/btn_reset.jpg) no-repeat;
	border:none;
	width:72px;
	height:24px;
	cursor:pointer;
}
.btn_submit{
	background:url(../images/btn_submit.jpg) no-repeat;
	border:none;
	width:72px;
	height:24px;
	cursor:pointer;
}
.input_text{
	border:#CCCCCC 1px solid;
	width:290px;
}
.text_area{
	border:#CCCCCC 1px solid;
	width:286px;
	height:100px;
}
.inquiry td{
	padding:5px;
}
/* head styles */
#language{
	text-align:right;
	padding:0 0 10px 0;
}
#head{
	padding:10px 0;
}
#head_top{
	height:140px;
	overflow:hidden;
}
#head_mid{
	background:#333333;
	height:460px;
}
#head_mid #topMenu{
	background:url(../images/transparent_bg.png) repeat;
	height:35px;
	position:relative;
	top:-460px;
	z-index:99999;
}
#head_mid #topMenu2{
	background:url(../images/transparent_bg.png) repeat;
	height:35px;
	position:relative;
	margin-top:-340px;
}
#topMenu li,
#topMenu2 li{
	color:#666666;
	padding:8px 20px;
	margin-left:2px;
	float:right;
	font-size:14px;
	cursor:pointer;
	font-weight:bold;
}
#topMenu li#current,
#topMenu li.over,
#topMenu2 li#current,
#topMenu2 li.over{
	background:#4b4b4b;
	color:#ffffff;
}
.topSubMenu{
	background:url(../images/transparent_bg2.png) repeat;
	width:1080px;
	overflow:hidden;
	position:relative;
	z-index:99999;
	display:none;
}
.topSubMenu ul{
	margin:10px 25px;
	float:left;
}
.topSubMenu li{
	padding:5px 10px;
	width:186px;
	overflow:hidden;
	color:#333333;
	float:left;
	height:48px;
}
#banner{
	overflow:hidden;
}
#bannerShadow{
	background:url(../images/box_shadow.jpg) repeat-x;
	height:11px;
}
/* home content styles */
#content{
	padding-top:15px;
}
.pro_list .shadow_box{
	width:250px;
	float:left;
}
.pro_list .shadow_box .content{
	height:115px;
	padding:10px 0;
	overflow:hidden;
	text-align:center
}
.pro_list .shadow_box .shadow{
	text-align:center;
	padding:10px 0 5px 0;
}
/* foot styles */
#foot{
	background:#333333;
	padding:25px;
	width:1030px;
	margin-top:20px;
	color:#ebebeb;
}
#foot a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#foot a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#foot a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#foot a:active{
	color:#FFFFFF;
	text-decoration:none;
}
.boxwithline{
	border-left:#FFFFFF 1px solid;
	float:left;
	width:200px;
	height:150px;
	overflow:hidden;
}
.boxwithline strong{
	color:#FFFFFF;
}
#foot div{
	padding-left:30px;
}
#foot li{
	padding:1px 0;
}