/* global <BODY> setting */
BODY {
	BACKGROUND-IMAGE: url(bg.jpg);
	LINE-HEIGHT: 22px;
	FONT-FAMILY: Arial;
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333333;
}
a {noFocusLine:expression(this.onFocus=this.blur())}

/* global <A> setting */

A:link {
	color:#333333;
	text-decoration: none;
}
A:visited {
	color:#333333;
	text-decoration: none;
}
A:hover {
	text-decoration: none;
	color: #333333;
}

/* global <TD> setting */
TD {
	font-size: 12px;
	line-height: 22px;
}
/* global <H?> setting */

H1 {
	COLOR: #990000;
	FONT-FAMILY: Verdana;
	font-size: 18px;
}
H2 {
	COLOR: #0c5696;
	FONT-FAMILY: Verdana;
	font-size: 16px;
}
H3 {
	color: #0C5696;
	font-size: 14px;
}


/* global <UL>,<LI> setting */

UL {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
LI {

}

/* global <B>,<STRONG> setting */


/* global <TEXTAREA> setting */
textarea{
	width:90%;
	height:200px;
	font-size: 12px;
	font-family: Arial;
}


/* ===== 5 fixed main block <DIV> setting ===== */
.whole_table {
	MARGIN: auto;
	WIDTH: 1002px;
	border: 1px solid #666666;
	background-image: url(whole_table_bg.gif);
	background-repeat: repeat-y;
}
.menu_td {
	BACKGROUND-IMAGE: url(menu_td_bg.jpg);
	BACKGROUND-REPEAT: no-repeat;
	height: 25px;
}
.footer_td {
	BACKGROUND-IMAGE: url(footer_td_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

/* <DIV ID=tp_header> */
#tp_header {
	BACKGROUND-IMAGE: url(top.gif);
	background-repeat: no-repeat;
	height: 137px;
}

/* <DIV ID=tp_menu> */
#tp_menu {
	text-align: left;
	width: 100%;
}

#tp_menu .table_class {
	margin-left: 345px;
}
#tp_menu .table_class TD img {
	padding-right: 15px;
	padding-left: 15px;
}
#tp_menu A:link, #tp_menu A:visited {
	text-decoration: none;
	color: #333333;
}

#tp_menu A:hover {
	color: #990000;
	text-decoration: none;
}


/* SUB_MENU */
.tp_menu_child {
	border:1px solid #cccccc;
	z-index:10;
	position:absolute;
	white-space: nowrap;
	padding:2px;
	background-color: #FFFFFF;
}

.tp_menu_child td{
	border-bottom:1px dashed #cccccc;
	white-space: nowrap;
	padding: 2px;
}

/* main content block */

.tp_body_side {
	BACKGROUND-IMAGE: url(tp_body_side_bg.jpg);
	BACKGROUND-REPEAT: no-repeat;
	width: 193px;
	vertical-align: top;
}
.tp_body_main {
	BACKGROUND-IMAGE: url(tp_body_main_bg.jpg);
	BACKGROUND-REPEAT: no-repeat;
	width: 809px;
}
.tp_misc_top{
	margin:0px;
	height: 0px;
}
.tp_misc_side{
	margin:0px;
	width: 0px;
}

/* <DIV ID=tp_main> */
#tp_main {
	width: 89%;
	margin-left: 50px;
}
.tp_main_header {
	padding: 30px 0px 10px 0px;
	border-bottom: 1px solid #666666;
}

.tp_main_header h1{
	margin: 0px;
}
.tp_main_header h2{
	color: #666666;
	font-weight: normal;
	margin: 0px;
	text-align: right;
}
A.tree_header:link {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
}
A.tree_header:visited {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
}
.tp_main_body {
	padding: 10px 0px 10px 0px;
}


/* <DIV ID=tp_inquiry> */

#tp_inquiry{
	width: 100%;
}
#tp_inquiry .table_class{
	background-color: #EFEFEF;
	border: 1px dotted #999999;
}

/* <DIV ID=tp_product_menu> */
#tp_product_menu {
	width: 100%;
}
#tp_product_menu .table_class{
	width:100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
#tp_product_menu .table_class h2{
	font-size: 12px;
	color: #990000;
}
#tp_product_menu .cate_img_0 {
	text-align: left;
}
#tp_product_menu .cate_list_0 {
}
#tp_product_menu .cate_img_1{
	text-align: left;
}
#tp_product_menu .cate_list_1{
}

/* <DIV ID=tp_product_info> */
#tp_product_info {
	width: auto;
         margin:auto;
}
#tp_product_info .table_class{
	width: auto;
         margin:auto;
}

/* <DIV ID=tp_rlink_bottom> */
#tp_rlink_bottom{
	width: 100%;
}
#tp_rlink_bottom .table_class{
	WIDTH: 100%;
}
#tp_rlink_bottom a:link{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
}
#tp_rlink_bottom a:visited{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
}
#tp_rlink_bottom a:hover{
	text-decoration: none;
}

/* side block */
/* <div id=tp_side> */
#tp_side {
	padding-top: 60px;
}
.box {
	margin: 0px 10px 0px 10px;

}
.box A:link, .box A:visited {
	COLOR: #CCCCCC;
	TEXT-DECORATION: none;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.box A:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}

/* <DIV ID=tp_rlink_side> */
#tp_rlink_side{
}
#tp_rlink_side .table_class{
}

/* footer block */
/* <div id=tp_footer> */
#tp_footer {
	text-align: right;
	margin-right: 20px;
	font-family: Verdana;
	font-size: 11px;
}
#tp_footer A:link, #tp_footer A:visited {
	TEXT-DECORATION: none;
	color: #333333;
}
#tp_footer A:hover, #Copyright A:hover{
 	cursor:text;
}

/* <DIV ID=quick_menu> */
#quick_menu {

}

/* below => customize id or class*/

/* global <index> setting */
#home {
	BACKGROUND-IMAGE: url(home.jpg);
	BACKGROUND-REPEAT: no-repeat;
	TEXT-ALIGN: left;
	width: 1002px;
	border: 1px dotted #cccccc;
	height: 588px;
}
#word {
	MARGIN-TOP: 335px;
	MARGIN-LEFT: 50px;
	COLOR: #333333;
	POSITION: absolute;
	width: 800px;
	line-height: 20px;
}
#word h1{
	font-size: 18px;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 10px;
}
#word .list{
	margin-top: 10px;
}
#word .list ul{
	margin: 0px;
	padding: 0px;
}
#word .list li{
	width: 32%;
	margin: 2px;
	float: left;
	list-style-type: none;
}
#icon {
	MARGIN-TOP: 295px;
	margin-left: 5px;
}
#icon A:link, #icon A:visited {
	BORDER-RIGHT: #aaff00 2px solid;
	PADDING-RIGHT: 13px;
	PADDING-LEFT: 13px;
	FONT-WEIGHT: normal;
	COLOR: #ffff33;
	text-decoration: none;
}

#icon A:hover {
	PADDING-RIGHT: 13px;
	PADDING-LEFT: 13px;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #0099ff;
	font-weight: normal;
}
#Copyright {
	FONT-SIZE: 11px;
	WIDTH: 1002px;
	COLOR: #666666;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	background-image: url(cobyright.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 5px;
	border: #cccccc 1px dotted;
	font-family: Verdana;
	border-top-style: none;
}
#Copyright A:link, #Copyright A:visited  {
	COLOR: #666666;
	TEXT-DECORATION: none;
}
#Copyright A:hover{
 	cursor:text;
}
