/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
	margin: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #50483A;
	text-align: center;
	line-height: 1.6;
	font-size: 13px;
	background-color: #E2EAEC;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 248px;
}

#wrapper{
	width:100%;
	margin:auto;

}
#container {
	width:100%;
	margin: auto;
	float: left;
}


#header {
	width:100%;
	color: #FFFFFF;
	height: 83px;
	background: url(../images/top.jpg) repeat-x center top;
	float: left;

}
#nav {
	height: 83px;
	width: 1002px;
	margin: auto;
}
.logo {
	width:228px;
	height: 80px;
	float: left;
	font-size: 30px;
	color: #FFFFFF;
}

.topnav{
	width:150px;
	float:right;
	height: 20px;
	font-size: 11px;
	padding: 5px 0px 10px 500px;
}
.topnav a {
	color: #FFF;
	text-decoration: none;
	float: left;
	padding: 4px 10px 0px 10px;
	font-size: 11px;
	background: url(../images/arrow.jpg) no-repeat left 8px;
}

#banner {
	width:100%;
	height:165px;
	background-color: #D0DBDD;
	float: left;
	background: url(../images/banner.jpg) repeat-x center top;
}

#master{
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;

}
#master-box{
	width: 1002px;
	margin: auto;
}
#master-box-bg{
	width: 1002px;
	float: left;
	background: url(../images/left-repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}

#content{
	width:1002px;
	background: url(../images/left-repeat.jpg) repeat-y left top;
	margin: auto;
	height: auto;
}


#left{
	width:235px;
	float: left;
	height: 500px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background:url(../images/left-bg.jpg) no-repeat left top;
}

#center{
	width: 747px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;

}
#center h1 {
	font-size: 24px;
	color: #000;
	text-align: left;
	width: 100%;
	float: left; 
	padding:0px 0px 0px 10px;
	background: url(../images/h1.gif) no-repeat right top;

}

#main{
	width:730px;
	float: left;
	margin: auto;
	text-align: left;
	padding:10px 0px 0px 10px;
	font-size: 12px;
	line-height: 18px;
	color: #4A838E;
}


#index-footer {
	width:100%;
	height:80px;
	background: url(../images/index-footer.jpg) center top;
	float: left;
	word-wrap:break-word;
	text-shadow: 1px 1px 1px #fcfdfd;
	color: #50696D;
}
#footer {
	width:100%;
	height:80px;
	background: url(../images/footer.jpg) center top;
	float: left;
	word-wrap:break-word;
	text-shadow: 1px 1px 1px #fcfdfd;
	color: #50696D;
}
#footer a:link {
	color: #50696D;
}

#footer a:hover{
	text-decoration: underline;
}

#footer a:visited {
	text-decoration: none;
}
.copyright{
	width:1002px;
	margin:auto;
	word-wrap:break-word;
	text-shadow: 1px 1px 1px #fcfdfd;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	padding: 10px 0px 0px 0px;
}
.adress{ width:500px; float:left;}
.adress a {
	text-decoration: none;
	color: #394F53;
}

.copy{
	width:auto;
	float:right;
	text-align:left;
}
 #crumbs {
	height:2.3em;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	float: left;
	width: 100%;
    }
#crumbs ul {
	margin: 0px;
	float: left;
	padding: 0px;
}

#crumbs li {
	float:left;
	color:#777;
	font-size: 11px;
	background-image: url(../images/crumbs.gif);
	background-repeat: no-repeat;
	background-position: right -3px;
	padding: 0px 10px 0px 10px;
    }
 #crumbs li a {
	display:block;
	color: #4B7070;
	text-decoration: none;
    }



#crumbs li a:hover , #crumbs li a:focus {
    color:#dd2c0d;
    }




#submenu {
	padding: 0px;
	width: 235px;
	font-size: 13px;
	text-align: left;
	color: #FFFFFF;
	margin: auto;
}
#left h3{
	background:url(../images/h3-bg.jpg) no-repeat left bottom;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding:10px 0px;
	margin:0px;


}

#submenu ul {
	list-style: none;
	width:232px;
	margin: 0px;
	padding: 25px 0px 0px 0px;
}

#submenu ul li  {
	display: block;
	text-decoration: none;
	color: #666666;
	text-align: left;
	padding:10px 0px 10px 30px;
	margin: 0px;
	background: url(../images/left-line.gif) no-repeat 3px bottom;
}
#submenu ul li a{
	color: #666;
	text-decoration: none;
}
#submenu ul li a:hover{
	background-color: #FFFFCC;
	text-decoration: none;
	color: #330000;
}
#submenu ul li a.current {
	color: #330000;
	text-decoration: none;
}

#submenu-bottom {
	height: 15px;
	width: 200px;
	background-color: #499494;
}
 /**/
 /* left menu */
.menu_head {
	display: block;
	text-decoration: none;
	color: #666666;
	text-align: left;
	padding:0px 0px 10px 0px;
	margin: 0px;
  width: 235px;
      
}
.menu_head a {
	display: block;
	text-decoration: none;
	color: #666666;
	text-align: left;
	padding:0px 0px 10px 30px;
	margin: 0px;
background: url(../images/left-line.gif) no-repeat 3px bottom;
}
.menu_body {
	display: none;
	margin: 0px;
	padding: 0px;
}
.menu_body ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.menu_body li {
	padding: 0px 0px 10px 30px;
  background: url(../images/arrow2.gif) no-repeat 20px 8px;
  text-align: left;
}
.menu_body li a {
	color: #960;
  text-decoration: none;
}
.menu_body li a:hover {
	color: #666666;
}
 /**/
#page {
	TEXT-ALIGN: center;
	width: 600px;
	font-size: 13px;
	letter-spacing: 1px;
	float: left;
	margin: 0px;
	height: 40px;
	padding-top: 10px;
	color: #666666;
}
#page a {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none;
	font-size: 13px;
	background-image: url(../images/icon-point02.gif);
	background-repeat: no-repeat;
	background-position: right center;
	letter-spacing: 1px;
	font-weight: bold;
}
#page a:hover {
	COLOR: #0B9F9F;
}
#page a:active {
}
#page span.current {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	COLOR: #669900;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	font-size: 16px;
}
#page-focus{
	float: right;
	width: 100px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 40px;
	padding-top: 10px;
}

h2{
	font-size: 11px;
	font-weight: normal;
	width: 720px;
	margin: 0px;
	padding: 0px;
	
}
h2 a {
	text-decoration: none;
	color: #666;
}




.leftimg {
	float: left;
	border: none;
	margin-right: 10px;
}
.rightimg {
	float: right;
	border: none;
	clip:  rect(auto,auto,auto,auto);
	margin-left: 20px;
}
.right
	{	width:149; background:url(../images/rightbg.gif) no-repeat top; padding:10 0 0 0}
	
/* products */
.product_list{
	width: 220px;
	float: left;
	text-align: left;
	height: auto;
	padding:10px;
	text-align:center;
	white-space : nowrap;
	/* IE */
	*font-size : 180px;  /* 225px * 0.8 = 180px */
	*font-family : Arial;
	margin: 10px 10px 10px 60px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD1D2;
	
}
.product_pic{
	text-align: center;
	height: 132px;
	width: 124px;
	padding: 10px 15px;
	
}

.product_list_title {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#3e3e3e;
	line-height:18px;
	text-align: center;
	width:154px;
	background-image: url(../images/product.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.product_list_title a:link    {
	color: #666666;
	text-decoration: none;
	line-height: normal;
}
.product_list_title a:visited { 
    color: #666666; 
    text-decoration: none;}
.product_list_title a:hover   { 
    color: #CC0000; 
    text-decoration: underline;}
.product_list_title a:active  {
	color: #666666;
	text-decoration: none;
}

#products_show_name {
	FONT-SIZE: 15px;
	FLOAT: left;
	MARGIN: 0px;
	WIDTH: 250px;
	LINE-HEIGHT: 1.8;
	TEXT-ALIGN: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #099;
	padding: 0px 0px 0px 30px;
}
#products_show_name strong {
	color: #333;
}

#products_show_data {
	FONT-SIZE: 12px;
	FLOAT: left;
	MARGIN: 0px;
	WIDTH: 250px;
	LINE-HEIGHT: 1.8;
	TEXT-ALIGN: left;
	font-family: Verdana;
	color: #333333;
	padding: 10px 0px 10px 25px;
}
#products_show_data div span {
	font-size: 12px;
	padding: 20px 15px;
}

#products_show_data div span a {
	color: #666;
	text-decoration: underline;
}

.products_single {
    PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; POSITION: absolute;FLOAT: left;
}
.products_show_title {
	text-align:left;
	padding:10px;
	font-family:"MS Serif", "New York", serif;
	font-size:18px;
	font-weight:bold;
	color:#066;
	WIDTH: 667px;
	clear:both;
	background-image: url(../images/product-line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	line-height: 22px;
}
.products_show_introduction {
	clear:both;
	MARGIN: 0px;
	WIDTH: auto;
	LINE-HEIGHT: 1.8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	margin:10px;
	font-size:12px
}
.product_table {
	font-size: 12px;
	line-height: 1.2;
	height: 24px;
	top: 5px;
	font-weight: normal;
	padding-top: 4px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-top-color: #D6C9A0;
	border-left-color: #D6C9A0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	color: #666666;
}
.product_table th {
	color: #FFFFFF;
	background-color: #980203;
	font-size: 12px;
	line-height: 1.2;
	height: auto;
	top: 5px;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	border-right-color: #D6C9A0;
	border-bottom-color: #D6C9A0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-bottom: 4px;
}
.product_table td {
	font-family: "Arial", "Helvetica", "sans-serif";
	height: auto;
	font-size: 12px;
	text-align: left;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6C9A0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6C9A0;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}
.product_table td a:link {
	text-decoration: none;
	color: #666666;
}
.product_table td a:visited {
	color: #666666;
	text-decoration: none;
}
.product_table td a:hover {
	color: #FF0000;
	text-decoration: none;
}
.product_table td a:active {
	color: #666666;
}
.product_table  tr.altrow {
	background-color: #EAEAEA;
}
.product_table  tr.altrow1 {	background-color: #abce03;}
.product_table  tr.altrow2 {	background-color: #cccccc;}


/* news */
.news_table {
	font-size: 12px;
	line-height: 1.2;
	height: 20px;
	top: 5px;
	font-weight: normal;
	padding-top: 4px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	width: 100%;
	float: left;
}
.news_table td {
	font-family: "Arial", "Helvetica", "sans-serif";
	height: 20px;
	color: #333333;
	font-size: 12px;
	text-align: left;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 8px;
}
.news_table td.title {
	background-image: url(../images/ws-news-icon.jpg);
	background-repeat: no-repeat;
	background-position: 6px center;
}
.news_table td.title a:link {
	color: #333333;
	text-decoration: none;
}
.news_table td.title a:visited {
	color: #333333;
	text-decoration: none;
}
.news_table td.title a:hover {
	color: #FF0000;
	text-decoration: none;
}
.news_table td.title a:active {
	color: #333333;
}
.news_table td.date {
	color: #996600;
	line-height: 1.2;
	top: 5px;
	font-weight: normal;
	padding-top: 4px;
	padding-left: 8px;
}
.news_table  tr.altrow {
	background-color: #EEEEEA;
}
.news_show {

}
.news_show td {
	font-family: "Arial", "Helvetica", "sans-serif";
}
.news_show td.title {
	font-family: "Arial", "Helvetica", "sans-serif";
	height: 20px;
	color: #996600;
	font-size: 20px;
	text-align: left;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 8px;
}
.news_show td.main {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #333333;
	font-size: 12px;
	text-align: left;
	padding-left: 18px;
	padding-top: 4px;
	padding-right: 8px;
}

/* download */
.download_table {
	font-size: 12px;
	line-height: 1.2;
	height: 24px;
	top: 5px;
	font-weight: normal;
	padding-top: 4px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-top-color: #D6C9A0;
	border-left-color: #D6C9A0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	color: #666666;
}
.download_table th {
	color: #FFFFFF;
	background-color: #980203;
	font-size: 12px;
	line-height: 1.2;
	height: auto;
	top: 5px;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	border-right-color: #D6C9A0;
	border-bottom-color: #D6C9A0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-bottom: 4px;
}
.download_table td {
	font-family: "Arial", "Helvetica", "sans-serif";
	height: auto;
	font-size: 12px;
	text-align: left;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6C9A0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6C9A0;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}
.download_table td a:link {
	text-decoration: none;
	color: #666666;
}
.download_table td a:visited {
	color: #666666;
	text-decoration: none;
}
.download_table td a:hover {
	color: #FF0000;
	text-decoration: none;
}
.download_table td a:active {
	color: #666666;
}
.download_table  tr.altrow {
	background-color: #EAEAEA;
}
/* faq */
.faq_show {
	height: auto;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.faq_show td.title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	background-image: url(../images/ws-faq-icon.jpg);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-bottom: 8px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	font-weight: bold;
	color: #552B00;
	text-align: left;
	padding-left: 30px;
	height: auto;
	padding-top: 6px;
	width: 100%;
	background-color: #FEF3D1;
}
.faq_show td.main {
	height: auto;
	width: 100%;
	padding-left: 30px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 18px;
	padding-top: 6px;
	padding-right: 4px;
}
/* contact us */
.contact_table { width: 100%; }
.contact_table td {
	padding: 5px;
	font-size: 12px;
}
.contact_table th {
	padding: 5px;
	color: #000;
	text-align: left;
}
.contact_table td.altrow { text-align: right; }
.contact_table tr.even td {
	background-color: #F3F3F3;
}
.contact_table input{
	-moz-transition: background 0.5s ease 0s;
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
	color: #333 !important;
	cursor: pointer;
	display: inline-block;
	height: 30px !important;
	padding: 0px 8px;
	position: relative;
	text-decoration: none !important;
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif, "新細明體-ExtB";
	font-size: 11px;
	margin: 0px 2px;
	background-attachment: scroll;
	text-decoration: none !important;
}
.contact_table textarea{
	-moz-transition: background 0.5s ease 0s;
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
	color: #333 !important;
	cursor: pointer;
	display: inline-block;
	height:auto !important;
	padding: 0px 8px;
	position: relative;
	text-decoration: none !important;
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif, "新細明體-ExtB";
	font-size: 11px;
	margin: 0px 2px;
	background-attachment: scroll;
	text-decoration: none !important;
}
.contact_table option{
	-moz-transition: background 0.5s ease 0s;
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
	color: #333 !important;
	cursor: pointer;
	display: inline-block;
	height:auto !important;
	padding: 0px 8px;
	position: relative;
	text-decoration: none !important;
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif, "新細明體-ExtB";
	font-size: 11px;
	margin: 0px 2px;
	background-attachment: scroll;
	text-decoration: none !important;
}

/* inquiry */
.inquiry_table {
	font-size: 12px;
	line-height: 1.2;
	height: 24px;
	top: 5px;
	font-weight: normal;
	padding-top: 4px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-top-color: #B6B6B6;
	border-left-color: #B6B6B6;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}
.inquiry_table th {
	color: #333333;
	background-color: #cccccc;
	font-size: 12px;
	line-height: 1.2;
	height: auto;
	top: 5px;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	border-right-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-bottom: 4px;
}
.inquiry_table td {
	font-family: "Arial", "Helvetica", "sans-serif";
	height: auto;
	color: #000000;
	font-size: 12px;
	text-align: left;
	padding-left: 8px;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B6B6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6B6B6;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}
.inquiry_table td.no {
	color: #222222;
}
.inquiry_table td.title a:link {
	color: #222222;
	text-decoration: none;
}
.inquiry_table td.title a:visited {
	color: #222222;
	text-decoration: none;
}
.inquiry_table td.title a:hover {
	color: #FF0000;
	text-decoration: none;
}
.inquiry_table td.title a:active {
	color: #222222;
}
.inquiry_table td.date {
	color: #222222;
}
.inquiry_table  tr.altrow {
	background-color: #999999;
}
/* member form */
.member_table {
	font-size: 12px;
	line-height: 1.2;
	height: 24px;
	top: 5px;
	font-weight: normal;
	padding-top: 4px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-top-color: #B6B6B6;
	border-left-color: #B6B6B6;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}
.member_table th {
	color: #333333;
	background-color: #cccccc;
	font-size: 12px;
	line-height: 1.2;
	height: 24px;
	top: 5px;
	font-weight: bold;
	padding-top: 4px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-right-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}
.member_table td {
	font-family: "Arial", "Helvetica", "sans-serif";
	height: 24px;
	color: #222222;
	font-size: 12px;
	text-align: left;
	padding-left: 8px;
	background-image: url(../images/ws-bg-09.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B6B6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6B6B6;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
}
.member_table tr.altrow {
	background-color: #cccccc;
}
/* member zone form */
.member_zone_table {
	font-size: 12px;
	line-height: 1.2;
	height: 24px;
	top: 5px;
	font-weight: normal;
	padding-top: 4px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-top-color: #D6C9A0;
	border-left-color: #D6C9A0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	color: #666666;
}
.member_zone_table th {
	color: #FFFFFF;
	background-color: #980203;
	font-size: 12px;
	line-height: 1.2;
	height: auto;
	top: 5px;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	border-right-color: #D6C9A0;
	border-bottom-color: #D6C9A0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-bottom: 4px;
}
.member_zone_table td {
	font-family: "Arial", "Helvetica", "sans-serif";
	height: auto;
	font-size: 12px;
	text-align: left;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6C9A0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6C9A0;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}
.member_zone_table td a:link {
	text-decoration: none;
	color: #666666;
}
.member_zone_table td a:visited {
	color: #666666;
	text-decoration: none;
}
.member_zone_table td a:hover {
	color: #FF0000;
	text-decoration: none;
}
.member_zone_table td a:active {
	color: #666666;
}
.member_zone_table  tr.altrow {
	background-color: #EAEAEA;
}
/* login & logout */
.login_msg_error {
    font-size: 12px;
    color: #ff0000;
    text-align: center;
}
.logout {
    font-size: 12px;
    color: #ff9900;
    text-align: right;
}
.logout a:link {
    color: #ff9900;
    text-decoration: none;
}
.logout a:visited {
    color: #ff9900;
    text-decoration: none;
}
.logout a:hover {
    color: #ffcc00;
    text-decoration: none;
}
.logout a:active {
    color: #ffcc00;
    text-decoration: none;
}
.login_user {
    font-weight: bold;
    font-size: 18px;
    color: #999999;
}
.msg_getpw {
    font-size: 12px;
    color: #ff0000;
    text-align: center;
}
/* text back url */
.back
{	text-align:left}

.back_url {
	text-align: center;
	height: auto;
	width: 100%;
}
.back_url a {
	color: #333333;
	text-decoration: none;
}
.back_url a:link {
	color: #333333;
	text-decoration: none;
}
.back_url a:visited {
	color: #333333;
	text-decoration: none;
}
.back_url a:hover {
	color: #FF0000;
  text-decoration: underline;
}
.back_url a:active {
	color: #FF0000;
  text-decoration: underline;
}
/*nav*/
#sitemap{
	width: 90%;
	background-color: #EBEBEB;
	color: #333;
	margin: 5px;
	padding: 10px;
	border: 3px solid #CCC;
	height: auto;
	float: left;
}
#sitemap a{
	font-size: 11px;
	color: #666;
}
#sitemap a:hover,#sitemap a:active{
	color: #F30;
	text-decoration: underline;
}
#sitemap a:visited {
	color: #990;
}
#sitemap ul{
	width: 500px;
	text-align: left;
	list-style-type: none;
	font-size: 11px;
	color: #333;
	margin: 5px;
	padding: 4px 6 px;
}
#sitemap li{
	float: left;
	background-image: url(../images/dot2.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 0px 0px 0px 10px;
}
#sitemap li a{
	width: 400px;
	display: block;
	text-align: left;
	padding: 0px;
	color: #900;
}
#sitemap ul ul{
	margin: 10px;
}
#sitemap ul ul li{

}
#sitemap ul ul li a{
	width: 400px;
	display: block;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#sitemap ul ul ul{
	margin: 10px;
	width: 400px;
	list-style-type: none;
}
#sitemap ul ul li li a{
	float: left;
	display: inline;
	width: auto;
	padding: 0px 5px 0px 0px;
	margin: 4px 6px;
	clear: both;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
/*index-menu*/

#menu2 {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	width: 700px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background-image: url(../images/top-line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
		
#menu2 ul li a {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	background-image: url(../images/topnav-line.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
}

#menu2 ul li a span.over {
	background-image: url(../images/menu-current.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FC0;
}
.menu {
	height: 40px;
	padding: 0px;
	width: auto;
	float:right;
	font-family: Verdana, Geneva, sans-serif;
}

.menu ul {
	list-style: none;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.menu ul li {
	/* width and height of the menu items */  
	float: left;
	overflow: hidden;
	position: relative;
	line-height: 40px;
	text-align: center;
}

.menu ul li a {
	/* must be postioned relative  */ 
	position: relative;
	display: block;
	width:  100px;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	padding:0px 20px;
	text-align: center;
}

.menu ul li a span {
	/* all layers will be absolute positioned */
			position: absolute;
	left: 0;
	width: 90px;
}

.menu ul li a span.out {
			top: 0px;
}

.menu ul li a span.over,
.menu ul li a span.bg {
			/* hide */  
			top: -40px;
			-moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #FFFFFF;
}
/*index-banner*/
#flashbanner{
	width:100%;
	height:386px;
	background:url(../images/index-fla.jpg) repeat-x center top;
	float: left;
}
#index-bottom{
	width:100%;
	background: url(../images/index-bottom-bg.jpg) center top repeat-x;
	float: left;
	height: 252px;
}
.bottom-content{
	width:1002px;
	height: 252px;
	margin:auto;

}

.index-column{
	width:947px;
	float:left;
	word-wrap:break-word;
	text-shadow: 1px 1px 1px #fcfdfd;
	padding: 100px 0px 0px 55px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #394F53;
	background-image: url(../images/index2_05.jpg);
	background-repeat: no-repeat;
	background-position: -100px top;
}
.index-column a{
	font-size: 11px;
	text-decoration: underline;
	color: #666;
}
.index-column a:hover{
	color: #F00;
}
.column{
	width:320px;
	float:left;
}
.column ul {
	float: left;margin:0px;
}
.column ul li a{
	float: left;
	margin:0px;
	display: block;
	width: 200px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 2px 0px 2px 15px;
	font-size: 12px;
	text-decoration: none;
	color: #394F53;
	letter-spacing: -0.1px;
}
.column ul li a:hover{}
/*input*/
/**/
input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	-moz-transition: background 0.5s ease 0s;
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	height: 30px !important;
	padding: 0px 8px;
	position: relative;
	text-decoration: none !important;
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif, "新細明體-ExtB";
	font-size: 11px;
	margin: 0px 2px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
    line-height: 30px !important;
}
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
    color: #555555 !important;
    cursor: default;
}
input.button_mini:hover, a.button_mini:hover, input.button_small:hover, a.button_small:hover, input.button:hover, a.button:hover, input.button_large:hover, a.button_large:hover, input.exclusive_mini:hover, a.exclusive_mini:hover, input.exclusive_small:hover, a.exclusive_small:hover, input.exclusive:hover, a.exclusive:hover, input.exclusive_large:hover, a.exclusive_large:hover {
    -moz-transition: background 0.2s ease 0s;
    background: none repeat scroll 0 0 #73BC4B;
    text-decoration: none !important;
}
input.button_mini, input.button_mini_disabled, a.button_mini, span.button_mini, input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini {
}
input.button_mini:hover, a.button_mini:hover, input.exclusive_mini:hover, a.exclusive_mini:hover {
}
input.button_small, input.button_small_disabled, a.button_small, span.button_small, input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {
}
input.button_small:hover, a.button_small:hover, input.exclusive_small:hover, a.exclusive_small:hover {
}
input.button, input.button_disabled, a.button, span.button, input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {
}
input.button:hover, a.button:hover, input.exclusive:hover, a.exclusive:hover {
}
input.button_large, input.button_large_disabled, a.button_large, span.button_large, input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large {
}
input.button_large:hover, a.button_large:hover, input.exclusive_large:hover, a.exclusive_large:hover {
}
.company{
	background:url(../images/about.jpg) no-repeat left top;
	width:318px;
	height:247px;
	float:left;
	padding: 20px 0px 0px 20px;
}
.facilities{
	width:730px;
	height:400px;
	float:left;
	padding:0px;
}

.txt ul{
	color: #C00;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 10px 0px;
}
.txt ul li{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: 300px;
	display: block;
	color: #000;
	padding: 5px 0px 5px 10px;
}
