/*****************************/
/*** Core html setup stuff ***/
/*****************************/
html {
	height: 100%;
	margin: 0
}
form {
	margin: 0;
	padding: 0
}
body {
	margin: 0;
	padding: 0;
	color: #222;
	/* background-color: #214E66; */
	background-color: #17575F;
	font-size: 12px;
	font-family: arial;
}
body.ck_page {
	color: #222;
	background-color: #17575F;
	font-size: 12px;
	font-family: arial	
}
div.ckslogon {
	width: 970px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	padding-top: 3px;
	color: #A4C5D7
}	
div.ckhead {
	width: 970px;
	height: 126px;
	padding: 0;
	margin: 0 auto;
	border-bottom: 1px solid #999
}
div.ckhead div.ckhead_main {
	width: 970px;
	height: 90px;
	padding: 0;
	margin: 0
}
div.ckmenu {
	width: 950px;
	height: 30px;
	padding: 0;
	margin: 0;

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

	-moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
	padding-left: 20px;
	padding-top: 6px;
}
div.ck_center_left {
	width: 1024px;
	height: auto;
	min-height: 440px;
	overflow: hidden;
	padding: 0;
	display: block;
	margin: 0 auto;
	background: url(../images/left_bg.png) repeat-y top left;
}
div.ck_center_left div.ck_center_right {
	width: 1024px;
	height: auto;
	min-height: 440px;
	overflow: hidden;
	padding: 0;
	display: block;
	margin: 0 auto;
	background: url(../images/right_bg.png) repeat-y top right;
}
div.ck_center_right div.ck_center {
	width: 970px;
	height: auto;
	min-height: 470px;
	overflow: hidden;
	padding: 0;
	display: block;
	margin: 0 auto;
	background-color: #F9F9F9
}
div.ck_center div.ckgreeting {
	width: 270px;
	height: 265px;
	padding: 10px;
	padding-top: 5px;
	margin: 10px;
	border: 1px solid #BBB;
	float: left;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
	line-height: 19px;
	color: #222;
	font-size: 13px;
	font-family: 'Segoe UI', arial;
	background: url(../images/greaating_bg.gif) repeat-y top right;
}
div.ck_center div.ckslide {
	width: 630px;
	height: 270px;
	padding: 5px;
	margin: 10px;
	margin-left: 0;
	border: 1px solid #BBB;
	float: right;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
	color: #FF99CC
}
div.ck_center div.ckleft {
	width: 292px;
	height: auto;
	min-height: 240px;
	overflow: hidden;
	padding: 0;
	display: block;
	margin: 0 auto;
	float: left;
	margin: 10px;
	margin-top: 0
}
div.ck_center div.ckleft div {
	width: 270px;
	height: auto;
	overflow: hidden;
	padding: 10px;
	margin: 0;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
	font-size: 13px;
	font-family: 'Segoe UI';
	margin-bottom: 10px
}
div.ck_center div.ckleft div.ckfeed, div.ck_center div.ckleft div.ckspecial {
	border: 1px solid #91765C;
	line-height: 17px;
	color: #271300;
	
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(237,237,213,1) 35%, rgba(201,198,134,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(237,237,213,1)), color-stop(100%,rgba(201,198,134,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(237,237,213,1) 35%,rgba(201,198,134,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(237,237,213,1) 35%,rgba(201,198,134,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(237,237,213,1) 35%,rgba(201,198,134,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(237,237,213,1) 35%,rgba(201,198,134,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#c9c686',GradientType=0 ); /* IE6-9 */

}
div.ck_center div.ckleft div.ckcontact {
	border: 1px solid #CAA756;
	line-height: 17px;
	color: #533B02;
	
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(252,245,227,1) 35%, rgba(229,206,153,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(252,245,227,1)), color-stop(100%,rgba(229,206,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(252,245,227,1) 35%,rgba(229,206,153,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(252,245,227,1) 35%,rgba(229,206,153,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(252,245,227,1) 35%,rgba(229,206,153,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(252,245,227,1) 35%,rgba(229,206,153,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e5ce99',GradientType=0 ); /* IE6-9 */

}
div.ck_center div.ckleft div.ckchoose {
	border: 1px solid #738C44;
	line-height: 17px;
	color: #000;
	background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(251,255,229,1) 35%, rgba(214,229,153,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(251,255,229,1)), color-stop(100%,rgba(214,229,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(251,255,229,1) 35%,rgba(214,229,153,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(251,255,229,1) 35%,rgba(214,229,153,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(251,255,229,1) 35%,rgba(214,229,153,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(251,255,229,1) 35%,rgba(214,229,153,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d6e599',GradientType=0 ); /* IE6-9 */

}
div.ck_center div.ckleft div.cktestimonials, div.ck_center div.ckleft div.ckclassic {
	border: 1px solid #118B84;
	line-height: 17px;
	color: #002725;
	
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(150,224,189,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(150,224,189,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(150,224,189,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(150,224,189,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(150,224,189,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(150,224,189,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#96e0bd',GradientType=0 ); /* IE6-9 */

}
div.ck_center div.ckleft div.cktestimonials a, div.ck_center div.ckleft div.ckclassic a {
	color: #002725;
}

div.ck_center div.ckleft div.ckshorttrips {
	border: 1px solid #61062D;
	line-height: 17px;
	color: #002725;
	
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(254,255,255,1) 0%, rgba(255,209,209,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(255,209,209,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(254,255,255,1) 0%,rgba(255,209,209,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(254,255,255,1) 0%,rgba(255,209,209,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(254,255,255,1) 0%,rgba(255,209,209,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(254,255,255,1) 0%,rgba(255,209,209,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ffd1d1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
div.ck_center div.ckleft div.ckshorttrips a.left_short {
	line-height: 20px;
	color: #2A000D
}
h3 {
	padding: 0;
	margin: 0
}
div.ck_center div.ckleft h3.home_contact {
	font-size: 17px;
	font-family: 'Segoe UI';
	margin-bottom: 10px;
	color: #604918;
	font-weight: normal
}
div.ck_center div.ckleft h3.choose {
	font-size: 17px;
	font-family: 'Segoe UI';
	margin-bottom: 10px;
	color: #CC3300;
	line-height: 20px;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-weight: normal
}
div.ck_center div.ckleft h3.form {
	font-size: 17px;
	font-family: 'Segoe UI';
	margin-bottom: 10px;
	color: #663333;
	line-height: 20px;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-weight: normal
}
div.ck_center div.ckleft h3.testimonials {
	font-size: 17px;
	font-family: 'Segoe UI';
	margin-bottom: 10px;
	color: #005F6D;
	font-weight: normal
}
div.ck_center div.ckleft h3.shorttrips {
	font-size: 17px;
	font-family: 'Segoe UI';
	margin-bottom: 10px;
	color: #AE073A;
	font-weight: normal
}
div.ck_center div.ckleft h3.ckspecialh3 {
	font-size: 17px;
	font-family: 'Segoe UI';
	margin-bottom: 10px;
	color: #836000;
	font-weight: normal
}
div.ck_center div.ckleft div.ckspecial a {
	color: #000;
	text-shadow: 0 1px 0 #FFF;
}
div.ckclear {
	clear: both;
}
div.ck_center div.ckcontent {
	width: 642px;
	height: auto;
	overflow: hidden;
	padding: 0;
	display: block;
	margin: 0 auto;
	float: right;
	margin: 0px;
	margin-right: 10px;
	font-family: 'Segoe UI';
}
div.ck_center div.ckcontent div {
	width: 620px;
	height: auto;
	overflow: hidden;
	display: block;
	padding: 10px;
	margin: 0;
	border: 1px solid #BBB;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	line-height: 19px;
	font-size: 13px;
	color: #111
}

div.ck_center div.ckcontent h3.center_title {
	font-family: 'Segoe UI';
	color: #004777;
	font-size: 20px;
	border-bottom: 1px solid #003366;
	line-height: 33px;
	padding-left: 7px;
	background: -moz-linear-gradient(bottom, #DDDDDD, #f9f9f9);
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#f9f9f9), to(#DDDDDD));
	background: -o-linear-gradient(bottom, #DDDDDD, #f9f9f9);
	font-size: 18px;
}
div.ckfooter {
	height: 80px;
	margin: 0;
	color: #FFFFFF;
	width: 100%;
}
div.ckfooter div.ckfooter_innner {
	height: 60px;
	margin: 0 auto;
	color: #FFFFFF;
	width: 960px;
	text-align: center;
	padding: 10px; 
}
div.footmenu {
	padding: 0;
	margin: 0;
	margin-bottom: 30px; 
}
div.footmenu a {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #5f9dbe;
	color: #61c2f5
	
}























a.fes-tour-more {
	display:block;
	color: #FFFFFF;
	background: url(../images/more-tour.png) no-repeat top right;
	height: 24px;
	float: right;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 6px;
	line-height: 23px;
	padding-right: 9px;
	text-align: right;
	font-size: 11px;
}
a.fes-tour-more:hover {
	background: url(../images/more-tour-hover.png) no-repeat top right;
	text-decoration: none
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}
.tours_title {
	color:#CC3333;
	font-size: 15px;
	font-family: arial, 'Segoe UI';
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
.color_wetblue {
	color: #214e66
}
.color_wetorange {
	color: #b64225
}
.color_wetred {
	color: #CC0000
}
.color_wetgreen {
	color: #52532b
}
.color_wetcyan {
	color: #00b8e0
}
.color_sky {
	color: #0056b7
}
.color_green {
	color: #1b8900
}
ol, ul {
margin-left: 20px;
}
p {
	margin: 10px 0; 
}.
a.color_wetcyan:link {
	color: #00b8e0
}
textarea, input, submit {
	font-family: 'Segoe UI';
	font-size: 13px;
}
input.button {
	background-color: #214e66;
	color: #FFFFFF;
	padding: 2px 7px;
	border: 1px solid #163c50;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;	
	cursor: pointer
}
input.reset {
	background-color: #EEE;
	color: #222;
	padding: 2px 7px;
	border: 1px solid #AAA;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;	
	cursor: pointer
}
input.button:hover {
	background-color: #cc3300;
	color: #FFFFFF;
	border: 1px solid #992701;
	cursor: pointer
}
input.reset:hover {
	background-color: #999;
	color: #FFFFFF;
	border: 1px solid #666;
	cursor: pointer
}
img.photos {
	border: 1px solid #AAA;
	padding: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #FFF
}
img.photosam {
	border: 1px solid #999;
	padding: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	background-color: #FFF;
}
img.photosam_small {
	border: 1px solid #999;
	padding: 1px;
	margin-right: 11px;
	background-color: #FFF;
}
img.photosam:hover {
	border: 1px solid #17575F;
	padding: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	background-color: #FFF;
}
.about_mongolia_title {
	color: #cc0000;
	font-family: 'Segoe UI', "Times New Roman", Times, serif;
	font-size: 16px;
	text-shadow: 1px 1px 1px #fff4c2;
	padding: 0;
	margin: 0;
	line-height: 20px;
	font-weight: normal; 
	 
}
ul.about_chro , ul.faqlist {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.about_chro li {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.about_chro li {
	padding: 0;
	padding-left: 14px;
	list-style: none;
	margin: 0;
	line-height: 25px;
}
ul.faqlist li {
	padding: 0;
	padding-left: 17px;
	list-style: none;
	margin: 0;
	background: url(../images/faqlist1.png) no-repeat left top;
	line-height: 25px;
}
ul.faqlist li a {
	text-decoration: underline
}
span.book_button {
	width: 120px; 
	margin:0; 
	padding: 3px 9px 5px 9px; 
	background-color: #FFCCCC; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
	background: rgb(203,96,179); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(203,96,179,1) 0%, rgba(173,18,131,1) 50%, rgba(222,71,172,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,96,179,1)), color-stop(50%,rgba(173,18,131,1)), color-stop(100%,rgba(222,71,172,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(203,96,179,1) 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(203,96,179,1) 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(203,96,179,1) 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(203,96,179,1) 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 ); /* IE6-9 */

}
span.book_button a, span.cus_button a { 
	color: #FFFFFF;
}
span.book_button a:hover, span.cus_button a:hover { 
	color: #000;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none
}
span.cus_button {
	width: 120px; 
	margin:0; 
	color: #FFFFFF;
	padding: 3px 9px 5px 9px; 
	background-color: #FFCCCC; 
	-moz-border-radius: 4px;
	border-radius: 4px;
background: rgb(180,221,180); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(100%,rgba(0,87,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005700',GradientType=0 ); /* IE6-9 */

}
TABLE.foottable {
	color:#99CCFF;
	font-size: 11px;
	font-family: tahoma;
	line-height: 16px;
	border-top: 1px dotted #4B9099
}
TABLE.foottable strong {
	color: #FFF;
	font-size: 12px;
	font-family: arial;
}
TABLE.foottable a {
	color:#99CCFF
}