
body {
	font-size: small;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container header {
	background-color: #f07f17;
	height: 92px;
}
#container #nav {
	font-size: small;
	background-color: #5ac5f3;
	height: 32px;
	
}
#container #nav #lang {
	padding-top: 8px;
	padding-left: 47px;
	float: left;
}
#container #nav #search #searchForm .keywords {
	border: 1px solid #ffb961;
	height: 20px;
	width: 140px;
	background-image: url(images/search.gif);
	background-position: 2px center;
	background-repeat: no-repeat;
	padding-left: 22px;
}
#container #menu {
	float: left;
	width: 210px;
	height: 760px;
	
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 760px;
	clear: both;	
}
#container section{


}
#container #content {
	width:550px;
	padding-left: 70px;
	padding-right:70px;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 1em;
	float: left;
	line-height: 1.5em;
}

#container #footer #copyright {
	float:left;
	padding-left: 5px;
	padding-top: 3px;
}

#container #footer {
	clear: both;
	height: 20px;
	font-size: 0.8em;
	color: #333;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	margin-left: 210px;
}
#container #footer a {
	color: #06C;
	text-decoration: none;
}

#container #footer #reviewDate {
	text-align:right;
	padding-right: 5px;
	padding-top: 3px;
}

#container #menu ul.menu li.listOfLocations a {
	color:#C5003B;
	font-weight: bold;
}
#container #menu ul.menu li.listOfLocations a:hover {
	color:#127D22;
}
#container #menu ul.menu li a:hover {
	color:#C5003B;

}
#container #menu ul.menu li a {
	color:#000000;
	text-decoration: none;
}
#container #menu ul.menu li {
	background-image: url(images/menu_item_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 14px;
}
html[lang="zh-hk"] #container #menu ul.menu li {
	padding-bottom: 8px;	
	padding-top: 12px;	 
}


#container #menu ul.menu li.line {
		background-image: url(images/menu_item_bg_line.gif);
}

#container #menu ul.menu {
	margin: 0px;
	list-style-type: none;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	font-size: 0.9em;
}


#container #content h1 {
	color: #D54100;
	font-size: 1em;
	width: 485px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4ac86;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #content h2 {
	color: #E66900;
	font-size: 1em;
	font-weight: bold;
	background-image: url(images/h2_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	background-position: left 18px;
}

#container #nav #search #searchForm {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: small;
}


#container #nav #lang .split
{
	padding-left:10px;
	padding-right:10px;
}
#container #nav #lang a{
		color: #FFF;
	text-decoration: none;

}
#container #nav #lang a:hover{
	color:#000;
}
#container #nav #search {
	color: #FFF;
	float: right;
	padding-top: 4px;
	padding-right: 35px;
}
#container #nav  #search a:hover{
color:#000;

}
#container #nav  #search a{

		color: #FFF;
	text-decoration: none;
}
#container {
	width: 900px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	
	min-width: 320px;
}
#container header #logo {
	padding-top: 27px;
	padding-left: 68px;
	float: left;
}
#container #content a {
	color: #06C;
	text-decoration: none;
}
.highlight {
	color: #C5003B;
}

#container #wac {
	float: left;
	clear: left;
	width: 210px;
	text-align: center;
	/* [disabled]height: 150px; */
	overflow: hidden;
	padding-top: 235px;
}
#container #wac a img{
	border:none;
}
#accessibility-control {
	height: 0px;
	width: 0px;

	overflow:hidden;

}


/* Fix Android */
body { 
  -webkit-animation: bugfix infinite 1s; 
}
@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}
#menu_label {
  padding-left: 0.25em;
  display: none;
  cursor: pointer;
  user-select: none;  
  color:#222;
}
/*
#menu_icon {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
*/

	

@media screen and (max-width: 918px){
	body {
		overflow-x: hidden;
	}
	
#menu {
		position: absolute;
		left: -210px;
		width: 210px;
		
		ul > li {
		  width: 210px;
		}

	}
	#menu_label {
      position: relative;
      display: block;
      width: 20px;
	  padding-left: .25em;
	  padding-right: .55em;
	  top: 0;
	  font-size: 1.8em;
	 
	}
	
	#menu_label::after {
		padding-left: 0.25em;
		/*display:block;*/
		/*margin-top:-5px;*/
		/*box-shadow: 0 0 0 2px black;*/
		height:20px;
		content: "\2261";
      width: 20px;	
	}	

	/*
	#menu_icon:checked ~ #menu {
	  left: 0;
	  z-index:20;
  

	  height: 700px;
	  margin-top: -3px;
	}
	#menu_icon:checked ~ #container {
		background-size: 210px;
		
	}
	*/
		
	#menu.show_menu
	{
		  left: 0;
		  z-index:20;
	  
		  /* for overlapping content */
		  height: 700px;
		  margin-top: -3px;
		  display:block;
	}		
	
	section {
       background-image:url(./images/BGbedfa8.jpg);
	   background-size: 100% 30px;
	   background-repeat: no-repeat;
    }
	

	
	#container {
		background-size: 0px;
		width:100%;
	}		
	
	#container #footer {
		margin-left: 0px;
	}
}

@media screen and (max-width: 690px){
	#container section {width:100%;}
	#container #content h1 { width:88%; padding-right:0px;}	
	#container #content #maintext { width:90%; padding-right:0px;}
	#container #content { 
		width:95%; 
		padding-right:0px;
		padding-left:25px;
	}
	
	
	#content .rightregion
	{
		width:100%; 
		height:auto; 
		float:none;
	}

	
	#content .rightregion p
	{
		display: inline;
	}
	#content img:not(.fixed-img), #content p img:not(.fixed-img), #content p a img:not(.fixed-img){
	   width: 48%;
	   height: auto;   
	   padding-left:5px;
	   padding-right:0px;
	}	
	
}

@media screen and (max-width: 475px){
	
	#content img:not(.fixed-img), #content p img:not(.fixed-img), #content p a img:not(.fixed-img){
	   width: 88%;
	   height: auto;   
	   padding-left:0px;
	   padding-right:0px;
	}	

	#container header #logo {
		float: none;
		padding-left:20px;

		
	}
	
	#container #content { 
		width:95%; 
		padding-right:0px;
		padding-left:20px;
	}
}

@media screen and (max-width: 440px){
	#container #nav { height:64px;}
	#container #nav #lang {width:80%;}
	#container #nav #search { padding-top:5px;}
}

@media screen and (max-width: 350px){
	#footer #copyright {width:100%}


}