html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	/*background:url("images/bg_body.png") repeat-x 0 0;*/
	background-color: #eee;
	min-width: 1002px;
	font:12px/16px "calibri", arial, tahoma, sans-serif;
	color:#333;
/* 	overflow-y: scroll; */
}
form {
	padding: 0px;
	margin: 0px;
}
input{
	margin:0;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 0 0 17px;
}
a{
	text-decoration:underline;
	color:#0088CC;
	outline:none;
}
a:hover{
	/* text-decoration:none; */
	color:#111;
}
h1, h2, h3, h4{

}
h1{
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	padding:0 0 12px;
	margin:0;
	color:#333;
}
h2{
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	padding:0 0 10px;
	margin:0;
	color:#444;
	text-transform:uppercase;
}
h3{
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	padding:0 0 5px;
	margin:0 0 0 -10px;
	color:#444;
	font-style:italic;
	font-family:Trebuchet MS, Helvetica CY, Sans-serif;
}
h4{
	font-size:14px;
	padding:0 0 10px;
	margin:0;
	color:#444;
}
h5{
	font-size:12px;
	padding:0 0 10px;
	margin:0;
	color:#444;
}
h2 a.in,
h1 a.in{
    display: inline-block;
    font-family: Arial, Tahoma, San-serif;
    font-size: 12px;
    font-style: normal;
    margin-left: 20px;
    text-transform: none;
    word-spacing: normal;
}
.main{
	background:url("images/bg_main.png") no-repeat 50% 0;
	width:100%;
	float:left;
	*overflow:hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
}
.bg-adaptive{
	background:url("images/bg_header.jpg") no-repeat 50% 0;
	width:100%;
	float:left;
	*overflow:hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
}
.wrapper {
	width: 1002px;
	margin: 0 auto;
}
.d_b {
    border-bottom: 1px dashed #326005;
    display: inline-block;
    line-height: 13px !important;
    text-decoration: none;
}
/* ---------header end--------- */
.header {	
	height: 320px;
	position:relative;
	z-index: 10;
}
.logo{
	display:block;
	margin:0 0 0 25px;
	float:left;
	width:453px;
	font-style:italic;
	font-size:15px;/* former 13px*/
	color:#414141;
	line-height:18px;
}
.logo img{
	margin:0 0 10px;
}
.lang {
    color: #a9b7c7;
    float: left;
    margin:20px 15px;
	line-height:18px;
	font-size:11px;
	font-style:italic;
}
.lang a {
    color: #054597;
    margin: 0 6px;
    text-decoration: underline;
}
.lang a.active:hover,
.lang a.active {
    color: #6f6f6f;
    cursor: default;
	text-decoration: none;
}
.lang a:hover {
    color: #000000;
}
.othen_link{
    float: right;
    margin:22px 15px;
}
.othen_link a{
	/*color:#0081d8;*/
	color: #fff;
	/*border-bottom-color:#0081d8;*/
	border-bottom-color:#fff;
	margin: 0 8px;
}
.othen_link a:hover {
	color:#111;
	border-bottom-color:#111;
}
.phone_block{
	float:right;
    margin:15px;	
	/*color:#676767;*/
	color: #fff;
	font-size:24px;
	line-height:24px;
}
.phone_block span{
	/*color:#9e9e9e;*/
	color: #fff;
	font-size:14px;
}
.search_block {
    background: url("images/bg_search.png") no-repeat 0 0;
    float: right;
    height: 31px;
    margin: 4px 5px;
    width: 244px;
}
.search_block input.text {
    background: none;
    border: medium none;
    color: #656565;
    float: left;
    font-family: Arial,San-serif;
    font-size: 12px;
    font-style: italic;
    padding: 0 5px 0 10px;
	margin:7px 0 0;
    width: 180px;
	outline:none;
}
.search_block input.text:focus{
	color:#444;
}
.search_block input.button {
    background: none;
    border: medium none;
    float: right;
    margin: 5px 6px 0 0;    
}
.main_menu{
	float:left;
	width:974px;
	margin:29px 14px 0;
	height:55px;
	clear:both;
	background: url("images/bg_menu.png") no-repeat 0 0;
}
.home_link{
	float:left;
	padding:10px 10px;
	margin:0 5px 0 10px;
}
.main_menu ul{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
.main_menu > ul  li:first-child{
	background:none;
	border:none;
}
.main_menu > ul > li{
	display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline;
	word-spacing: normal;
	vertical-align: top; 
	position:relative;
	z-index:1110;
	background: url("images/bg_li.png") no-repeat 0 5px;
	padding:0 0 0 1px;
	margin:0 0 0 -3px;
}
.main_menu > ul > li > a{
	color:#fff;
	font-size:18px;
	display:block;
	float:left;
	text-decoration:none;
	padding:10px 20px 14px;
	font-family:Trebuchet MS, Helvetica CY, Sans-serif;
}
.main_menu > ul > li.open > a,
.main_menu > ul > li > a:hover{
	background: url("images/bg_li_a.png") repeat-x 0 0;	
	color:#111;
}
.main_menu > ul > li.active > a{
	color:#111;
	cursor:default;
	background: url("images/bg_li_a.png") repeat-x 0 0;
}
.main_menu > ul > li.active > a:hover{
	text-decoration:none;
}
.main_menu ul li ul{
	position:absolute;
	top:40px;
	left:0;
	width:205px;
	padding:10px 10px 5px;
	background:url("images/bg_li_ul.png") no-repeat 0 0;
	text-align:left;
	z-index:1111;
	border-radius:0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;
	-khtml-border-radius:0 0 7px 7px;
	display:none;
}
.main_menu ul li ul li{
	padding:6px 10px;
	border-top:1px solid #339ae0;
}
.main_menu ul li ul li a{
	display:block;
	color:#fefefe;
	text-decoration:none;
}
.main_menu ul li ul li a:hover{
	text-decoration:underline;
}
.main_menu ul li ul li.active a:hover,
.main_menu ul li ul li.active a{
	color:#111;
	cursor:default;
	text-decoration:none;
}
/* ---------header end--------- */
.content {
	width:100%;
	clear:both;
	float:left;
	padding:5px 0 181px;
	/*background: #939393;*/
	position: relative;
	z-index:9;
}
.leftpart {
	float: left;
	width: 250px;
	padding:0 0 0 12px;
}
.leftpart h2 {
	color: #0081D8;
	font-weight: bold;
}
.rightpart {
	float: right;
	width: 690px;
}
.left_block{
	float: left;
	width: 500px;
}
.right_block{
	float: right;
	width: 200px;
}
/* ---------leftpart--------- */
.order_block table {
	margin:0 0 12px;
}

.order_block table tr td{
	padding:0 0 10px;
}
.order_block table tr td input[type="submit"]{
	width:104px;
	height:34px;
	font-size:11px;
	background:url("images/button_order.png") no-repeat 0 0;
	color:#111;
	border:none;
	cursor: pointer;
	font-family:Arial, Sans-serif;
}
.order_block table tr td input[type="submit"]:hover{
	color:#444;
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
}
.order_block table tr td input[type="submit"]:active{
	margin:1px 1px 0 0;
	color:#444;
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
}
.order_block table tr td input[type="text"]{
	border:1px solid #c9c9c9;
	background:#fcfcfc;
	padding:5px;
	font-size:11px;
	width:230px;
	box-shadow:inset 1px 1px 2px #dcdcdc;
	-moz-box-shadow:inset 1px 1px 2px #dcdcdc;
    -webkit-box-shadow:inset 1px 1px 2px #dcdcdc;
	font-style:italic;
	color:#838383;
	font-family:Arial, Sans-serif;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.order_block table tr td textarea{
	border:1px solid #c9c9c9;
	background:#fcfcfc;
	padding:5px;
	font-size:11px;
	font-style:italic;
	color:#838383;
	width:230px;
	min-width:230px;
	max-width:230px;
	min-height:70px;
	height:70px;
	box-shadow:inset 1px 1px 2px #dcdcdc;
	-moz-box-shadow:inset 1px 1px 2px #dcdcdc;
    -webkit-box-shadow:inset 1px 1px 2px #dcdcdc;
	font-family:Arial, Sans-serif;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.order_block table tr td select{
	border:1px solid #c9c9c9;
	background:#fcfcfc;
	padding:5px;
	margin:0;
	font-size:11px;
	color:#444;
	width:240px;
	box-shadow:inset 1px 1px 2px #dcdcdc;
	-moz-box-shadow:inset 1px 1px 2px #dcdcdc;
    -webkit-box-shadow:inset 1px 1px 2px #dcdcdc;
	font-style:italic;
	color:#838383;
	font-family:Arial, Sans-serif;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.kurs_box{
	margin:0 0 25px;
	padding:10px 6px 5px;
	width:200px;
	background:#f9f8f8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	color:#656565;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
}
.kurs_box span{
	font-size:11px;
	display:block;
	line-height:20px;
	margin:0 0 4px;
}
.kurs_box table{
	text-align:center;
	border-top:1px solid #cfdcc2;
	margin:0 0 0 -5px;
	width:211px;
	color:#444;
}
.kurs_box table tr td:first-child{
	border-left:none;
}
.kurs_box table td{
	text-align:center;
	border-left:1px solid #cfdcc2;
	border-bottom:1px solid #cfdcc2;
}
.desc_kurs{
	padding:5px 10px 0;
	line-height:20px;
	font-size:11px;
}
.news_block{
    float: left;
    margin-bottom: 25px;
	width:100%;
}
.news_block.small_left{
    width: 240px;
	padding:0;
}
.news_box {
    margin-bottom: 25px;
}
.news_box span {
    clear: both;
    color: #555;
    display: block;
    font-size: 11px;
    font-style: italic;
}
.news_box div {
    color: #6A6A6A;
    line-height: 20px;
    margin-bottom: 3px;
    margin-top: 2px;
}
.news_box a {
    font-size: 12px;
}
.map_o{
	clear:both;
	margin:0 0 20px -5px;
}
.map_o img{
	border:2px solid #ccc;
}
/* ---------leftpart end--------- */
/* ---------rightpart--------- */
.breadcrumbs {
    color: #343333;
    font-size: 11px;
    margin: 0 11px 20px;
    padding: 0 15px 12px;
	border-bottom:1px solid #c2d7e5;
	width:950px;
	clear:both;
}
.breadcrumbs span {
    color: #8fb0cd;
    font-style: normal;
    margin: 0 5px;
}
.breadcrumbs a {
    margin: 0 5px;
    text-decoration: underline;
}
.breadcrumbs a:hover {
    /* text-decoration: none; */
}
/* ---------catalog--------- */
.cat_block{
	width:100%;
	clear:both;
}
.cat_box{
	display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline;
	word-spacing: normal;
	vertical-align: top;
	width:192px;
	margin:0 15px 30px;
}
.cat_box h5{
	text-align:center;
}
.cat_box img{
	border:1px solid #ccc;
}
/* ---------catalog end--------- */
/* ---------rightpart end--------- */

/* ---------footer--------- */
.footer{
	width:100%;
	clear:both;
	float:left;
	height:181px;	
	margin-top:-181px;
	background:#eee url("images/bg_footer.jpg") no-repeat 50% 0;
	position: relative;
	z-index:11;
}
.footer_box {
	padding: 25px 15px 0;
    width: 972px;
	margin:0 auto;
}
.address{
    color: #313131;
    float: left;
	font-size:12px;	
	line-height:28px;
	margin:0 0 30px;
}
.copyright {
    color: #000;
    float: left;
	font-size:12px;
	line-height:26px;
}
.links {
    color: #000;
	font-size:12px;
}
.links a {
    color: #0068b0;
}
.feed_block{
	float:right;
	font-size:11px;
	color:#111;
	width:244px;
	margin:7px 0 0 0;
}
.feed_block .search_block{
	margin:7px 0 0 -5px;
	float:none;
}
/* ---------footer end--------- */
.banners {
	float: left;
	font: 0px/0px Arial;
	padding: 1px;
	border: 1px solid #a4a4a4;
	margin: 10px 0 0 10px;
}
.banners a:link, .banners a:visited, .banners a:hover, .banners a:active, .banners img {
	font: 0px/0px Arial;
}
.clear {
	clear: both;
	*height:1px;
}
.ok {
	color: green;
}
.error {
	color: red;
}
/* ---------default style--------- */
#main-text,
#page-text{
	clear:both;
	line-height:18px;	
	padding:0 30px 25px 0;
}
#page-title {
	color: #0081D8;
	font-weight: bold;
}
.text_block {
	clear:both;
}
#main-text ul,
#main-text ol,
.text_block ul,
.text_block ol,
#page-text ul,
#page-text ol{
	margin:-7px 0 0;
	padding:0 0 15px 40px;
}
#main-text ol li,
#main-text ul li,
#main-text ul ol,
.text_block ol li,
.text_block ul li,
.text_block ul ol,
#page-text ol li,
#page-text ul li,
#page-text ul ol{
	padding:4px 0;
}
.input-row span{
	*vertical-align:top;
}
textarea.text-input ,
input.text-input {
	border:1px solid #c9c9c9;
	box-shadow:inset 1px 1px 3px #dcdcdc;
	-moz-box-shadow:inset 1px 1px 3px #dcdcdc;
    -webkit-box-shadow:inset 1px 1px 3px #dcdcdc;
	padding:6px;
	font-style:italic;
	font-family:Arial, San-serif;
	font-size:12px;
	margin:0 0 0 3px;
	color: #555;
}
textarea.text-input {
	width:300px;
	min-width:300px;
	max-width:300px;
	overflow:auto;
}
.contacts_form textarea{
	font: 13px Arial;
	color: #777;
	padding:2px 5px;
	width:239px;
	min-width:239px;
	max-width:239px;	
}
#ask-form .row input{
    color: #777777;
    height: 20px;
    margin-bottom: 10px;
    padding: 2px 5px;
    vertical-align: top;
    width: 230px;
}
.navi {
    clear: both;
    padding: 0 0 30px;
	line-height:16px;
}
.navi a {
    display: inline-block;
    font-size: 12px;
    margin: 0 2px;
    text-decoration: underline;
}
.navi a.afirst{
	margin:0 20px 0 0;
	padding-left:12px;
	background:url("images/arrow_l2.gif") no-repeat 0% 6px;	
}
.navi a.alast{
	margin:0 0 0 20px;
	padding-right:12px;
	background:url("images/arrow_l.gif") no-repeat 100% 6px;
}
.navi a:hover {
    color: #111;
}
.navi a.active {
    color: #111;
	cursor:default;
	text-decoration: none;
	font-weight:bold;
}
.soc_block{
	float:right;
}
.soc_block .yashare-auto-init {
	float:right;
	margin:-5px 0 0;	
}
.soc_block .yashare-auto-init a{
	padding:5px !important;
	background:#fff;
	margin:0 2px;
	display:inline-block;
	width:16px;
	text-align:center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}
.soc_block .yashare-auto-init a:hover{
	background:#cbd8df;
}
/* ---------default style end--------- */

@media (max-width: 1920px) {
	.bg-adaptive {
		background: url("images/bg_header_1920px.jpg") no-repeat scroll 50% 0 transparent;
	}		
}
@media (max-width: 1680px) {
	.bg-adaptive {
		background: url("images/bg_header_1680px.jpg") no-repeat scroll 50% 0 transparent;
	}		
}
@media (max-width: 1600px) {
	.bg-adaptive {
		background: url("images/bg_header_1680px.jpg") no-repeat scroll 50% 0 transparent;
	}	
}
@media (max-width: 1280px) {
	.bg-adaptive {
		background: url("images/bg_header_1280px.jpg") no-repeat scroll 50% 0 transparent;
	}	
}
@media (max-width: 1024px) {
	.bg-adaptive {
		background: url("images/bg_header_1024px.jpg") no-repeat scroll 50% 0 transparent;
	}	
}
@media (max-width: 1002px) {
	.bg-adaptive {
		background: url("images/bg_header.jpg") no-repeat scroll 50% 0 transparent;
	}	
}