@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;

	background: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#feedback {
position: fixed;
top: 30px;
left: 0px;
}

#dugina {
position: fixed;
top: 200px;
left: 0px;
}

#zamershik {
position: fixed;
width: 46px;
height: 186px;
top: 380px;
left: 0px;
background: url(zamershik2.png);
}

#zamershik:hover {
position: fixed;
width: 147px;
height: 186px;
top: 400px;
left: 0px;
background: url(zamershik.png);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #023f87;
	font-size: 17px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #787878;
	font-size: 15px;
}

img {
	border: none;
	outline: none;
}

a {
	border: none;
	outline: none;
	color: #023f87;
	text-decoration: none;
} 

table {
	border-spacing:0;
	border-collapse:collapse;
}

td {
	padding:0px;
}

/* Structure */
#wrapper {
	width: 100%; 
	margin: 0;
	padding: 0;
}

#left_side {
	width: 40px; 
	background:url(../assets/ls.png);
}

#middle {
	background: #fff;
}

#right_side {
	width: 40px; 
	background:url(../assets/rs.png);
}

/* Header */

#logo {
	position: absolute; 
	top: 0px; 
	left: 40px; 
	z-index:99;
}

#menu {
	height: 26px; 
	background: #fff; 
	padding: 10px 0 0 240px; 
	float: left;
}

/* Search block */

#search_caption {
	padding: 5px; 
	background: #ddd; 
	margin: 5px 0 5px 0; 
}

#search_block {
	width: 240px; 
	padding: 8px 7px 0 0px; 
	height: 26px; 
	float: right;
	margin: 5px 0 20px 0;
}

#search_block2 {
	width: 300px; 
	padding: 8px 7px 0 0px; 
	height: 26px; 
	float: left;
	margin: 5px 0 20px 0;
}

#word {
	width: 194px; 
	height: 16px; 
	border: 1px solid #878787; 
	border-right: none; 
	margin-left: 6px; 
	float: left; 
	color: #878787; 
	font-size: 10px; 
	padding: 3px 5px 0 5px;
}

#word2 {
	width: 270px; 
	height: 16px; 
	border: 1px solid #878787; 
	border-right: none; 
	margin-left: 6px; 
	float: left; 
	color: #878787; 
	font-size: 10px; 
	padding: 3px 5px 0 5px;
}
#search_button {
	width: 21px; 
	height: 21px; 
	float: left; 
	border: none;
}

#search_content {
	overflow: hidden;
}

a.mlink {
	color: #023f87;
	font-weight: bold;
	text-decoration: none;
}

a.mlink:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.url {
	margin-top: 3px;
}

.url a {
	color: #023f87;
	font-weight: normal;
	text-decoration: none;
}

.url a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.search_selection_text {
	font-size: 12px;
	color: #9a9a9a;
}

/* Language block */

#language_block {
	width: 75px;
	padding: 8px 15px 0 0; 
	height: 26px; 
	float: right; 
	font-size: 10px;
}

#language_block #active {
	padding: 3px 5px 3px 5px; 
	background: #ddd; 
	float: left;
}

#language_block #spt {
	padding: 3px 5px 3px 5px; 
	float: left;
}

#language_block a {
	padding: 3px 5px 3px 5px; 
	color: #000;
	float: left;
	text-decoration: none;
}

#language_block a:hover {
	padding: 3px 5px 3px 5px; 
	color: #000;
	float: left;
	text-decoration: none;
	background: #ddd; 
}

.orange_split {
	width: 100%; 
	height: 3px; 
	font-size: 0px; 
	background:#f57c15; 
	margin: 0 auto; 
	clear: both;
}


/* Content */
#content {
	width: 100%; 
	background: #fff; 
	margin: 0 auto; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	text-indent: 15px;
}

#left_sidebar {
	width: 100%; 
	margin-right: -280px; 
	float: left;
}

#left_sidebar_content {
	
	clear: both; 
	margin: 0 270px 20px 20px; 
}

#right_sidebar {
	float: right; 
	width: 250px; 
	padding-left: 20px; 
	background: #fff;
}


/* Main Header */

#main_header {
	width: 100%; 
	background:url(../assets/main_window_bg.gif);
}

/* Breadcrumb */

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-left: 10px;
	padding: 20px 0 20px 10px;
}

#breadcrumb a {
	color: #626262;
}

#breadcrumb a:hover {
	color: #000;
}

.caption {
	padding: 5px; 
	background: #ddd; 
	margin: 5px 0 20px 0; 
	clear: both;
}

#footer {
	width: 100%; 
	overflow: hidden; 
	background: #ddd; 
	clear: both;
}

#footer table {
	width: 100%; 
	background: #ddd;
}

#footer #left_column {
	width: 200px; 
	padding: 10px;
}

#footer #right_column {
	width: 400px;
	padding: 10px;
}

#lc {
	width: 40px; 
	background:url(../assets/lc.png);
}

#ds {
	background:url(../assets/ds.png);
	height: 28px;
}

#rc {
	width: 40px; 
	background:url(../assets/rc.png);
}

#credit {
width: 218px;
height: 68px;
margin-top: 50px;
margin-left: 13px;
background: url(/images/credit1.jpg);
}

#credit:hover {
width: 218px;
height: 68px;
margin-top: 50px;
margin-left: 13px;
background: url(/images/credit2.jpg);
}

#all_but {
  display: block;
  float: left;
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}


.tbut {
height: 135px;
width: 30%;
text-align: center;
background: url(/pics/but/fon.png);
border: 10px solid white;
}

.tbut:hover {
height: 135px;
text-align: center;
background: url(/pics/but/fon2.png);
border: 10px solid white;
}

#tabu {
width: 100%;
border: 5px solid white;
}

#mbut1 {
display block;
float: left;
width: 275px;
height: 173px;
background: url(/pics/but/main/1.jpg);
}
#mbut1:hover {
display block;
float: left;
width: 275px;
height: 173px;
background: url(/pics/but/main/1h.jpg);
}

#osobennosti_1 {
	display: block;
	width: 100%;
	float: rigth;
	color: Black;
	border: 0px solid White;
	margin: 0px 0px 0px 0px;
}

#osobennosti_2 {
	display: block;
	width: 700px;
	float: left;
	color: Black;
	border: 0px solid White;
	margin: 0px 10px 0px 0px;
}


#osobennosti_3 {
	width: 698px;
	float: left;
	color: Black;
	border: 0px solid White;
	margin: 10px 0px 0px 0px;
}

#osobennosti_4 {
	width: 220px;
	float: left;
	color: Black;
	border: 0px solid White;
	margin: 0px 0px 0px 9px;
}

#osobennosti_4_1 {
	width: 150px;
	float: left;
	color: Black;
	border: 0px solid White;
	margin: 0px 0px 0px 15px;
}

#xar_1 {
	width: 100%;
	float: left;
	color: Black;
	border: 0px solid White;
	margin: 0px 0px 0px 0px;
}

#xar_2 {
	width: 200px;
	float: left;
	color: black;
	border: 0px solid White;
	margin: 0px 0px 0px 0px;
}

#xar_3 {
	width: 60%;
	float: left;
	color: black;
	line-height: 25px;
	border: 0px solid White;
	margin: 0px 0px 5px 15px;
	background-color: #dddddd;
}

#xar_t_1 {
	width: 98%;
	float: left;
	color: black;
	line-height: 25px;
	border: 0px solid White;
	margin: 5px 1% 0px 1%;
	background-color: White;
}

#xar_t_1_end {
	width: 98%;
	float: left;
	color: black;
	line-height: 25px;
	border: 0px solid White;
	margin: 5px 1% 5px 1%;
	background-color: White;
}

#xar_t_2 {
	width: 98%;
	float: left;
	color: black;
	line-height: 25px;
	border: 0px solid White;
	margin: 5px 1% 0px 1%;
	background-color: #dddddd;
}

#xar_t_2_end {
	width: 98%;
	float: left;
	color: black;
	line-height: 25px;
	border: 0px solid White;
	margin: 5px 1% 5px 1%;
	background-color: #dddddd;
}

#xar_t_3 {
	width: 170px;
	float: left;
	color: black;
	line-height: 25px;
	border: 0px solid White;
	margin: 0px 0px 0px 0px;
}

#xar_t_4 {

	float: left;
	color: black;
	line-height: 25px;
	border: 0px solid White;
	margin: 0px 0px 0px 0px;
}

#table_t_1 {
	width: 400px;
	float: left;
	color: black;
	line-height: 25px;
	border: 0px solid White;
	margin: 0px 0px 0px 15px;
	background-color: #dddddd;
}

#table_t_2 {
	width: 390px;
	float: left;
	color: black;
	line-height: 25px;
	border: 0px solid White;
	margin: 5px 0px 0px 5px;
	background-color: White;
}

#table_t_2_end {
	width: 390px;
	float: left;
	color: black;
	line-height: 25px;
	border: 0px solid White;
	margin: 5px 0px 5px 5px;
	background-color: White;
}

#table_t_3 {
	width: 195px;
	float: left;
	color: black;
	line-height: 25px;
	border: 0px solid White;
	margin: 0px 0px 0px 0px;
}

#read_also {
	display: block;
	width: 99%;
	float: right;
	color: Black;
	border: 0px solid White;
	margin: 0px 0px 0px 0px;
}


