body
{
    margin: 0;
    background: #f3f3f3 url(/img/main-bg.jpg) 0 56px repeat-x;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    color: #605C5D;
}

a{
    font-weight: bold;
    color: #292627;
}

a:hover
{
    text-decoration: underline;
    color: #D46E3C;
}

input:focus, textarea:focus
{
    outline: 0 none;
}

h2
{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


.no-margin
{
    margin: 0px !important;
}

.menu-up
{
    width: 100%;
    background: #2b2728 url(/img/menu-bg.jpg);
}
.menu-up-inner
{
    width: 960px;
    height: 50px;
    margin: 0 auto;
    padding-top: 6px;
    text-align: center;
}
.menu-up-lang
{
    width: 960px;
    height: 30px;
    margin: 0 auto;
    position: relative;
}
.ru-lang
{
    position: absolute;
    top: 7px;
    right: 0px;
    background: url(/img/ru.png) no-repeat;
    width: 23px;
    height: 15px;
}
.en-lang
{
    position: absolute;
    top: 7px;
    right: 38px;
    background: url(/img/en.png) no-repeat;
    width: 23px;
    height: 15px;
    
}
.menu-up-inner li
{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
/*    width: 134px;*/
    list-style: none;
    background: url(/img/separator.jpg) no-repeat left 9px;
    
}
.menu-up-inner li:first-child
{
    background: none;
}
.menu-up-inner a
{
    line-height: 44px;
    font-size: 15px;
    font-weight: normal;
    color: white;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    width: 134px;
}

.menu-up-inner li:hover
{
    background: url(/img/menu-li-a.jpg);
}

.body
{
    width: 100%;
    background: url(/img/top-line.png) repeat-x 0 8px;
}

.body-inner
{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.header
{
    width: 960px;
    position: relative;
    min-height: 60px;
    margin-bottom: 15px;
    background: url("/img/line-2.png") 0% 86px repeat-x;
    padding-top: 57px;
    font-weight: bold;
}
.logo
{
    width: 225px;
    height: 100px;
    position: absolute;
    top:17px;
    left:368px;
    background: url(/img/logo.png) no-repeat;
}
.phones
{
    position: absolute;
    top: 0px;
    right: 0px;
}


.main-slider
{
    position: relative;
    width: 930px;
    height: 300px;
    background: #c9c9c9;
    margin-bottom: 30px;
    padding: 15px;
}
.main-slider-inner
{
    width: 930px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.main-category-conteiner
{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.main-category-item
{
    float: left;
    width: 300px;
    margin-left: 30px;
}
.main-category-item:first-child
{
    margin-left: 0px;
}

.main-category-tittle
{
    background: url("/img/line-2.png") 0% 100% repeat-x transparent;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 30px;
    padding: 0px;
}
.main-category-tittle a, .product-list-one-txt h1 a, .inner-list-left h1
{
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
}

.main-category-img-border
{
    background: #c9c9c9;
    padding: 15px;
    width: 270px;
}

.main-category-img
{
    width: 270px;
    height: 152px;
    overflow: hidden;
    position: relative;
}

.main-category-img img
{
    width: 270px;
    border: 0 none;
}
.footer
{
    width: 100%;
    background: #dfdfdf url("/img/footer-line.jpg") repeat-x;
    height: 70px;
    margin-top: 40px;
}
.footer-inner
{
    width: 960px;
    text-align: center;
    margin: 0 auto;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    height: 70px;
}


.inner-item
{
    width: 960px;
    overflow: hidden;
    position: relative;
}

.bread-crmps
{
    width: 960px;
    height: 32px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    color: #D46E3C;
}
.bread-crmps a
{
    color: #D46E3C;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    margin: 0px;
    padding: 0px;
}
.bread-crmps a:hover
{
    text-decoration: underline;
}
.inner-static-page
{
    width: 900px;
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
}


.inner-list
{
    width: 960px;
    overflow: hidden;
    position: relative;
}

.inner-list-left
{
    width: 200px;
/*    background: green;*/
    float: left;
}

.inner-list-left h3
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 12px;
}
.inner-list-left h1
{
    padding: 0px;
    margin: 0px;
    color: #292627;
    margin-bottom: 15px;
}
.inner-list-left h3 a
{
    text-decoration: none;
    font-size: 14px;
    padding-left: 20px;
    color: #605C5D;
    background: url(/img/key-icon.png) no-repeat left;
    line-height: 16px;
    margin-left: 15px;
}
.inner-list-left h3 a:hover
{
    text-decoration: underline;
}
.inner-list-right
{
    float: left;
    width: 760px;
}

.product-list-one
{
    overflow: hidden;
    position: relative;
    width: 760px;
    margin-bottom: 20px;
    background: url("/img/line-2.png") repeat-x bottom;
    padding-bottom: 20px;
}
.product-list-one-txt
{
    float: left;
    width: 445px;
    margin-left: 15px;
    text-align: justify;
}

.product-list-one-txt h1
{
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    color: #292627;
}
.product-list-one-txt h3
{
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    background: url(/img/metro-small.png) no-repeat;
    padding-left: 37px;
    line-height: 23px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.product-list-one-txt h3.sq
{
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    background: url(/img/rect_area.png) no-repeat;
    padding-left: 37px;
    line-height: 23px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.product-list-one-txt h2
{
    font-size: 20px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    text-align: left;
    color: #D46E3C;
    font-weight: bold;
}
.product-list-one-more
{
    background: url("/img/button-bg.jpg") 0px 0% transparent;
    border: 1px solid #562210;
    color: #FDFDFD;
    display: inline-block;
    line-height: 18px;
    padding: 6px 14px 7px 12px;
    text-decoration: none;
    font-weight: normal;
    
    position: absolute;
    bottom: 20px;
    right: 0px;
}
.product-list-one-more:hover
{
    text-decoration: none;
    color: #FDFDFD;
}



.one-prod-body
{
    width: 760px;
    position: relative;
    overflow: hidden;
}
.one-prod-left
{
    width: 330px;
    float: left;
}
.one-prod-left div
{
    overflow: hidden;
    position: relative;
}

.one-prod-right
{
    width: 430px;
    float: left;
}
.one-prod-img
{
    background: #c9c9c9;
    padding: 7px;
    width: 136px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
}
.one-prod-img div
{
    width: 136px;
    height: 77px;
    overflow: hidden;
    position: relative;
}
.one-prod-img div img
{
    height: 77px;
    border: 0 none;
}
.one-prod-right h1, .one-prod-right h2
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.one-prod-right h1
{
    margin-bottom: 10px;
}

.order-button
{
    background: url("/img/button-bg.jpg") 0px 0% transparent;
    border: 1px solid #562210;
    color: #FDFDFD;
    line-height: 18px;
    padding: 6px 40px 7px 40px;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.order-button:hover
{
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.button-send
{
    background: url("/img/button-bg.jpg") 0px 0% transparent;
    border: 1px solid #562210;
    color: #FDFDFD;
    line-height: 18px;
    padding: 6px 40px 7px 40px;
    text-decoration: none;
    font-weight: normal;
    /*display: inline-block;*/
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}





/*

.main-content
{
    width: 950px;
    min-height: 212px;
    position: relative;
    overflow: hidden;
    background: url(/img/orn01.png) no-repeat 50% 50%;
}
.main-content-left, .main-content-right
{
    float: left;
    width: 410px;
    min-height: 100px;
}
.main-content-left
{
    padding-right: 50px;
    padding-left: 15px;
}
.main-content-right
{
    padding-left: 50px;
    padding-right: 15px;
}
*/










/*
.gallery-body, .catalog-body
{
    overflow: hidden;
    width: 890px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.gallery-albom
{
    float: left;
    width: 280px;
    height: 187px;
    margin-left: 25px;
}

.catalog-list
{
    float: left;
    width: 210px;
    height: 140px;
    margin-left: 15px;
}

.gallery-albom:first-child, .catalog-list:first-child
{
    margin-left: 0px;
}
.one-albom, .one-albom .cover
{
    width: 280px;
    height: 187px;
    overflow: hidden;
    position: relative;
}

.catalog-one, .catalog-one .cover
{
    width: 210px;
    height: 140px;
    overflow: hidden;
    position: relative;
}

.one-albom .cover a, .catalog-one .cover a
{
    line-height: 0px;
}
.one-albom .cover a img
{
    width: 280px;
}
.catalog-one .cover a img
{
    width: 210px;
}
.albom-title, .catalog-title
{
    width: 280px;
    position: absolute;
    bottom: 0px;
    height: 25px;
    left:0px;
    background: url(/img/title-bg2.png);
    line-height: 25px;
    color: #212121;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.catalog-title
{
    width: 210px !important;
}

.albom-title a, .catalog-title a
{
    line-height: 25px;
    color: #212121;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}*/
/*.product-body
{
    width: 950px;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}


.product-body-left
{
    width: 210px;
    float: left;
    margin-left: 15px;
    margin-right: 25px;
}
.product-body-right
{
    width: 675px;
    overflow: hidden;
    margin-top: 8px;
}*/

/*.vmenu-up
{
    width: 210px;
    height: 16px;
    background: url(/img/left-bg-up.png) no-repeat;
}
.vmenu-mid
{
    width: 150px;
    background: url(/img/left-bg-mid.png) repeat-y;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 25px;
}
.vmenu-dwn
{
    width: 210px;
    height: 16px;
    background: url(/img/left-bg-dwn.png) no-repeat;
}

.vmenu-mid h3
{
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.vmenu-mid h3 a
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #303030;
}
.vmenu-mid h3 a:hover
{
    text-decoration: underline;
}

.prod-body
{
    width: 675px;
    overflow: hidden;
    margin-bottom: 30px;
}
.prod-body-img
{
    float: left;
    width: 250px;
    height: 159px;
}

.prod-body-img div
{
    overflow: hidden;
    width: 250px;
    position: relative;
    height: 159px;
}
.prod-body-img div a
{
    border: 0 none;
    line-height: 0;
}
.prod-body-img div a img
{
    height: 159px;
}

.prod-body-txt
{
    float: left;
    width: 325px;
    margin-left: 20px;
}

.prod-body-txt h2
{
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 25px;
}

.prod-body-price
{
    float: left;
    width: 70px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}
.prod-body-price h3
{
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    margin-top: 50px;
}


.footer-inner-body
{
    width: 1000px;
    overflow: hidden;
    text-align: left;
}
.footer-inner-body div
{
    width: 170px;
    float: left;
}
.footer-inner-body div h3
{
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: #9aacb8;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer-inner-body div p
{
    margin: 0px;
    padding: 0px;
}
.footer-inner-body div a
{
    color: #d0a6b4;
    text-decoration: none;
}
.footer-inner-body div a:hover
{
    text-decoration: underline;
}
.footer-inner-body div div
{
    float: none;
    background: none
}

.feedbacktitle
{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.line
{
    width: 287px;
    height: 43px;
    background: url(/img/inp-bg.png) no-repeat;
    border: 0 none;
    line-height: 43px;
    font-size: 12px;
    color: #303030;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}
.row
{
    width: 287px;
    height: 170px;
    background: url(/img/txtarea-bg.png) no-repeat;
    border: 0 none;
    font-size: 12px;
    color: #303030;
    font-weight: bold;
    padding: 15px;
}
.feedback
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.fb-link
{
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #9aacb8;
}

.fb-link:hover
{
    text-decoration: underline;
}
*/

/*pop up`s*/

.hidden {
    display: none;
  }

  #opaco {
     background-color: #000000;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 5;
   }
  

  #popup {
     background-color: #FFFFFF;
     position: fixed;
     /*width:300px;*/
     left:50%;
     top:50%;
     min-width: 300px;
     z-index: 7;
  }
.rent-form {
    border: 15px solid #c9c9c9;
    padding: 15px;
    position: relative;
  }

.rent-form h1
{
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}
.rent-form h2
{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 0px;
    padding: 0;
    margin-bottom: 10px;
}
.rent-form .input-type-text
{
    width: 260px;
}
.rent-form .input-textarea
{
    width: 260px;
    height: 80px;
}

.rent-price
{
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    text-align: right;
    color: #D46E3C;
    font-weight: bold;
}

