@charset "utf-8";
/* CSS Document */

*{
    margin: 0px;
	padding: 0px;
    font-family: Arial, Helvetica;
    color: #444;
    /*overflow-x: hidden;*/
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
	font-stretch: condensed;
}
body{
	background:#e9e9e9 url(../images/index_bg.jpg) repeat-x top;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
a{
	outline: none; /* for Firefox */
	hlbr: expression(this.onFocus=this.blur()); /* for IE */
	text-decoration: none;
}
a:hover{
	color:#9F0;
	text-decoration: none;
}

header{
	width:100%;
	height:80px;
	display:block;
	overflow:hidden;
	/*background:url(../images/ivideo_header_bg.jpg) no-repeat top center;	*/
}
#company_logo{
	float:left;
	margin:10px 0 0 20px;
	float:left;
}
#icatalog_link{
	margin:10px 20px 10px 0;
	float:right;
	text-align:center;
	font-size:12px;
}
#company_info{
	margin:10px 20px 10px 0;
	float:right;
	text-align:center;
	font-size:12px;
}
#company_info_details{
	display:none;
	position:absolute;
	right:30px;
	top:100px;
	width:350px;
	font-size:14px;
	line-height:18px;
	padding:30px 20px 20px 30px;
	background:#333;
	color:#fff;
}
#company_info_details h1{font-size:20px;color:#fff;}
#company_info_details a{color:#009bd1;}
#company_info_details a:hover{color:#009bd1;}
#company_info_details #other_contact_tools{margin:20px 0 10px 0;}
#company_info_details #other_contact_tools img{ float:left; margin:0 10px 0 0;}

section#content{
	text-align:center;
	line-height:16px;
	overflow:hidden;
}
#videoPlay{
	width:100%;
	padding:40px auto 20px auto;
	overflow:hidden;
	text-align:center;
	background:url(../images/videoplay_bg.jpg) no-repeat center 15px;
	background:url(../images/videoplay_bg.jpg) no-repeat center 23px\0;
}
#video_frame{
	width:480px;
	height:270px;
	display:block;
	padding:0;
	padding:10px 10px 0 10px\0;
	margin:30px auto 10px auto;
	font-size:23px;
	overflow:hidden;
}
#inquiry{
	width:480px;
	height:60px;
	display:block;
	margin:20px auto 0 auto;
	text-align:right;
}
#inquiry a{
	padding:8px 35px;
	height:40px;
	line-height:40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:21px;
	background: #00B5E7;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00B5E7), to(#009fc4));
	background: -webkit-linear-gradient(#00B5E7, #009fc4);
	background: -moz-linear-gradient(#00B5E7, #009fc4);
	background: -ms-linear-gradient(#00B5E7, #009fc4);
	background: -o-linear-gradient(#00B5E7, #009fc4);
	background: linear-gradient(#00B5E7, #009fc4);
	-pie-background: linear-gradient(#00B5E7, #009fc4);
	behavior: url(/PIE.htc);
}
#inquiry a:hover{
	color:#ffffff;
	background: #00A6E8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00A6E8), to(#007DC1));
	background: -webkit-linear-gradient(#00A6E8, #007DC1);
	background: -moz-linear-gradient(#00A6E8, #007DC1);
	background: -ms-linear-gradient(#00A6E8, #007DC1);
	background: -o-linear-gradient(#00A6E8, #007DC1);
	background: linear-gradient(#00A6E8, #007DC1);
	-pie-background: linear-gradient(#00A6E8, #007DC1);
	behavior: url(/PIE.htc);
}
#notice{
	display:none;
	position:absolute;
	overflow:hidden;
	width:132px;
	height:40px;
	margin-left:350px;
	text-align:center;
	line-height:48px;
	font-size:12px;
	color:#000;
	background:url(../images/notice_bg.png) no-repeat left top;
}
#footer_content{
	width:100%;
	padding:0 10px 20px 10px;
	height:80px;
	background:url(../images/footer_bg_1.jpg) repeat-x left top;
	clear:both;
}
#contact_info{
	padding:20px 0 0 0;
	color:#FFF;
	font-size:13px;
	line-height:16px;
	background:url(../images/footer_bg.jpg) no-repeat top center;
}
#inquiry_form{
	background:#ccc;
	margin:20px auto 0 auto;
	padding:10px 0 20px 0;
	display:none;
	width:650px;
}
#inquiry_form .collapse{
	line-height:30px;
	font-size:12px;
	text-align:center;
}
#inquiry_form .collapse a{
	margin:0 auto 20px auto;
	width:135px;
	height:30px;
	display:block;
	color:#FFF;
	background:url(../images/collapse_form_bg.png) no-repeat left top;
	text-decoration:none;
}
#inquiry_form .collapse a:hover{
	text-decoration:none;
}