@charset "big5";

/* 基本樣式
---------------------------------------------*/
html{ 
 SCROLLBAR-FACE-COLOR: #000000;
 SCROLLBAR-HIGHLIGHT-COLOR: ##ffffff;
 SCROLLBAR-SHADOW-COLOR: #ffffff;
 SCROLLBAR-3DLIGHT-COLOR: #f1fde5;
 SCROLLBAR-ARROW-COLOR: #ffffff;
 SCROLLBAR-TRACK-COLOR: ##ffffff;
 SCROLLBAR-DARKSHADOW-COLOR: ##ffffff;
 SCROLLBAR-BASE-COLOR: #000000;
}
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	text-align:center;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #333333;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/list_bg04.gif);
	margin: auto ;
}
#news #newstable {
	font-family: "新細明體", "Times New Roman";
	font-size: 11pt;
	color: #000000;
}
#news #newstable h2 {
	font-family: "新細明體", "Times New Roman";
	font-size: 11pt;
	color: #FFFFFF;
}

a {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 741px;
	background: #FFFFFF;
	padding-top: 13px;
	text-align: center;
	margin: auto ;
}

/* LOGO與導覽列
---------------------------------------------*/
#logo {
	position: relative;
	left: -205px;
	top: -6px;
}
#globalNav {
	position: relative;
	top: -2px;
	left: 0;
	width: 741px;
	height: 33px;
	list-style-type: none;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/list_bg02.gif);
}
#globalNav li {
	float: left;
	width: 94px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:33px;
	padding-top: 33px;
	background-image: url(../images/list08.gif);
	color: #FFFFFF;
}

/*  背景圖位置
---------------------------------------------*/
	
	/* offMouse時位置 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -94px  0; }
	#nav03 a { background-position: -188px 0; }
	#nav04 a { background-position: -282px 0; }
	#nav05 a { background-position: -376px 0; }
	#nav06 a { background-position: -470px 0; }
	#nav07 a { background-position: -564px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -66px; }
	#nav02 a.stay { background-position: -94px  -66px; }
	#nav03 a.stay { background-position: -188px -66px; }
	#nav04 a.stay { background-position: -282px -66px; }
	#nav05 a.stay { background-position: -376px -66px; }
	#nav06 a.stay { background-position: -470px -66px; }
	#nav07 a.stay { background-position: -564px -66px; }

	/* onMouse時位置 */
	#nav01 a:hover { background-position:  0     -33px; }
	#nav02 a:hover { background-position: -94px  -33px; }
	#nav03 a:hover { background-position: -188px -33px; }
	#nav04 a:hover { background-position: -282px -33px; }
	#nav05 a:hover { background-position: -376px -33px; }
	#nav06 a:hover { background-position: -470px -33px; }
	#nav07 a:hover { background-position: -564px -33px; }


/* 二欄式的主內容區塊
---------------------------------------------*/
#content {
	overflow: auto!important;
	overflow /**/: hidden;
	width: 100%;
	padding-bottom: 0px;
}
#news_list {
	background-image: url(../images/test_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

#news table {
	background-image: url(../images/note_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#about {
	float: left;
	width: 493px;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 15px;
	line-height: 2;
}
#newsRelease {
	float: left;
	width: 246px;
	padding-left: 1px;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-image: url(../images/index_r.jpg);
	color: #FFFFFF;
	background-color: CCEAFF;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #A1A0A0;
	font-size: 12px;
	background-image: url(../images/footer_bg.gif);
}
#products01 {
	float: left;
	width: 185px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 1450px;
	background-image: url(../images/left_frame_pic1016.gif);
}
#products02 {
	float: left;
	width: 551px;
}
#connectus {
	float: left;
	width: 493px;
	background-color: #FFFFFF;
	height: 100%;
}
#contactright {
	float: left;
	width: 246px;
	padding-left: 1px;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-image: url(../images/contact.jpg);
	background-color: #4776A2;
}
/* 本文區塊
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background-color: #3452B2;
	background-image: url(../images/about_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#about .section {
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#about .section p {
	margin: 10px 0;
	font-size: 15px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #FFFFFF;
	margin-top: 10px;
}
#mission h3, #newsRelease h3 {
	color: #FFFFFF;
	background-color: #3452B2;
	background-image: url(../images/about_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#mission .section {
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 4px;
	background-image: url(../images/new_bg.jpg);
}
#mission .section p {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#mission .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#products01 h3, #newsRelease h3 {
	color: #FFFFFF;
	background-color: #3452B2;
	background-image: url(../images/about_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#products01 .section {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}


#products01 .section p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 15px;
	color: #000000;
}
#products01 .section p a {
	padding-left: 10px;
}
#mission .section .style2 {
	font-style: normal;
	color: #000000;
}
#products02 a {
	font-size: 15px;
	color: #FF9900;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#products02 a:visited {
	font-size: 15px;
	color: #FF9900;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#products02 a:hover {
	font-size: 15px;
	color: #FF3300;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#products02 a:active {
	font-size: 15px;
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#products02 p {
	font-size: 15px;
	color: #333333;
	line-height: 2;
	margin-left: 10px;
	margin-right: 10px;
}
#products02 h2 {
	font-size: 15px;
	color: #FF9900;
	margin-left: 10px;
}
#products02 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-repeat: repeat;
	background-position: right top;
}



 #products01 .section a:visited  {
	font-size: 15px;
	line-height: 1.5;
	color: #333333;
	text-decoration: none;
}

 #products01 .section a:link {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	text-decoration: none;
	margin-left: 10px;
}
 #products01 .section a:hover  {
	font-size: 15px;
	line-height: 1.5;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

 #products01 .section a:active  {
	font-size: 15px;
	line-height: 1.5;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
 #products02 h1 {
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	font-family: "新細明體";
	font-size: 20px;
}
 #products02 #gprs_table {
	border: 1px solid #666666;
	font-size: 15px;
	color: #333333;
}
 #products02 table {
	border: 1px solid #FFCCCC;
}
 #products01 .section p {
	font-size: 14px;
	color: #000000;
}








#products02 dl {
	margin: 16px 18px 0 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}
#products02 dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
	}
#product02 h3 {
	color: #FFFFFF;
	background-color: #3452B2;
	background-image: url(../images/about_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}

#connectus h3, #newsRelease h3 {
	color: #FFFFFF;
	background-color: #3452B2;
	background-image: url(../images/about_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#connectus .section {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
#connectus .section p {
	margin: 10px 0;
	font-size: 15px;
	color: #666666;
}
#connectus .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#system h3, #newsRelease h3 {
	color: #FFFFFF;
	background-color: #3452B2;
	background-image: url(../images/about_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#system .section {
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 18px;
}
#system .section p {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#system .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#technology h3, #newsRelease h3 {
	color: #FFFFFF;
	background-color: #3452B2;
	background-image: url(../images/about_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#technology .section {
	margin: 16px 18px 0 18px;
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#technology .section p {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#technology .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}	
#products01 .section #producttable td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#contactright dl {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 2px;
}
#contactright dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}
#contactright h3, #newsRelease h3 {
	color: #FFFFFF;
	background-color: #3452B2;
	background-image: url(../images/about_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#contactright .section {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F3AE76;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 2px;
}
#contactright .section p {
	margin: 10px 0;
	font-size: 15px;
	color: #666666;
}#technology {
	background-image: url(../aboutus/about_sys_bg.gif);
	background-repeat: repeat;
	background-position: right bottom;
	background-color: #4372A0;
}
#system {
	background-image: url(../images/system_taiwan.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#about .section .style3 a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
}
#about #language {
	background-image: url(../images/language02.gif);
	background-repeat: repeat-x;
}
#answer {
	background-image: url(../images/flower.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
#answer .section {
	border-bottom-style: none;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}
#answer .section h1 {
	font-family: "新細明體", "Times New Roman";
	font-size: 16pt;
	font-weight: bold;
	color: #333333;
}

#answer .section p {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
	#answer h3, #newsRelease h3 {
	color: #FFFFFF;
	background-color: #71A6CB;
	background-repeat: repeat-x;
	background-position: left top;
}
#news_list {
	background-image: none;
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}
#about_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 2;
	color: #333333;
	background-image: url(../images/about_table_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#aboutline1 {
	line-height: 2;
	text-indent: 8px;
	list-style-type: disc;
}
#aboutline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 2;
	color: #333333;
	text-indent: 5px;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
}