body, html {
text-align:center;
height:100%;
margin:0;
padding:0;
}
img{border: none;}
/*---------------------------------------------
               ОСНОВНОЙ КОНТЕЙНЕР
---------------------------------------------*/

#main-container {
    margin: 0 auto;
    text-align: left;
    min-height: 100%;
    width: 100%;
    min-width: 1120px;
    background: url(/images/background.jpg) center 0 / cover no-repeat;
}
* html #main-container{height:100%;}

/***************** Шапка сайта */
#header {
    position: relative;
    height: 195px;
    border-bottom: 5px solid #99ceec;
    width: 100%;
    min-width: 1120px;
    background-color: #fff;
}

.headcon {
    width: 1120px;
    padding: 0;
    height: 195px;
    margin: 0 auto;
    position: relative;
}

.logotip {
    height: 195px;
    width: 150px;
    background: url(/images/logotip.png) center center no-repeat;
}

.logotip a {
    display: inline-block;
    width: 108px;
    height: 130px;
    margin-top: 33px;
    margin-left: 21px;
}

/************************** Хлебные крошки */
.pathway {
    margin: 10px auto;
    padding: 0 20px;
    width: 1080px;
    font-family: "ArialUnicodeMS";
    font-size: 15px;
    color: #6084e8;
    line-height: 20px;
}

.pathway a {
    color: #6084e8;
    text-decoration: none;
    font-family: "ArialUnicodeMS";
    font-size: 12px;
    display: inline-table;
}

/***************** Модульная позиция - TOP */
#top {
    margin: 0;
    overflow: hidden;
}

.maincont {
	display: none;
}

body.klemente div.maincont {
    background-color: #fff;
    border-top: 5px solid #99ceec;
    border-bottom: 5px solid #99ceec;
    margin-bottom: 50px;
    width: 100%;
    min-width: 1120px;
    display: block;
}

/***************** Левая колонка */
#left{
padding:5px;
float:left;
line-height:normal;
width:220px;
}

/***************** Правая колонка */
#right{
padding:5px;
float:right;
line-height:normal;
width:220px;
}

/***************** Стили блока основного содержания */
#both{
margin:0 220px;
padding:0 15px;
}
#only_left {
margin:0 0 0 220px;
padding:0 15px;
}
#only_right {
margin:0 220px 0 0;
padding:0 15px;
}
#no_sides {
    padding: 0 20px;
    width: 1080px;
    margin: 0 auto;
}

/***************** Модульная позиция - BOTTOM */
#bottom {
    margin: 0;
    overflow: hidden;
}

/***************** Clear block and Rasporka */
#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
#rasporka {height:100px; margin:0}


/*---------------------------------------------
                  ПОДВАЛ САЙТА 
---------------------------------------------*/
#footer {
    position: relative;
    height: 100px;
    margin: -100px auto 0;
    width: 100%;
	background: #fff;
}

.footcon {
    width: 1080px;
    padding: 0 20px;
    margin: 0 auto;
    height: 100px;
}

.footleft {
    float: left;
    width: 50%;
    height: 100px;
}

p.copyright {
    text-align: left;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-family: "OpenSansSemiBold";
    color: #000;
}

.footright {
    float: right;
    width: 50%;
    height: 85px;
    text-align: right;
    padding-top: 15px;
}

.footright div {
    margin-bottom: 10px;
}

#footer p{ margin:0;}
/************************************ Счетчики */

/* TEKAMA */

#footer .tecama {
  height: 30px;
  display: inline-block;
  padding: 0;
  margin: 0px;
  position: relative;
  padding-right: 75px;
}

#footer .tecama a.tecamaimg {
    line-height: normal;
    padding: 10px 0 0;
    width: 94px;
    overflow: hidden;
    height: 17px;
    display: block;
}

a.tecamaimg img {
  min-width: 140px;
  height: 17px;
}

a.tecamatxt {
  position: absolute;
  top: 7px;
  right: 0;
  color: #6d6b6b;
  text-decoration: none;
  font-family: arial;
  width: 72px;
  font-size: 10px;
  text-align: left;
  line-height: 10px !important;
  float: none !important;
  margin: 0 !important;
}

a.tecamatxt:hover {
  color: #fff;
}

/* end */

/************************************ Модуля */
#left .module,
#right .module {
	margin:0 0 15px;
}
#left .moduletitle,
#right .moduletitle {
	font-size:18px;
	text-align:center;
	margin:0 0 10px
}
#left .modulebody,
#right .modulebody {}