/**
 * GENERAL
 */

body {
	font-family: Arial, Tahoma;
	height: 100%;
	margin:0;
	background-color:#f1ebe4;
	background-repeat:no-repeat;
}

.lang_btn{
	cursor:pointer;
	
	
}
.lang_support{
	display:none;
	background:#F1EBE4;
	height:19px;
	width:110px;
	float:right;
	border:1px solid #FFFFFF;
}
.lang_support img{
	border:0;
}
.lang{
	width:130px;
	height:100%;
	position:relative;
	top:50%;
	left:8%;
	
	float:right;
	text-align:right;
	font-size:11px;
	color:#003300;
	
}


div.clear {
	height: 0;
	font-size: 0;
	clear: both;	
}

a {
	text-decoration: none;	
}

:focus {
	outline: 0;
}

.conuntry_select_background
{
	width:100%;
	height:100%;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	background:#7B7B7A;
	z-index:4;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	top:0;
	left:0;
	display:none;
}
.country_select_container
{
	 z-index:10; 
	 position:relative;
	 top:50px;
	 left:100px;
}
div#country_select_box_template
{
  margin:3px; 
  width:250px;
  height:110px;
  display:block; 
  overflow:hidden;
  float:left;
  /*
  filter:alpha(opacity=85);
  -moz-opacity:.85;
  opacity:.85;
  */
  cursor:pointer;
  /*border:1px solid #cccccc;*/
  background:url(../images/countryselect.png) ;
}
div#country_select_box_template.onover
{
	background-position: 0 -115px;
	height: 350px;	
}
div#country_select_box_template ul
{
	margin-top:100px;
	display:none;
	list-style:none;
	padding:0;
	#margin:100px 0 0 5px;
}
div#country_select_box_template ul li
{
	
	font-size:13px;
	color:#ffffff;
	display:block;
	margin-left:4px;
	#margin-left:0px;
	margin-right:6px;
	padding: 4px 0 3px 16px;
	#padding:3px 0px 3px 16px;
	#width:90%;
	
}
div#country_select_box_template ul li:hover
{
	background:#e6b50b;
}
.country_select_box
{
 	display: block;
	width: 250px; height: 100px;
	margin: 0;
	float: left;
	font-size: 15px;
	bottom: 0;
	
}
a.link
{
	color:#ffffff;
	text-decoration:none;
}
.maps_contain{
	width:100%;
	height:60%;
	padding-top:60px;
	/*background:url(../images/map_none.png) no-repeat;*/
}
.maps_picture
{
	width:100%;
	height:100%;
	margin-top:150px;
	margin-left:90px;
	display:none;
	background:url(../images/map_none.png) no-repeat;
}

.site_container
{
	width:100%;
	height:40%;
	display:none;
	text-align:center;
}
.site_selection
{
	text-align:center;
	/*width:100%;*/
	width:227px;
	height:90%;
	padding-top:15px;
	background:#E4D6CB;
	float:left;
	display:none;
}
.site_selection2
{
	/*width:160px;
	height:120px;
	*/
	width:200px;
	height:220px;
	background:url(../images/bg_select.png); 
}
.site_selection2 .subdiv
{
	width:100%;
	height:60px;
}

.site_selection2#country_0
{
	position:absolute;
	left:46%;
	top:55%;
	display:none;
}
.site_selection2#country_1
{
	position:absolute;
	left:35%;
	top:3%;
	display:none;
}

.site_selection2#country_2
{
	position:absolute;
	left:76%;
	top:15%;
	display:none;
}
.site_selection2#country_3
{
	position:absolute;
	left:72%;
	top:22%;
	display:none;
}
.site_selection2#country_4
{
	position:absolute;
	left:76%;
	top:23%;
	display:none;
}
.site_selection2#country_5
{
	position:absolute;
	left:36%;
	top:37%;
	display:none;
}
.site_selection2#country_6
{
	position:absolute;
	left:43%;
	top:8%;
	display:none;
}
.site_selection2#country_7
{
	position:absolute;
	left:32%;
	top:17%;
	display:none;
}
.site_selection2#country_8
{
	position:absolute;
	left:31%;
	top:39%;
	display:none;
}
.site_selection2#country_9
{
	position:absolute;
	left:40%;
	top:70%;
	display:none;
}

.site_selection img
{
	border:0;
}
.site_selection a
{
	color:#000000;
}

.site_left
{
	width:100%;
	height:50%;
	float:left;
	display:none;
	/*background:#333333;*/
	z-index:7;
	position:absolute;
	left:0px;
	top:200px;
	/*
	filter:alpha(opacity=80);
 	-moz-opacity:.80;
    opacity:.80;
	*/
}

.site_left_hake
{
	width:84%;
	height:100%;
	/*float:left;*/
	padding-left:114px;
	text-align:center;
	z-index:3;
	display:none;
}

/***Price Feed***/
.ratebox_container{ 
	 z-index:1; 
	 position:relative;
	 top:40px;
	 left:100px;
	
}
.ratebox { 
  margin:3px; 
  width:250px;
  height:150px; 
  display:block; 
  overflow:hidden;
  float:left;
  /*
  filter:alpha(opacity=85);
  -moz-opacity:.85;
  opacity:.85;
  */
  /*border:1px solid #cccccc;*/
  background:url(../images/pricefeed.png) -1px -3px no-repeat ;
}
.country_cell{
	float:left;/*fix for  buggy browsers*/
	display: table-cell;
	width:100%;
	font-family:Constantia;
	color:#f7920f;
	font-weight:bold;
	font-size:15px;
	padding:10px 0 0 10px;
}
.time_cell{
	float:right;/*fix for  buggy browsers*/
	display: table-cell;
	width:80%;
	font-family:Arno Pro; 
	color:#ffffff;
	font-size:14px;
	text-align:right;
	margin:3px 20px 3px 0;	
}

.ratebox table
{
	font-size:12px;
	height:90px;
	width:100%;
	display:none;
}
.celldiv1 {
	width:45%;	
	hieght:10px;
	font-family:Constantia ;
	color:#ffffff;
	font-size:13px;
	padding-left:9px;	
}
.celldiv2 {
	width:30%;
	hieght:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	color:#ffffff;
}
.celldiv3{
	hieght:10px;
	width:15%;
}
/***Price Feed***/
/**
 * TEMPLATE
 */


div#container {
	width: 1024px;
	margin: auto;
}

div#heading {
	/*padding-bottom: 16px; padding-left: 100px; padding-right: 20px;	*/
	width:100%;
	height:50px;
}

div#left {
	z-index:6;
	float: left;
	width: 682px; 
	height: 600px;
	position: relative;
	
}

div#topRight {
	#z-index:6;
	float: right;
	width: 341px; 
	height: 600px;
	position: relative;
}

/**
 * BACKGROUND IMAGES
 */

body {
	background-position: 50% -140px;
}

body.dull {
	background-position:50% -1500px;
}

body#bg0 {
	background-image: url(../images/bg_au.jpg);	
}
body#bg1 {
	background-image: url(../images/bg_ca.jpg);	
}

body#bg2 {
	background-image: url(../images/bg_cn.jpg);	
}

body#bg3 {
	background-image: url(../images/bg_hk.jpg);	
}

body#bg4 {
	background-image: url(../images/bg_jp.jpg);
}
body#bg5 {
	background-image: url(../images/bg_au.jpg);	
}
body#bg6 {
	background-image: url(../images/bg_uk.jpg);	
}

body#bg7{
	background-image: url(../images/bg_us.jpg);	
}

body#bg8 {
	background-image: url(../images/bg_tw.jpg);	
}
body#bg9 {
	background-image: url(../images/bg_aboutus.jpg);	
}

/**
 * PRIMARY NAVIGATION
 */

ol#primaryNavigation {
	list-style: none;
	margin: 0; margin-top: 40px; margin-left: 165px; padding: 0;
	float: left;
}

ol#primaryNavigation li {
	float: left; margin-left: 15px;
	color: #B5C7DE;
}

ol#primaryNavigation li#lang_en {
	margin-left: 10px;
}

ol#primaryNavigation a {
	font-size: 14px; font-weight: bold; color: #B5C7DE;
	text-decoration: none;
}

ol#primaryNavigation a:hover,
ol#primaryNavigation a.selected {
	color: #FFFFFF;
}

ol#primaryNavigation li a.lang-image{
	text-indent: -5000px;
	display:block;
	margin: -16px 0 0 8px;
}

ol#primaryNavigation li#lang_zhs a{
	background-image: url(../images/lang_zh-s.png);
	background-position: 0 0 ;	
	height: 14px;
	width: 56px;
}

ol#primaryNavigation li#lang_zht a{
	background-image: url(../images/lang_zh-t.png);
	background-position: 0 0 ;	
	height: 14px;
	width: 56px;
}

ol#primaryNavigation li#lang_ja a{
	background-image: url(../images/lang_ja.png);
	background-position: 0 0 ;	
	height: 14px;
	width: 43px;
}


ol#primaryNavigation li#lang_zhs a:hover,
ol#primaryNavigation li#lang_zhs a.selected,
ol#primaryNavigation li#lang_zht a:hover,
ol#primaryNavigation li#lang_zht a.selected,
ol#primaryNavigation li#lang_ja a:hover,
ol#primaryNavigation li#lang_ja a.selected  {
	background-position: 0 14px ;	
}

/**
 * COUNTRY LIST
 */

div#countryList {
	margin-top: 30px;
}

div#countryList ol {
	list-style: none;
	margin: 0 18px 0 18px; padding: 0;
}

div#countryList ol li a {
	display: block;
	height: 18px;
	font-size: 14px; color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
}

div#countryList ol li#none a {
	margin-top: 10px;
}

div#countryList ol li a:hover {
	background-color: #f9c302;
}

div.mapContainer {
	width: 632px; height: 336px;
	display: none;
	position: relative;
}

div.mapContainer div.map {
	width: 518px; height: 274px;
	background-repeat: no-repeat; background-position: 0 bottom;
	float: left;
	position: absolute; bottom: 0;
}

div.mapContainer p.website {
	font-size: 55px; color: #5A5A5A;
	margin: 0; margin-right: 18px;
	text-align: right;
	position: absolute; right: 0;
}
div.mapContainer.show
{
	display:block;
}

div.mapContainer p.website span {
	color: #F6C104;
}

div.mapContainer p.contact {
	font-size: 12px; color: #F6C104;
	text-align: right;
	margin-top: 0; margin-right: 18px;
	float: right;
	position: absolute; top: 65px; right: 0;
	z-index:999;
}

/**
 * MODULES
 */

div.module, div.moduleContent {
	position: absolute;
}

div.module {
	display: block;
	width: 316px; height: 216px;
	margin: 0;
	float: left;
	font-size: 15px;
	bottom: 0;
}

div.module a.moduleLink {
	cursor: pointer;
	color: #FFFFFF;	
}

div.moduleContent {
	height: 165px;
	left: 0; bottom: 35px;
}

div.moduleContent h2, div.moduleContent p {
	margin: 0 28px;	/* 18px = half difference in nonactive/active module width, 10px gap on left of logo */
}

div.moduleContent h2 {
	text-indent: -5000px;
	height: 30px;
	font-size: 25px;
	padding-top: 25px;
}
.moduleContent a
{
	color:#fff;
	display:block;
	position:relative;
	width:260px;
	height:130px;
}
div.moduleContent p {
	font-size: 15px; color: #FFFFFF;
	line-height: 18px;
}
#template_it div.moduleContent p
{
	line-height: 16px;	
}
#template_fr div.moduleContent p 
{
	line-height: 14px;	
}

div#worldMarketsModule {
	left: 0;
}


div#partnersModule {
	background: url(../images/module_partners.png) no-repeat 0 0;
	left: 0;
}

div#partnersModule.active {
	background-position: 0 -216px;
}

div#groupModule {
	background: url(../images/module_group.png) no-repeat 0 0;
	left: 316px;
}

div#groupModule.active {
	background-position: 0 -216px;
}

/**
 * FOOTER
 */

div#footer {
	margin-top: 20px;
	text-align:center;
	
	/*padding-left: 70px; 
	padding-right: 18px;*/
	
}

.member_left{
 float:left;
 color:#FFF;
 font-size:11px;
 padding-top:20px; 
 padding-right:10px;
 margin-left:70px;
 #margin-left:70px;
 _margin-left:25px;
}
.member_img{
 	text-align:left;
}

div#footer table{
	font-size: 11px; 
	color: #fff; 
	text-align:center;
}

div#footer p.title {
	font-weight: bold;
}

div#footer a {
	color: #FFFFFF;
	white-space:nowrap;
}
/***About us**/
.aboutus_content
{
	width:100%;
	height:500px;
	padding-top:100px;
}

.aboutus .title{
	width:1000px;
	border-bottom:1px solid #FFFFFF;
	font-size:16px;
	/*height:25px;*/
	color:#003300;
}
div#aboutus_footer {
	
	margin-top: 20px; 
	/*padding-left: 70px; 
	padding-right: 18px;
	*/
	color: #000; 
}
div#aboutus_footer table {
	font-size: 11px; 
	color: #000; 
	text-align:center;
}

div#aboutus_footer p.title {
	font-weight: bold;
}

div#aboutus_footer a {
	color: #000;
	white-space:nowrap;
}
div#aboutus_footer .member_left
{
	color:#000;
}
/*************/

