@charset "utf-8";
/* CSS Document */

#header {
	background-image:url(../images/sub/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 214px;
	}
#header .logo {
	position: absolute;
	top: 73px;
	left: 0px;
	}

.home_btn {
	position: absolute;
	right: 315px;
	top: 150px;
	text-align: right;
	
}
#nav {
	position: absolute;
	top: 178px;
	}

#content {
	width: 870px;
	min-height: 250px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 40px;
	padding-bottom: 50px;
	overflow: auto;
	}

#content .left {
	width: 610px;
	float: left;
	}
#content .right {
	width: 220px;
	float:right;
	}

#subnav {
	margin-bottom: 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	}
	
#subnav a {color: #333333; text-decoration: none}
#subnav a:link {color: #333333; text-decoration: none}
#subnav a:visited {color: #333333; text-decoration: none}
#subnav a:hover {color: #fe9500; text-decoration: none}
#subnav a:active {color: #333333; text-decoration: none}
#subnav ul {padding: 0; margin: 0}
#subnav li {
	list-style: none; 
	padding: 8px 0; 
	padding-top: 9px;
	background-image: url(../images/general/dotline-H.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

.divider {
	background-image: url(../images/general/dotline-H.gif);
	background-position: center left;
	background-repeat: repeat-x;
	height: 31px;
	width: 100%;
	}
	
.search {padding: 8px 18px;	color: #79898c; font-size: 10px; text-transform: uppercase;}
table#listing td {padding: 10px 0px; background: url(../images/general/dotline.gif) top repeat-x;}
img.textwrap{padding: 0 10px 10px 0; float: left}
