@charset "UTF-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border: 1px solid #F4AD17;
	padding-left: 50px;
	min-height: 500px;
	margin-bottom: 30px;
}
#banner {
	background-image: url(images/global/bckgrd_banner.jpg);
	height: 190px;
	margin-bottom: 15px;
}
#banner #title {
	height: 26px;
}
#banner_home {
}
#logo {
	background-image: url(images/global/logo.gif);
	height: 54px;
	width: 580px;
	margin-top: 25px;
}
#logo  a {
	display: block;
	height: 54px;
	width: 580px;
}
#navbar {
	margin-top: 15px;
	margin-bottom: 35px;
}
#content {
	width: 810px;
	line-height: 20px;
}
#content_home {
	background-image: url(images/home/bckgd_content.jpg);
	width: 375px;
	padding-top: 125px;
	padding-right: 230px;
	padding-left: 205px;
	line-height: 20px;
	height: 211px;
}
#content_home #home {
	width: 330px;
	margin-bottom: 45px;
}
#footer {
	color: #868686;
	background-image: url(images/global/footer_bckgrd.gif);
	height: 25px;
	width: 850px;
	padding-top: 70px;
	text-align: center;
}
#footer_home {
	color: #868686;
	text-align: right;
}
#content h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: -12px;
	line-height: inherit;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
}
#content a {
	color: #F4AD17;
}
#content #sales td {
	padding-right: 5px;
	padding-bottom: 10px;
}

