/* CSS Document */

body, h1, h2, h3, h4, img, li, ol, ul, p, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #d8dbe0;
	font-family: Arial;
	font-size: 70%;
	text-align: center;
	padding-bottom: 20px;
}

.ie6 body {
	padding-bottom: 20px;
}

#wrap {
	width: 710px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 710px;
	height: 106px;
	background: url(../images/header_bg.gif) no-repeat;
}

#container {
	width: 668px;
	padding: 0px 21px 6px 21px;
	background: #d8dbe0 url(../images/bg_tile.gif) repeat-y;
	color: #626a79;
	font-size: 1em;
}

#container a {
	color: #626a79;
	text-decoration: none;
	font-weight: bold;
}

#container a:hover {
	text-decoration: underline;
}

#home_img {
	width: 668px;
	height: 119px;
}

#home_title {
	width: 668px;
	height: 86px;
	margin-bottom: 5px;
}

h1 {
	margin-bottom: 17px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #626a79;
}

h2 {
	font-size: 1.25em;
	margin: 10px 0px;
}

h3 {
	font-size: 1.25em;
	margin-bottom: 10px;
}

#home_left {
	float: left;
	width:280px;
}

#home_text {
	background-color: #f2f2f2;
	padding: 20px 20px 20px 20px;
}

.address {
	border-top: 1px dotted #626a79;
	padding-top:10px;
}

#health {
	padding: 20px 10px 10px 10px;
}

.img_left {
	float: left;
}

.img_right {
	float: right;
}

#home_right {
	float: right;
	width:383px;
}

a.view_details_button {
	float: left;
	display: block;
	width: 119px;
	height: 28px;
	background: url(../images/view_details_off.gif) no-repeat;
}

a:hover.view_details_button {
	background: url(../images/view_details_over.gif) no-repeat;
}

.right_text {
	background-color: #f2f2f2;
	padding: 15px 20px 15px 20px;
	margin-bottom: 6px;
}


.ie7 .iemargin {
	margin-top: -6px;
}

.ie6 .iemargin {
	margin-top: -6px;
}

#pdf {
	margin-bottom: 10px;
}

ul {
	list-style:none;
}

li.word {
	list-style-image: url(../images/word_doc_logo.gif);
}

ol#numbers {
	margin-left: 20px;
}

#pdf li {
	margin: 0px 0px 4px 0px;
}

#pdf a {
	margin-left: 0px;
}

#accommodation {
	padding: 20px;
}

#accommodation_new {
	padding: 20px 10px;
}

#map_wrap {
	margin: 0px;
	padding: 0px;
}

#map_left {
	float: left;
	width: 467px;
}

#map_right {
	float: right;
	width: 165px;
	font-size: 0.9em;
	line-height: 12pt;
}

#map_right a {
	font-weight: normal;
}

.almaty {
	margin-bottom: 60px;
}

.pink_text {
	color: #f03ba7;
}

#accommodation a {
	color: #00aeef;
	font-weight: normal;
	text-decoration: underline;
}

.accommodation_wrap {
	width: 668px;
	background: url(../images/accommodation_bg.gif) repeat-y;
	margin-bottom: 10px;
}

.accommodation_left {
	float: left;
	width: 475px;
	padding: 15px 0px 15px 15px;
}

.accommodation_right {
	float: right;
	width: 157px;
}

.box {
	padding: 20px;
	background-color: #f2f2f2;
	margin-bottom: 5px;
}

.box a {
	color: #00aeef !important;
	font-weight: normal !important;
	text-decoration: underline !important;
}

.downloads_left {
	float: left;
	width: 240px;
}

.visa_downloads_left {
	float: left;
	width: 310px;
}

#visa_wrap {
	width: 668px;
	background: url(../images/visa_bg.gif) repeat-y;
	margin-bottom: 10px;
}

#visa_wrap a {
	color: #00aeef;
	font-weight: normal;
	text-decoration: underline;
}

#visa_list ol {
	list-style: disc !important;
}

#visa_list li {
	list-style-type: disc !important;
	margin-left: 30px;
	margin-bottom: 5px;
}

.visa_left {
	float: left;
	width: 159px;
}

.visa_right {
	float: right;
	width: 477px;
	padding: 12px 15px 15px 0px;
}

.blue_text {
	color: #00aeef;
	font-weight: bold;
}

#footer {
	width: 650px;
	height: 33px;
	padding: 9px 30px 0px 30px;
	background: #c4c9d0 url(../images/footer_bg.gif) no-repeat;
	color: #434954;
	font-size: 0.8em;
}

#footer a {
	color: #434954;
	text-decoration: none;
}

#footer a:hover {
	color: #55cad3;
	text-decoration: none;
}

#copyright {
	float: left;
	width: 330px;
	text-align: left;
}

#hgdd {
	float: right;
	width: 270px;
	text-align: right;
}

.clear {
	clear: both;
}

/* FORM PAGES */


.right {
	text-align: right;
}

.form_button {
	float: left;
	width: 219px;
	height: 38px;
	margin-right: 1px;
}

.form_bg {
	background-color: #f2f2f2;
}

.form_box {
	width: 170px;
	margin-bottom: 5px;
}

.red{
	color:red;
	display:block;
	margin-bottom:20px;
}

.pad{
	display:block;
	margin-bottom:20px;
}

.text-size{
	font-size:1.2em;
	font-weight:bold;
}

a.underline_link {
text-decoration:underline !important;
}

.image_pad {
	padding: 8px 0px 8px 8px;
}

.hotel_wrap {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
}

.hotel_left {
	float: left;
	width: 210px;
}

.hotel_right {
	float: right;
	width: 121px;
}
