HTML, BODY { background: #000 url(../img/site-background.jpg) repeat-x top left; width: 100%; min-width: 998px; }

BODY {
	font-size: 62.5%;
	font-family: Tahoma, Geneva, Sans-serif;
	margin: 0;
	padding: 0;
}

DIV, IMG, FORM {
	margin: 0;
	padding: 0;
	border: 0;	
}

NAV, ARTICLE, HEADER, SECTION, FOOTER, ASIDE {
	margin: 0;
	padding: 0;
	display: inline;	
}

BUTTON {
	margin: 0;
	padding: 0;
	background: 0 none;
	border: 0;	
	cursor: pointer;
}

A,
A:visited {
	color: #FF8A00;
}

A:hover,
A:active {
	text-decoration: none;
}

A:focus {
	outline: none;
}

H1, H2 {
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
}

P, LI, TD {
	font-size: 1.2em;	
}

DL, DD, DT {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;	
	border: 0;
	background: 0 none;
	display: block;
}

DL {
	margin: 0 0 1em 0;
}

DT,
DD {
	position: relative;
	color: #fff;
	font-size: 1.2em;	
}

DD {
	background: #3d547d;
}

DT SPAN,
DD SPAN {
	display: block;
	float: left;
	padding: 10px 20px;
}

DT A,
DT A:visited {
	font-family: Courier;
	text-align: center;
	width: 10px;
	height: 10px;
	line-height: 11px;
	font-size: 11px;
	position: absolute;
	top: 1em;
	left: 0;
	color: #ff8a00;
	border: 1px solid #ff8a00;
	display: block;
	padding: 2px;
	margin: 0;
	text-decoration: none;
}

#flash-banner {
	margin: 11px 0;	
}

.content {
	background: transparent url(../img/page-background-repeat.png) repeat-y;	
	width: 956px;
	margin: 0;
	padding: 0 20px;
	float: left;
}

.footer {
/* 	background: transparent url(../img/footer-divider.gif) no-repeat top left; */
	padding-top: 10px;
	margin-top: 0;
	width: 100%;
	float: left;
	text-align: center;
}

.footer P {
	color: #aaa;
	font-size: 1.2em;	
}

.message {
	font-size: 1.2em;
	color: #FF8A00;
	font-weight: bold;	
}

.error-message {
	display: block;
	font-size: 120%;
	color: #FF8A00;
	font-weight: bold;			
	float: left;
	width: 100%;
}

.wrapper {
	width: 996px;
	margin: 0 auto;	
}

.wrapper-no-drop {
	width: 966px;	
}

.nav {
	font-family: "Trebuchet MS", Helvetica, Sans-serif;	
}

.content-top {
	width: 996px;
	margin: 0;
	padding: 0;
	float: left;
	height: 12px;
	background: transparent url(../img/page-background-top.png) no-repeat 0 -10px;	
	font-size: 1px;
	line-height: 1px;
}

.content-bottom {
	width: 996px;
	margin: 0;
	padding: 0;
	float: left;
	height: 21px;
	background: transparent url(../img/page-background-bottom.png) no-repeat 0 -6px;	
	font-size: 1px;
	line-height: 1px;
}

.top-nav {
	display: block;
	background: none;
	width: 966px;
	text-align: right;
	margin: 0;
	padding: 5px;	
	list-style: none;
}

.top-nav LI {
	text-align: right;
	display: inline;
	padding: 0;
	margin: 0;
}

.top-nav SPAN {
	border-left: 1px solid #333;
	padding: 10px 20px;
	margin: 0;
}

.top-nav FORM {
	display: inline;
}

.top-nav A,
.top-nav A:visited {
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #333;
	padding: 10px 20px;
	background: transparent url(../img/top-nav-on.gif) no-repeat 0 24px;
}

.top-nav LI.last A,
.top-nav LI.last A:visited {
	border-right: 1px solid #333;
}

.top-nav A:hover,
.top-nav A:active {
	background: #080a0a url(../img/top-nav-on.gif) no-repeat bottom left;
}

.top-nav FORM {
	display: inline;	
}

.top-nav-bar {
	min-width: 966px;
	width: 100%;
	float: left;
	overflow: hidden;
	background: #404040 url(../img/top-nav-background.jpg) repeat-x bottom left;;
	border-bottom: 1px solid #333;
}

A.logo IMG {
	margin: 30px 0 0 0;
	padding: 0;
	width: 188px;
	float: left;
}

.section-nav {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.section-nav LI {
	width: 100%;
	margin: 0 0 .3em 0;
	padding: 0;
	display: block;
	float: left;
}

.primary-nav {
	width: 778px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 80px 0 0 0;
	text-align: right;
	float: right;
}

.primary-nav LI {
	text-align: right;
	display: inline;
	padding: 0 16px 0 0;
	margin: 0 16px 0 0;
	font-size: 1.4em;
	font-weight: bold;
	border-right: 2px solid #192339;
}

.primary-nav LI.last {
	margin: 0;
	padding: 0;	
	border: 0;
}

.primary-nav LI A,
.primary-nav LI A:visited {
	color: #fff;
	text-decoration: none;
}

.primary-nav LI.selected A,
.primary-nav LI.selected A:visited,
.primary-nav LI A:hover,
.primary-nav LI A:active {
	color: #ff8a00;
	text-decoration: none;
}

.content FIELDSET {
	padding: 0;
	margin: 0;
	border: 0;
	width: 292px;
	float: left;
}

.content LEGEND {
	padding: 0 0 0 0;
	margin: 0;
	border: 0;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

* html .content LEGEND {
  	margin-left: -6px;
  	display: inline;	
}

.content FORM {
	float: left;	
	display: block;
	margin: 0;
	width: 292px;
	padding: 0;
}

.content LABEL {
	width: 210px;
	display: block;
	float: left;
	margin: .3em 0;
	padding: 0;
}

.content INPUT.text {
	display: inline
}

.content H1 {
	color: #ff8a00;
	background: transparent url(../img/header-border.gif) no-repeat bottom left;
	padding: 11px 0;
	margin: 0 0 11px 0;
	font-size: 2.6em;
}

.aside H1,
.section H1,
.content H2 {
	color: #ff8a00;
	background: transparent url(../img/header-border.gif) no-repeat bottom left;
	padding: 11px 0;
	margin: .2em 0 11px 0;
	font-size: 2.2em;
}

.content P {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
}

.content STRONG EM {
	font-size: 1.2em;
	font-style: normal;	
}

.article UL {
	margin: 0 0 1em 14px;
	padding: 0;
	list-style-position: outside;
}


.article LI {
	color: #fff;
	line-height: 1.6em;
}

.article P.address {
	padding: 12px 0 0 0;
	font-weight: bold;	
}

#addresses {
	overflow:hidden;
	padding-bottom: 40px;
}
.address-div { 
	float:left;
	width:50%;
}
.address-div h2 { 
	margin-right:20px;
}

.article OL.downloads {
	display:block;
	overflow:hidden;
	list-style: none;
	margin: 0 0 1em -5px;
	padding: 0;
	width: 100%;
}

.article OL.downloads LI {
	float: left;
	width: 104px;
	padding-right: 10px;
}

.aside {
	width: 316px;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 8px 0;
	background: transparent url(../img/box-background-bottom.gif) no-repeat bottom left;	
}

.aside .inner {
	width: 292px;
	padding: 0 12px 0 12px;
	margin: 0;
	float: left;
	background: transparent url(../img/box-background-top.gif) no-repeat top left;
}

.aside IMG {
	float: left;
	padding: 0 10px 10px 0;	
}

.aside UL {
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 18px;
	list-style-position: outside;
}

.aside LI {
	color: #FF8A00;;
	font-size: 1.2em;
	line-height: 2em;
}

.aside LI SPAN {
	color: #fff;	
}

.aside FORM UL {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}

.aside FORM LI {
	display: block;
	float: left;
	width: 210px;
	color: #fff;
}

.aside FORM LI.last {
	display: block;
	float: right;
	width: 74px;
}

.aside FORM LI.last BUTTON {
	display: block;
	float: right;
	width: 80px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.aside FORM LI.last BUTTON IMG {
	padding: 0;
	margin: 0;
}

.aside P.button {
	margin: 0;
	padding: 0;
	width: 292px;
	float: left;
}

.aside P.button A,
.aside P.button A:visited {
	font-size: 1px;
	line-height: 1px;
	display: block;
	float: left;
	text-decoration: none;
	text-indent: -9000px;
}

.aside P.open-an-account {
	width: 144px;
	padding-left: 148px;
	margin-top: 4px;
}

.aside P.open-an-account A {
	width: 144px;
	height: 34px;
	background: transparent url(../img/btn-open-an-account.gif) no-repeat top left;
}

.aside P.more-about-fx-trading {
	width: 161px;
	padding-left: 35px;
	margin-top: 10px;
}

.aside P.more-about-fx-trading A {
	width: 161px;
	height: 27px;
	background: transparent url(../img/btn-more-about-fx-trading.gif) no-repeat top left;
}
.aside P.more-about-fx-trading A.chn {
	height:27px;
  margin-left:-19px;
  width:186px;
	background: transparent url(../img/btn-more-about-fx-trading_chn.gif) no-repeat top left;
}

.aside P.more-about-fx-trading_chn {
	width: 185px;
	padding-left: 116px;
	margin-top: 4px;
}

.aside P.more-about-fx-trading_chn A {
	width: 185px;
	height: 27px;
	background: transparent url(../img/btn-more-about-fx-trading_chn.gif) no-repeat top left;
}

/*
.aside P.watch-tutorial-here {
	width: 156px;
	padding-left: 126px;
}

.aside P.watch-tutorial-here A {
	width: 156px;
	height: 34px;
	background: transparent url(../img/btn-watch-tutorial-here.gif) no-repeat top left;
}
*/

.aside P.find-out-more {
	width: 151px;
	padding-left: 130px;
}

.aside P.find-out-more A {
	width: 146px;
	height: 34px;
	background: transparent url(../img/btn-find-out-more.gif) no-repeat top left;
}

.aside P.find-out-more A.chn {
	width: 146px;
	height: 34px;
	background: transparent url(../img/btn-find-out-more_chn.gif) no-repeat top left;
	margin-left:8px;
}

.aside P.find-out-more_chn {
	width: 90px;
	padding-left: 191px;
}

.aside P.find-out-more_chn A {
	width: 85px;
	height: 34px;
	background: transparent url(../img/btn-find-out-more_chn.gif) no-repeat top left;
}

.btn-apply-now {
	background: transparent url(../img/apply-now.gif) no-repeat top left;
	margin-top:40px;
}
.btn-apply-now-chn{
  	background: transparent url(../img/apply-now_chn.png) no-repeat top left;
	  margin-top:40px;
}
.btn-apply-now, .btn-apply-now a {
	float: left;
	text-indent: -9000px;
	text-decoration: none;
	font-size: 0.05em;
	line-height: 0.05em;
	height:40px;
	margin:0;
	padding:0;
	width:516px;
}

.home .article {
	padding: 0 11px;
	margin: 0 0 10px 0;
	width: 934px;
	float: left;
}

.home .article .left {
	width: 260px;
	float: left;
}

.home .article .right {
	width: 653px;
	float: right;	
}

.home .aside {
	min-height: 220px;	
}

.home .aside-last {
	margin-right: 0;
}

.home .open-account P {
	margin: 0;	
}

.sub .article {
	padding: 0 45px 20px 45px;
	width: 530px;
	float: left;
}

.sub .sidebar {
	width: 316px;
	float: right;	
}

.sub .aside {
	width: 316px;
	float: right;
	min-height: 0;
	margin-bottom: 4px;
}

.sub .aside-button {
	width: 316px;
	float: right;
	min-height: 0;
	margin-bottom: 4px;
	padding-bottom: 0;
	background: none;
}

.sub .aside-button IMG {
	padding: 0;	
}

.sub .aside-last {
	margin-bottom: 0;	
}

.sub .academy SECTION H1 {
	background: none;
	font-size: 1.8em;
}

.sub .form {
	display: block;
	padding: 0;
	width: 319px;
	float: right;
	margin: 0;
	float: left;
}

.sub .form FORM {
	width: 100%;	
}

.sub .form FORM UL {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub .form FORM FIELDSET {
	width: 100%;	
}

.sub .form FORM UL LI {
	width: 100%;
	float: left;
}

.sub .form FORM LABEL {
	width: 198px;
	float: left;
	padding-right: 5px;	
}

.sub .form FORM LABEL STRONG {
	color: #ff8a00;
}

.sub .form FORM LI.last BUTTON {
	display: block;
	float: left;
	width: 77px;
	margin: 0;
	padding: 0;
}

.sub .form FORM LI.last BUTTON.create {
	display: block;
	float: left;
	width: 201px;
	margin: 0 0 0 -10px;
	padding: 0;
	position: relative;
}
.sub .form form li.last BUTTON.create IMG.chn{

  margin:6px 0 0 -10px;
 
}
.sub .form FORM INPUT.text {
	width: 250px;
	float: left;
	margin: .3em 0;
}

.sub .form FORM INPUT.text-short {
	width: 150px;
	float: left;	
	margin: .3em 0;
}

.sub .form FORM SELECT {
	width: 255px;
	margin: .3em 0;
	float: left;
}

.form .article {
	padding: 0 45px 20px 45px;
	width: 460px;
	float: left;
}

.form .sidebar {
	width: 387px;
	float: right;
	padding: 0 0 8px 0;
	background: transparent url(../img/box-wide-background-bottom.gif) no-repeat bottom left;	
}

.form .aside {
	display: block;
	padding: 0 34px;
	width: 319px;
	float: right;
	margin: 0;
	float: left;
	background: transparent url(../img/box-wide-background-top.gif) no-repeat top left;	
}

.form .contact FORM {
	width: 100%;	
}

.form .contact FORM UL {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.form .contact FORM FIELDSET {
	width: 100%;	
}

.form .contact FORM UL LI {
	width: 100%;
	float: left;
}

.form .contact FORM LABEL {
	width: 198px;
	float: left;
	padding-right: 5px;	
}

.form .contact FORM LABEL STRONG {
	color: #ff8a00;
}

.form .contact FORM LI.last BUTTON {
	display: block;
	float: right;
	width: 77px;
	margin: 0;
	padding: 0;
}

.form .contact FORM INPUT.text {
	width: 250px;
	float: left;
	margin: .3em 0;
}

.form .contact FORM INPUT.text-short {
	width: 150px;
	float: left;	
	margin: .3em 0;
}

.form .contact FORM SELECT {
	width: 255px;
	margin: .3em 0;
	float: left;
}
