/*
================================================
    Reset v 2.1 [s3-mod]
================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul, menu {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sub, sup {
    font-size: 65%;
    line-height: 1;
    vertical-align: baseline;
}
sup {
    vertical-align: top;
}
sub {
    vertical-align: bottom;
}

/* Elements of Form */
input:focus, textarea:focus, select:focus {
    outline: none;
}
input, select, button {
    vertical-align: baseline;
}
textarea {
    resize: vertical;
    min-height: 100px;
    max-width: 100%;
    overflow: auto;
}
textarea, select[multiple] {
    vertical-align: top;
}
input[type="color"] {
    vertical-align: middle;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0 4px;
}

/* Pablex Object */
object video {
    display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    object video {
        display: block !important;
    }
}


/*
================================================
    Default Tags Properties
================================================
*/
h1, h2, h3, h4, h5, h6,
hr, p, ul, ol {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul, ol {
    margin-left: 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}


/*
================================================
    Selectors Utility
================================================
*/
.row-vspace {
    margin: 20px 0 !important;
}

.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}
.show {
    display: block !important;
}

.invisible {
    visibility: hidden !important;
}
.visible {
    visibility: visible !important;
}

.fixed {
    position: fixed !important;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

.clear-both {
    clear: both !important;
}

/* Tables */
table.table0 td,
table.table1 td,
table.table2 td,
table.table2 th {
    padding: 5px;
    border: 1px solid #cecece;
    vertical-align: top;
}
table.table0 td {
    border: none;
}
table.table2 th {
    padding: 8px 5px;
    background: #e15344;
    border: 1px solid #e15344;
    border-bottom: 1px solid #cecece;
    font-weight: normal;
    text-align: left;
}

/* Clear Container */
.clear-container {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    clear: both;
    width: 100%;
    height: 0;
}


/*
================================================
    Design Styles
================================================
*/
html, body {
    position: relative;
    height: 100%;
    min-width: 980px;
}
html {
    overflow-y: scroll;
}
body {
    background:#8c0605 url(site_bg2.jpg) 50% 0 no-repeat fixed;
    background-size:100% 100%;        
    font: normal 13px Arial, Helvetica, sans-serif;
    text-align: left;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font: inherit;
    line-height: 1;
    font-weight: normal;
}
h4, h5, h6 {
    line-height: normal;
    font-weight: bold;
}
h1 {font-size: 24px; margin: 10px 0;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5, h6 {font-size: 16px;}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {margin-top: 0;}

a {outline: none; color: #fff;}
a:hover {text-decoration: none;}

a img {border-color: #000;}


.body-bg {
    position: fixed;
    width: 200%;
    height: 100%;
    top: 0;
    left: -50%;
    z-index: -1;
    min-width: 980px;
    *width: 100%;
    *height: 100%;
    *top: 0;
    *left: 50%;
    *margin-left: -50%;
    *zoom: 1;
}
.body-bg img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto auto;
    min-width: 50%;
    min-height: 100%;
    *width: 100%;
    *min-height: 100%;
}


.wrapper {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto -157px;
    position:relative;
}
.wrapper_in {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background:#020202;
    z-index: -1;
}
/*
.wrapper .clear-top {
    background-color: #cd950c;
    height: 4px;
}
*/
.wrapper .clear-bot {
    height: 200px;
}


/* ***** Header ***** */
header {
    width: 960px;
    min-height: 286px;
    margin: 0 auto;
}
header p {
    padding: 0;
    margin: 0;
}
header .pull-left {
    width: 210px;
    float:right !important;  
    padding: 116px 6px 10px 10px;
}
header .pull-right {
    width: 211px;
    float:left !important;    
    padding: 144px 37px 10px 0;
}


/* ***** Content ***** */
.content {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
.content .sidebar,
.content .textbody {
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.content .sidebar {
    width: 220px;
    padding: 20px 0;
}
.content .textbody {
    padding: 20px 0 50px 30px
}


/* ***** Footer ***** */
footer {
    width: 960px;
    min-height: 120px;
    margin: 0 auto 0;
    padding-bottom:0;
    font-size: 11px;
    position:relative;
}
footer p {
    padding: 0;
    margin: 0;
}
footer > aside {
    width: 960px;
    margin: 0 auto;
    background:#440000 url(foot_bg2.png) 0 0 repeat-x;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    min-height: 120px;
    color: #fff;
}
footer > aside a {
    color: #fff;
}

footer > aside .pull-left {
    width: 210px; width: 420px;
    padding: 20px 28px 10px 12px;
}
footer > aside .pull-right {
    width: 300px; width: 200px;
    padding: 20px 10px 10px 30px;
    text-align: right;
}


/* ***** Cart Preview ***** */
#shop2-cart-preview {
}

.cart-preview {
    padding: 6px 6px 0 6px;
    background: url(opacity-20.png) 0 0 repeat;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    max-width: 1000px;
    height: 48px;
    margin: 0 auto;
    text-align: left;
    cursor: default;
}
.cart-preview .cart-title {
    background: #222 url(cart-icon.png) 20px 50% no-repeat;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    min-width: 115px;
    height: 48px;
    float: left;
    padding: 0 10px 0 65px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
}
.cart-preview .cart-body {
    overflow: hidden;
    background: #e15344;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #ffcac4;
}
.cart-preview .cart-body ul,
.cart-preview .cart-body li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cart-preview .cart-body ul {
    float: right;
}
.cart-preview .cart-body li {
    border-right: 1px solid #e77569;
    padding: 0 20px;
    float: left;
}
.cart-preview .cart-body li span,
.cart-preview .cart-body li strong {
    color: #fff;
}

.cart-preview .cart-body li.order-btn {
    border: none;
    width: 128px;
    height: 24px;
    padding: 12px 10px;
}
.cart-preview .cart-body li.order-btn a {
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 128px;
    height: 24px;
    background: url(order-btn.png) 0 0 no-repeat;
    text-indent: -1000%;
    text-decoration: none;
}
.cart-preview .cart-body li.order-btn a:hover {
    background-position: 0 -30px;
}
.cart-preview .cart-body li.order-btn a:active {
    background-position: 0 -60px;
}




/* ***** Blocks in Header ***** */
/* Login Top */
.login-top {
    font-size: 11px;
    color: #999;
    padding-bottom: 20px;
}
.login-top a {color: #999;}
.login-top a:hover {color: #e15344;}

/* Company Desc */
.company-desc {
    font-size: 17px;
    color: #cd950c;
        font-style:italic;
}
.company-desc p {margin:0; padding:0;}
/* Phone Top */
.phone-top {
    float: right;
}
.phone-top .phone-title {
    font-size: 11px;
    color: #eeb422;
}
.phone-top .phone-body {
    font-size: 24px;
    color: #ffffff;
    position: relative;
}

/* Company Name */
.company-name {
    overflow: hidden;
    min-height: 36px;
    padding: 50px 0 5px;
    text-align: center;
}
.company-name .text {
    font-family: Georgia, 'Times New Roman', times;
    font-size: 30px;
    font-style: italic;
    color: #222;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.company-name .text .logo {}
.company-name .text .logo a img {border:none !important;}

header .logo {position:absolute; left:199px; top:7px; padding:28px 64px 17px 71px; width:479px; height:234px; background: url(logo_2.png) 0 0 no-repeat;}
header .logo a {display:block;  width:479px; height:234px;}

.company-name .double-solid {
    line-height: 0;
    font-size: 0;
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    height: 4px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 4px;
}
.company-name .vertical-align {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 66px;
    width: 0;
    vertical-align: middle;
    line-height: 0;
    font-size: 0;
}

/* Nav Top */
.nav-top,
.nav-top li,
.nav-top ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.nav-top {
    width: 960px;
    margin: 0 auto;
    min-height: 40px;
    text-align: left;
    color: #fff;
}

.nav-top ul {
    text-align: left;
}
.nav-top ul li {
    vertical-align: top;
    background:url(mt_li.png) 100% 50% no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.nav-top ul li a {
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 6px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}
.nav-top ul li a:hover,
.nav-top ul li a.active {
    text-decoration: underline;
}

.nav-top ul li.home {
    border: none;
}
.nav-top ul li.home a {
    padding: 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    background-color: #e15344;
    text-decoration: none;
}

/* Search Top */
.search-top {
    float: right;
    width: 210px;
    height: 22px;
    display: inline;
    margin: 9px 10px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.search-top input {
    border: none;
    background: none;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font: inherit;
}
.search-top input[type="text"] {
    float: left;
    width: 180px;
    padding: 3px 0 4px 8px;
    text-align: left;
    font-size: 12px;
    color: #999;
}
.search-top input[type="text"]:focus {
    color: #000;
}
.search-top button,
.search-top input[type="button"],
.search-top input[type="submit"] {
    background: url(search-icon.png) 50% 50% no-repeat;
    cursor: pointer;
    width: 22px;
    height: 22px;
    float: right;
    text-indent: -1000px;
}




/* ***** Blocks in Sidebar ***** */
/* Nav Main */
.nav-main,
.nav-main li,
.nav-main ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.nav-main {
    width: 220px;
    padding:0;
    margin-bottom: 20px;
}
.nav-main li {
    padding:0 0 1px;
}
.nav-main li a {
    display: block;
    cursor: pointer;
    line-height: normal;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background:#450000 url(ml_a.png) 0 0 repeat-x;

    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px; 
    border-radius:2px;
    behavior:url(/g/pie//pie.htc);
    position:relative; 
}
.nav-main li a:hover,
.nav-main li a.active {
    color:#d1af5e;    
    text-decoration: none;
    background:#450000 url(ml_a.png) 0 0 repeat-x;
}

.nav-main li a:active {background:#450000 url(ml_ac.png) 0 0 repeat-x;}
.nav-main li span {
    display: block;
    line-height: normal;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background:#ce960c url(ml_a.png) 0 0 repeat-x;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px; 
    border-radius:2px;
    behavior:url(/g/pie//pie.htc);
    position:relative; 
}
.nav-main li li {
    margin:0 12px;
    background:url(ml_l2.png) 50% 0 no-repeat;
}

.nav-main li li a {
    padding: 4px 12px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    background:none;
    box-shadow:none;
}
.nav-main li li a:hover,
.nav-main li li a.active {
    text-decoration: underline;
    color:#ffffff;
    background:none;
}
.nav-main li li a:active {background:none; color:#ffffff;}

.nav-main ul ul {
    padding-left: 12px;
    border-bottom: 0 solid #e9e9e9;
}

.nav-main li li li a {
    border: none;
    font-size: 12px;
}

/* Block Text */
.block-text {
    margin: 60px 0 20px;
    width: 220px;
    text-align: left;
}

.block-text .block-title {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #450000 url(bl_title.png) 0 100% repeat-x;
    padding: 8px 13px;
    font-size: 15px;
    color: #ffffff;
    position:relative;
}

.block-text .block-body {
    padding: 10px 9px 9px 11px;
    font-size: 14px;
    color: #fff;
}
.block-text .block-body p {
    margin: 10px 0;
}

/* Block News */
.block-news {
    margin: 20px 0;
    width: 220px;
    text-align: left;
}

.block-news .block-title {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #450000 url(bl_title.png) 0 0 repeat-x;

    position: relative;
    padding: 8px 13px;
    font-size: 17px;
    color: #fff;
}

.block-news .all-news {
    font-size: 11px;
    color: #fff;
}

.block-news .block-body {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-width: 0 1px 1px 1px;
    padding: 0 9px;
    font-size: 12px;
}

.block-news article {
    padding: 10px 0;
}
.block-news article time {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: bold;
}

/* Block Informers */
.block-informers {
    margin: 20px 0;
    padding: 0 10px;
    width: 200px;
    text-align: left;
    font-size: 11px;
    color: #c2b1b5;
}
.block-informers .block-title {
    font-size: 22px;
    margin-bottom: 5px;
}




/* ***** Blocks in Content ***** */
/* Slider */
.slider {
    position: relative;
    width: 682px;
    margin: 20px auto;
    overflow:hidden;
    padding: 8px 11px 8px 11px;
    background: url(sl-bg.png) 0 0 no-repeat;
}
.slider:first-child {
    margin-top: 0;
}
.slider-container {
    overflow: hidden;
    width: 681px;
    height: 349px;   
}
.slider-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 99999px;
    height: 375px;
}
.slider-container ul li {
    float: left;
    width: 710px;
    height: 375px;
}
.slider-container ul li a {
    display: block;
}
.slider-container ul li img {
    border: none;
    display: block;
    width: 710px;
    height: 375px;
}

.slider .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 28px;
    height: 60px;
    background: url(slider-controllers.png) no-repeat;
    cursor: pointer;
}
.slider .next-slide {
    right: 0;
    background-position: 100% 0;
}
.slider .prev-slide {
    left: 0;
    background-position: 0 0;
}

/* Site Path */
.site.path {
    font-size: 11px;
    color: #a0a0a0;
    margin: 10px 0;
}
.site.path:first-child {
    margin-top: 0;
}

/* Block Novelty */
.block-novelty {
    margin: 20px 0;
}
.block-novelty .block-title {
    background: #d6d6d6 url(block-title.png) 0 0 repeat-x;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 10px 12px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.block-novelty .all-novelty {
    font-size: 11px;
    font-weight: normal;
}

.block-novelty .block-body {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}




/* ***** Blocks in Footer ***** */
/* Sitename */
.sitename {
    padding: 0 0 20px 0;
    font-size: 11px;
    text-align: left;
}

/* Shared Bot */
.shared_bot {
    font-size: 11px;
}
.shared_bot .title {
    margin: 0 0 4px 0;
}

/* Contacts Bot */
.contacts-bot {
    float: left;
    width: 250px;
    padding: 20px 0 10px 0;
}

/* Copy */
.copy {
    background: url(mega.png) 100% 0 no-repeat;
    float: right;
    margin: 0 0 20px 0;
    min-height: 32px;
    padding: 2px 40px 0 0;
    width: 153px;
    text-align: right;
    font-size: 11px;
}
.copy span[style] {
    font-size: 11px !important;
}
.copy a {
    display: block;
    color:#fff;
}

/* Counters Bot */
.counters-bot {
    clear: both;
    text-align: right;
}
.counters-bot img {
    border: none;
}

.no-move-close .highslide-header .highslide-move,
.no-move-close .highslide-header .highslide-close  {
    display: none;
}
/*--------------------------------------------*/


.gr-form {border:1px solid #4e363c !important;}
.gr-form .gr-head {color:#c2b1b5 !important;}



/*--------------------------------------------*/


/* Shop cart -------------------------- */
#cart {
    padding:0;
    margin:0 0 15px;
    background: url(cart_bg_2.png) left top no-repeat;
    height:87px;
    width:220px;
    behavior:url(/g/pie//pie.htc);
    position:relative;
}			
.cart-text {
    font:normal 13px/19px Arial, Helvetica, sans-serif;
    color:#fff;
    padding:9px 0 0 50px;
    display:block;
}			
#cart_total_amount,
#cart_total,
.cart_total {
    display:inline-block;
    padding:0;
}
.cart_total_main {
    font-size:22px;
    color:#ffffff;
    font-weight:bold;
    width:135px;
    float:left;
    display: block;
    padding-top: 10px;
}
.cart_total_main > .cart_total {
    font-size:13px;
    color:#ffffff;
    font-weight:normal;
}
.cart-text p {
    margin:0;
}
.order {
    display:block;
    padding-top:10px;
    float: left;
}
.order a {
    width:21px;
    height:19px;
    display:block;
    background:url(order_bg.png) 0 0 no-repeat;
    font-size:0;
}
.order a:hover {background:url(order_bg.png) -41px 0 no-repeat;}
.order a:active {background:url(order_bg.png) -82px 0 no-repeat;}

/*--------------------------------------------*/


.main_bg_title {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    -khtml-border-radius:3px 3px 0 0; 
    border-radius:3px 3px 0 0;
    behavior:url(/g/pie//pie.htc);
    position:relative;
    background:#450000 url(main_bg_title.png) 0 0 repeat-x;
    font-size:17px;
    color:#ffffff;
    font-weight:bold;
    text-transform:uppercase;
    padding:12px 14px;
}


/*--------------------------------------------*/