@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #1453B2;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
.bar {
	width:100%;
	border-bottom: 1px solid #29467a;
	margin:20px 0px 20px 0px;
}
.clear {
	clear: both;
}
#wrap {
	position: relative;
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}
#container {
	position: relative;
	min-height: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
.right {
 *float: right !important;
}
.footer {
	width: 900px;
	position: relative;
	z-index: 1;
	bottom: 0px;
	padding: 10px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-y;
	text-align: center;
}
.footer_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #039;
}
.footer_1 img {
	vertical-align: middle;
}
.footer_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.table_wrap {
	display: table;
	width: 100%;
}
.table_tr {
	display: table-row;
}
.table_td {
	display: table-cell;
	float: left;
}
/*----------------------- Start nav -----------------------------*/

#primary_nav_wrap {
	height: 38px;
	background-image: url(../images/btn-bg.gif);
	background-repeat: repeat-x;
}
#primary_nav_wrap ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#primary_nav_wrap ul a {
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
	line-height: 30px;
	padding: 0 15px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#primary_nav_wrap ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#primary_nav_wrap ul li.current-menu-item {
	padding: 0 15px;
	background-image: url(../images/btn-bg-r.gif);
	background-repeat: repeat-x;
}
#primary_nav_wrap ul li:hover {
	background-image: url(../images/btn-bg-r.gif);
	background-repeat: repeat-x;
}
#primary_nav_wrap ul ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 90%;
	left: 0;
	background: #dbdbdb;
	z-index: 1;
}
#primary_nav_wrap ul ul li {
	float: none;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #036;
}
#primary_nav_wrap ul ul li:hover {
	background: #929292;
}
/*#primary_nav_wrap ul ul li:before {
	content: "\0BB \020";
}*/


#primary_nav_wrap ul ul a {
	line-height: 120%;
	padding: 10px 0px;
	color: #29467a;
}
/*#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%;
}*/
#primary_nav_wrap ul ul a:hover {
	color: #FFFFFF;
}
#primary_nav_wrap ul li:hover > ul {
	display: block;
}
.left {
	float: left;
}
.btn_home {
	margin: 0px 10px;
}
.btn_home:hover {
	background-image: url(../images/btn-bg-r.gif);
	background-repeat: repeat-x;
}
.btn_other {
	padding: 0px 10px;
}
.btn_other:hover {
	background-image: url(../images/btn-bg-r.gif);
	background-repeat: repeat-x;
}
/*---------------------------  End nav  ----------------------------*/

.main_table {
	position: relative;
	width: 860px;
	border-collapse: separate;
	border-spacing: 11px;
	margin: 0 auto;
	vertical-align: top;
}
.main_table tr {
	vertical-align: top;
}
.new_wrap {
	width: 100%;
	height: 268px;
	vertical-align: top;
	position: relative;
}
.new_main {
	width: 100%;
	height: 250px;
	vertical-align: top;
	position: relative;	
	overflow-x:hidden;
	overflow-y:scroll;
}
.new_heading {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #036;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.new {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	border-top: 1px solid #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.new_date {
	float: left;
	width: 70px;
}
.new_text {
	float: left;
	width: 170px;
	padding-left: 10px;
}
.new_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration:none;
}
.new_detail {
	position:absolute;
	bottom: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	text-align: right;
	background-color: #FFF;
}
.new_detail a {
	text-decoration: none;
}
.subtable_wrap {
	position: relative;
	width: 551px;
	border: 1px solid #c1c1c1;
}
.subtable_head {
	background-image: url(../images/index/heading_bg.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	font-weight: bold;
}
.subtable_text {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #036;
}
.subtable_text img {
	padding: 0 10px 0 0;
}
.subtable2_wrap {
	position: relative;
	width: 100%;
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
}
.subtable2_head {
	background-image: url(../images/index/heading_bg.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	font-weight: bold;
}
.subtable2_text p {
	padding: 0px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
}
.subtable2_text a {
	color: #036;
}
.subtable3_wrap {
	position: relative;
	width: 100%;
	border: 1px solid #c1c1c1;
	margin-bottom: -1px;
}
.subtable3_head {
	background-image: url(../images/index/heading_bg.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	font-weight: bold;
}
.subtable3_text {
	padding: 10px;
}
.select_box {
	width: 215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
/*--------------------------- photo slider ---------------------------*/

#slider {
	position: relative;
	overflow: hidden;
	margin: 0px auto 0 auto;
	border: 1px solid #333;
}
#slider ul {
	position: relative;
	margin: 0;
	padding: 0;
	height: 200px;
}
#slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 551px;
	height: 268px;
	background: #ccc;
	text-align: center;
	line-height: 300px;
}
a.control_prev, a.control_next {
	position: absolute;
	top: 40%;
	z-index: 999;
	display: block;
	padding: 4% 3%;
	width: auto;
	height: auto;
	/*background: #2a2a2a;*/
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	opacity: 0.8;
	cursor: pointer;
}
a.control_prev:hover, a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}
a.control_prev {
	border-radius: 0 2px 2px 0;
}
a.control_next {
	right: 0;
	border-radius: 2px 0 0 2px;
}
.slider_option {
	position: relative;
	margin: 10px auto;
	width: 160px;
	font-size: 18px;
}
/*-------------------------End photo slider ---------------------------*/

/*-------------------------inner page-----------------------------------*/
.inner_contact_wrap {
	width: 860px;
	margin: 0 auto;
}
.inner_left_wrap {
	float: left;
	margin: 10px 15px 10px 15px;
	width: 540px;
}
.inner_right_wrap {
	float: right;
	margin: 10px 15px 10px 0px;
	width: 275px;
}
h1 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #29467a;
	margin: 0px 0px 8px 0px;
	height: 35px;
	border-bottom: 2px solid #29467a;
}
h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #29467a;
	margin: 0px;
	height: 40px;
}
p {
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #29467a;
	margin: 10px 0px 10px 0px;
}
.inner_fact_table {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #29467a;
	border-collapse: collapse;
}
.inner_fact_table_tr {
	display: table-row;
	border-bottom: 10px solid #FFF;
}
.inner_fact_table_td1 {
	display: table-cell;
	width: 35%;
	vertical-align:top;
}
.inner_fact_table_td2 {
	display: table-cell;
	width: 65%;
}
.inner_fact_table_date1{
	float:left;
	width:100px;
}
.inner_fact_table_date2{
	float:left;
	width:250px;
	margin-bottom:5px;
}
.hotels_info_name {
	float:left;
	width:420px;
	padding-bottom: 15px;
	padding-top: 5px;
	border-bottom:1px solid #29467a;
	margin-bottom:10px;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #29467a;
}
.hotels_info_download {
	float:left;
	width:120px;
	padding-bottom: 10px;
	border-bottom:1px solid #29467a;
	margin-bottom:10px;
	text-align:right;
}
.btn_download {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size: 0.85em;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.btn_download:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.btn_download:active {
	position:relative;
	top:1px;
}
.visa_heading {
	margin-left:-15px;
	font-size: 14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	text-decoration:underline;
}
.visa_heading2 {
	margin-left:-15px;
	font-size: 13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #29467a;
	text-decoration:underline;
}
.visa_heading3 {
	font-size: 14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	text-decoration:underline;
}
.visa_heading4 {
	font-size: 14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#F00;
}

.visa_ul {
	margin-left:-25px;
	margin-bottom:10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #29467a;
}
.visa_ul li {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #29467a;
}
.visa_table {
	width:450px;
	border-collapse: collapse;
	border:1px solid #29467a;
	
}
.visa_table th {
	text-align:left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #29467a;
	text-decoration:underline;
	font-weight:bold;
	border:1px solid #29467a;
	padding:5px;
}
.visa_table td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #29467a;
	border:1px solid #29467a;
	padding:5px;
	vertical-align:top;
}