body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #E4E4E4;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#wrapper {
	height: auto;
	width: 944px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #FFFFFF;
	height: 105px;
	width: 944px;
}
#lang {
	list-style-type: none;
	float: left;
	height: 11px;
	width: 50px;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#lang li {
	float: left;
	line-height: 25px;
}
#lang li a {
	display: block;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header a {
	float: left;
	padding: 10px;
}
#navi {
	list-style-type: none;
	height: 25px;
	text-align: center;
	width: 872px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 72px;
	font-weight: bold;
}
#footer {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	display: inline;
}
#footer li {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 2px;
	text-transform: uppercase;
	color: #a6a6a;
	line-height: 13px;
	font-size: 11px;
	display: inline;
	font-weight: bold;
}
#footer li a {
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #8c8c8c;
	text-decoration: none;
	font-weight: bold;
}
#footer li a:hover {
	color: #3d4242;
}
#footer li a.active {
	color: #3d4242;
}
#navi li {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#navi li.active {
	background-image: url(images/tab_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi li a {
	line-height: 25px;
	color: #8c8c8c;
	font-size: 11px;
	display: block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#navi li a:hover {
	color: #3d4242;
}
#navi li.active a {
	color: #3d4242;
	background-image: url(images/tab_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu {
	padding-top: 20px;
}
#content {
	background-color: #FFFFFF;
}
#content h1 {
	color: #0072BC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #444C4D;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.3em;
}
#content .col {
	height: auto;
	width: 450px;
	float: left;
}
#content .first {
	margin: 0px;
}
#left {
	padding-left: 550px;
}
#content h1, h2, p {
	padding-left: 10px;
}
#content table {
	margin: 10px;
	border: thin solid #0072BC;
}
#dropline {
	margin-left: 10px;
}
#content th {
	color: #F7941E;
}
#content h2 {
	color: #444C4D;
}

#plan {
	margin: 10px;
	width:923px; /* background image width */
	height:400px; /* background image height */
	background:#fff url(images/map.png) no-repeat 50% 50%;
	/*border:1px solid #666;*/
	position:relative; /* this is key! */
	/*float:left;*/
}

#plan a {
	display:block;
	width:15px;
	height:15px;
	background:transparent;
	position:absolute;
	text-decoration:none;
}

#plan a#vancouver	{top:126px;left:385px;}
#plan a#hongkong	{top:199px;left:780px;}

#plan a.avail {
  background:transparent url(images/location.png) no-repeat 50% 50%;
}


#plan span {
	display:block;
	}
#plan span.pop {
	display:none;
	position:absolute;
	top:-50px;
	right:20px;
	width:229px;
	border:1px solid #e4a600;
	background:#f4db97;
	padding:6px;
	color:#000;
	z-index:10;
	cursor:default;
	}
#plan a:hover span.pop {
	display:block;
	z-index:9999;
}
#content a {
	color: #F7941E;
	font-weight: bold;
}
#sitemap {
	text-transform: uppercase;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lang img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#breadcrumb {
	float: right;
	position: absolute;
	top: 170px;
	left: 910px;
}

