/* global <BODY> setting */
BODY {
	FONT-SIZE: 12px;
	MARGIN: 0px;
	LINE-HEIGHT: 22px;
	FONT-FAMILY: Arial;
	color: #333;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #01499D;
}
a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}

HR {
	display: none;
}

/* global <A> setting */

A:link {
	TEXT-DECORATION: none;
	color: #333;
}
A:visited {
	COLOR: #333;
	text-decoration: none;
}
A:hover {
	TEXT-DECORATION: underline;
}
img {
         border: none;
}

/* global <TD> setting */

TD {
	LINE-HEIGHT: 22px;
	font-size: 12px;
}

/* global <H?> setting */

H1 {
	FONT-SIZE: 16px;
	MARGIN-BOTTOM: 10px;
	color: #06F;
}
H1 A:link, H1 A:visited, H1 A:hover {
	TEXT-DECORATION: none;
	color: #06F;
}
H2 {
	FONT-SIZE: 14px;
	color: #396;
}
H2 A:link, H2 A:visited, H2 A:hover {
	TEXT-DECORATION: none;
	color: #396;
}
H3 {
	color: #930;
	font-size: 13px;
}
H3 A:link, H3 A:visited, H3 A:hover {
	TEXT-DECORATION: none;
	color: #930;
}
/* global <UL>,<LI> setting */
UL {

}
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 {
	MARGIN: auto;
	BACKGROUND-REPEAT: repeat-y;
	width: 1002px;
	background-image: url(whole_table_bg.gif);
}
.menu_td {
	height: 50px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-image: url(menu_td_bg.jpg);
}
.footer_td {
	VERTICAL-ALIGN: top;
	BACKGROUND-REPEAT: no-repeat;
	height: 25px;
	background-image: url(footer_td_bg.gif);
}


/* <DIV ID=tp_header> */

#tp_header {
	background-repeat: no-repeat;
	height: 48px;
	background-image: url(top.gif);
}
.version{
	text-align: right;
	padding-top: 10px;
	margin-right: 20px;
}
.version img{
	border: 0px;
}


/* <DIV ID=tp_menu> */

#tp_menu {
	WIDTH: 100%;
	text-align: left;
}
#tp_menu .table_class {
	margin-left: 188px;
	margin-top: 13px;
}

#tp_menu .table_class td img{
	margin-right: 23px;
	margin-left: 23px;
}
#tp_menu A:link, #tp_menu A:visited {
	COLOR: #FFF;
	TEXT-DECORATION: none;
	font-size: 14px;
	font-weight: bold;
}
#tp_menu A:hover {
	TEXT-DECORATION: none;
	color: #C1F763;
}

/* SUB_MENU */

.tp_menu_child {
	Z-INDEX: 5;
	WHITE-SPACE: nowrap;
	POSITION: absolute;
	border: 1px solid #f8f3e6;
	padding:1px;
	background-color: #3B77A2;
}

.tp_menu_child TD {
	BORDER-BOTTOM: #ccc 1px dashed;
	WHITE-SPACE: nowrap;
	text-align: left;
	padding: 2px 3px;
	font-size: 12px;
}

/* main content block */

.tp_body_side {
	width: 237px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(tp_body_side_bg.gif);
}
.tp_body_main {
	width: 765px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(tp_body_main_bg.gif);
}
.tp_misc_top {
	height: 194px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(tp_misc_top_bg.jpg);
}
.tp_misc_side {
	MARGIN: 0px;
	width: 0px;
}


/* <DIV ID=tp_main> */

#tp_main {
	width: 765px;
	background-repeat: no-repeat;
	background-image: url(tp_main_bg.gif);
}

.tp_main_header {
	padding: 35px 30px 10px 40px;
}
.tp_main_header h1{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
}
.tp_main_header h2{
	font-family: Verdana;
	font-size: 11px;
	color: #666;
	margin-top: 0px;
	text-align: right;
}

A.tree_header:link {
	FONT-SIZE: 11px;
	MARGIN-BOTTOM: 20px;
	COLOR: #666;
	font-weight: normal;
}
A.tree_header:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	MARGIN-BOTTOM: 20px;
	color: #666;
}

.tp_main_body {
	padding: 0px 30px 30px 30px;
}

#page_cart{
	margin-left: 500px;
}
#page_cart .table_class{}

#page_cart form{
	margin: 0px 50px 0px 0px;
}

#page_cart_btn{
	margin-left: 30px;
}


/* <DIV ID=tp_inquiry> */

#tp_inquiry {
	padding: 0px 30px 30px 30px;

}

#tp_inquiry .table_class {
	WIDTH: 95%;
	BACKGROUND-COLOR: #efefef;
	border: #999999 1px dotted;
	margin-left: 20px;
}
.inquiry_col_0{
	text-align: right;
}

/* <DIV ID=tp_product_menu> */

#tp_product_menu{
	text-align: left;
	padding: 0px 30px 30px 30px;
}

#tp_product_menu .table_class {
	width:100%;
	margin-top: 20px;
}

#tp_product_menu input{
	float: left;
}
#tp_product_menu .table_class td H2 {
	FONT-SIZE: 12px;
	color: #03C;
	font-weight: bold;
	font-family: Arial;
	margin: 0px;
}
#tp_product_menu ul{
	margin: 0px;
}
#tp_product_menu .cate_img_0 img, #tp_product_menu .cate_img_1 img{
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #FFF;
}
#tp_product_menu li{
	width: 43%;
	float: left;
	margin-right: 15px;
}
#tp_product_menu .cate_img_0 {
	text-align: left;
}
#tp_product_menu .cate_img_1 {
	text-align: left;
}
#tp_product_menu .cate_list_0 {
	text-align: left;
}
#tp_product_menu .cate_list_1 {
	text-align: left;
}


/* <DIV ID=tp_product_info> */

#tp_product_info {
	padding: 0px 30px 30px 30px;
}

#tp_product_info .table_class {
	MARGIN: auto; 
	WIDTH: 100%;
}

/* <DIV ID=tp_rlink_bottom> */

#tp_rlink_bottom {
	padding: 0px 30px 30px 30px;
}
#tp_rlink_bottom .table_class {
	WIDTH: 100%;
}
#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;
	padding-top: 277px;
	padding-bottom: 200px;
}
.box {
	text-align: left;
	margin: 0px 23px 0px 15px;
}
.box A:link, .box A:visited {
	FONT-WEIGHT: normal;
	COLOR: #000;
	font-size: 13px;
	display: block;
	background-image: url(arr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #c6c5ba;
	margin-bottom: 12px;
	padding-left: 20px;
	background-position: 10px 8px;
}
.box A:hover {
	text-decoration: none;
	background-image: url(box_bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	border-bottom: 1px solid #fff;
	background-position: 0px 0px;
}

/* <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: 10px;
	FONT-FAMILY: Verdana;
	TEXT-ALIGN: right;
	color: #CCC;
	line-height: 18px;
	padding-top: 3px;
	margin-right: 10px;
}
#tp_footer span{
	padding-right: 15px;
}
#tp_footer A:link, #tp_footer A:visited {
	color: #CCC;
	text-decoration: none;
}


/* <DIV ID=quick_menu> */

#quick_menu {

}

/* below => customize id or class*/


.sitemap_1 {
	FONT-SIZE: 14px;
	font-weight: bold;
	line-height: 28px;
}
.sitemap_2 {
	FONT-WEIGHT: normal;
	font-size: 13px;
	line-height: 28px;
}

/* global <home> setting */

#index {
	MARGIN: auto;
	TEXT-ALIGN: left;
	width: 1002px;
	overflow: hidden;
}
#mark_bg{
	background-image: url(mark_bg.jpg);
	background-repeat: no-repeat;
	height: 46px;
}
#icon_bg{
	height: 50px;
	background-image: url(icon_bg.jpg);
	background-repeat: no-repeat;
}
.icon{
	padding: 18px 0px 0px 225px;
}
.icon A:link, .icon A:visited {
	COLOR: #FCFCFC;
	TEXT-DECORATION: none;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;

}
.icon A:hover{
	TEXT-DECORATION: none;
	color: #C1F763;
	
}
#left_bg{
	background-image: url(left_bg.jpg);
	background-repeat: no-repeat;
	width: 359px;
	height: 523px;
	float: left;
}
#slogn_bg{
	background-image: url(slogn_bg.jpg);
	background-repeat: no-repeat;
	width: 643px;
	float: right;
	height: 177px;
}
#word_bg{
	background-image: url(right_bg.jpg);
	background-repeat: no-repeat;
	width: 643px;
	height: 346px;
	float: right;
}

.word{
	font-size: 14px;
	line-height: 23px;
	position: absolute;
	margin: 400px 0px 0px 20px;
	width: 540px;
	color: #FFF;
}
.word A:link, .word A:visited, .word A:hover {
	text-decoration: none;
	color: #CCC;
}
.word h1{
	color: #fe7f00;
	font-size: 18px;
	margin: 0px;
}
.word h1 A:link, .word h1 A:visited, .word h1 A:hover {
	text-decoration: none;
	color: #000;
}
#flash_bg{
	background-image: url(flash_bg.jpg);
	background-repeat: no-repeat;
	height: 487px;
	width: 464px;
	float: right;
}
.flash_in{
	padding-top: 107px;
}

#Copyright {
	width: 1002px;
	background-repeat: no-repeat;
	margin: auto;
	height: 26px;
	clear: both;
	background-image: url(cobyright_bg.jpg);
	text-align: right;

}

.space{
	FONT-SIZE: 11px;
	color: #FFF;
	line-height: 18px;
	padding-top: 5px;
	margin-right: 30px;

}

.space span{
	margin-right: 15px;
}
.space A:link, .space A:visited {
	text-decoration: none;
	color: #FFF;
}
.space A:hover{
 	cursor:text;	
}

