/* global <BODY> setting */
BODY {
	FONT-SIZE: 12px;
	COLOR: #555555;
	FONT-FAMILY: Arial;
	background-image: url(bg.gif);
	margin: 0px;
	line-height: 22px;
	background-repeat: repeat;
}
/* global <A> setting */

A:link {
	COLOR: #555555;
	text-decoration: none;
}
A:visited {
	COLOR: #555555;
	text-decoration: none;
}
A:hover {
	COLOR: #555555;
	text-decoration: none;
}

/* global <TD> setting */
TD {
	font-size: 12px;
	line-height: 22px;
}
/* global <H?> setting */
H1 {
	FONT-SIZE: 24px;
	COLOR: #008A0A;
	FONT-FAMILY: Times New Roman;
	font-style: italic;
	font-weight: bold;
}
H2 {
	color: #063E8E;
	font-size: 14px;
}
H3 {
  color: #008A0A;

}

/* global <UL>,<LI> setting */

UL {

}
LI {

}

/* global <B>,<STRONG> setting */


/* global <TEXTAREA> setting */
textarea{

}


/* ===== 5 fixed main block <DIV> setting ===== */
.whole_table {
    BACKGROUND-IMAGE: url(table-bg.gif); 
	MARGIN: auto; 
	WIDTH: 1002px; 
	BACKGROUND-REPEAT: repeat-y
	}
.menu_td{
	BACKGROUND-IMAGE: url(icon.jpg);
	BACKGROUND-REPEAT: no-repeat;
	height: 34px;
}
.footer_td {
	background-image: url(foot.jpg);
	background-repeat: no-repeat;
	height: 44px;
	
}

/* <DIV ID=tp_header> */
#tp_header {
	MARGIN: 0px;
	HEIGHT: 117px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}

/* <DIV ID=tp_menu> */
#tp_menu {
	width: 100%;
}
#tp_menu .table_class {
	margin-left: 200px;
}
#tp_menu .table_class td{
	vertical-align: middle;
}
#tp_menu .table_class td img{
	margin-left: 60px;
	margin-right: 5px;
}
#tp_menu A:link, #tp_menu A:visited {
	FONT-SIZE: 12px;
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-weight: bold;
}
#tp_menu A:hover {
	COLOR: #0099FF;
	text-decoration: none;
}


/* SUB_MENU */
.tp_menu_child {
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	z-index:10;
	position:absolute;
	white-space: nowrap;
	padding: 1px;
}

.tp_menu_child TD {
	BORDER-BOTTOM: #cccccc 1px dashed;
	WHITE-SPACE: nowrap;
	text-align: left;
	padding: 1px;
}

/* main content block */
.tp_body_side {
	BACKGROUND-IMAGE: url(side-bottom.jpg);
	VERTICAL-ALIGN: top;
	WIDTH: 200px;
	BACKGROUND-REPEAT: no-repeat;
	background-position: 0px bottom;
}
.tp_body_main {
	BACKGROUND-POSITION: left top;
	BACKGROUND-IMAGE: url(main-bg.jpg);
	BACKGROUND-REPEAT: no-repeat;
	width: 802px;
}
.tp_misc_top{
	margin:0px;
	width: 0px;
}
.tp_misc_side{
	margin:0px;
	width: 0px;
}


/* <DIV ID=tp_main> */
#tp_main {
	width:92%;
	margin-left: 30px;
}
.tp_main_header{
	padding-bottom: 10px;
	padding-top: 30px;
	border-bottom: 1px solid #cccccc;
}
.tp_main_header h1{
	margin: 0px;
}
.tp_main_header h2{
	font-family: Verdana;
	font-size: 11px;
	margin-top: 5px;
}
a.tree_header:link {
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-WEIGHT: normal;
}
a.tree_header:visited {
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-WEIGHT: normal;
}
.tp_main_body {
	padding-bottom: 20px;
	padding-top: 20px;
}

/* <DIV ID=tp_inquiry> */
#tp_inquiry{
  width:100%;
}
#tp_inquiry .table_class{
  width:95%;
	background-color: #EFEFEF;
	border: 1px;
	border-style: dotted;
	border-color: #999999;

}

/* <DIV ID=tp_product_menu> */
#tp_product_menu {
	margin-top: 30px;
}
#tp_product_menu .table_class{
	width:100%;
}
#tp_product_menu .table_class td h2{}
#tp_product_menu .cate_img_0{
	text-align: left;
}
#tp_product_menu .cate_list_0{
	text-align: left;
}
#tp_product_menu .cate_img_1{
	text-align: left;
}
#tp_product_menu .cate_list_1{
	text-align: left;
}
/* <DIV ID=tp_product_info> */
#tp_product_info {
  width:100%;
}
#tp_product_info .table_class{
	margin-left: 10px;
	WIDTH: 90%;
	border: 0px dotted #CCCCCC;
	vertical-align: top;
}

/* <DIV ID=tp_rlink_bottom> */
#tp_rlink_bottom{
  width:100%;
  margin-top:5px;
  margin-bottom:5px;
}
#tp_rlink_bottom .table_class{
	WIDTH: 100%;
}
#tp_rlink_bottom a:link{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
}
#tp_rlink_bottom a:hover{
  text-decoration: none;
}
#tp_rlink_bottom a:visited{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
}

/* side block */
/* <div id=tp_side> */
#tp_side {
	background-image: url(tp_side_bg.jpg);
	background-repeat: no-repeat;
	width: 200px;

}
.box {
	margin-bottom: 220px;
	padding: 20px;
}
.box strong{
	display: block;
	font-size: 16px;
	color: #0099CC;
	border-bottom: 2px solid #541288;
	margin-bottom: 10px;
}
.box ul {
	margin: 0px;
	padding: 0px;
}
.box li{
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
.box li A:link, .box li A:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
	color: #3366CC;
	background-image: url(arr.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 5px;
}
.box li A:hover {
	COLOR: #116600;
	text-decoration: none;
}
/* <DIV ID=tp_rlink_side> */

#tp_rlink_side{
}
#tp_rlink_side .table_class{
}

/* footer block */
/* <div id=tp_footer> */
#tp_footer {
	FONT-SIZE: 11px;
	COLOR: #333333;
	TEXT-ALIGN: left;
	font-family: Verdana;
	margin-left: 220px;
}
#tp_footer A:link, #tp_footer A:visited {
	TEXT-DECORATION: none;
	color: #333333;
}
#tp_footer A:hover{
 	cursor:text;
}

/* <DIV ID=quick_menu> */
#quick_menu {

}

/* below => customize id or class*/

#index {
	BACKGROUND-POSITION: left 137px;
	BACKGROUND-IMAGE: url(main.jpg);
	WIDTH: 1002px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 577px;
	TEXT-ALIGN: left;
	border: 1px solid  #4FCBEE;
	border-bottom: 0px solid #4FCBEE;
}
#icon_bg{
	BACKGROUND-IMAGE: url(inco-bg.jpg);
	HEIGHT: 137px;
	background-repeat: no-repeat;
}
.icon {
	TEXT-ALIGN: right;
	padding-top: 93px;
	margin-right: 30px;
}
.icon A:link, .icon A:visited{
	BORDER-RIGHT: #41B3E9 2px dotted;
	PADDING-RIGHT: 22px;
	PADDING-LEFT: 22px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #003399;
	text-decoration: none;
}
.icon A:hover {
	COLOR: #333333;
	text-decoration: none;
}
.word {
	MARGIN-TOP: 250px;
	MARGIN-LEFT: 50px;
	WIDTH: 580px;
	COLOR: #333333;
	POSITION: absolute;
	line-height: 24px;
	font-family: Arial;
	font-size: 13px;
}
.word A:link, .word A:visited, .word A:hover{
	COLOR: #333333;
	text-decoration: none;
}

.word H1 {
	MARGIN-TOP: 0px;
	MARGIN-LEFT: 0px;
	COLOR: #337ebf;
	font-size: 24px;
	margin-bottom: 20px;
}

#copyright {
	FONT-SIZE: 11px;
	WIDTH: 1002px;
	COLOR: #666666;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	background-image: url(coby.jpg);
	background-repeat: no-repeat;
	height: 41px;
	border: 1px solid #4FCBEE;
	border-top: 0px solid #4FCBEE;
	clear: both;
	font-family: Verdana;
}
#copyright A:link, #copyright A:visited {
	COLOR: #666666;
	TEXT-ALIGN: center;
	text-decoration: none;
}
#Copyright A:hover{
 	cursor:text;
}
#tp_footer A:hover, #Copyright A:hover{
 	cursor:text;
}

