/* header */
html, body {
	color: #000;
	font-size: 14px;
	font-family: 'Tahoma','Arial','Times New Roman';
	background: #FFF url(Image/Header.jpg) repeat-x;
	margin:0;
	padding:0;
	height:100%;
}
#container_header {
	width:100%;
	background: url(Image/search_background.jpg) 0 25px repeat-x;
	max-height:100%;
	height:100%;
	position: absolute; left:0px; top:100px;
	font-family: Arial, sans-serif;
	font-weight:bold;
}
#p_header{
	position: absolute; left:0px; top:0px;
	width:99%;
	text-align:right;
	margin:18px 0 0 0px
}
#p_header a {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#fc4f36;
}
.td_container_header a  {
	display:block;
	width: 115px;
	height: 25px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#000;
	background: url(Image/header_but_L.jpg) no-repeat;
	line-height:25px;
}
.td_container_header a:hover {
	background: url(Image/header_but_H.jpg) no-repeat;
}
.login_box {
    width: 177px;
	background: url(Image/nav_body.jpg);
	margin:0 0 0 0;
	position: absolute; left:15px; top:177px; 
}
.login_box img {
	vertical-align: top;
	border: none
}
.box {
	width: 786px;
	background: url(Image/body.jpg) repeat-y;
	margin:0 0 0 0;
	position: absolute; left:202px; top:250px; 
}
.box table {
	float: left;
	color: #fff;
	font-size: 12px;
	font-family: 'Tohoma', 'Arial', 'Century Gothic';
	margin: 0px 10px 0px 10px;
}
.box a {
	text-decoration: none;
	float: left;
	color: #fff;
	font-size: 11px;
	font-family: 'Tohoma';
	color:#0012e2
}
.box a:active {
	color:#016001;
}
h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	color:#fff;
}

h2 {
	font-family: Arial, sans-serif;
	margin: 0px 0px 10px 320px;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
}

h3 {
	margin: 0px 0px 0px 0px;
	font-size:12px;
	color:#000;
}

h4 {
    margin: 0px 0px 10px 70px;
	font size:10px;
	color:#000;
	}

#nav_list {
	font-family: Arial, sans-serif;
	font-weight:bold;
	margin: 135px 0px 0px 18px;
	padding: 0;
	width: 140px;
	list-style: none;
	overflow: hidden;
}
.li_nav_body a  {
	display: block;
	width: 140px;
	height: 24px;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#000;
	background: url(Image/button_nav_L.jpg) no-repeat;
	line-height:24px;
}

.li_nav_body a:hover {
	background: url(Image/button_nav_H.jpg) no-repeat;
}
.sub_category {
	
	height: 200px;
	position: absolute; left:202px; top:180px;
	float:left;
}
.sub_category ul {
	float:left;
	font-size: 12px;
	font-family: 'Arial';
	color:#0093dd;
	margin: 10px 30px 0px 10px;
	text-decoration:none;
}
.sub_category li {
	list-style: a;
}
.sub_category table {
	float: left;
	color: #000;
	margin: 0px 10px 0px 10px;
}
.sub_category td {
    color: #f6923d;
    font-size: 12px;
	font-family: 'Tohoma', 'Arial', 'Century Gothic';
}
.sub_category a  {
	font-size: 12px !important; 
	font-family: 'Tohoma' !important; 
	color:#0093dd;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
}
.member_listing {
	position: absolute; left:400px; top:550px;
	}
.footer {
	position: absolute; left:0px; top:500px;
	width:100%;
	margin:18px 0 0 0px;
	font-family: 'Times New Roman';
	color:#e67300;
	margin:18px 0 0 0px
}
.footer a {
	font-size: 14px;
	font-family: 'Times New Roman';
	color:#0093dd;
	}
.footer_copyright {
	position: absolute; left:0px; top:550px;
	width:100%;
}
.footer_copyright td {
	font-size: 10px;
	font-family: 'Arial';
	color: black;
	text-decoration:none;
}
INPUT.buttonSkinA {
 height: 26px;
 width: 76px;
 border: 0;
 BACKGROUND: url(Image/but_go_H.jpg) #f3f3f3 repeat-x 0% Top;
 }