* {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	overflow-x: hidden;
}
a {
	color: #0080B4;
	text-decoration: none;
}
#page {
	width: 100%;
	margin: 0 auto;
}
#top_menu_div {
	background: #6e7482;
	height: 28px;
	overflow: hidden;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 4px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 4px 7px 0px rgba(0, 0, 0, 0.2);
	font-size: 0.8em;
	margin-bottom: 1.25em;
}
#top_menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #fff;
  float: right;
  font-weight: 300;
  font-size: 1em;
}
#top_menu .lang {
  padding: 0 0.5em;
}
#top_menu li {
  float: left;
  margin: 0px 10px;
}
#top_menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}
#main_content_bg,
#main_content_en {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: block;
	width: 100%;
	font-size: 1.4em;
	font-weight: 300;
	color: #6e7482;
	text-align: center;
}
#menu_div {
	padding: 1.25em 0px;
	height: 2.3125em;
    -webkit-box-shadow: 0px 14px 10px -10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 14px 10px -10px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 14px 10px -10px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 101;
}
#menu_div #logo {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#menu_div #logo img {
	width: 11.875em;
	height: 2em;
}
#top_footer_bg,
#top_footer_en {
	background: url(../images/top_footer_background.png) repeat-x top #eeeef0;
	overflow: hidden;
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	color: #6e7482;
	padding: 1.5em 0 2em 0;
}
#top_footer .phone {
	color: #0080b3;
	padding: 0.2em 0 0 0;
	font-size: 1.5em;
}
#bottom_footer {
	background: #6e7482;
	height: 80px;
	color: #fff;
	font-weight: 300;
	font-size: 0.875em;
}
.home {
	height: 60px;
	background: url(../images/home.png) no-repeat top center;
}
.payment {
	font-size: 1rem;
	margin-bottom: 2em;
}
.payment .pay {
	margin: 1em;
	width: 9.0625em;
	height: 7.1875em;
}
