﻿body, h1, h2, h3, h4, h5, h6, a, ul, li, p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
html {
  height: 100%;
}
body {
  font-family: Trebuchet MS, Arial;
  font-size: 12px;
  color: black;
  min-height: 100%;
}
img {
  border: 0px;
}
a {
  color: #414042;
  font-size: 12px;
}
.clear {
  position: relative;
  width: 100%;
  height: 1px;
  clear: both;
}

header, section, footer {
  width: 990px;
  margin: 0 auto;
  position: relative;
  display: block;
}

header {
  height: 165px;
}

header a.logo,
header a.logo2
{
  position: absolute;
  left: 30px;
  top: 20px;
}

header .phone {
  position: absolute;
  right: 72px;
  top: 30px;
}
header .phone p{
  font-size: 24px;
  color: #000;
	text-align: right;
}

header .phone p span{
  font-size: 18px;
}

header .phone a{
  position: absolute;
  right: 0px;
  bottom: 42px;
}
header .phone .small {
	font-size: 0.5em;
}
header .phone .addr {
	font-size: 12px;
}

header .menu {
  height: 73px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/menu.png);
  background-position: 0 0;
}

header .menu > ul {
  list-style: none;
  padding-left: 10px;
}
header .menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #336633;
  padding: 5px;
  z-index: 20;
  list-style: none;
  margin: 0;
  width: 100%;
}
header .menu > ul > li > ul > li {
    margin: 0 0 4px;
    
}
header .menu > ul > li > ul > li > a {
   display: block;  
  color: #fff;
  line-height: 1;
}
header .menu > ul > li > ul > li > a:hover {
   color: #FFCC00;
}
header .menu > ul > li > a:hover + ul,
header .menu > ul > li > ul:hover
{
  display: block;
  
}

header .menu > ul > li {
  display: inline-block;
  height: 73px;
  position: relative;
}
header .menu > ul > li > a{
  padding: 0 25px;
  font-size: 13px;
  color: #4f4e4f;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  background-image: url(../img/menu.png);
  background-position: 0 -160px;  
  height: 73px;
  line-height: 62px;
}
header .menu > ul > li > a:hover,
header .menu > ul > li > ul:hover + li a{
  background-position: 0 -77px;
  color: white;
}


header .menu > ul > li.selected > a{
  background-position: 0 -77px;
  color: white;
}



section {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-top: 20px;
}
section .left {
  width: 250px;
  float: left;
  position: relative;
}

section .left ul{
  width: 100%;
  position: relative;
  list-style: none;
}
section .left ul li {
  padding: 0 20px 0 30px;
  display: block;
}
section .left ul li.selected {
  background-color: #f2f2f2;
}
section .left ul li a{
  display: block;
  padding: 15px 0 15px 0;
  text-transform: uppercase;
  line-height: 21px;
  font-size: 13px;
  color: #4f4e4f;
  text-decoration: none;
}
section .left ul li a:hover{
  color: #006837;
}



section .right {
  width: 645px;
  float: right;
  position: relative;
  margin-right: 72px;
  padding-bottom: 50px;
}

section .right .text_column{
  width: 312px;
  margin-right: 20px;
  position: relative;
  float: left;
  font-size: 12px;
  color: #333;
  font-family: Palatino;
  margin-top: 10px;
}
section .right ul {
  font-size: 13px;
  color: #333;
  margin: 0 0 10px 15px;
}
section .right ul li {
  padding: 2px;
}
section .right .text_column.last{
  margin-right: 0;
}
section .right .text_column p{
  margin-bottom: 10px;
  text-align: justify;
  font-size: 13px;
}
section .right h1, section .right h2 {
  font-size: 22px;
  font-weight: bold;
  font-family: Trebuchet MS, Arial;
  margin-bottom: 5px;
  color: #386141;
  line-height: 20px;
  margin: 5px 0 10px 0;
}
section .right p {
  line-height: 18px;
  color: #333;
  font-size: 13px;
  margin-bottom: 10px;
}
section .right a {
  font-size: 13px;
}
footer {
  bottom: 0;
  left: 50%;
  margin-left: -495px;
  margin-top: 10px;
}

footer ul{
  list-style: none;
  padding: 0 0 0 45px;
}
footer ul li{
  float: left;
  padding-right: 25px;
  max-width: 152px;
}
footer ul li a{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #575757;
}
footer ul li ul {
  padding: 0;
}
footer ul li ul li{
  display: block;
  float: none;
}
footer ul li ul li a{
  font-size: 11px;
  color: #808080;
  text-transform: none;
  text-decoration: underline;
}
footer ul a:hover{
  color: #252525;
}

footer .menu {
  padding: 10px 0;
  background-color: #efefef;
}

footer .copyright {
  position: relative; 
  left: 0px;
  height: 27px;
  bottom: 2px;
  width: 100%;
  background-image: url(../img/footerline.png);
}

footer .copyright p{
  color: #FDFDFF;
    display: block;
    font-size: 11px;
    margin: 6px 30px 0 0;
    position: relative;
    text-align: right;
    top: 5px;
}




/*main page*/

body.main header {
  height: 175px;
}
body.main header .menu2{
  position: absolute;
  left: 0px;
  width: 100%;
  height: 75px;
  top: 90px;
  background-image: url(../img/main_header_menu.png);
  background-repeat: no-repeat;
}
header .menu2 > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #336633;
  padding: 5px;
  z-index: 110;
  list-style: none;
  margin: 0;
  width: 100%;
}
header .menu2 > ul > li > ul > li {
    margin: 0 0 4px;
    
}
header .menu2 > ul > li > ul > li > a {
   display: block;  
  color: #fff;
  line-height: 1;
}
header .menu2 > ul > li > ul > li > a:hover {
   color: #FFCC00;
}
header .menu2 > ul > li > a:hover + ul,
header .menu2 > ul > li > ul:hover
{
  display: block;
  
}

header .menu2 ul {
  list-style: none;
  padding-left: 10px;
}


header .menu2 > ul > li {
  display: inline-block;
  height: 70px;
  position: relative;
}
header .menu2 > ul > li > a{
  padding: 0 25px;
  font-size: 13px;
  color: #4f4e4f;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  height: 73px;
  line-height: 62px;
  background-image: url(../img/menu2.png);
  background-position: 0 -160px;
  position: relative;
}
header .menu2 > ul > li > a:hover{
  background-position: 50% -160px;
  color: #598253;
}


header .menu2 > ul > li.selected > a{
  background-position: 47% 0px;
  color: white;
}
header .menu2 > ul > li.selected{
  top: -15px;
}
header .menu2 > ul > li.selected > b {
  width: 15px;
  height: 73px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../img/menu2.png);
  background-position: 0 -80px;
}
header .menu2 > ul > li.selected > u {
  width: 15px;
  height: 73px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../img/menu2.png);
  background-position: -40px -80px;
}

section .promo{
  height: 456px;
  position: relative;
}

section .promo a.logo{
  position: absolute;
  left: 17px;
  top: 15px;
  z-index: 99;
}

section .promo .more {
  background-image: url("../img/promo_transparents.png");
    background-position: 0 0;
    bottom: 80px;
    padding: 10px 15px;
    position: absolute;
    z-index: 99;
    right: 47px;
    width: 566px;
}

section .promo .more p.title{
  text-transform: uppercase;
  color: white;
  font-size: 18px;
}
section .promo .more p {
  margin-bottom: 10px;
  color: white;
  font-size: 14px;
}
section .promo .more a {
  color: white;
  text-decoration: none;
}
section .promo .buttons {
  position: absolute;
  left: 36px;
  bottom: 10px;
  z-index: 99;
}
section .promo a.button {
  background-image: url(../img/promo_transparents.png);
  background-position: -1410px 0;
  width: 265px;
  height: 52px;
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  color: #252525;
  text-transform: uppercase;
  margin-right: 26px;
  float: left;
  text-decoration: none;
}
section .promo a.button.selected {
  background-position: -705px 0;
}
body.main section {
  margin-top: 0;
}

body.main footer {
  background-image: url(../img/main_footer.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
}

body.main footer .copyright{
  background-image: none;
}


.push {
  height: 0px;
}


.slides{
  position: absolute;
}

footer .tt-banner {
  position: absolute;
  right: 6px;
  top: 6px;
  display: block;
}
footer .tt-banner img{
  height: 80px;
}
.tt-window {
  display: block;
  position: absolute;
  right: 47px;
  top: 15px;
  z-index: 100;
  background-image: url(../img/tt-window.png);
  background-position: 0 -10px;
  width: 300px;
  height: 240px;
  background-color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.tt-window a.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-image: url(../img/tt-window-close.png);
}
.tt-window .phone {
  bottom: 40px;
    color: #333333;
    font-size: 18px;
    left: 40px;
    padding: 0 10px 0 0;
    position: absolute;
    right: 0;
}












section .main-catalog{
	margin: 0 auto;
	position: relative;
	background-color: #f2f2f2;
}

section .main-catalog ul{
	width: 220px;
	position: relative;
	list-style: disk;
	float: left;
	margin: 10px 0 5px 70px;
}
section .main-catalog ul li{
	color: #006837;
	margin-bottom: 15px;
}
section .main-catalog ul li a{
	color: #006837;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;

}
.main-catalog-head {
	color: #006837;
	margin-left: 55px;
	padding: 10px 0 10px;
	font-weight: bold;
}
.main-catalog-head .head-title {
	font-size:22px;

}

header .phone a {
	float: none !important;
	text-align: right;
}