/* global <BODY> setting */
BODY {
	FONT-SIZE: 13px;
	LINE-HEIGHT: 22px;
	FONT-FAMILY: Arial;
	background-image: url(bg.gif);
	margin: 0px;
}

/* global <A> setting */

A:link {
	TEXT-DECORATION: none;
	color: #000000;
}
A:visited {
	COLOR: #000000;
	text-decoration: none;
}
A:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;
}

/* global <TD> setting */
TD {
	font-size: 13px;
	line-height: 22px;
}
/* global <H?> setting */
H1 { 
	font-family: Verdana;
	font-size: 17px;
	color: #569900;
}

H2 {
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	font-size: 15px;
}
H3 {
	font-family: Verdana;
	color: #FF6600;
	margin-top:3px;
	margin-bottom:0px;
	font-size: 13px;
}
h3 A:link, h3 A:visited, h3 A:hover{
	color: #FF6600;
	text-decoration: none;
}

/* global <UL>,<LI> setting */

UL {

}
LI {

}

/* global <B>,<STRONG> setting */


/* global <TEXTAREA> setting */
textarea{
	width:90%;
	height:200px;
	font-family: Arial,Sans-serif;
	font-size: 13px;
}


/* ===== 5 fixed main block <DIV> setting ===== */

.whole_table {
	MARGIN: auto;
	WIDTH: 1002px;
	background-image: url(table-bg.gif);
	background-repeat: repeat-y;
}
.menu_td{
	background-color: #9F9D9D;
	height: 30px;
}
.footer_td{
	TEXT-ALIGN: center;
	background-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* <DIV ID=tp_header> */

#tp_header {
	HEIGHT: 143px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}

/* <DIV ID=tp_menu> */
#tp_menu {
	WIDTH: 100%;
}

#tp_menu .table_class {
	margin-top: 3px;
	margin-left: 220px;
}
#tp_menu .table_class td img{
	margin-right: 5px;
	margin-left: 50px;
}
#tp_menu A:link, #tp_menu A:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 13px;
	font-weight: bold;
}
#tp_menu A:hover {
	COLOR: #990000; 
	TEXT-DECORATION: none;
}

/* SUB_MENU */
.tp_menu_child {
	border:1px solid #777777;
	z-index:10;
	position:absolute;
	white-space: nowrap;
	padding:2px;
	background-color: #eeeeee;
}

.tp_menu_child td{
	border-bottom:1px dashed #777777;
	white-space: nowrap;
	padding: 2px;
}

/* main content block */
.tp_body_side {
	WIDTH: 206px;
}
.tp_body_main{
	width:796px;
}

.tp_misc_top{
	margin:0px;
	height: 0px;
}
.tp_misc_side{
	margin:0px;
	width: 0px;
}

/* <DIV ID=tp_main> */
#tp_main {
	width:93%;
	margin-left: 25px;
}
.tp_main_header{
	padding-bottom:20px;
	padding-top: 30px;
}
.tp_main_header h1{
	margin: 0px;
}
.tp_main_header h2{
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	margin: 5px 0px;
}
a.tree_header:hover {
	text-decoration: none;
	color: #999999;
}
a.tree_header:link {
	font-size: 11px;
	color: #000000;
}
.tp_main_body {
	padding: 10px;
}

/* <DIV ID=tp_inquiry> */
#tp_inquiry{

}
#tp_inquiry .table_class{
	width:100%;
	background-color: #EFEFEF;
	border: 1px;
	border-style: dotted;
	border-color: #999999;

}

/* <DIV ID=tp_product_menu> */
#tp_product_menu {
	width: 100%;
}

#tp_product_menu .table_class{
	margin-bottom: 10px;
	margin-top:10px;
	width: 100%;
}
#tp_product_menu .table_class td h2{
	font-size: 12px;
}
#tp_product_menu .cate_img_0{
	border: 2px solid #cccccc;
}
#tp_product_menu .cate_list_0{
	font-size: 12px;
}
#tp_product_menu .cate_img_1{
	border: 2px solid #cccccc;
}
#tp_product_menu .cate_list_1{
	font-size: 12px;
}

/* <DIV ID=tp_product_info> */

#tp_product_info {
	width:100%;
	margin-top: 20px;
}
#tp_product_info .table_class{
	width: 100%;
}

/* <DIV ID=tp_rlink_bottom> */
#tp_rlink_bottom{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 20px;
}
#tp_rlink_bottom .table_class{
	WIDTH: 100%;
}
#tp_rlink_bottom a:link{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: underline;
}
#tp_rlink_bottom a:visited{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: underline;
}
#tp_rlink_bottom a:hover{
	text-decoration: none;
}

/* side block */
/* <div id=tp_side> */
#tp_side {

}
.box{
	margin: 20px;
} 
.box A:link, .box A:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #999999;
	margin-bottom: 8px;
}
.box A:hover {
	COLOR: #990000;
	TEXT-DECORATION: none;
}

/* <DIV ID=tp_rlink_side> */

#tp_rlink_side{
}
#tp_rlink_side .table_class{

}

/* footer block */
/* <div id=tp_footer> */
#tp_footer {
	color: #000000;
}
#tp_footer A:link, #tp_footer A:visited {
	COLOR: #000000;
	text-decoration: none;
}

/* <DIV ID=quick_menu> */
#quick_menu {

}

/* below => customize id or class*/

.sitemap_1 {
	font-weight: bold;
	font-size: 12px;
}
.sitemap_2 {
	font-size: 11px;
}
.sitemap_3 {
	font-size: 11px;
	font-weight: normal;
}
.sitemap_4 {
	font-size: 10px;
	font-weight: normal;
}
#index{
	width: 1002px;
	text-align: left;
	background-color: #FFFFFF;
}
#main_bg{
	background-image: url(main.jpg);
	background-repeat: no-repeat;
	height: 325px;
}
#icon_bg{
	background-image: url(icon-bg.jpg);
	background-repeat: no-repeat;
	height: 34px;
}
#word_bg{
	background-color: #FFFFFF;
	height: 230px;
}
.icon{
	padding-top: 5px;
	margin-left: 20px;

}
.icon A:link, .icon A:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: bold;
	border-right: 2px solid #6F6F6F;
	font-size: 13px;
}
.icon A:hover {
	COLOR: #990000; 
	TEXT-DECORATION: none;
}
.word{
	position: absolute;
	width: 900px;
	margin-left: 50px;
	margin-top: 380px;
	line-height: 23px;
}
.word h1{
	margin-top: 0px;
	margin-bottom: 5px;
	color: #990000;
	font-size: 18px;
}
.word h1 A:link, .word h1 A:hover, .word h1 A:visited {
	COLOR: #990000;
	text-decoration: none;
}
#Copyright {
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana;
	width: 1002px;
	background-color: #CCCCCC;
	height: 30px;
}
#Copyright A:link, #Copyright A:visited {
	COLOR: #000000;
	text-transform: none;
}
#Copyright A:hover{
 	cursor:text;
}
.ControlTable {
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BORDER-COLLAPSE: collapse;
	font-size: 11px;
	background-color: #FFFFFF;
}
.ControlTable TR {
	TEXT-ALIGN: left;
	background-color: #ffffff;
}
.ControlTable TD {
	BORDER-RIGHT: #797979 1px solid;
	BORDER-TOP: #797979 1px solid;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #797979 1px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #797979 1px solid;
	TEXT-ALIGN: center;
	background-color: #efefef;
}
.ControlTable TD.Title {
	COLOR: #ffffff;
	HEIGHT: 25px;
	TEXT-ALIGN: center;
	background-color: #003399;
}

#tp_footer A:hover, #Copyright A:hover{
 	cursor:text;
}