/* global <BODY> setting */
BODY {
	FONT-SIZE: 12px;
	MARGIN: 0px;
	LINE-HEIGHT: 22px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color: #09233e;
}
/* global <A> setting */

A:link {
	color:#333;
	text-decoration: none;
}
A:visited {
	color:#333;
	text-decoration: none;
}
A:hover {
	text-decoration: none;
	color: #333;
}

/* global <TD> setting */
TD {
	font-size: 12px;
	line-height: 22px;
}
/* global <H?> setting */
H1 {
	FONT-SIZE: 16px;
	COLOR: #039;
	BORDER-BOTTOM: none;
	FONT-FAMILY: Verdana;
}
H2 {
	FONT-SIZE: 14px;
	color: #1483af;
	FONT-FAMILY: Verdana;
}
H3 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
}

/* global <UL>,<LI> setting */

UL {

}
LI {

}
/* global <B>,<STRONG> setting */


/* global <TEXTAREA> setting */
textarea{
	width:90%;
	height:200px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/* ===== 5 fixed main block <DIV> setting ===== */

.whole_table {
	MARGIN: auto;
	WIDTH: 1002px;
	background-image: url(whole_table_bg.gif);
	background-repeat: repeat-y;
}
.menu_td {
	BACKGROUND-REPEAT: no-repeat;
	height: 35px;
	background-image: url(menu_td_bg.gif);
}
.footer_td {
	background-image: url(footer_td_bg.gif);
	background-repeat: no-repeat;
	height: 40px;
}


/* <DIV ID=tp_header> */

#tp_header {
	BACKGROUND-REPEAT: no-repeat;
	background-image: url(top.gif);
	padding-top: 80px;
}

/* <DIV ID=tp_menu> */

#tp_menu {
	text-align: right;
	padding-top: 8px;
	margin-right: 30px;
}

#tp_menu A:link, #tp_menu A:visited {
	TEXT-DECORATION: none;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	background-image: url(arrow-blue.gif);
	background-repeat: no-repeat;
	padding-right: 17px;
	padding-left: 17px;
}
#tp_menu A:hover {
	COLOR: #F00;
	text-decoration: none;
}

/* main content block */
.tp_body_side {
	width: 237px;
	background-image: url(tp_body_side_bg.gif);
	background-repeat: no-repeat;
}
.tp_body_main {
	width: 765px;
	background-repeat: no-repeat;
	background-position: 0px 170px;
	background-image: url(tp_body_main_bg.jpg);
}
.tp_misc_top {
	height: 170px;
	background-repeat: no-repeat;
	background-image: url(tp_misc_top_bg.jpg);
}
.tp_misc_side{
  width:0px;
  margin:0px;
}


/* <DIV ID=tp_main> */
#tp_main {
	MARGIN-LEFT: 25px;
	width: 94%;
}
.tp_main_header {
	padding-top: 28px;
}
.tp_main_header h1{
	margin: 0px;
}
.tp_main_header h2{
	margin: 0px;
	font-size: 11px;
	color: #888888;
}
A.tree_header:link {
	MARGIN-BOTTOM: 20px;
	COLOR: #888888;
	font-weight: normal;
	font-size: 11px;
}
A.tree_header:visited {
	MARGIN-BOTTOM: 20px;
	COLOR: #888888;
	font-weight: normal;
	font-size: 11px;
}
.tp_main_body {
	padding: 30px 10px;

}
/* <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 .table_class {
	MARGIN-TOP: 10px;
	MARGIN-BOTTOM: 20px;
	width: 98%;
}
#tp_product_menu .cate_img_0 {
	text-align: center;
}
#tp_product_menu .cate_list_0 {
	PADDING-RIGHT: 30px;
	PADDING-LEFT: 10px;
	HEIGHT: 50px;
	font-size: 11px;
}
#tp_product_menu .cate_img_1 {
	text-align: center;
}
#tp_product_menu .cate_list_1 {
	PADDING-RIGHT: 30px;
	PADDING-LEFT: 10px;
	HEIGHT: 50px;
	font-size: 11px;
}

/* <DIV ID=tp_product_info> */
#tp_product_info {
  width:100%;
}
#tp_product_info .table_class{
  width:auto;
  margin:auto;
}

/* <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: 9px;
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	line-height: 9px;
	letter-spacing: -1px;
}
#tp_rlink_bottom A:hover {
	TEXT-DECORATION: none;
	line-height: 9px;
	letter-spacing: -1px;
}
#tp_rlink_bottom A:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	line-height: 9px;
	letter-spacing: -1px;
}

/* side block */
/* <div id=tp_side> */

#tp_side {

}
.menutitle{
	cursor:pointer;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 9px;
} 
.submenu{
	display: none;
	margin: 10px 5px 0px 20px;
}
.box{
	padding-left: 5px;
}
.box A:link, .box A:visited {
	border-bottom: 1px dotted #9fa1a3;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
	color: #5c5c5c;
}

.box A:hover {
	color: #000;
	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;
	WIDTH: auto;
	COLOR: #ffffff;
	TEXT-ALIGN: center;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
#tp_footer A:link, #tp_footer A:visited {
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
#tp_footer A:hover {
 	cursor:text;
}

/* <DIV ID=quick_menu> */
#quick_menu {

}

/* below => customize id or class*/

.sitemap_1 {
	font-weight: bold;
	font-size: 11px;
}
.sitemap_2 {
	font-weight: normal;
	font-size: 11px;
}

/* global <home> setting */
#index {
	WIDTH: 1002px;
	TEXT-ALIGN: left;
	overflow: hidden;
	margin: auto;
}
#top {
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 74px;
	TEXT-ALIGN: left;
	background-image: url(logo_bg.gif);
}
#icon_bg{
	background-image: url(icon_bg.gif);
	background-repeat: no-repeat;
	height: 34px;
}
#icon {
	text-align: right;
	margin-right: 10px;
	padding-top: 8px;
}
#icon A:link, #icon A:visited {
	PADDING-RIGHT: 19px;
	TEXT-DECORATION: none;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	background-image: url(arrow-blue.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}

#icon A:hover {
	TEXT-DECORATION: none;
	color: #F00;
}

#main_bg{
	background-image: url(main_bg.jpg);
	background-repeat: no-repeat;
	height: 283px;
}
#word_bg{
	background-image: url(word_bg.jpg);
	background-repeat: no-repeat;
	height: 195px;
}
#word {
	MARGIN-TOP: 410px;
	MARGIN-LEFT: 30px;
	WIDTH: 920px;
	LINE-HEIGHT: 24px;
	POSITION: absolute;
	TEXT-ALIGN: justify;
	color: #222222;
}
#word A:link, #word A:visited, #word A:hover {
       color: #000; TEXT-DECORATION: none
}
#word H1 {
	MARGIN-TOP: 0px;
	FONT-SIZE: 14px;
	MARGIN-BOTTOM: 5px;
	color: #5A5A5A;
}

#Copyright {
	FONT-SIZE: 10px;
	COLOR: #cccccc;
	FONT-FAMILY: Verdana;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	width: 1002px;
	background-image: url(cobyright_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
}
#Copyright A:link, #Copyright A:visited  {
	COLOR: #cccccc;
	TEXT-DECORATION: none;
	font-size: 10px;
}
 #Copyright A:hover{
 	cursor:text;
}