body
{
    font-family: Helvetica, Arial;
    color: #1c1c1c;
    font-size: 17px;
}

#main
{
    width: 1000px;
    margin: auto;
}

#top_bg
{
    background-color: #f8f8f8;
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

#top
{
    height: 150px;
    width: 100%;
    position: relative;
    width: 1000px;
    margin: auto;
}

#bottom_bg
{
    background-color: #f8f8f8;
    background-image: url(images/bg_bottom.png);
    background-repeat: no-repeat;
    background-position: center top;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    height: 200px;
}

#logo_main
{
    position: absolute;
    top: 5px;
    left: 10px;
}

#main_menu
{
    background-color: #613131;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    border-radius: 5px 5px 0px 0px;
}

#main_menu li
{
    float: left;
    color: #fff;
    border-right: 1px dashed #fff;
    line-height: 50px;
    font-size: 18px;
    position: relative;
}

#main_menu li.top:hover, #main_menu li.top.active, #main_menu li.top.hover
{
    background: rgb(222,222,222); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(255,255,255,1) 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,222,1)), color-stop(60%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(222,222,222,1) 0%,rgba(255,255,255,1) 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(222,222,222,1) 0%,rgba(255,255,255,1) 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(222,222,222,1) 0%,rgba(255,255,255,1) 60%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(222,222,222,1) 0%,rgba(255,255,255,1) 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 10;
    color: #000;
}

#main_menu li.top:hover .bar, #main_menu li.top.hover .bar
{
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 40px;
}

#main_menu li:last-child
{
    border-right: 0px;
}

#main_menu li a.top, #main_menu li span.top
{
    display: block;
    padding: 0px 20px;
    border: 1px solid transparent;
}

#main_menu li.homepage a
{
    padding: 0px 10px;
}

#main_menu li.homepage a img
{
    margin-top: 7px;
}

#main_menu li:hover .sub, #main_menu li.hover .sub
{
    display: block;
}

#main_menu li .sub
{
    position: absolute;
    top: 50px;
    left: -1px;
    border: 1px solid black;
    border-top: 0px;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 0px 15px #555;
    z-index: -10;
    display: none;
}

#main_menu li .sub li
{
    float: none;
    color: #000;
    font-size: 13px;
    line-height: 25px;
    border-bottom: 1px dashed #b2b2b2;
}

#main_menu li .sub a
{
    padding: 0px 20px;
}

#main_menu li .sub li:last-child
{
    border-bottom: 0px;
}

#main_menu li .sub li:hover
{
    background-color: #f3f3f3;
}

#main_menu li .sub li a
{
    display: block;
    height: 100%;
    width: 100%;
}

#quick_contact
{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 17px;
    line-height: 22px;
}

#quick_contact .left
{
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

#quick_contact .right
{
    float: right;
}

#quick_contact .right p.phone
{
    background-image: url(images/quick_contact_phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}

#quick_contact .right p.email
{
    background-image: url(images/quick_contact_email.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}

.column_left
{
    float: left;
    width: 220px;
}

.column_right
{
    float: right;
    width: 760px;
}
.sl147_column_right
{
    float: right;
    width: 1000px;
}

.panel h1
{
    font-family: 'Cuprum', sans-serif;
    font-size: 30px;
    color: #333;
    height: 50px;
    line-height: 50px;
    background-color: #f3f3f3;
    padding: 0px 10px;
    border-bottom: 1px dashed #333;
}

.panel .content
{
    padding: 20px 10px;
}

.panel .content img
{
    max-width: 100%;
}

.minigallery
{
    width: 100%;
    border-top: 1px dashed #333;
    padding-top: 10px;
    text-align: center;
}

.minigallery .img
{
    box-shadow: 0px 0px 5px #555;
}

.minigallery .thumb{
        display: inline-block;
    margin: 10px;
    text-align: center;
}

.catalog_categories .thumb, .product_element .thumb
{
    display: inline-block;
    margin: 10px ;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.minigallery .thumb .img
{
    width: inherit;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#slider_1
{
    border: 3px solid white;
    box-shadow: 0px 0px 15px #000;
    position: relative;
}

.slider_shadow
{
    background-image: url(images/slider_shadow.png);
    width: 781px;
    height:32px;
    margin-left: -10px;
}

#slider_1 .ls-bottom-slidebuttons
{
    position: absolute;
    width: 750px;
    height: 20px;
    bottom: -27px;
    left: 0px;
    text-align: center;
}

#slider_1 .ls-bottom-slidebuttons a
{
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(images/slider_inactive.png);
}
#slider_1 .ls-bottom-slidebuttons a.ls-nav-active
{
    background-image: url(images/slider_active.png);
}

.mainpage_panel h1
{
    background-color: inherit;
}

.mainpage_panel .content
{
    padding: 20px 0px;
}

.panel .content ul li
{
    list-style-image: url(images/list.png);
    margin: 20px 0px 20px 50px;
    padding-left: 5px;
}
.panel .content .icon
{
    box-shadow: 0px 0px 5px #555;
    float: left;
    margin: 0px 20px 20px 0px;
}

#mainpage_news .news_element
{
    width: 295px;
    padding: 10px 20px;
    border-right: 1px dashed #333;
    float: left;
    height: 320px;
    overflow: hidden;

}

#mainpage_news .news_element:nth-child(3n)
{
    border-right: none;
    padding-right: 10px;
}

#mainpage_news .news_element:nth-child(3n-2)
{
    padding-left: 10px;
    clear: both;
}

#mainpage_news .news_element h5
{
    font-family: 'Cuprum', sans-serif;
    color: #333;
    font-size: 18px;
    min-height: 45px;
    margin-bottom: 10px;
    padding-left: 10px;
}

#mainpage_news img
{
    box-shadow: 0px 0px 10px #555;
    margin-bottom: 10px;
}

#mainpage_news .text
{
    font-size: 14px;
    color: #1c1c1c;
}

#news_list .news_element, #gallery_list .gallery_element
{
    width: 740px;
    padding: 10px;
    margin-top: 20px;
}

#news_list .news_element:nth-child(odd), #gallery_list .gallery_element:nth-child(odd)
{
    background-color: #f3f3f3;
}

#news_list .news_element img, #gallery_list .gallery_element img
{
    float: left;
    box-shadow: 0px 0px 10px #555;
    margin-right: 20px;
}

#news_list .news_element h2, #gallery_list .gallery_element h2
{
    color: #333;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    border-bottom: 1px dashed #333;
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

#news_list .news_element .text, #gallery_list .gallery_element .text
{
    width: 100%;
    float: left;
}
#news_list .news_element .text.wide
{
    width: 425px;
}

#gallery_list .gallery_element .text.wide
{
    width: 560px;
}

#news_list .news_element .text .more, #gallery_list .gallery_element .text .more
{
    text-align: right;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
}

.pagination
{
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
}

.pagination img
{
    margin: -8px 5px 0px 5px;
}

.pagination a.page, .pagination span
{
    font-size: 17px;
    border: 1px solid #333;
    height: 24px;
    min-width: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    padding: 0px 2px;
    margin: 0px 3px;
}

.pagination a.page:focus
{
    margin: 0px;
    padding: 0px;
    overflow: auto;
}
.pagination span
{
    color: #fff;
    background-color:#333;
}

.pagination a.page:hover
{
    box-shadow: 0px 0px 10px #555;
}

.form_contact, .form_product
{
    margin-right: -10px;
    float: right;
    color: #333;
    width: 300px;
    background-color: #f3f3f3;
    padding: 10px 20px;
    margin-top: 25px;
}

.form_contact .success, .form_product .success
{
    color: #fff;
    background-color: #9dc504;
    text-align: center;
    margin-top: 20px !important;
    padding: 5px 0px;
}

.form_product
{
    margin: 10px;
}


.form_contact .form_title
{
    margin-top: -35px;
    font-size: 17px;
    font-weight: bold;
}

.form_product .form_title
{
    display: none;
}

.form_contact label, .form_product label
{
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.form_contact label:first-of-type, .form_product label:first-of-type
{
    margin-top: 20px;
}

.form_contact input, .form_contact textarea, .form_product input, .form_product textarea, .form_product select, .form_contact select
{
    width:290px;
}

.form_contact textarea, .form_product textarea
{
    height: 100px;
}

.form_contact input[type="checkbox"], .form_product  input[type="checkbox"]
{
    width: auto;
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}

.form_contact input[type="submit"], .form_product  input[type="submit"]
{
    width: 145px;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    float: right;
    cursor: pointer;
    margin-top: 10px;
}

.form_contact span.required, .form_product span.required
{
    margin-left: 5px;
    color: red;
}

.form_contact .ajax_loader, .form_product .ajax_loader
{
    margin: 8px 20px 0px 20px;
    display: none;
}

.form_contact .error, .form_product .error
{
    font-size: 11px;
    color: red;
}

input, textarea, select
{
    background-color: #fff;
    color: #333;
    border: 1px solid #a9a9a9;
    font-size: 15px;
    padding: 5px;
}

.files
{
    font-family: 'Armata', sans-serif;
    font-size: 12px;
}

.files table
{
    width: 550px;
    margin: 10px auto;
}
.files table td
{
    height: 40px;
    vertical-align: middle;
}
.files table td:first-child
{
    width: 480px;
    padding-left: 20px;
}

.files table tr
{
    border-bottom: 1px solid #b2b2b2;
}

.files table tr:last-child
{
    border: 0px;
}

.categories_title
{
    width: 200px;
    height: 40px;
    background-image: url(images/categories_title.png);
    font-size: 17px;
    color: #fff;
    padding: 5px 10px;
}

.categories_menu
{
    margin-bottom: 40px;
}

.categories_menu .cat
{
    background-color: #b2b2b2;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    border-bottom: 1px dashed #333;
}
.categories_menu .cat:first-child
{
    margin-top: 0px;
}

.categories_menu .cat a
{
    display: block;
    width: 200px;
    height: 100%;
    padding: 3px 10px;

    -moz-transition-property: background-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;

    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;

    -o-transition-property: background-color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease;

}

.categories_menu .cat a:hover
{
    background-color: #333;
}

.categories_menu .subcat
{
    background-color: #f3f3f3;
    font-size: 13px;
    border-bottom: 1px dashed #fff;
    display: none;
}

.categories_menu .subcat.show
{
    display: block;
}

.categories_menu .subcat a
{
    padding: 5px 15px;
    display: block;
    width: 190px;
    height: 100%;

    -moz-transition-property: background-color, color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;

    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;

    -o-transition-property: background-color, color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease;
}

.categories_menu .subcat a:hover, .categories_menu .subcat.current a
{
    background-color: #b2b2b2;
    color: #fff;
}

.category_image
{
    float: left;
    margin: 0px 20px 20px 0px;
}

.category_text
{
    border-bottom: 1px dashed #333;
    padding-bottom: 20px;
}

.catalog_categories
{
    height: 270px;
    width: 230px;
    float: left;
    margin: 20px 20px 0px 0px;
    position: relative;
}

.catalog_categories:nth-child(3n)
{
    margin-right: 0px;
}

.catalog_categories .category_title
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    background-color: #f3f3f3;
    color: #121212;
    width: 220px;
    font-size: 17px;
}

.catalog_categories:hover .category_title, .product_element:hover .product_title
{
    background-color: #333;
    color: #fff;
}

.product_element
{
    height: 240px;
    width: 175px;
    float: left;
    margin: 20px 20px 0px 0px;
    position: relative;
}

.product_element .product_title
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    background-color: #f3f3f3;
    color: #121212;
    width: 165px;
    font-size: 14px;
    min-height: 60px;
}

.product_left
{
    width: 350px;
    float: left;
}

.product_right
{
    width: 350px;
    float: right;
}

.product_price
{
    width: 223px;
    height: 36px;
    background-image: url(images/price.png);
    margin-bottom: 20px;
    color: #fff;
    padding: 8px 15px;
    font-size: 18px;
}

.product_price span
{
    margin-left: 20px;
    font-size: 26px;
}

.product_attributes
{
    font-size: 18px;
}

.product_attributes tr
{
    border-bottom: 1px dashed #333;
}

.product_attributes td
{
    height: 35px;
    padding: 0px 10px;
}

.product_attributes tr:last-child
{
    border-bottom: 0px;
}

.product_attributes tr:nth-child(even)
{
    background-color: #f3f3f3;
}

.product_attributes td:first-child
{
    font-weight: bold;
}

.product_minigallery .minigallery .thumb
{
    float: left;
}

.product_minigallery .minigallery
{
    border-top: 0px;
}

.product_ask
{
    width: 330px;
    height: 90px;
    padding: 10px;
    background-color: #f3f3f3;
    font-size: 16px;
    position: relative;
}

.product_ask p
{
    margin: 0px !important;
    padding: 0px !important;
}

.product_ask p.email
{
    font-size: 14px;
}

.product_ask p.phone
{
    font-size: 14px;
    margin-top: 15px !important;
}

.product_ask .product_ask_button
{
    width: 96px;
    height: 34px;
    position: absolute;
    bottom: 10px;
    right: 0px;
    color: #fff;
    cursor: pointer;
    background:  #ff7200 url(images/ask.png) 10px center no-repeat;
    font-size: 14px;
    padding: 3px 10px 3px 60px;
}

.product_ask .product_ask_button:hover
{
    background-color: #9dc504;
}

#form_product
{
    display: none;
}

.box
{
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 6px #666;
}

.box .box_title
{
    background-color: #f3f3f3;
    font-size: 15px;
    color: #1b1b1b;
    padding: 3px 10px;
    font-weight: bold;
    border-bottom: 1px dashed #1b1b1b;
}

.box .box_content
{
    font-size: 13px;
    padding: 10px;
}

.box .button
{
    display: inline-block;
    padding: 10px;
    background-color: #9dc504;
    color: #fff;
}

.box .button:hover
{
    background-color: #333;
}

.box hr
{
    margin: 10px -10px;
    border: 0px;
    border-bottom: 1px dashed #1b1b1b;
    display: block;
}

#copy_container
{
    width: 960px;
    margin: auto;
}
#copyrights
{
    text-align: right;
    line-height: 40px;
    font-size: 14px;
    margin-top: 30px;
}

#copyrights img
{
    margin-bottom: -7px;
}

.form_upload
{
    display: inline-block;
    text-align: right;
    border: 1px solid #A9A9A9;
    background-color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
}