@charset "utf-8";
body{
	font-size:12px;
	margin:0px;
	padding:0px;
	background-poasition:0px 0px;
	font-family:Arial, '新細明體', Helvetica, sans-serif;
	/*color:#666666;*/
}
.cleancss {
    clear:both;
}
#co {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	/*background-color: #0A90CD;
	height: 70px;*/
	margin-bottom: 26px;
	/*	color: #FFF;*/
	
	padding-left: 0px;
}

#header2 {
	width: 940px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


#logo {
}








/***************************************************
			DROPDOWN MENU
***************************************************/
#primary-menu {
	z-index: 100;
	margin-top: 0px;
	position: absolute;
	width: 620px;
	left: 300px;
	top: 60px;
}
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style: none;
}
#menu-center{
	margin-right: auto;
	margin-left: auto;

	}
.menu {
	float: left;
	margin-right: auto;
	margin-left: auto;

}
.menu ul {
	position: absolute;
	top: -999em;
	width: 970px; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width: 100%;
}
.menu li:hover, .menu li.current {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float: left;
	position: relative;
	padding-bottom: 20px;
}
.menu li>a {
	display: block;
	position: relative;
	text-decoration: none;
/*	color: #B6B6B6;*/
	padding-right: 17px;
	margin-right: 17px;
/*	background-image: url(https://www.okweb.asia/homepage/mainj/color_a/images/menu_right_line.jpg);*/
	background-repeat: no-repeat;
	background-position: right 0px;
}
.menu li a:last-child {
	border-right: none;
}
.menu li a strong {
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}
.menu li a span {
	display: block;
	font-size: 11px;
}
.menu li:hover a, .menu li.current a {	
	/*color: #676767;*/
}
.menu li:hover ul {
	left: -20px;
	top: 47px; /* match top ul list item height */
	z-index: 9999;
/*	background: #fff;*/
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius-bottomleft:3px; 
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
/*	border: 1px solid #E6E6E6;
	border-top: 1px none #E6E6E6;*/
	width: 200px;
}
.menu li:hover ul li a {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
	background-image: none;
}	
.menu li:hover li ul {
	top: -999em;
}
.menu li li:hover ul {
	left: 200px; /* match ul width */
	top: 0;
}
.menu li ul li:hover {
	border: none;
}
.menu li:hover ul li {
	padding-bottom: 0px;
/*	background: url(https://www.okweb.asia/homepage/mainj/images/menu-bg-border.gif) no-repeat center top;*/
}
.menu li ul li a {
	font-size: 12px;
	padding: 12px 0;
	margin: 0 18px;
	width: 164px; /* match ul width */
	height: auto;
	text-transform: uppercase;
	font-family: "微軟正黑體", "新細明體", Arial;
}
/*.menu li ul li a { color: #B6B6B6!important; }
.menu li ul li:hover a { color: #676767!important; }
.menu li ul li:hover ul li a { color: #B6B6B6!important; }
.menu li ul li:hover ul li:hover a { color: #676767!important; }
.menu li ul li:hover ul li:hover ul li a { color: #B6B6B6!important; }
.menu li ul li:hover ul li:hover ul li:hover a { color: #676767!important; }
*/

.menu li:hover ul li:first-child {
	background: none;
}








/***************************************************
				      SEARCH
***************************************************/
#search2 {
	position: absolute;
	z-index: 500;
	width: 170px;
	left: 765px;
	top: 0px;
}

#search {
	width: 160px;
	position: relative;
	float: right;
	padding: 10px;
	margin-top: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
/*	background-image: url(https://www.okweb.asia/homepage/mainj/color_a/images/search_line.png);*/
	background-repeat: repeat-x;
	background-position: left bottom;
}
#search input {
	width:87%;
	float: left;
	padding: 0;
	margin: 0px;
	border: none;
	font-size: 11px;
	background-color: transparent;
/*	color: #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
}
#search input:focus {
}
#search .search-button {
	width: 35px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 1px;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-attachment: scroll;
	background-color: transparent;
/*	background-image: url(https://www.okweb.asia/homepage/mainj/color_a/images/sprite.png);*/
	background-repeat: no-repeat;
	background-position: 12px -184px;
}
#search .search-button:hover {
	background-attachment: scroll;
	background-color: transparent;
/*	background-image: url(https://www.okweb.asia/homepage/mainj/color_a/images/sprite.png);*/
	background-repeat: no-repeat;
	background-position: 12px -217px;
}
#search input:focus {
	color: #CC66CC;
}
#import {

	width: 940px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#import_bg {
}








#left {
	float: left;
	width: 620px;
	
}
#left2 {
	float: left;
	width: 670px;
}



#right {
	float: right;
	width: 300px;
}




.title {
	width: 620px;
	height: 42px;
/*	background-image: url(https://www.okweb.asia/homepage/mainj/color_a/images/title_line1.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 30px;
}
.title2 {
	width: 300px;
	height: 42px;
/*	background-image: url(https://www.okweb.asia/homepage/mainj/color_a/images/title_line2.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 30px;
}

.title-eng {
	font-family: 'Cagliostro', sans-serif;
	font-weight: lighter;
	font-size: 18px;
/*	color: #999999;*/

}
.title-cht {
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
/*	color: #0A90CC;*/
	font-size-adjust:inherit;
	font-stretch:condensed;
}




#btn_top {
	text-align: right;
	margin-top: 36px;
}



#footer {
/*	background-color: #F2F2F2;*/
	padding-top: 20px;
	padding-bottom: 15px;
}
.div940px {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.design {
	font-size: 12px;
/*	color: #999999;*/
	padding-top: 10px;
	padding-bottom: 20px;
}


#footer_menu {
	padding-bottom: 20px;
}
.footer_menu_links {
}
.footer_menu_links a{
/*	background-image: url(https://www.okweb.asia/homepage/mainj/images/footer_links_line.gif);*/
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 10px;
	margin-right: 10px;
/*	color: #999999;*/
	text-decoration: none;
	font-size: 12px;
}
.footer_menu_links a:hover{
/*	color: #0A90CC;*/
	text-decoration: underline;
}
.footer_menu_links ul{
	margin: 0px;
	padding: 0px;
}
.footer_menu_links li{
	float: left;
	list-style-type: none;
}





#footer_Info {
	padding-bottom: 10px;
/*	color: #999999;*/
	font-size: 12px;
	line-height: 18px;
}
#footer_Info a{
	text-decoration: none;
/*	color: #999999;*/
}
#footer_Info a:hover{
/*	color: #0A90CC;*/
	text-decoration: underline;
}

.number_t {
	font-size: 12px;
}






#language {
	font-size: 12px;
/*	color: #FFF;*/
	position: absolute;
	width: 85px;
	left: 685px;
	top: 10px;
}
#language a{
/*	color: #FFF;*/
	text-decoration: none;
}
#language a:hover{
/*	color: #FF0;*/
	text-decoration: underline;
}




.pro_list {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 35px;
}
.pro_t1 {
	font-size: 15px;
	/*color: #0066CC;*/
	padding-left: 10px;
	padding-bottom: 10px;
}
.pro_t2 {
	font-size: 12px;
	/*color: #999;*/
	padding-left: 10px;
}
.pro_img {
	/*border: 1px solid #E7E7E7;*/
}



.news_list {
	margin-bottom: 10px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
	padding-bottom: 10px;
}
.news_date {
	font-size: 11px;
	/*color: #999999;*/
	width: 300px;
}

#news_list {
	width: 300px;
}
#news_list ul {
	margin: 0px;
	padding: 0px;
	width: 300px;
}
#news_list li {
	list-style-type: none;
	padding-bottom: 10px;
}
#news_list li a {
	/*color: #0066CC;*/
	text-decoration: none;
}
#news_list li a:hover {
	/*color: #999;*/
}
#news_list li span {
	width: 200px;
	display: inline-block;
}






.news_t1 {
	font-size: 10px;
	padding-bottom: 3px;
	padding-right: 300px;
}
.news_t2 {
	font-size: 12px;
	/*color: #0066CC;*/
	padding-top: 5px;
}
.news_t2 a{
	/*color: #0066CC;*/
	text-decoration: none;
}
.news_t2 a:hover{
	/*color: #999999;*/
}





