/*------------------------------------------------------------
	* Все проценты ширины посчитаны от 1904px
	* Размеры в виде Xem меняются при изменение масштаба
	* Размеры в % меняются при изменение ширины окна
	* При resize не меняются размеры изображений, 
	  только при изменении масштаба
------------------------------------------------------------*/
@import url(common.css);
@import url(menu.css);
@import url(animate.css);
@import url(form_style.css);
@import url(news.css);
@import url(search_style.css);

body {
	
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
	
	width: expression(document.body.clientWidth > 990 ? "100%" : "1320px");
	height: 100%;
	
	background-size: 100%;
	
}

body, td, a, input, textarea, option, select {font: 14px/120% Arial, Helvetica, sans-serif; color: #282926;}

h1, h2, h3, h4 {line-height: 120%; margin-top:  0em; margin-bottom: 0.3em; margin-left: 0px; color: #62635f; font-weight: normal; font-family: Arial Narrow, Arial, Helvetica, sans-serif; text-transform: uppercase;}

h1 {font-size: 1.7em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em; text-transform: none; font-weight: bold;}


.top-background{
	margin: 0px 0px 0px 0px;
	padding: 90px 0px 0px 0px;
	
	width: 100%;
	min-width: 1190px;
	
	display: block;
	position: relative;
	height: auto;
	
	background: url('../i/left_top_back.png') center -90px no-repeat;
	background-size: 100%;
}
.top-background.main {
	background: url('../i/left_top_back.png') top center no-repeat;
	background-size: 100%;
}

.logo {
	position: absolute;
	right: 56%;
	top: 39px;
	width: 23%;
	border: 0px;
	z-index: 20;
}
.logo.main {
	top: 2.5em;
	left: 18%;
}

.miet-photo{
	position: absolute;
	float: left;
	top: 17em;
	left: 18%;
	z-index: 10;
	margin-right: 1.8em;
	margin-top: 0px;
	width: 23%;
}


/*------------	Стили слоев с контентом 		*/
.content {
	width: 60%;
	min-width: 990px;
	position: relative;
	display: block;
	left: 18%;
	z-index: 2;
}

.content h1, .content h2, .content h3, .content h4 {
	clear: both;
}

.div-4-ref {
	position: relative;
	float: left;
	margin-right: 1em;
	display: inline;
	margin-bottom: 1em;
}

/*------------	Стили для цветных плашек с круглыми краями (перенесено в common.css)		*/

/*------------	Стили для блока на плашке на фоне  (перенесено в common.css)		        */


/*------------	подвал сайта  (перенесено в common.css)		        */

/*------------	Счетчики (перенесено в common.css)		        */
