html { min-height: 101%; }
body {
	background: #2D2D2D;
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	font-family:  Helvetica, Arial, Verdana, sans-serif ;
	padding: 0;
	margin: 0;

}
/*
dark brown code: #D4A64F
*/
a {
	color: #D4A64F;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #000;
}
h1 {
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	font-family: Gill Sans / Gill Sans MT, Helvetica, sans-serif;
}
h1.page_title {
	color: #2d2d2d;
	text-transform: uppercase;
	font-family: Gill Sans / Gill Sans MT, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	position: absolute;
}
h2 {
	font-size: 16px;
	margin: 0;
	color: #fff;
	font-weight: normal;
	margin: 0;
	font-family: Gill Sans / Gill Sans MT, Helvetica, sans-serif;
}
h2.homepage {
	font-style: italic;
	text-align: center;
}
h2.building {
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
	border-bottom: 1px solid #4A4A4A;
	padding-bottom: 5px;
	margin: 15px 0 10px 0;
	width: 420px;
}
h3 {
	margin: 0 0 10px 20px;
}
p {
	padding: 0 0 5px 0;
	margin: 0;
}
#slogan {
	margin-bottom: 20px;
}
span.boldita {
	font-weight: bold;
	font-style: italic;
}
.clear {
	clear: both;
}
#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #2D2D2D url(../images/top-bkg.jpg) bottom center repeat-x;
}

#container {
	margin: 0 auto;
	width: 940px;
	position: relative;
	padding-bottom: 16px;
}

#wrapper2 {
	margin: 0;
	margin-bottom: 80px;
	width: 100%;
	background: #2D2D2D;
}

#container2 {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	color: #fff;
}

/* language switcher */
#lang_switcher {
	position: relative;
	width: 150px;
	height: 29px;
	float: right;
	background: transparent url(../images/lang_switcher.png) top left no-repeat;
	text-align: center;
	margin-top: -1px;
}
#lang_switcher a {
	font-weight: normal;
	color: #666;
	background: transparent  url(../images/flag_vn.png) top left no-repeat;
	padding: 0 0 0 25px;
}
#lang_switcher a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: transparent  url(../images/flag_vn.png) 0px -19px no-repeat;
}

#lang_switcher a#english_flag {
	font-weight: normal;
	color: #666;
	background: transparent  url(../images/flag_gb.png) top left no-repeat;
	padding: 0 0 0 25px;
}
#lang_switcher a#english_flag:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: transparent  url(../images/flag_gb.png) 0px -19px no-repeat;
}

/* header style */
#header {
	width: 100%;
	height: 69px;
	margin: 0;
	padding: 0;
}
#logo {
	width: 200px;
	height: 120px;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
}
#navigation {
	float: right;
	width: 620px;
	height: 40px;
	margin: 95px 10px 0 0;

}
#navigation_inner {
	width: 630px;
	height: 38px;
	text-align: right;
}

#navigation ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 630px;
}
#navigation ul li {
	float: right;
	margin:0 0 0 20px;
	padding: 0;
	height: 24px;
}

#navigation ul li a {
	color: #D4A64F;
	padding: 5px 0 0 0;
	font-family: Gill Sans / Gill Sans MT, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #fff;
}
#navigation ul li a.active {
	text-decoration: none;
	color: #fff;
}
/* top image */
#top_image {
	width: 940px;
	height: 280px;
	overflow: hidden;
	margin: 30px 0 60px 0;
	padding: 0;
}


/* main content style */
#main-content {
	margin: 15px 0 0 0;
	padding: 20px 0 0 0;
	letter-spacing: 0.04em;
}
#content_inner_left {
	float: left;
	width: 49%;
}
#content_inner_right {
	float: right;
	width: 49%;
}

/* home page style */
#content_inner_left_home {
	float: left;
	width: 47%;
}
#content_inner_right_home {
	float: right;
	width: 52%;
	padding-top: 80px;
}
#home_contact_bt {
	text-align: center;
	margin: 20px 0 15px 0;
}
a#contact_bt {
	display: block;
	width: 160px;
	height: 25px;
	background: transparent url(../images/contact_button.png) top left no-repeat;
	text-indent: -6000em;
	margin-left: 136px;
}
a#contact_bt_vn {
	display: block;
	width: 160px;
	height: 25px;
	background: transparent url(../images/contact_button_vn.png) top left no-repeat;
	text-indent: -6000em;
	margin-left: 136px;
}
a#contact_bt:hover {
	background-position: bottom right;
}

div.fadehover {
	position: relative;
	cursor: pointer;
	width: 231px;
	height: 82px;
	float: left;
	margin: 0 13px 13px 0;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
        z-index: 10;
	}
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}


/* the building page */
ul.thebuilding {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	list-style-type: none;
}
ul.thebuilding li {
	float: left;
	width: 320px;
	padding-left: 13px;
	background: #2D2D2D url(../images/bullet.png) 0 5px no-repeat;
}

.items_inner img {
	cursor:pointer;
}

.items_inner img.floorplan {
	padding: 10px;
	border: 1px solid #2d2d2d;
}
.items_inner img.floorplan:hover {
	border: 1px solid #D4A64F;
}

.items_inner img.map {
	padding: 10px;
	border: 1px solid #2d2d2d;
}
.items_inner img.map:hover {
	border: 1px solid #D4A64F;
}

#floorplan {
	width: 800px;
	height: 502px;
	background-image:url(../images/floorplan_en_full.png);
}
#floorplan_vn {
	width: 800px;
	height: 502px;
	background-image:url(../images/floorplan_vn_full.png);
}
#location  {
	width: 516px;
	height: 305px;
	background-image:url(../images/map_full.jpg);
}

/* facts and facilities page */
ul.facts {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
ul.facts li {
	float: left;
	width: 450px;
	padding-left: 13px;
	background: #2D2D2D url(../images/bullet.png) 0 5px no-repeat;
}


/* slidetabs  page style */
.slidetabs,
.slidetabs_vn {
	width: 190px;
	float: left;
}
.slidetabs ul,
.slidetabs_vn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slidetabs ul li,
.slidetabs_vn ul li {
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #4A4A4A;
	text-align: right;
	text-transform: uppercase;
}
.slidetabs ul li a,
.slidetabs_vn ul li a {
font-weight: normal;
}

/* override the root element to enable scrolling */
#flowpanes {
	float: right;
	position:relative;
	overflow:hidden;
	width: 720px;
	height:310px !important;
	margin:0 !important; 
	padding:0;	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}
#flowpanes_vn {
	float: right;
	position:relative;
	overflow:hidden;
	width: 720px;
	height:370px !important;
	margin:0 !important; 
	padding:0;	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}
#flowpanes_building_vn {
	float: right;
	position:relative;
	overflow:hidden;
	width: 720px;
	height:410px !important;
	margin:0 !important; 
	padding:0;	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}
#flowpanes p,
#flowpanes_vn p,
#flowpanes_building_vn p {
	margin-bottom: 10px;
}

/* a- tag inside single tab */
#flowtabs li a,
#flowtabs_vn li a,{
	display:block;
	width: 190px; 	
	padding:0;
	margin:0;
	font-weight: normal;
	letter-spacing: 0;
}
#flowpanes_building_vn li a {
	display:block;
	width: 190px; 	
	padding:0;
	margin:0;
	font-weight: normal;
	letter-spacing: 0;
}
#flowtabs li a.current {
	color: #fff;
}
#flowtabs li a:hover {
	text-decoration: none;
	color: #fff;
}
/* override single pane */
#flowpanes div,
#flowpanes_vn div {
	float:left;
	display:block;
	width:720px;
}
#flowpanes_building_vn div {
	float:left;
	display:block;
	width:720px;
}
/* our additional wrapper element for the items */
#flowpanes .items,
#flowpanes_vn .items,
#flowpanes_building_vn .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .items_inner,
#flowpanes_vn .items_inner,
#flowpanes_building_vn .items_inner {
	padding: 5px 0;
	line-height: 23px;
}
#flowpanes .items_inner p,
#flowpanes_vn .items_inner p,
#flowpanes_building_vn .items_inner p {
	padding-left: 2px;
}



/* overlay style */
.simple_overlay2 {
	display:none;
	z-index:10000;
	background: #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow:0 0 40px 5px #666;
	-webkit-box-shadow: 0 0 40px #666;
}
.simple_overlay2 .close {
	background-image:url(../images/close.png);
	position:absolute;
	right: -15px;
	top: -15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

img.img_right {
	float: right;
	margin: 0 0 0 30px;
}
img.img_left {
	float: left;
	margin: 0 10px 0 0;
}


/* contact page style */
#myform {
	width: 460px;
	margin-top: 25px;
}
#myform p {
	margin-bottom: 3px;
}

span.brown {
	color: #D4A64F;
}

img.img_right_contact {
	float: right;
	margin: 0;
	padding: 0;
}
h2.contact {
	margin: 20px 0 5px 0;
}
h2#h2_contact_top {
	margin: 50px 0 5px 0;
}
.inputbox {
	height: 30px;
	width: 210px;
	padding-left: 10px;
	xmargin-bottom: 15px;
	background: #666;
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;
}
.left {
	margin-right: 5px;
}
#message {
	width: 438px;
	height: 170px;
	padding: 10px 0 0 10px;
	font-family:  Helvetica, Arial, Verdana, sans-serif ;
	background: #666;
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#select {
	color: #999;
}
#select:focus {
	color: #fff;
}
#btnSubmit {
	float: right;
	color: #D4A64F;
	font-weight: bold;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}
#btnSubmit:hover {
	text-decoration: underline;
}


/* footer style */
#footer {
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #8A8A8A;
}
#footer_inner {
	width: 100%;
	border-top: 1px solid #484848;
	padding: 5px 0 0 0;
	color: #ccc;
}
#footer_inner a {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
}
#footer_inner a:hover {
	color: #fff;
	text-decoration: none;
}
span.floatleft {
	float: left;
}
span.floatright {
	float: right;
}
span.floatright a {
	margin-left: 10px;
}

/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
#slider {
	position:relative;
	background:#000 url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:20px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	padding: 10px;
	text-align: right;
	font-family: Gill Sans / Gill Sans MT, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

ul.navi li a.active {
	color: #fff;
}









