body {
	background: #E4EBF5;
	color: #0A0E0F;
		
	}

a:link, a:visited {
	color: #414141;

	}
/*-----------------------*/	
#all {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 auto;
	font-family: trebuchet MS;
	width: 960px;	
}

#page {
	float: left;
	width: 100%;
	background: white;
	border: solid #83878A;
	border-width: 0 1px;
	}



#header {
	float: left;
	width: 100%;
	position: relative;
	background: url(img/bg-header.jpg) no-repeat bottom right;
	height:174px;
	padding-bottom: 260px;
}

.minimenu {
	margin-lefT: 8px;
	margin-top: 10px;
}

.minimenu a {
	color: #141414;
	padding: 0 5px;
	
}

#header #logo {
	display: block;
	clear: both;
}
#header .search {
	border: 1px solid #B9CCDB;
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 10px;
}

#header .search button {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	position: relative;
	top: 4px;
	_position: static;	
}

#header .menu {
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #DADCDB;
	background: white url(img/bg-menu.jpg) repeat-x top;
	float: left;
	width: 100%;
	clear: both;
	padding-top: 3px;
	margin-bottom: 1px;
}

#header .menu div {
		border-top: 4px solid #DEDEDE;
}
#header .menu a {
	background: url(img/bg-menu-a.jpg) no-repeat bottom right;
	display: block;
	float: left;
	padding:10px 15px;
	font-weight: bold;
	color: #7D7E80;
	font-size: 1.3em;
	border-top: 4px solid #DEDEDE;
	margin-top: -4px;
}

.english #header {
	background-image: url(img/bg-header-eng.jpg);
	
}
#header .menu a:hover, #header .menu .current {
	border-color: #80A1C0;
}
#header .telega {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 210px;
	width: 290px;
	padding-left: 30px;
	padding-top: 50px;
	color: white;
	font-size: 1.2em;
	line-height: 1.4em;
	
}

#header address {
	position: absolute;
	top: 75px;
	right: 20px;
	color: #858585;
	text-align: right;
}

.english #header address {
	top: 40px;
}
/*-----------------------------*/

#main {
	float: left;
	width: 100%;
	padding-top: 7px;
	background: url(img/bg-main.jpg) repeat-x top;
	font-sizE: 1.2em;
	
}

#left {
	overflow: hidden;
	float: left;
	width: 559px;
	padding: 20px 40px;
	border-right: 1px solid #D6D6D6;
}

#wrapper {

	}
	
#right {
	overflow: hidden;
	float: left;
	width: 280px;
	padding: 20px;
	border-left: 1px solid #D6D6D6;
	margin-left: -1px;
}

.content {

	}


h1, .h {
	background: url(img/bg-h.jpg) no-repeat top left;
	padding: 15px 0 20px 50px;
	color: #7F8A8C;
	font-size: 1.8em;
	margin-left: -10px;
	line-height: 1em;
}
/*----------------------------------------*/

#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #C7CBCE;
	position: relative;
	text-align: center;	
}

#footer .menu {
	width: 660px;
	float: left;
	padding: 10px 0;
}

#footer .menu a {
	color: #878D8D;
	padding: 0 10px;
}

#footer .owner {
	position: absolute;
	width: 320px;
	top: 10px;
	right: 0;
	color: #B9BABC;
	font-size: 0.9em;
	line-height: 1em;

}
/*---------*/

