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: 1200px;
}
* html #main-container{height:100%;}

.main-con {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 500px;
}

.leftcontainer {
  width: 890px;
  float: left;
}

.leftcont {
  width: 880px;
  height: 500px;
}

/***************** Шапка сайта */
#header {
  position: relative;
  height: 274px;
  min-width: 1200px;
  width: 100%;
  border-bottom: 1px solid #ec7784;
  z-index: 500;
}

#header:before {
  content: "";
  height: 194px;
  width: 100%;
  background: url(/images/header.png) center 0 no-repeat;
  background-size: cover;
  position: absolute;
}

#header:after {
  content: "";
  height: 194px;
  width: 100%;
  background: url(/images/headerimg.png) center 0 no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
}

.headcon {
  width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  height: 194px;
  position: relative;
  z-index: 5;
}


/************************** Хлебные крошки */
.pathway {
  margin: 10px 0 30px;
  padding: 0 10px;
}

.pathway a {
  font-family: Arial;
  font-size: 12px;
  color: #5e5f62;
  text-decoration: none;
}

.pathway a:last-child {
  color: #ed1c24;
}

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

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

/***************** Правая колонка */
#right {
  padding: 0;
  float: right;
  line-height: normal;
  width: 270px;
  z-index: 50;
  position: relative;
  min-height: 1000px;
}

/***************** Стили блока основного содержания */
#both {
  width: 560px;
  min-height: 500px;
  float: right;
  padding: 0px 10px;
}
#only_left {
margin:0 0 0 220px;
padding:0 15px;
}
#only_right {
margin:0 220px 0 0;
padding:0 15px;
}
/* #no_sides {padding:0 10px} */

#no_sides {
  padding: 0;
  width: 580px;
  min-height: 500px;
  background-color: rgb(255, 255, 129);
  float: right;
}

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

div#footbot {
  width: 100%;
  min-width: 1200px;
  height: 220px;
  background-color: #f2f0f0;
  margin-top: 35px;
  margin-bottom: 5px;
}

.footbotcon {
  width: 1160px;
  height: 185px;
  margin: 0 auto;
  padding: 35px 20px 0;
  background: url(/images/footbot.png) 100% 100% no-repeat;
}

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


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

.footercon {
  height: 115px;
  margin: 0 auto;
  width: 1160px;
  padding: 0 20px;
  position: relative;
}

.leftfoot {
  position: absolute;
  left: 20px;
  height: 115px;
}

.midfoot {
  height: 115px;
  position: absolute;
  left: 660px;
  width: 220px;
}

.rightfoot {
  position: absolute;
  right: 20px;
  height: 115px;
}

.rfcon {
  height: 115px;
  display: table-cell;
  vertical-align: middle;
}

#footer p{ margin:0;}

.rightfoot a {
  margin-left: 5px;
}

/************************************ Счетчики */
.leftfoot p {
  height: 115px;
  display: table-cell;
  vertical-align: middle;
  font-family: Arial;
  font-size: 12px;
  color: #565656;
  text-transform: uppercase;
}

.leftfoot p a{
  text-decoration: none;
  color: #565656
}

.leftfoot p a:hover{
  color: #000;
}

/* 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: 85px;
  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: #000;
}

/* 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 {}