html{
  height: 100%;
}
body {
  min-height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(../../images/common/bg.jpg);
	line-height: 1.7em;
	color: #333333;
	font-family: Arial;
	font-weight: lighter;
}
body:lang(zh-hk) {
	font-family: "新細明體", Arial;
	letter-spacing: 0.15em;
}
a:hover {
	color: #6D111A;
	text-decoration: underline;
}
p {
	margin: 0;
}
div.clear {
	clear: both;
}
/*
.container0{
	width: 100%;
	background-color: #999999;
	height: 100%;
}
*/
.container1{
	width: 998px;
	margin: 0 auto;
	background-color: #FFFFFF;
	/* height: 100%;	*/
}
hr.pageTop { 
	display: block; 
	height: 0;
	border-top: 3px solid #6D111A;
	margin: 0;
}
.pageHeader{
	height: 131px;
	background-image: url(../../images/common/nav_line.jpg);
	background-position: 0 124px;
	background-repeat: repeat-x;
	/* background-color: #FFCCFF; */
}
.pageHeader .row0 {
	height: 3px;
	background-color: #6D111A;
}
.pageHeader .column1 {
	width: 400px;
	float: left;
	/* background-color: #00FF00; */
}

.pageHeader .column1 #logo img {
	padding: 16px 0 0 33px;
}
.pageHeader .column2 {
	width: 598px;
	float: left;
	/* background-color: #FFFF00; */
}
.pageHeader .column2 .row1 {
	height: 81px;
	/* background-color: #00FF00; */
	text-align: right;
}
.pageHeader .column2 .row1 #btnLang {
	position: relative;
	top: 15px;
	padding-right: 15px;
}
.pageHeader .column2 .row2 {
	height: 50px;
	padding-right: 30px;
	/* background-color: #FFFF00; */
}
ul#nav {
	list-style-type:none;
	margin:0;
	padding:0;
	float: right;
}
ul#nav li {
	float:left;
	line-height: 50px;
}
ul#nav li:hover,
ul#nav li.selected {
	background-image: url(../../images/common/nav_line_highlight.jpg);
	background-position: 0 43px;
	background-repeat: repeat-x;	
}
ul#nav a {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	position: relative;
	top: -5px;
}
ul#nav span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
ul#nav a:link,
ul#nav a:visited {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;		
	text-decoration: none;
	text-align: center;
}
ul#nav a:hover,
ul#nav a:active,
ul#nav li.selected a {
	color: #6D111A;
}
.banner {
	/* background-color: #33FFCC; */
	height: 100px;
}
.content {
	/*
	border-top: 35px solid #;
	border-left: 45px solid #0033FF;
	border-right: 40px solid #0033FF;
	border-bottom: 35px solid #0033FF;
	*/
	padding-top: 35px;
	padding-left: 45px;
	padding-right: 40px;
	padding-bottom: 35px;	
}
.footer {
	height: 40px;
	background-color: #452A2A;
	color: #FFFFFF;
	font-size: 80%;
}
.footer:lang(zh-hk) {
	font-size: 90%;
}
.footer .column1 {
	float:left;
	padding-top: 12px;
	padding-left: 12px;
}
.footer .column2 {
	float: right;
	padding-top: 6px;
	padding-right: 12px;
}
.footer .column2 img {
	position: relative;
	top: 5px;
}
.title1 {
	color: #6D111A;
	font-size: 130%;
	font-weight: bold;
}
p.title1 {
	margin: 0 0 5px 0;
}
.highlight1 {
	color: #6D111A;
}
div.sep {
	background-image: url(../../images/common/sep.gif);
	background-repeat: repeat-x;
	background-position: 50%;
	height: 4px;
}
div.more a{
	color: #6D111A;
	background-image: url(../../images/common/arrow_r.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 90%;
}
div.comingSoon {
	background-image: url(../../images/common/comingsoon.jpg);
	width: 998px;
	height: 450px;
}
div.comingSoon #btnBack{
	position: relative;
	top: 229px;
	left: 422px;
	width: 55px;
	height: 16px;
	cursor: pointer;
}