/* global <BODY> setting */
BODY {
	FONT-SIZE: 12px;
	MARGIN: 0px;
	LINE-HEIGHT: 23px;
	FONT-FAMILY: Arial;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #3A6D75;
}
a {noFocusLine:expression(this.onFocus=this.blur())}
HR {
	display: none;
}

/* global <A> setting */

A:link {
	TEXT-DECORATION: none;
	color: #000000;
}
A:visited {
	COLOR: #000000;
	text-decoration: none;
}
A:hover {
	TEXT-DECORATION: underline;
	COLOR: #009999;
}


/* global <TD> setting */

TD {
	LINE-HEIGHT: 23px;
	font-size: 12px;
}

/* global <H?> setting */
H1 {
	FONT-SIZE: 15px;
	color: #40777F;
}
H1 A:link, H1 A:visited, H1 A:hover {
	TEXT-DECORATION: none;
	color: #40777F;
}
H2 {
	FONT-SIZE: 14px;
	FONT-FAMILY: Verdana;
	color: #333333;
}
H2 A:link, H2 A:visited, H2 A:hover {
	TEXT-DECORATION: none;
	color: #333333;
}
H3 {
	font-family: Verdana;
	color: #FF0000;
	font-size: 13px;
}
H3 A:link, H3 A:visited, H3 A:hover {
	TEXT-DECORATION: none;
	color: #FF0000;
}
H4 {
	font-family: Verdana;
	color: #FF0000;
	font-size: 13px;
}
H4 A:link, H4 A:visited, H4 A:hover {
	TEXT-DECORATION: none;
	color: #FF0000;
}

/* global <UL>,<LI> setting */
UL {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	line-height: 20px;
}
LI {

}

/* global <B>,<STRONG> setting */


/* global <TEXTAREA> setting */
TEXTAREA {
	FONT-SIZE: 13px;
	WIDTH: 90%;
	HEIGHT: 200px;
	font-family: Arial;
}


/* ===== 5 fixed main block <DIV> setting ===== */

.whole_table {
	BACKGROUND-IMAGE: url(whole_table_bg.jpg);
	MARGIN: auto;
	BACKGROUND-REPEAT: repeat-y;
	width: 1002px;
}
.menu_td {
	BACKGROUND-IMAGE: url(menu_td_bg.jpg);
	BACKGROUND-REPEAT: no-repeat;
	height: 27px;
}
.footer_td {
	BACKGROUND-IMAGE: url(footer_td_bg.jpg);
	VERTICAL-ALIGN: top;
	BACKGROUND-REPEAT: no-repeat;
	height: 30px;
}

/* <DIV ID=tp_header> */
#tp_header {
	BACKGROUND-IMAGE: url(top.jpg);
	BACKGROUND-REPEAT: no-repeat;
	height: 42px;
	width: 759px;
}
.version01{
	text-align: right;
	margin-bottom: 61px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
}
.version01 img{
	border: 0px;
}
/* <DIV ID=tp_menu> */

#tp_menu .table_class {
	WIDTH: auto;
	margin-left: 10px;
}
#tp_menu .table_class TD IMG {
	margin-right: 4px;
	margin-left: 4px;
}
#tp_menu A:link, #tp_menu A:visited {
	COLOR: #F7F7F7;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-family: Verdana;
}
#tp_menu A:hover {
	TEXT-DECORATION: none;
	color: #FF9900;
}

/* SUB_MENU */
.tp_menu_child {
	Z-INDEX: 5;
	WHITE-SPACE: nowrap;
	POSITION: absolute;
	border: 1px solid #999999;
	padding: 1px;
	background-color: #518D98;
}
.tp_menu_child TD {
	BORDER-BOTTOM: #ffffff 1px dashed;
	WHITE-SPACE: nowrap;
	text-align: left;
	padding: 2px;
}

/* main content block */

.tp_body_side {
	BACKGROUND-IMAGE: url(tp_body_side_bg.jpg);
	BACKGROUND-REPEAT: no-repeat;
	width: 243px;
	background-position: left bottom;
	padding-bottom: 350px;
}
.tp_body_main {
	background-image: url(tp_body_main.gif);
	background-repeat: no-repeat;
	width: 759px;
	background-position: left bottom;
}
.tp_misc_top {
	height: 245px;
	background-image: url(tp_misc_top_bg.jpg);
	background-repeat: no-repeat;
}

.tp_misc_side {
	MARGIN: 0px;
	width: 0px;
}

A.tree_header:link {
	FONT-SIZE: 10px;
	MARGIN-BOTTOM: 20px;
	COLOR: #333333;
	font-weight: normal;
}
A.tree_header:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	MARGIN-BOTTOM: 20px;
	color: #333333;
}

/* <DIV ID=tp_main> */
#tp_main {
	width: 92%;
	margin-left: 30px;
}
.tp_main_header {
	PADDING: 30px 0px 5px 0px;
}
.tp_main_header h1 {
	FONT-SIZE: 12px;
	MARGIN: 0px;
	FONT-FAMILY: Verdana;
	color: #40777F;
	border-left: 3px solid #FC8314;
	padding-left: 8px;
}

.tp_main_header h2{
	font-family: Verdana;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	BORDER-BOTTOM: #cccccc 1px solid;
	border-left: 3px solid #FC8314;
	padding-left: 10px;
}
.tp_main_body {
	padding: 10px 0px 20px 10px;
}

/* <DIV ID=tp_inquiry> */

#tp_inquiry {
	margin: 30px;
}
#tp_inquiry .table_class {
	BORDER: #999999 1px dotted;
	BACKGROUND-COLOR: #efefef;
	width: 95%;
}
.inquiry_col_0{
	text-align: right;
}

/* <DIV ID=tp_product_menu> */

#tp_product_menu .table_class {
	width: 100%;
	margin-top: 10px;
}
#tp_product_menu .table_class H2 {
	FONT-SIZE: 12px;
	COLOR: #FF0000;
	font-weight: normal;
	background-image: url(h2_bg.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 2px;
	font-family: Arial;
	line-height: 14px;
}
#tp_product_menu .table_class H2 A:link, #tp_product_menu .table_class H2 A:visited, #tp_product_menu .table_class H2 A:hover {
	TEXT-DECORATION: none;
	COLOR: #FF0000;
}

#tp_product_menu .cate_img_0 {
	TEXT-ALIGN: left
}
#tp_product_menu .cate_img_0 img{
	border: 1px solid #666666;
	text-align: left;
}
#tp_product_menu .cate_img_1 {
	TEXT-ALIGN: left
}
#tp_product_menu .cate_img_1 img{
	border: 1px solid #666666;
	text-align: left;
}
#tp_product_menu .cate_list_0 {
	vertical-align: top;
}
#tp_product_menu .cate_list_1 {
	vertical-align: top;
}


/* <DIV ID=tp_product_info> */

#tp_product_info {
	margin: 30px;
}
#tp_product_info .table_class {
	WIDTH: auto;
}
#tp_product_info .table_class td{
         color: #0033CC;
}
#tp_product_info .table_class td A:link, #tp_product_info .table_class td A:visited, #tp_product_info .table_class td A:hover {
	TEXT-DECORATION: none;
	color: #0033CC;
}

/* <DIV ID=tp_rlink_bottom> */
#tp_rlink_bottom {
	BORDER-TOP: #cccccc 1px solid;
	MARGIN: 30px;
}
#tp_rlink_bottom .table_class {
	WIDTH: 100%;
	margin-top: 20px;
}
#tp_rlink_bottom .table_class LI {
	line-height: 16px;
}
#tp_rlink_bottom A:link, #tp_rlink_bottom A:visited {
	FONT-WEIGHT: normal;
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	font-size: 11px;
}
#tp_rlink_bottom A:hover {
	text-decoration: underline;
}

/* side block */
/* <div id=tp_side> */

#tp_side {
	background-image: url(tp_side_bg.jpg);
	background-repeat: no-repeat;
	width: 243px;
	height: 429px;
	padding: 150px 0px 0px 0px;
}
#tp_side strong{
	display: block;
	margin-left: 10px;
}
#tp_side strong A:link, #tp_side strong A:visited{
	font-size: 12px;
}
#tp_side  A:hover {
	TEXT-DECORATION: none;
	color: #FF6600;
}
.box {
	text-align: left;
	padding: 10px;
}
.box A:link, .box A:visited {
	DISPLAY: block;
	TEXT-DECORATION: none;
	color: #F7F7F7;
	background-image: url(box_bg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: 0px 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	border-bottom: 1px inset #333333;
}
.box A:hover {
	TEXT-DECORATION: none;
	color: #FF6600;
}

/* <DIV ID=tp_rlink_side> */

#tp_rlink_side {
	margin: 0px;
}
#tp_rlink_side .table_class {
	FONT-WEIGHT: normal;
	WIDTH: 100%;
	COLOR: #000000;
	font-size: 11px;
}

/* footer block */
/* <div id=tp_footer> */

#tp_footer {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana;
	TEXT-ALIGN: right;
	color: #CCCCCC;
	line-height: 16px;
	margin-right: 20px;
	margin-top: 5px;
}
#tp_footer A:link, #tp_footer A:visited, #tp_footer A:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* <DIV ID=quick_menu> */
#quick_menu {
	FONT-SIZE: 9px;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #eeeeee;
	text-decoration: none;
}

/* below => customize id or class*/
.btm {
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	font-size: 10px;
}
A.btm:link, A.btm:visited {
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	font-size: 10px;
}
A.btm:hover {
	text-decoration: none;
}

A.list:link, A.list:visited {
	PADDING-LEFT: 20px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #b73800;
	LINE-HEIGHT: 20px;
	FONT-FAMILY: Verdana;
	text-decoration: none;
}
A.list:hover {
	text-decoration: underline;
}

a.list1:link, a.list1:visited {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #907000;
	line-height: 19px;
	padding-left: 20px;
}
a.list1:hover{
	text-decoration: none;
	color: #B73800;
}
.sitemap_1 {
	FONT-SIZE: 14px;
	font-weight: bold;
	line-height: 28px;

}
.sitemap_1 A:link, .sitemap_1 A:visited, .sitemap_1 A:hover {
	TEXT-DECORATION: none;

}
.sitemap_2 {
	FONT-WEIGHT: normal;
	font-size: 13px;
	line-height: 28px;

}
.sitemap_2 A:link, .sitemap_2 A:visited, .sitemap_2 A:hover {
	TEXT-DECORATION: none;

}

/* global <home> setting */

#index {
	MARGIN: auto;
	TEXT-ALIGN: left;
	width: 1002px;
}
#left_bg{
	background-image: url(left_bg.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 650px;
	float: left;
}
#icon{
	BACKGROUND-IMAGE: url(icon_bg.jpg);
	BACKGROUND-REPEAT: no-repeat;
	background-position: 0px;
	margin: 150px 30px 30px 30px;
}
#icon A:link, #icon A:visited {
	DISPLAY: block;
	TEXT-DECORATION: none;
	color: #FFFFF8;
	background-image: url(box_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	background-position: 0px 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	border-bottom: 1px inset #333333;
}
#icon A:hover {
	TEXT-DECORATION: none;
	color: #FF6600;
}
#version{
	background-image: url(version_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 38px;
	width: 752px;
	float: right;

}
.version{
	margin-right: 10px;
	padding-top: 10px;
	background-image: url(version_bg.jpg);
}
.version A:link, .version A:visited {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	border-left: 1px solid #cccccc;
}
.version A:hover {
	TEXT-DECORATION: none;
	color: #FF6600;
}
#main_bg{
	background-image: url(main_bg.jpg);
	background-repeat: no-repeat;
	height: 247px;
	width: 752px;
	float: right;
}
#word_bg {
	HEIGHT: 313px;
	background-image: url(word_bg.jpg);
	background-repeat: no-repeat;
	width: 752px;
	float: right;
}
#word {
	MARGIN: 300px 0px 0px 250px;
	WIDTH: 380px;
	POSITION: absolute;
	color: #000000;
	font-size: 14px;
	text-align: justify;
}
#word A:link, #word A:visited, #word A:hover {
	color: #000000;
    TEXT-DECORATION: none
}  
#word h1 {
	color: #000000;
	margin: 0px 0px 10px 10ox;
	font-size: 13px;
}
#Copyright {
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana;
	TEXT-ALIGN: left;
	width: 752px;
	background-image: url(cobyright_bg.gif);
	background-repeat: no-repeat;
	height: 52px;
	color: #CCCCCC;
	float: right;
	padding-left: 60px;
}
address{
	font-style: normal;
	color: #CCCCCC;
	margin-top: 3px;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
}
address span{
	margin-right: 12px;
}
#Copyright A:link, #Copyright A:visited, #Copyright A:hover {
	TEXT-DECORATION: none;
	color: #CCCCCC;
}
#tp_footer A:hover, #Copyright A:hover{
 	cursor:text;
}