@charset "utf-8";
@Media Print { Body {display:none;}}
a {
    outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #008001;
}
a:active {
	text-decoration: none;
}
img {border:0px;}
body{
	margin:0;
	font-family: Tahoma, Geneva, sans-serif;
	}
#wrapper-bg {
	width: 1048px;
    margin:0 auto;
	background-image: url(../images/bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
#wrapper {
	width: 1000px;
    margin:0 auto;
}
#header {
	width: 1048px;
	height: auto;
	margin:0 auto;
}
#logo {
	background-image: url(../images/logo.png);
	height: 120px;
	width: 1000px;
	margin:0 auto;
}
#mainvav {
	width: 1000px;
	height: 37px;
	background-color: #1A2342;
	position: relative;
	margin:0 auto;
	float: left;
}
#mainvav ul {
	padding: 0px;
	margin-top: 0px;
}
#mainvav li {
	float: left;
	list-style-type: none;
}
#mainvav li a {
	text-indent: -9999px;
	display: block;
}
#mainvav li.home a {
	background-image: url(../images/nav_01.jpg);
	background-position: center;
	height: 37px;
	width: 88px;
	background-repeat: no-repeat;
}
#mainvav li.home a:hover {
	background-image: url(../images/nav-over_01.jpg);
}
#mainvav li.news a {
	background-image: url(../images/nav_04.jpg);
	height: 37px;
	width: 95px;
	background-repeat: no-repeat;
}
#mainvav li.news a:hover {
	background-image: url(../images/nav-over_04.jpg);
}
#mainvav li.about a {
	background-image: url(../images/nav_05.jpg);
	height: 37px;
	width: 121px;
	background-repeat: no-repeat;
}
#mainvav li.about a:hover {
	background-image: url(../images/nav-over_05.jpg);
}
#mainvav li.product a {
	background-image: url(../images/nav_06.jpg);
	height: 37px;
	width: 122px;
	background-repeat: no-repeat;
}
#mainvav li.product a:hover {
	background-image: url(../images/nav-over_06.jpg);
}
#mainvav li.serices a {
	background-image: url(../images/nav_07.jpg);
	height: 37px;
	width: 121px;
	background-repeat: no-repeat;
}
#mainvav li.serices a:hover {
	background-image: url(../images/nav-over_07.jpg);
}
#mainvav li.knowledge a {
	background-image: url(../images/nav_08.jpg);
	height: 37px;
	width: 180px;
	background-repeat: no-repeat;
}
#mainvav li.knowledge a:hover {
	background-image: url(../images/nav-over_08.jpg);
}
#mainvav li.certification a {
	background-image: url(../images/nav_09.jpg);
	height: 37px;
	width: 156px;
	background-repeat: no-repeat;
}
#mainvav li.certification a:hover {
	background-image: url(../images/nav-over_09.jpg);
}
#mainvav li.contacts a {
	background-image: url(../images/nav_10.jpg);
	height: 37px;
	width: 116px;
	background-repeat: no-repeat;
}
#mainvav li.contacts a:hover {
	background-image: url(../images/nav-over_10.jpg);
}
#content {
	width: 1000px;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}
#indexad {
	height: auto;
	width: 1000px;
}

#events {
	float: left;
	width: 290px;
	padding-right: 7px;
}
#events1 {
	float: left;
	width: 280px;
	padding-right: 7px;
	font-size: 17pt;
	line-height: 30px;
	color: #06F;
	margin-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
#events2 {
	float: left;
	width: 290px;
	padding-right: 7px;
}
#events3 {
	float: left;
	width: 280px;
	padding-right: 7px;
	font-size: 13pt;
	color: #090;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#events3 a {
	color: #090;
	text-decoration: none;
}
#events3 a:hover {
	color: #F00;
}
#right {
	float: right;
	width: 700px;
	background-image: url(../images/rightimg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 290px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	padding-top: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#right li {
	font-size: 12pt;
	line-height: 25px;
	color: #333;
	list-style-type: none;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-top: 5px;
}
#right ul {
	margin-left: -26px;
	margin-top: 10px;
}
.moreword {
	font-size: 14pt;
	color: #390;
	text-align: right;
}
.right-title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #333333;
	margin-left: 18px;
	font-weight:bold;
}
.right-words {
	color:#093;
	text-decoration:underline;
}
#footer {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	letter-spacing: 1px;
	width: 100%;
	height: 60px;
	clear:both;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #008001;
	text-align: center;
	line-height: 25px;
	padding-top: 10px;
	margin:0 auto;
}
#webdesign {
	float: right;
	margin-right: 5px;
	text-indent: -9999px;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #008001;
}
#here {
	color: #008001;
	line-height: 25px;
	margin: 0 8px;
	padding: 0 0 2px 5px;
	border-bottom: 1px dotted #ff0;
	font-size:10pt;
}
#here a {
	color: #000;
}
#back {
	margin-left: 10px;
}
/*news*/
#news_content {
	width: 1000px;
	padding-top: 0;
	float: left;
	background-image: url(../images/Board-long.png);
}
#news_middle {
	font-family: Tahoma, Geneva, sans-serif;
	width: 660px;
	padding: 15px 15px 0 15px;
	background-color: #FFF;
	margin: 0 auto;
	height: auto;
	font-size: 11pt;
}
#news_content_right_img {
	position: absolute;
	left: 727px;
	top: -38px;
	width: 268px;
	height: 550px;
	background-image:url(../images/Board-long-2.png);
}
#news_right {
	width: 660px;
	margin:0 auto;
	clear:both;
	position:relative;
	padding-top: 7px;
}
.news_title_icon {padding-left: 5px;}
#latest_news {
	height: 130px;
	width: 655px;
	border-bottom: 1px dashed #008001;
	padding-top: 12px;
	padding-left: 5px;
}
#latest_news_nobottom {
	height: 130px;
	width: 655px;
	padding-top: 12px;
	padding-left: 5px;
}
#latest_news img {
	float: left;
}
#latest_news_nobottom img {
	float: left;
}
#latest_news_title {
	margin-left: 170px;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	width: 480px;
	color: #008001;
}
#latest_news_words {
	font-size: 9pt;
	margin-left: 170px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 480px;
	color: #333;
	margin-top: 10px;
}
#latest_news_date {
	margin-left: 170px;
	margin-bottom: 10px;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	width: 480px;
	color: #F60;
}
/*about*/
#about_content {
	width: 1000px;
	float: left;
	background-image: url(../images/Board-long.png);
}
#about_content_here {
	background-color:#FFF;
	color: #008001;
	line-height: 25px;
	margin: 0 auto;
	padding: 0 0 2px 5px;
	border-bottom: 1px dotted #ff0;
	width: 660px;
	font-size: 10pt;
}

#about_middle {
	font-family: Tahoma, Geneva, sans-serif;
	width: 660px;
	padding: 15px 15px 0 15px;
	background-color:#FFF;
	margin:0 auto;
	font-size: 11pt;
}
#about_middle p:hover {
    background-color:#D9FFB3;
}
#about_words span {
	color: #008001;
}
/*services*/
#services_content {
	width: 1000px;
	float: left;
	background-image: url(../images/Board-long.png);
}
#services_content_here {
	background-color:#FFF;
	color: #008001;
	line-height: 25px;
	margin: 0 auto;
	padding: 0 0 2px 5px;
	border-bottom: 1px dotted #ff0;
	width: 660px;
	font-size: 10pt;
}
#services_middle {
	font-family: Tahoma, Geneva, sans-serif;
	width: 660px;
	padding: 15px 15px 0 15px;
	background-color:#FFF;
	margin:0 auto;
	font-size: 9pt;
	font-style: normal;
	color: #000;
}
.services_middle_words {
	font-size: 12pt;
	padding-left: 3px;
	font-style: normal;
	font-weight: normal;
}
#services_words span {
    font-size: 15px;
	color: #008001;
	font-family: Tahoma, Geneva, sans-serif;
}
.services_table th {
	background-color: #1A2342;
	color: #ff0;
	padding: 8px 0;
	font-size: 11pt;
}
.services_th_1 {
	border-left:1px solid #FF0;
	border-top:1px solid #FF0;
	border-bottom:1px solid #FF0;
}
.services_th_2 {
	border-left:1px solid #FF0;
	border-top:1px solid #FF0;
	border-bottom:1px solid #FF0;
}
.services_th_3 {
	border:1px solid #FF0;
}
.services_table td {
	font-size: 12px;
}
.services_td_1 {
	border-left: 1px solid #000;
	vertical-align: top;
}
.services_td_2 {
	border-left:1px solid #000;
	vertical-align: top;
}
.services_td_3 {
	border-right:1px solid #000;
	border-left:1px solid #000;
	vertical-align: top;
}
.services_td_2_1 {
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
.services_td_2_2 {
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
.services_td_2_3 {
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
.services_more_2_1 {
	text-align:center;
	border-left:1px solid #000;
}
.services_more_2_1:hover {
	color:#F00;
}
.services_more_2_1 a:hover {
	color:#F00;
	text-decoration:none;
}
.services_more_2_2 {
	text-align:center;
	border-left:1px solid #000;
}
.services_more_2_2 a:hover {
	color:#F00;
	text-decoration:none;
}
.services_more_2_2:hover {
	color:#F00;
}
.services_more_2_3 {
	text-align:center;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
.services_more_2_3 a:hover {
	color:#F00;
	text-decoration:none;
}
.services_more_2_3:hover {
	color:#F00;
}

.services_icon_words {
	font-size:16pt;
}
.oem_odm_service_words_1 p {
    padding-left: 5px;
	line-height: 13px;
}
#services_dowload {
	height:150px;
	padding-left: 5px;
}
#services_dowload img {
    float: left;
}
#services_dowload img {
    float: left;
}
#services_dowload_1 {
	padding-left: 305px;
	opacity: 0.7;
}
#services_dowload_1:hover {
	opacity: 1;
}
#services_dowload_2 {
	padding-left: 305px;
	opacity: 0.7;
}
#services_dowload_2:hover {
	opacity: 1;
}
/*download*/
#download_content {
	width: 1000px;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
}
#download {
	width: 990px;
	margin:0 auto;
	clear:both;
	background-image: url(../images/rightimg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 7px;
	margin-bottom: 30px;
}
#download_public_docs {
	width: 675px;
	padding-top: 30px;
}
#download_engineering_docs {
	width: 675px;
	padding-top: 30px;
}
#download_distributor_docs {
	width: 675px;
	padding-top: 30px;
}
#download_techfill_docs {
	width: 675px;
	padding-top: 30px;
}
#download table { 
  border:0; 
  border-collpase:collpase; 
  width:650px;
} 
td { 
  padding: 3px 5px;
} 
.download_title { 
  background-color: #008001;
  color: #fff;
}
.download_engineering_manual_title { 
  background-color: #003366;
  color: #fff;
}
.download_doc { 
  border-bottom:1px dashed #000;
  color: #666;
  font-size: 13px;
} 
.download_doc a { 
  color: #666;
} 
.download_doc a:hover { 
  color: #226633;
} 
/*contacts*/
#contacts_content {
	width: 1000px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin:0 auto;
}
#contacts_here {
	color: #008001;
	line-height: 25px;
	margin: 0 8px;
	padding: 0 0 2px 8px;
	border-bottom: 1px dotted #ff0;
	font-size: 10pt;
}
#contacts_here a {
	color: #000;
}
#contacts_form_left {
	width: 620px;
	float: left;
	padding: 0 0 10px 5px;
}
.contacts_red {	color:#F00; }
.contacts_remarks {
	border-bottom: 1px #093 dashed;
	padding-bottom: 10px;
}
.contacts_remarks_top {
	padding-top: 15px;
}
#contacts_text_right {
	font-size: 15px;
	width: 320px;
	margin-left: 660px;
	padding: 10px 0;
}
#contacts_text_right span {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}
#contacts_text_right p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color:#F00;
}
h3 {
	font-size: 17px;
	color: #362;
}
/*products*/
.ourproducts_title_icon {padding-left: 5px;}
#products_content {
	width: 1000px;
	float: left;
	background-image: url(../images/Board-long.png);
}
#products_middle {
	font-family: Tahoma, Geneva, sans-serif;
	width: 660px;
	padding: 15px 15px 0 15px;
	background-color: #FFF;
	margin: 0 auto;
	height: auto;
	font-size: 11pt;
}
#products_middle p:hover {
    background-color: #D9FFB3;
}
.products_middle_words {
	padding-left: 3px;
	font-size: 10pt;
}
#products_applications_middle {
	font-family: Tahoma, Geneva, sans-serif;
	width: 660px;
	padding: 15px 15px 0 15px;
	background-color:#FFF;
	margin:0 auto;
	height: auto;
	font-size: 11pt;
}
#products_range_middle {
	font-family: Tahoma, Geneva, sans-serif;
	width: 660px;
	padding: 15px 15px 0 15px;
	background-color:#FFF;
	margin:0 auto;
	height: auto;
	font-size: 11pt;
}
.products_applications_middle_words {
	padding-left: 3px;
}
#guarantee {
	float: right;
	margin: 0 10px 0 5px;
}
#products_content_here {
	background-color:#FFF;
	color: #008001;
	line-height: 25px;
	margin: 0 auto;
	padding: 0 0 2px 5px;
	border-bottom: 1px dotted #ff0;
	width: 660px;
	font-size: 10pt;
}
#products_words {
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	width: 990px;
}
#By_Product_Types {
	margin-left: 8px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	opacity: 0.7;
}
#By_Product_Types a {
	color: #F60;
}
#By_Applications_Types a {
	color: #F60;
}
#By_Applications_Types {
	margin-right: 8px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: right;
	opacity: 0.7;
}
#By_Product_Types:hover {
	opacity: 1;
}
#By_Applications_Types:hover {
	opacity: 1;
}
.byproducts_words_1 p {
    padding-left: 5px;
	line-height: 13px;
	font-size: 10pt;
}
.byproducts_words_1 img {
	float: right;
	padding-right: 8px;
}
.byproducts_words_1 ul li {
    list-style:url(../images/list_li_icon.png) outside;
	margin-left: -22px;
	line-height: 28px;
}
.products_icon_words {
	font-size:15pt;
	background-image:url(../images/title_icon.png);
	background-repeat:no-repeat;
	margin-top: 10px;
}
.products_icon_words div {
	margin-left: 30px;
}
#products_dowload {
	height:150px;
	padding-left: 15px;
}
#products_dowload img {
    float: left;
}
#products_dowload img {
    float: left;
}
#products_dowload_1 {
	padding-left: 310px;
	opacity: 0.7;
}
#products_dowload_1:hover {
	opacity: 1;
}
#products_dowload_2 {
	padding-left: 310px;
	opacity: 0.7;
}
#products_dowload_2:hover {
	opacity: 1;
}
#by_products_content_here {
	background-color:#FFF;
	color: #008001;
	line-height: 25px;
	margin: 0 auto;
	padding: 0 0 2px 5px;
	border-bottom: 1px dotted #ff0;
	width: 660px;
	font-size: 10pt;
}
#by_products_middle {
	font-family: Tahoma, Geneva, sans-serif;
	width: 660px;
	padding: 15px 15px 0 15px;
	background-color:#FFF;
	margin:0 auto;
	font-size: 10pt;
}
/*certification*/
#certification_content {
	width: 1000px;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
}
#certification {
	width: 990px;
	margin: 0 auto;
	padding-top: 7px;
	font-family: Tahoma, Geneva, sans-serif;
}
.c1 {width:700px;}
.c2 {width:470px;}
#certification_words {
	float: left;
	width: 985px;
	margin-bottom: 30px;
	padding-left: 5px;
}
#certification_words p:hover {
	background-color:#D9FFB3;
}
.g_words {
	color: #362;
	text-decoration:underline;
}
.title_words {
	color:#F60;
	font-weight:bold;
	font-size:20px;
}
#iso_9001_14001 {
	float: right;
	margin: 25px;
}
#iso_14001 {
	float: left;
	margin: 25px;
}
#SGS {
	float: left;
	margin: 25px;
}
#SGSwords {
	float: left;
	width: 330px;
}
#VRLA-UL-F {
	float: left;
	margin: 25px;
}
#img_3 {
	float: left;
	margin: 20px;
}
/*knowledge*/
#knowledge_content_here {
	background-color:#FFF;
	color: #008001;
	line-height: 25px;
	margin: 0 auto;
	padding: 0 0 2px 5px;
	border-bottom: 1px dotted #ff0;
	width: 660px;
	font-size: 10pt;
}
/*pdf檔案下載*/
.nav_dowload img:hover {
	opacity: 1;
}
.nav_dowload img {
	opacity: 0.7;
}
.nav_dowload {
	width: auto;
	height: auto;
}
.nav_dowload li ul {
	/* 預先隱藏第二層 */
	visibility:hidden;
}
.nav_dowload li:hover ul {
	/* 觸動第一層時，顯示第二層 */
	visibility:visible;
}
.nav_dowload li ul {
	/* 讓第二層ul跳脫文件流以利定位 */
	position:absolute;
	/* 避免出現捲軸 */
	overflow:visible;
	/* 讓ul與母階層li相同位置 */
	clear:left;
	background: #fff;
	opacity:1;
	padding: 5px;
	width: 300px;
	height: auto;
	font-size:12px;
	line-height:16px;
}
.greensubnav {
	left: -644px;
	top: 0px;
	border: 2px #090 solid;
}
.greensubnav a {
	color:#F30;
}
.bluesubnav {
	left: -330px;
	top: 72px;
	border-top: 5px #036 solid;
}
.bluesubnav a {
	color:#F30;
}
.greendowload {
		padding: 0; float: right; display: block; list-style-type: none; height: auto;
}
.bluedowload {
		padding: 0; float: right; display: block; list-style-type: none; height: auto;
}
.greenlastLi {
	width: auto; position: relative;
}
.greenlastLi img {
	position: absolute;
	top: 0px;
	left: -330px;
}
.bluelastLi {
	width: auto; position: relative;
}
.bluelastLi img {
	position: absolute;
	top: 72px;
	left: -330px;
}
.pdf_dowload {
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	height: 28px;
	line-height: 25px;
	padding-left: 23px;
}
