body {
    /*background: #E5E5E5 url(images/bg.gif);*/
    /*background: #fff;*/
position: relative;
/*width: 100%;*/
/*display: table;*/
}
h1{
    font-size: 32px;
    font-weight: normal;
    color:#16c416;
    font:  Arial;

    margin: 0;
    padding: 1px 0 15px 0;

}
h3, h2{
    font-size: 19px;
    color: #5d5d5d;
    font:  Arial;
}
p{
    color: #777;
    font: 100% Arial;
    text-align: justify;
}
a{
    color: #16c416;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

html {
  min-width: 980px;
}
/** Header **/
.header-wrapper{
    /*width: 980px;*/
    /*text-align: center;*/
    height: 175px;
    background-image: url(/images/layout/header.png);
    background-position: center;
    background-repeat: no-repeat;
}
header{
    margin: 0 auto;
    width: 970px;
    position: relative;
}
header > #logo{
    height: 108px;
    width: 300px;
    background: url(/images/layout/Logo.png) no-repeat;
    display: block;
}

#logo > .logo-text {
    position: absolute;
    top: 65px;
    left: 97px;
    color: #68d931;
    font-size: 12px;
}

header > .mail{
    margin: 0;
    position: absolute;
    top: 10px;
    left: 540px;
    color: #a8ff7e;
    text-decoration: none;
    font-size: 15px;
}
header > .mail:hover{
    color: #ffffff;
}
/** menu **/
header > #top-menu{
    display: inline-block;
    height: 41px;
    margin: 0;
    padding-left: 40px;
}
#top-menu > li{
    display: inline-block;
    min-width: 100px;
    margin-right: 15px;
    height: 41px;
}
#top-menu > li > a{
    font-size: 14px;
    font-family: Trebuchet MS;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 35px;
    height: 35px;
    padding-left: 50px;
}
.home{
    background: url(/images/layout/main_icon.png) no-repeat;
}
.production{
    background: url(/images/layout/product_icon.png) no-repeat;
}
.gallery{
    background: url(/images/layout/photo_icon.png) no-repeat;
}
.video{
    background: url(/images/layout/video_icon.png) no-repeat;
}
.articles{
    background: url(/images/layout/articles_icon.png) no-repeat;
}
.contacts{
    background: url(/images/layout/phone_icon.png) no-repeat;
}
#top-menu > li:hover{
    background-position: 0 -41px;
}
#top-menu > li:hover a{
    text-decoration: none;
    color: #a8ff7e;
}
/** Header info **/
.header-info{
    position: absolute;
    right: 20px;
    top: 35px;
    height: 64px;
}
.header-info .info, .header-info .phones{
    display: inline-block;
    vertical-align: top;
}
.header-info .info{
    background: url(/images/layout/header-separator.png) right no-repeat;
    padding: 10px 10px 10px 0;
}
.header-info .info p{
    text-align: right;
}
.header-info .phones{
    padding-left: 8px;
}
.header-info .phones p{
    text-align: left;
    font-size: 17px;
    padding-bottom: 5px;
}
.header-info .phones p:first-child{
    padding-top: 5px;
}
.header-info p{
    margin: 0;
    font: bold 12px/14px Trebuchet MS;
}
.green-p{
    color: #16c416;
}
/** Main **/
#main-wrapper{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
/** Tab **/
.tabs{
    margin-bottom: 30px;
}
.tab-img{
    height: 150px;
    width: 100%;
    background: rgba(195, 197,195, .35);
    border: 1px solid #dfdfdf;
    border-radius: 6px;
}
.tabs figure{
    display: inline-block;
    margin: 8px 7px 8px 7px;
}
.tab-links a{
    text-align: center;
    background: url(/images/layout/banner_separator.png) no-repeat;
    display: inline-block;
    width: 302px;
    margin: 10px 7px 8px 7px;
    padding-top: 8px;
    color: #5d5d5d;
    font-size: 16px;
    font-family: Arial;
    text-transform: uppercase;
    text-decoration: none;
}
.tab-links a:hover{
    color: #16c416;
}
/** Aside **/
aside{
    padding-left: 10px;
    width: 220px;
    float: left;
}
aside p{
    text-align: left;
    color: #5d5d5d;
    font-family: Arial;
    font-size: 14px;
}
aside ul{
    list-style: none;
}
aside > ul > li{
    padding-left: 10px;
}
aside a{
    display: block;
    color: #5d5d5d;
    font-size: 14px;
    font-family: Arial;
    text-decoration: none;
}
aside a:hover{
    color: #16c416;
}
aside > ul > li > a{
    background: url(/images/layout/big_marker.png) 0 no-repeat;
    padding: 10px 0 10px 25px;
    text-transform: uppercase;
}
aside > ul > li > ul{
    display: block;
    height: auto;
}
aside > ul > li > ul > li{
    padding: 5px 0 5px 35px;
}
aside > ul > li > ul > li a{
    background: url(/images/layout/small_marker.png) 0px 7px no-repeat;
    padding-left: 15px;
    height: 20px;
    line-height: 14px;
}
aside > ul > li > ul > li a.press{
    background: url(/images/layout/small_marker.png) 0px 7px no-repeat;
    padding-left: 15px;
    height: 20px;
    line-height: 14px;
    color: #16c416;
}

.buy-window, .special{
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
}
.buy-window p, .special p{
    padding: 0 10px;
}
.buy-window .phone{
    font-weight: bold;
}
/** Main content **/
#content-wrapper{

}
#content{
    width: 710px;
    margin-left: 20px;
    float: right;
}

#content ul.yeslist {
    padding: 2px 0px 10px 20px;
    height: auto;
    display: block;
    list-style: none outside none;
}

#content ul.rrlist {
    text-align: right;
    padding: 2px 0px 10px 20px;
    height: auto;
    display: block;
    list-style: none outside none;
}   

#content ul.yeslist li, #content ul.rrlist li {
    color: #5d5d5d;
    padding: 5px 0 5px 5px;
}

#content ul.yeslist li a, #content ul.rrlist li a {
    background: url(/images/layout/small_marker.png) 0px 7px no-repeat;
    color: #5d5d5d;
    padding-left: 9px;
    height: 15px;
    line-height: 12px;
}

#content ul, #content ol{
    padding: 2px 0px 10px 20px;
}

#content ul li, #content ol li{
    color: #777777;
}


/** Products **/
.products, .manufactures{
    margin: 25px 0;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#content .products figure{
    vertical-align: top;
    width: 164px;
    height: 200px;
    margin: 5px;
    display: inline-block;
}
#content .products figcaption{
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #777777;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    font-family: Trebuchet MS;
    text-decoration: none;
}
#content .products figure a{
    text-align: center;
    text-transform: uppercase;
    color: #777777;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    font-family: Trebuchet MS;
    text-transform: uppercase;
    text-decoration: none;
}
#content .products figure a:hover{
    color: #47e129;
}
/** Manugactures **/
.manufactures figure{
    display: inline-block;
    margin: 0 35px;
}
/** Footer **/
footer{
    position: relative;
    height: 70px;
    background: url(/images/layout/footer.png) no-repeat;
}
.copyright{
    position: absolute;
    left: 270px;
    top: 17px;
    coloR: #fff;
    font-size: 12px;
}

.copyright a {
coloR: #fff;
}
/** wezoom **/
/*wezoom*/
.wezoom {
    position: absolute;
    right: 35px;
    top: 10px;
    width: 50px;
    height: 32px;
    background: url('/images/layout/wezoom/WZ2013.png') no-repeat 0 0;
    text-decoration: none;
    padding-left: 34px;
}
.wezoom:hover{
    text-decoration: none;
}
.wezoom > span {
    text-transform: none;
    font-family: Arial;
    font-style: normal;
    font-size: 9px;
    color: #fff;
    display: block;
    margin-top: -7px;
    line-height: 23px;
}
.wezoom > .wz-hand {
    position: absolute;
    right: 9px;
    top: 20px;
}
/** Other**/
.site-button{
    font-size: 14px;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin-left: 270px;
    margin-top: 20px;
    display: block;
    border: 0;
    width: 157px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: url(/images/layout/button.png) no-repeat;
}
.site-button:hover{
    text-decoration: none;
    color: #5d5d5d;
    background-position: 0 -32px;
}
.panel{
    display: block;
    text-transform: uppercase;
    background: url(/images/layout/sidebar_panel.png) no-repeat;
    margin: 0;
    height: 55px;
    line-height: 40px;
    text-align: center;
    width: 220px;
    color: #fff;
}

.pics { border: 1px solid #5F5E5E;}


#pathway, .small{
/*    position: relative;
    top: -29px;
    left: -18px;
    height: 30px; */
    color: #5d5d5d;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

#pathway a{
    font-size: 12px;
    color: #16c416;
    background-position: right 5px;
    background-repeat: no-repeat;
    padding: 0px 7px 0px 0px;
    font-family: Arial, sans-serif;
}

#pathway a:hover{
    text-decoration: none;
}

#pathway2{
    padding: 0 0 0 0;
    margin: 5px 0 0 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #5d5d5d;
}

#pathway2 a{
    font-size: 12px;
    color: #16c416;
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
}

div.break {clear: both;}
