﻿@charset "utf-8";
/* CSS Document */
body {
	height:100%;
	margin:0;
	padding:0;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #cc9933;
}

a:active {
	color: #cc9933;
}

h1 {
	font-family: Arial, "Microsoft JhengHei","微軟正黑體", "Microsoft YaHei", "微软雅黑", sans-serif;
	font-size: 28px;
	font-weight: 200;
	color: #cc9933;
}

h2 {
	font-family: Arial, "Microsoft JhengHei","微軟正黑體", "Microsoft YaHei", "微软雅黑", sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #cc9933;
}

h2 a:link {
	text-decoration: none;
	color: #666666;
}

h2 a:visited {
	text-decoration: none;
	color: #666666;
}

h2 a:hover {
	text-decoration: none;
	color: #cc9933;
}

h2 a:active {
	text-decoration: none;
	color: #cc9933;
}

h3 {
	margin: 0;
	font-family: Arial, "Microsoft JhengHei","微軟正黑體", "Microsoft YaHei", "微软雅黑", sans-serif;
	font-size: 18px;
	color: #666666;
}

h4 {
	font-family: Arial, "Microsoft JhengHei","微軟正黑體", "Microsoft YaHei", "微软雅黑", sans-serif;
	font-size: 16px;
	color: #666666;
}

p, ul, ol, td {
	font-family: Arial, "Microsoft JhengHei","微軟正黑體", "Microsoft YaHei", "微软雅黑", sans-serif;
	font-size: 14px;
	color: #666666;
}

p.indent {
	padding-left: 1.8em;
}

.header {
	border-bottom:1px solid #CCC;
	height:75px;
	margin:10px auto;
	width:768px;
}

#logo {
	height:48px;
	margin:10px 10px 10px 10px;
	width:185px;
}

.nav {
	height: 20px;
	margin: 10px auto;
	width: 768px;
}

.nav-right {
	float: right;
	padding: 0px 0px 0px 0px;
}

#img_zh-hk {
	height:14px;
	margin:0px 5px 0px 5px;
	width:14px;
}

#img_zh-cn {
	height:14px;
	margin:0px 5px 0px 5px;
	width:14px;
}

#img_en-us {
	height:14px;
	margin:0px 5px 0px 5px;
	width:31px;
}

.banner {
	margin:10px auto;
	width:800px;
}

.content {
	text-align:left;
	margin:10px auto;
	width:768px;
}

.clear {
	clear:both;
}

a.button1 {
	background-color: #AF914D;
	border: 2px solid #AF914D;
	color: #FFFFFF;
	padding: 4px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 9px 5px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	width: 150px;
}


a.button1:hover {
	background-color: #CC9933;
	border: 2px solid #cc9933;
	color: #FFFFFF;
}

a.button2 {
	background-color: #999999;
	border: 2px solid #999999;
	color: #FFFFFF;
	padding: 4px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 9px 5px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	width: 150px;
}


a.button2:hover {
	background-color: #CCCCCC;
	border: 2px solid #CCCCCC;
	color: #FFFFFF;
}

#online_trading {
	background-color:#FFFFFF;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border:1px solid #CCC;
	margin:0px 0px 10px 10px;
	padding:0px 10px 10px 10px;
	width:200px;
	float: right;
	clear: right;
}

#hr_online_trading {
	border:0;
	height:1px;
	background:white;
	background-image: -webkit-linear-gradient(left, #FFFFFF, #CC9933);
	background-image:    -moz-linear-gradient(left, #FFFFFF, #CC9933);
	background-image:     -ms-linear-gradient(left, #FFFFFF, #CC9933);
	background-image:      -o-linear-gradient(left, #FFFFFF, #CC9933);
}

#mobile_platform {
	background-color:#FFFFFF;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border: 1px solid #CCC;
	margin:0px 0px 10px 10px;
	padding:0px 10px 10px 10px;
	width:200px;
	float: right;
	clear: right;
}

#hr_mobile_platform {
	border:0;
	height:1px;
	background:white;
	background-image: -webkit-linear-gradient(left, #FFFFFF, #CC9933);
	background-image:    -moz-linear-gradient(left, #FFFFFF, #CC9933);
	background-image:     -ms-linear-gradient(left, #FFFFFF, #CC9933);
	background-image:      -o-linear-gradient(left, #FFFFFF, #CC9933);
}

#img_ios {
	border: 0px;
	height: 40px;
	padding: 10px 10px 10px 10px;
	width: auto;
}

#img_android {
	border: 0px;
	height: 60px;
	padding: 0px 0px 0px 0px;
	width: auto;
}

#about_us {
//	padding:0px 0px 0px 10px;
}

#disclaimer {
	float:left;
	text-align:justify;
	width:360px;
	padding:10px;
}

#privacyPolicy {
	/*padding:20px;*/
}

.footer {/*
	bottom: 0;
	left: 0;
	position: absolute;*/
	border-top: 1px solid #CCCCCC;
	margin: 10px auto;
	text-align: right;
	width: 768px;
}