@charset "utf-8";
body{
	background: url(/images/bg.jpg) top left;
	/*background-size: cover;*/
	margin: 0px;
	color:#fff;
	  font-family:times, Arial, sans-serif;
}
img{
	border: 0px;
}
a{
	text-decoration: none;
	color:#fff;
}
a:hover{
	text-decoration: underline;
}
.page-container{
	width: 1001px;
	height: 661px;
	margin: 0px auto;
}
.page-container .left,
.page-container .right{
	float: left;
	position: relative;
}
.page-container.en .left{
	width: 640px;
	height: 100%;
	background: url(/images/home_left_en.png);
	background-size: cover;
}
.page-container.en .right{
	width: 361px;
	height: 100%;
	background: url(/images/home_right_en.jpg);
}
.page-container.tc .left{
	width: 640px;
	height: 100%;
	background: url(/images/home_left_tc.png);
	background-size: cover;
}
.page-container.tc .right{
	width: 361px;
	height: 100%;
	background: url(/images/home_right_tc.jpg);
}
.page-container .lang-container{
	position: absolute;
	top: 25px;
	left: 42px;
}
.page-container .logo-henderson{
	position: absolute;
	bottom: 0px;
	width:100%;
	  text-align: center;
  padding-bottom: 14px;
}
.page-container .footer{
	position: absolute;
	bottom: 0px;
	font-size:11px;
	  padding: 0px 0px 10px 20px;
	  width: 600px;
}

.page-container .footer .copyright{
	  /*letter-spacing: -0.5px;*/
	    line-height: 15px;
}

body.popup{
	overflow: hidden;
	background: url(/images/bg_small.jpg);
	font-size: 12px;
}
body.popup h3{
	font-size:17px;
}
body.popup .content{
	padding: 0px 60px 0px 30px;
	  line-height: 20px;
}
body.popup .content ol{
	padding-left:20px;
}
body.popup .content ol li{
	  margin-bottom: 5px;
}
body.popup .map{
	overflow:hidden;
}
.disclaimer .logo{
	width: 100%;
	padding: 83px 0px 55px 0px;
	text-align: center;
}
.disclaimer .logo img{
	width: 260px;
	height: auto;
}
.open-map{
	position: absolute;
	width: 290px;
	height: 209px;
	top: 198px;
	left: 4px;
	cursor:pointer;
	/*border: 1px solid #000;*/
}
iframe{
	
}