@charset "UTF-8";

html { 
       height: 100%;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	font: 100%  Helvetica, sans-serif;
	background: #999;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	
	position: relative;
	min-height: 100%;
	background: #FFF;
}
p {
	font-size: 12px;
}
hr {
	display: none;
}
.plupe {
	color: #642F86;
}
h3 {
	font-size: 14px;
	color: #000;
}
h4 {
	font-size: 12px;
	color: #35567C;
}
h1 {
	font-size: 18px;
	color: #C29D78;
	margin-left: 15px;
}
h2 {
	font: normal 14px Helvetica, sans-serif;
	color: #C29D78;
}
a {
	color: #FFF;
	text-decoration: none;
	font: 12px Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	padding: 20px 50px 0;
}
.oneColFixCtrHdr #nav_button {
	background: #FFFFFF;
	height: 45px;
}
.oneColFixCtrHdr #container #first_btn   {
	height: 45px;
	width: 140px;
	background-image: url(../img/home_btn.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #first_btn a:hover {
	background: url(../img/home_btn.png) no-repeat bottom;
	background-position: 0px -45px;
	height: 45px;
	width: 140px;
}
.oneColFixCtrHdr #container #middle_btn   {
	background: url(../img/middle_btn.png) top;
	height: 45px;
	width: 140px;
	
}
.oneColFixCtrHdr #container #middle_btn a:hover {
	background: url(../img/middle_btn.png) no-repeat bottom;
	background-position: 0px -45px;
	height: 45px;
	width: 140px;
	
}
.oneColFixCtrHdr #container #last_btn  {
	background: url(../img/contact_btn.png) no-repeat top;
	height: 45px;
	width: 140px;
}
.oneColFixCtrHdr #container #last_btn a:hover {
	background: url(../img/contact_btn.png) no-repeat bottom;
	background-position: 0px -45px;
	height: 45px;
	width: 140px;
	
}
.oneColFixCtrHdr #container ul.navigation {
	list-style: none;
}
.oneColFixCtrHdr #container ul.navigation li  {
	margin: 0 1px 0px 0px;
	float: left;
}
.oneColFixCtrHdr #container ul.navigation a  {
	float: left;
	font-size: 12px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: inline-table;
	position: absolute;
	height: 45px;
	width: 140px;
	
}
#first_btn .selected {
	background-image: url(../img/home_btn.png);
	background-repeat: no-repeat;
	background-position: 0px -45px;
}
#middle_btn .selected {
	background-image: url(../img/middle_btn.png);
	background-repeat: no-repeat;
	background-position: 0px -45px;
}
#last_btn .selected {
	background-image: url(../img/contact_btn.png);
	background-repeat: no-repeat;
	background-position: 0px -45px;
}
	
.oneColFixCtrHdr #mainContent {
	padding: 0px 30px 0px;
	position: relative;
	height: 100%;
	background: #FFF url(../img/hongkong_view.jpg) no-repeat bottom;
	margin-bottom: 0px;
}

#content    {
	height: 600px;
	float: left;
	position: relative;
	width: 720px;
}
#record_content    {
	height: auto;
	float: left;
	position: relative;
	width: 720px;
	background: url(../img/record_content_bg.png) no-repeat;
	margin-top: 20px;
	padding-top: 20px;
}
#record_content ul  {
	font-size: 12px;
	margin-left: -20px;
	list-style: outside;
}
#record_content #property   {
	font-size: 12px;
	color: #333;
	padding: 1px;
	border-collapse: collapse;
	
	
}
#record_content  #property tr  {
	border-bottom-width: thick;
	border-bottom-color: #FFF;
	border-bottom-style: solid	
}
#record_content  #property th  {
	height: 240px;
	width: 230px;
	background: #44608E;
}
#record_content  #property td  {
	height: 240px;
	width: 400px;
	background: #CCC;
	padding-top: 2%;
	padding-left: 8%;
}
#record_content ol  {
	margin-top: 0px;
	margin-bottom: 5px;
}
#record_content ol li  {
	font-size: 9px;
	color: #333;
	margin-top: 1px;
	margin-bottom: 1px;
}
#record_content fieldset {
	border:none;
	padding:0.1em;
	margin:2em 3em;
}
legend {
	color:#44608E;
	font-size: 10px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#record_content .chart {
	border:solid;
	border-color:#C29D78;
	border-width:30px;
}
#record_content table {
	font-size: 10px;
	color: #333;
	padding: 1px;
	border-collapse: separate;
	width: 720px;
}
#record_content table tr {
	border-bottom-width: thick;
	border-bottom-style: solid
}
#record_content table th {
	height: 20px;
	width: 80px;
	background: #44608E;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
}
#record_content table td  {
	height: 20px;
	width: 80px;
	background: #CCC;
}
#record_content table td:hover  {
	height: 20px;
	width: 80px;
	background: #FFF;
}
#record_content #end_of_record ul li    {
	font-size: 12px;
	color: #000;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}


.oneColFixCtrHdr #footer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 38px;
	background: #C96;
	position: relative;
}
.oneColFixCtrHdr #footer p {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	display: block;
	width: 340px;
	float: right;
	height: 28px;
	padding-top: 10px;
	margin: 0px 30px 0px 0px;
	vertical-align: 5%;
	text-align: right;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li{
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	height: 18px;
	margin-top: 10px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 20px;
}
#footer  a {
	color: #FFF;
	text-decoration: underline;
	font-size: 10px;
	width: 80px;
	text-align: center;
	letter-spacing: 1px;
}
#footer  a:hover {
	color: #333;
	text-decoration: underline;
	font-size: 10px;
}
#footer  a:active {
	color: #333;
	text-decoration: underline;
	font-size: 10px;
}



.left {
	float: left;
}
.clean {
	clear: both;
}
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.margin20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
