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

* {
	margin: 0px;
	padding: 0px;
}
img {
	border:none;
}
body {
	background-image: url(../images/site-layout/body-bg.png);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.6em;
	font-size:74%;
}
body.tradearea {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	
	}
a, a:link, a:active, a:visited, a:focus { color:#3A3F42; text-decoration:none; }
a:hover { color:#878787; }
#top-x {
	height: 25px;
	background-color: #3a3f42;
}
#outter-wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}#header-logo {
	height: 125px;
	width: 308px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/site-layout/logo-header.png);
}
#header {
	height: 55px;
	width: 1020px;
}
#nav-main {
	float: left;
	height: 35px;
	width: 714px;
	padding-top: 20px;
	padding-left: 31px;
}
#header #search {
	float: right;
	height: 35px;
	width: 230px;
	padding-right: 29px;
	padding-top: 20px;
}
.clear {
	clear: both;
}
.search-input {
	float:left;
	width: 230px;
	height:14px;
	border:none;
	padding:6px 4px;
	background-image:url(../images/site-layout/search-bg.gif);
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.search-submit { float:left; margin:6px 0px 0px -20px; }

#content { position:relative; min-height:550px;
  height:auto !important;
  height:500px;
 margin:0px auto; width:960px; }
#home-flash {
	height: 450px;
	width: 950px;
	padding-top: 15px;
	padding-right: 33px;
	padding-left: 37px;
	margin:0px 0px 0px -37px;
	background-image: url(../images/site-layout/content-bg.png);
	background-repeat: no-repeat;
}
#footer-x {
	height: 135px;
	background-color: #3a3f42;
}
#footer {
	height: 135px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/site-layout/footer-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footer-col {
	float: left;
	height: 135px;
	margin-right: 50px;
}
.footer-header {
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-top: 15px;
}
.footer-links {
	height: 98px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#FFF;
}
.footer-links a {
	color:#FFF;
	text-decoration: none;
}
.footer-links a:hover {
	color:#999;
}

#main_image_holder {
	float: left;
	height: auto;
	width: 386px;
}
.byv3 { float:left; width:100%; font-size:11px; padding:10px 0px;  text-align:right;  background:#3A3F42; color:#fff; }
.powered { position:relative; width:960px; margin:0px auto; }
.byv3 a { color:#959da1; }
.byv3 a:hover { color:#fff; }

.news { float:right; width:75%; margin:15px 0px 0px 0px; font-size:1.1em; }
.news a { color:#000; font-weight:bold; }
.news-image { float:left; width:150px; margin:-25px 25px 20px 0px; }