@charset "utf-8";
/* CSS Document */
/*************constants*********************/
html, body, li, a{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
.clearfix{
	clear:both;
}
#pagewidth{
	width:900px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
/************header**************************/
#header{
	
	position:relative;
	height:260px;
	background-color:#FFF;
	width:100%;
	display:block;
}
#top_header{
	margin-top:5px;
	padding-top:20px;
	width:100%;
	height:150px;
	background:url(../images/MapTop.png) no-repeat right top;
	/*background:#ff0000;*/
}
#logo{
	float:left;
	margin-top:70px;
}
.nav{
	margin-top:50px;
}
.nav li{
	list-style:none;
}
.nav li a{
	float:left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#3A5920;
}
.top > li{
	width:auto;
	float:left;
	height:73px;
	margin-left:10px;
	margin-top:10px;
}
.top{
	position: relative;
	float:left;
	z-index:20;
	margin:0;
	padding:0;
}
.top a {
	padding:0 5px;
}
.leftHover, .rightHover{
	width:13px;
	height:73px;
}
.leftHover{
	float:left;
}
.rightHover{
	float:right;
}
.sub{
	position:absolute;
	font-size:12px;
	display:none;
	background-color:#FFC;
	top:95%;
	z-index:21;
	opacity:.9;
	width:160px;
	margin:0;
	padding:0 0 5px 0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.sub li{
	width:150px;
	height:25px;
}
ul.sub a{
	width:130px;
	height:28px;
	line-height:28px;
	display:block;
	padding-left:25px;
}

.sub a:hover{
	background:#666666;
	color:#fff;
}


#lang ul{
	padding:0px;
	margin:0px;
}
#lang li{
	height:26px;
	list-style:none;
	float:left;
	display:block;
	padding:4px;
}
#lang li a{
	text-decoration:none;
}

.header_caption{
	clear:both;
	width:100%;
	height:133px;
	/*background:url(../images/MenuTop.png) no-repeat;*/
}
#preciousmetals_banner{
	background:url(../images/preciousmetals/precious-metal-banner.png) no-repeat;
}
#aboutus_banner{
	background:url(../images/aboutus/about-us-banner.png) no-repeat;
}
#openaccount_banner{
	background:url(../images/openaccount/open-account-banner.png) no-repeat;
}
#support_banner{
	background:url(../images/support/support-banner.png) no-repeat;
}
.header_caption_title{
	font-size:36px;
	color:#003300;
	padding:28px 0 0 40px;
}
.content_nav{
	display:block;
	float:right;
	position:relative;
	margin:0;
	padding:33px 0 0 0;
}
.content_nav li{
	float:left;
	font-size:12px;
	line-height:30px;
	height:30px;
	background:#DDE3D8;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	margin-right:5px;
	padding:0px 10px 0px 10px;
}
.content_nav li a{
	font-size:12px;
	color:#003300;
}
.content_nav li:hover{
	background:#FCFCFC;
	cursor:pointer;
}
/**************end of header******************/

/**************start of main content**********/
#wrapper{
	width:900px;
	background:url(../images/BackGroundMid.jpg) repeat-y;
	margin:5px 0 0 0;
}
#main{
	position:relative;
	width:646px;
	height:auto;
	float:right;
	padding-bottom:30px;
	margin-top:5px;
	border:2px solid #3A5920;
}
#preciousmetals_main{
	width:641px;
	height:159px;
	background:url(../images/preciousmetals/goldphoto.png) no-repeat;
}
#aboutus_main{
	width:640px;
	height:204px;
	background:url(../images/aboutus/hongkongphoto.png) no-repeat;
}
#openaccount_main{
	width:640px;
	height:216px;
	background:url(../images/openaccount/typingphoto.png) no-repeat;
}
#support_main{
	width:551px;
	height:202px;
	background:url(../images/support/supportphoto.png) no-repeat;
}
.main_content_title{
	margin:15px 0 20px 15px;
	padding:0 0 5px 0;
	width:400px;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #999;
}
.main_content{
	width:auto;
	padding:0 20px 10px 20px;
	font-size:14px;
	line-height:20px;
	
}
.shadow_container{
	width:600px;
	margin:10px 0 0 10px;
	height:auto;
	
	/*-moz-box-shadow: 4px 4px 5px #666666;
	-webkit-box-shadow: 4px px 5px #666666;
	box-shadow: 4px 4px 5px #666666;*/
}
/**************end of main content************/

/**************start of left column***********/
#leftcol{
	width:240px;
	height:890px;
	float:left;
	position:relative;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/MenuBackGroundLeft.png) no-repeat bottom;
}
.live_chat{
	width:222px;
	height:282px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/RecieptionistPhoto.png) no-repeat;
}
#live_chat_button{
	height:36px;
	width:165px;
	background:url(../images/OnlineChatButton.png) no-repeat bottom;
	color:#ffffff;
	font-size:26px;
	line-height:35px;
	text-align:center;
	
	margin:0 auto 0 auto;
	padding-top:260px;
}
.quick_link{
	position:relative;
	background:url(../images/QuickLink.png) no-repeat center;
	width:187px;
	height:153px;
	margin:20px auto 20px auto;
	
	font-size:12px;
}
.quick_link_title{
	margin:0 auto 0 auto;
	height:40px;
	line-height:35px;
	text-align:center;
	font-size:26px;
	color:#FFF;
}
.qlink{
	margin-bottom:5px;
	padding:0 0 10px 25px;
}
.qlink li, .qlink a{
	list-style:url(../images/QuickLink_Arrow.png) no-repeat;
	color:#5D4710;
	margin:0;
	padding:0 0 2px 0;
}
.myBacera{
	width:215px;
	height:125px;
	background:url(../images/ClientLogInBackGround.png) no-repeat;
	margin:0 auto 10px auto;
}
#myBacera_wrapper{
	padding:0 0 0 10px;
}
.myBacera_title{
	padding:5px 0 2px 0;
	color:#5D4710;
	font-size:14px;
	font-weight:bold;
}
.myBacera_input{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5D4710;
}
.input_info{
	font-size:12px;
	background-color:#FFF;
	
	width:160px;
	height:25px;
	margin-right:3px;
	border:0px solid #ffffff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-box-shadow:inset 1px 1px 5px #000000;
	-webkit-box-shadow:inset 1px 1px 5px #000000;
	box-shadow:inset 1px 1px 5px #000000
}
.myBacera_submit{
	float:right;
	position:relative;
	
	right:5px;
	bottom:5px;
	
	width:88px;
	height:20px;
	background:url(../images/ClientLogIn.png) no-repeat;
	text-align:center;
	font-weight:bold;
	color:#FFF;
}

#quick_link_buttons{
	float:left;
	width:209px;
	margin:0 auto 15px 15px;
}
#qlink_download{
	background:url(../images/DownLoadPlatForm.png) no-repeat;
}
#qlink_demo{
	background:url(../images/Demo.png) no-repeat;
}
#qlink_real{
	background:url(../images/Real.png) no-repeat;
}
.qlink_btn_title{
	float:left;
	width:209px;
	height:74px;
	font-size:10px;
	color:#003300;
	
	margin-left:auto;
	margin-right:auto;
}
/*******************end of left column***********************/

/*******************start of funding instructions************/
#credit_card{
	float:left;
	margin-left:50px;
}
#bank_wire{
	float:right;
	margin-right:50px;
}
.wire_instruction{
	display:none;	
}
.wire_instruction table{
	width:560px;
	border:1px solid #E5C76D;
	margin-bottom:5px;
}
table td{
	padding-left:5px;
}
table .table_title{
	font-weight:bold;
	background-color:#E5C76D;
}
table tr.odd{
	background-color:;
}
table tr.even{
	background-color:#DFD0A3;
}
table td.c1{
	width:115px;
}
table td.c2{
	width:350px;
}
/*******************end of funding instructions*************/

/*******************start of open account*******************/
#acc_types_wrapper{
	display:none;
}
#apply_btn{
	background:url(../images/GreenButton2.png) no-repeat;
	width:150px;
	height:45px;
	
	text-align:center;
	padding-top:12px;
	margin-top:10px;
}
#apply_btn a{
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
#fax_instructions li{
	list-style-type:decimal;
}
#acct_forms li{
	list-style-type:none;
}
#acct_forms{
	display:none;
}
#acct_forms_btn, #acct_forms a{
	color:#3A5920;
}
/*******************end of open account*********************/

/*******************start of demo account*******************/
#demoreg_form{
	display:none;
}

/*******************end of demo account**********************/

/*******************start of download platform***************/
#protrader_wrapper{
	display:none;
}
.title{
	font-weight:bold;
	color:#5D4710;
}
.content{
	padding:5px;
	border:1px solid #CCC;
}
#protrader_feature li{
	list-style-type:circle;
}
#protrader_feature ul li{
	list-style-type:decimal;
	font-size:12px;
}
/*******************end of download platform*****************/

/*******************start of glossary************************/
#glossary_wrapper p, #glossary_wrapper a{
	color:#030;
}



/*******************end of glossary**************************/

/*******************start of footer**************************/
#footer{
	height:308px; 
	/*background:url(../images/GoldPhoto.png) no-repeat left top; */
	clear:both;
	display:block;
	color:#666666;
	position:relative;
	
	z-index:100;
	text-align:center;
	font-size:12px;
}
#greenBar{
	margin:50px 0 0 0;
	height:22px;
	width:100%;
	z-index:3;
	/*background:url(../images/GreenBarBottom.png) repeat-x;*/
	background:#003300;
}
#sitemap li, #sitemap a{
	display:inline;
	color:#666666;
	margin:0;
	padding:0;
}
#address{
	width:100%;
	font-size:12px;
}
#footer_disclaimer{
	width:900px;
	position:absolute;
	margin-top:30px;
	bottom:35px;
}
/***************end of Footer*******************/ 
#bg{
	position:absolute;
	background:url(../images/GoldPhoto.png) no-repeat;
}

img{
	border:0px solid #ffffff;
}


.bottom_background{
	width:274px;
	height:308px;
	position:absolute;
	bottom:100px;
	left:0;
	z-index:0;
	background:url(../images/GoldPhoto.png) no-repeat;
}
