/* START_DEFAULT_STYLES */
html {
	padding:0px;
	margin:0px;
	height: 100%;
	width:100%;
	font-size:62.5%;
}
body {
	background: #eef5f5 url(../img/all_bg.jpg) top repeat-x;
	height: 100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.clear {
	height: 0;
	overflow: hidden;
	clear: both;
	font-size: 1px;
}
h1, h2, h3, h4, h5, h6 {
	padding:5px 0px;
	margin:0px;
}
h1 {
	font: 18px bold Arial, Helvetica, sans-serif;
}
h2 {
	font: 17px bold Arial, Helvetica, sans-serif;
}
h3 {
	font: 16px bold Arial, Helvetica, sans-serif;
}
h4 {
	font: 15px bold Arial, Helvetica, sans-serif;
}
h5 {
	font: 14px normal Arial, Helvetica, sans-serif;
}
h6 {
	font: 13px normal Arial, Helvetica, sans-serif;
}
p {
	padding: 5px 0px;
	margin:0px;
}
a, a:link, a:active, a:visited {
	color: #0059c6;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color:#0059c6;text-decoration: none;
}
img {
	border:0;
}
ul {margin: 0px; padding: 0px;}

ul li {
	list-style: inside disc;
	padding-left: 10px;
}
/* END_DEFAULT_STYLES */

.left {
	float: left;
	width: 496px;
}
.header1 {
	background: url(../img/header1.jpg) no-repeat top left;
	height: 401px;
	width: 496px;
}
.logo {
	display: block;
	height: 80px;
	width: 215px;
	position: absolute;
	left: 45px;
	top: 37px;
}
.contact_us {
	color: #626262 !important;
	text-decoration: none !important;
	display: block;
	position: absolute;
	left: 50px;
	top: 294px;
	font-family: Tahoma;
}
.leave_comment {
	color: #626262 !important;
	text-decoration: none !important;
	display: block;
	position: absolute;
	left: 50px;
	top: 324px;
	font-family: Tahoma;
}
.read_comments {
	display: block;
	position: absolute;
	font-size: 14px;
	height: 35px;
	width: 128px;
	left: 322px;
	top: 70px;
	text-align: center;
	padding-top: 15px;
}
.read_comments a, .read_comments a:visited {
	color: #FFFFFF;
}
.read_comments a:hover {
	color: #FFFFFF;
}
.welcome {
	font-size: 24px;
	color: #000000;
	font-family: Tahoma;
	display: block;
	position: absolute;
	left: 34px;
	top: 362px;
}
.menu {
	display: block;
	position: absolute;
	left: 59px;
	top: 143px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	display: block;

}
.menu li {
	margin: 0px;
	padding: 3px 0px;
	list-style-type: none;
	display: block;
	position: relative;
}
.menu a, .menu a:visited {
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
}
.menu li em {
	font-size: 18px;
	background: url(../img/menu_li_hover.png) no-repeat right 10px;
	color: #FFFFFF;
	display: inline-block;
	text-decoration:underline;padding-right: 15px;
	font-style: normal;
}
.menu a:hover {
	background: url(../img/menu_li_hover.png) no-repeat right 10px;
	padding-right: 15px;
	color: #FFFFFF;
}
.menu ul li ul {
	background-color: #1761bc;
	padding: 0px 0px 0px 7px;
	font-size: 14px;
	border: 1px solid #719ed6;
	position: absolute;
	width: 130px;
	left:78px;top:11px
}
.menu li ul a, .menu li ul a:visited {font-size:14px;}
.menu li ul a:hover {background:none;padding-right: 0px;}

.block_text {
	background: url(../img/book_text_mid.jpg) repeat-y top;
	width: 496px;
	border-bottom: 1px solid #b7b7b7;
}
.block_text_top {
    font-size: 14px;
	color: #000000;
	background: url(../img/book_text_top.jpg) no-repeat top;
	width: 376px;
	padding: 25px 60px 25px 60px;
}
.block_text_top p {
	padding: 7px 0px 7px 0px;
}
.lats_news_box {
	color: #5c5c5c;
	margin: 15px 35px 40px 35px;
}
.lats_news_box h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 8px;
}
.lats_news_box h4 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 8px;
	display:block;
	background: url(../img/border_forum.png) no-repeat bottom left;
}
.lats_news_box h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	display: block;
	float: left;
	width: 360px;
}
.date {
	display: block;
	float: left;
	height: 46px;
	width: 50px;
	background: url(../img/date.jpg) no-repeat;
	margin-right: 5px;
	padding-right: 6px;
}
.date strong {
	font-size: 18px;
	font-weight: normal;
	color: #8c8c8c;
	text-align: center;
	display: block;
	height: 25px;
	padding-top: 4px;
}
.date em {
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	display: block;
	text-align: center;
	padding-top: 3px;
}
.read_more {
	height: 17px;
	background: url(../img/read_icon.png) no-repeat left 3px;
	padding-left: 15px;
	font-family: Tahoma;
	margin-top: 10px;
}
.read_more a {
	color: #626262;
	text-decoration: none;
	display: inline-block;
	height: 17px;
	background: url(../img/gray_border.png) repeat-x left bottom;
}
.right {
	float: left;
	width: 501px;
}
.header2 {
	background: url(../img/header2.jpg) no-repeat top left;
	height: 527px;
	width: 501px;
	position: relative;
}
.fleshka {width: 501px; height: 527px; position: absolute; right: 0; top: 0;}
.header_icon_1 {
	display: block;
	height: 30px;
	width: 28px;
	position: absolute;
	top: 0px;
	left: 362px;
}
.header_icon_2 {
	display: block;
	height: 30px;
	width: 28px;
	position: absolute;
	top: 0px;
	left: 392px;
}
.header_icon_3 {
	display: block;
	height: 30px;
	width: 28px;
	position: absolute;
	top: 0px;
	left: 422px;
}
.header2 h3 {
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	display: block;
	position: absolute;
	left: 14px;
	top: 466px;
	background: url(../img/border_forum.png) no-repeat bottom left;	padding-bottom: 2px;
	width:223px;
}

.right_content {
	position: relative;
	margin-top: -35px;
	width: 501px;
}
.related_news ul {
	font-family: Tahoma;
	margin: 0px;
	padding: 5px 0px;
}
.related_news li {
    list-style: none outside;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	background: url(../img/related_list.png) no-repeat left 11px;
}
#footer {
	padding: 35px 35px 25px 35px;
}

#footer ul, #footer_2 ul {
	display: block;
	border-bottom: 1px solid #abc3c9;
	margin: 0px;
	padding: 10px 0px;
	list-style-type: none;
}
#footer ul li, #footer_2 ul li {
	font-size: 18px;
	display: inline;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
#footer li a, #footer_2 li a {
	color: #000000;
}
.copy {
	background: url(../img/footer_bg.png) left top no-repeat;
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 10px;
	float: left;
}
.f_icons {
	display: block;
	text-align: right;
	float: right;
	font-family: Tahoma;
}
.f_icons em {
	font-style: normal;
	margin-left: 20px;
}
.f_icons a {
	color: #626262;
}
.mobile_icon {
	background: url(../img/mobile_icon.png) no-repeat left 12px;
	display: inline-block;
	padding: 10px 0px 10px 15px;
}
.map_icon {
	background: url(../img/map_icon.png) no-repeat left 14px;
	display: inline-block;
	padding: 10px 0px 10px 23px;
}

#all {background: #ededed url(../img/all_bg_2.jpg) top repeat-x;width:100%}
#content_2 {
	background: url(../img/content_bg.png) repeat-y left;
	width: 100%;
}

.left_2 {
	float: left;
	width: 255px;
}
.header1_2 {
	background: url(../img/logo.jpg) no-repeat top;
	width: 255px;
	height: 145px;
}
.logo2 {
	display: block;
	height: 80px;
	width: 215px;
	position: absolute;
	left: 18px;
	top: 31px;
}
.left_content {
	width: 254px;
}
.menu2 {
	display: block;
	padding: 10px 25px;
	margin-bottom:10px;
	position: relative;
}
.menu2 ul {
	margin: 0px;
	padding: 0px;
	display: block;

}
.menu2 li {
	margin: 0px;
	padding: 3px 0px 6px 0px;
	list-style-type: none;
	display: block;
	position: relative;
	background: url(../img/gray_border.png) repeat-x bottom;
}
.menu2 a, .menu2 a:visited {
	font-size: 18px;
	color: #000000;
	display: inline-block;
}
.menu2 li em {
	font-size: 18px;
	background: url(../img/menu_li_hover_2.png) no-repeat right 10px;
	color: #000000;
	display: inline-block;
	text-decoration:underline;padding-right: 15px;
	font-style: normal;
}
.menu2 a:hover {
	background: url(../img/menu_li_hover_2.png) no-repeat right 10px;
	padding-right: 15px;
	color: #000000;
}
.menu2 ul li ul {
	padding: 0px 0px 12px 7px;
	width: 130px;
	left:78px;
	top:11px;
	position: relative;
	margin-top: -30px;
	margin-left: -5px;
}
.menu2 li ul a {font-size:14px !important;}
.menu2 li ul li {background:none;padding:3px 0px;}
.menu2 li ul a:hover {background:none;padding-right: 0px;}


.lats_news_box_2 {
	color: #5c5c5c;
	margin: 10px 25px 20px 25px;
}
.lats_news_box_2 h4 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 4px;
	display:block;
	background: url(../img/border_forum.png) no-repeat bottom left;
}

.le_border	{border-top: 5px solid #4e4e4e;}

.right_2 {
	float: left;
	width: 709px;
}
.header2_2 {
	background: url(../img/right_header.jpg) no-repeat;
	height: 244px;
	width: 709px;
	position: relative;
}
.author_text {
	display: block;
	width: 345px;
	position: absolute;
	left: 345px;
	top: 58px;
}
.author_text em {
	font-style: normal;
	text-align: right;
	display: block;
	padding-top: 5px;
}
.start_test {
	display: block;
	height: 63px;
	width: 352px;
	position: absolute;
	left: 342px;
	top: 139px;
}
.post_title {
	padding: 0px 15px 5px 25px;
}
.post_title h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	display: block;
	background: url(../img/border_forum.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px 15px 5px 0px;
}
.h_navi {
	display: block;
	position: absolute;
	left: 25px;
	top: 215px;
	width: 655px;
	font-size: 11px;
	color: #4e4e4e;
}
.h_navi a {
	color: #4e4e4e;
	padding: 0px 3px;
}
.post {
	font-size: 14px;
	padding: 5px 15px 25px 25px;}
.post h2 {	font: 17px bold Arial, Helvetica, sans-serif;}
.post h3 {	font: 16px bold Arial, Helvetica, sans-serif;}
.post h4 {font: 15px bold Arial, Helvetica, sans-serif;}
#footer_2 {
	background: #fff url(../img/conten_bottom.png) top repeat-x;
}
.footer_bg {background: url(../img/content_bg.png) left top no-repeat; padding: 35px 35px 25px 35px;}


.media_table h3 {
	font-size: 14px;
	font-weight: bold;
}
.media_table {
	padding: 15px 0px;
}
.media_table_top td {border-top:1px solid #b0b0b0}
.media_table a {
	background: url(../img/table_download.png) no-repeat left top;
	display: inline-block;
	padding:2px 0px 2px 25px;
}
.media_table td {border-bottom:1px solid #b0b0b0;padding:5px;color:#4e4e4e;background:#ffffff;}
.gray_line td {background:#f8f8f8;}

.m-1 li {list-style: outside; list-style: none; display: -moz-inline-box; display: inline-block; text-align: center; padding: 10px 1px; vertical-align: top; font-size: 11px; width: 130px;}
			*+html .m-1 li {padding: 10px 2px; display: inline;}
			* html .m-1 li {padding: 10px 2px; display: inline;}
			.m-1 li a, .m-1 li a:hover {color: #010101; text-decoration: none;}
			.m-1 li img { border: solid 2px #000; margin-bottom: 6px; margin-top: 2px;}
			.form-3 {padding: 10px 0px 0 13px;}
			.form-3 label * {vertical-align: top;}
			.form-3 label {display: block; display: inline-block;}
			.form-3 span {display: -moz-inline-box; display: inline-block;}
			*+html .form-3 label, *+html .form-3 span {display: inline;}
			* html .form-3 label, * html .form-3 span {display: inline;}
			.form-3 span {width: 180px; padding-top: 2px;}
			.form-3 li {padding-bottom: 19px; list-style: outside; list-style: none; padding-left: 0;}

				.text-3 {width: 307px; height: 25px; background: #fff; border: solid 1px #B3B3B3;}
				.form-3 textarea {width: 350px; height: 185px; background: #fff; border: solid 1px #B3B3B3;}
				.submit-3 {width:100px; height: 28px;}



.in_english {position: absolute;right:30px;top: 15px;background: #09aaff url(../img/lang_box_grad.png) repeat-x top;border: 1px solid #0897e3;padding: 0px 3px 2px 3px;	width: 90px;}
	.in_english a, .in_english a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eff9fe;
	display: block;
	height: 13px;
	float: left;
	padding: 2px;
	width: 75px;
}
	.in_english a:hover {color: #eff9fe;}
	.in_english img {float: left;margin: 1px 5px 0px 0px;}
	.in_english .lang_box_select a {
	display: inline;
	height: 13px;
	width: 3px;
	background: url(../img/lang_box_select.png) no-repeat center 8px;
	padding: 0px 3px;
	float: right;
}
	.eng_page_2 {right:15px;}


.video_box {padding: 13px 0px;}

.media_line {padding: 18px;border-bottom:1px solid #b0b0b0;font-size: 12px;color: #4e4e4e;}
	.ml_w_border_b {background:#fff;}
	.ml_d_border_b {background:#f8f8f8;}
	.media_line h4 {font-size: 14px;font-weight: bold;color: #4e4e4e;padding: 0px 0px 10px 0px;}
	.down_media {color:#000000;}
		.down_media a {background: url(../img/table_download.png) no-repeat left top;display: inline-block;padding:2px 0px 2px 25px;}
	.media_line img {float: left;margin: 0px 15px 5px 0px;border: 1px solid #000000;}
	.media_head {font-size: 14px;font-weight: bold;padding: 15px 0px 5px 10px;border-bottom:1px solid #b0b0b0;}


.page-navi {list-style: outside; list-style: none; padding-bottom: 14px; text-align: center;}

	.page-navi * {vertical-align: middle;}

	.page-navi li {display: inline; display: inline-block; padding: 0 5px; color: #A7A7A7; font-size: 14px; font-weight: bold; list-style: outside; list-style: none;}

		.page-navi li a {color: #00439e; margin: 0 9px;}

		.page-navi li span {display: -moz-inline-box; display: inline-block; background: #FFFFFF; border: solid 1px #BBBBBB; padding: 6px 10px; color:#000000;}

		* html .page-navi li, * html .page-navi li span {display: inline;}

		*+html .page-navi li, *+html .page-navi li span {display: inline;}
