*{
    margin:0;padding:0;list-style: none;
}
img{
    border: none;    
}
body{
    background: url("../img/bg-body.jpg") repeat scroll 0 0 transparent;
    font-family: helvetica,georia,arial;
    overflow: visible;
    color: #6A5E4C;
}
a{
    color: #333333;
    text-decoration: none;
}
hr{
    border:none;
    border-color: #642216;
    border-style: solid;
    border-width: 1px 0 0;
}
.full-width{
    width: 960px;
    margin: 0 auto;
}
.clearfix{
    clear: both;
}

.page-header{
    /*background: url('../img/bg-header.jpg');*/
    /*background-color:white;
    background: url('../img/bg-linen.jpg');*/
    height: 99px;
    overflow: hidden;
}
/*==========MAIN MENU (.TOP-MENU)============*/
ul.top-menu li{
    cursor: pointer;
    float: left;
    height: 88px;
    list-style: none outside none;
    margin-left: -2px;
    position: relative;
    z-index: 10;
}
ul.top-menu li:hover{
    background: rgba(255,255,255,0.6);
}
ul.top-menu li.active{
    background: rgba(0,0,0,0.6);
    border-bottom:2px solid #211E20;
}
ul.top-menu li.active .arrow{
    position: relative;
    bottom:-8px;
    height: 22px;
    background: url('../img/gfx-nav-pointer.png') no-repeat top center;
    width: 100%;
}
ul.top-menu li.active a{
    color: #EED1AB !important;    
}
ul.top-menu a{
    border-right: 2px solid #544636;
    display: block;
    height: 70px;
    margin: 9px 0 0;
    padding: 0 10px;
    font-size: 17px;
    letter-spacing: 0px;
    text-shadow: 0 0px -1px rgb(0,0,0);
}
ul.top-menu span{
    display: block;
    height: 26px;
    overflow: hidden;
    position: relative;
    top: 20px;
}
/**========SUB MENU=============*/
.page-sub-menu{
    background: url("../img/bg-nav-local.jpg") repeat-x scroll 0 0 transparent;
    box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.5);
    height: 38px;
    min-width: 960px;
    padding-bottom: 6px;
    position: relative;
    text-align: center;
    z-index: 20;
}
.sub-menu{
    padding-top: 10px;
}
.sub-menu li{
    background: url("../img/bg-nav-item.jpg") repeat-x scroll 0 0 transparent;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    display: inline;
    height: 24px;
    letter-spacing: 0;
    padding: 4px 0;
    margin-bottom:0 10px;
}
.sub-menu li.active,.sub-menu li:hover {
    background-position: 0 -24px;
}
.sub-menu a{
    padding:4px 10px;
}
.sub-menu a span{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.sub-menu a:active{
    color: #2C2C2E;
    outline: medium none;
    padding: 4px 10px;
    text-decoration: none;
}
/*=============PAGE CONTENTS==============*/
.page-contents{
    background: url('../img/bg-main.jpg') no-repeat 50% 0 #1F0C05 !important;
    box-shadow: 0 40px 80px 10px rgba(0, 0, 0, 0.2);
    /*background-color: rgba(255,255,255,0.3);*/
    font-size: 62.5%;
    min-height: 280px;
    overflow: hidden;
    box-shadow: 2px 0px 0px 13px rgba(0, 0, 0, 0.9);
}
.page-contents>div{
    /*box-shadow: 0 0 47px 13px rgba(0, 0, 0, 0.9);*/
}
#content-container{
    background: url('../img/bg-linen.jpg');
    padding:20px;
    min-height: 290px;
    color: #2F2E2A;
}
/*=============PAGE FOOTER==============*/
.page-footer{
    /*background: url("../img/gfx-top-wood-bar.jpg") repeat-x scroll 0 0 transparent;*/
    background: url("../img/bg_ft.jpg") repeat-x scroll 0 0;
    padding-top: 20px;
    position: relative;
    color: #ccc;
}
.page-footer ul {
   text-align: center;
}
.page-footer li{
    
}
.page-footer li:first-child {
    border-left: 0 none;
}
.page-footer li {
    border-left: 1px solid #4E4130;
    display: inline-block;
    list-style: none outside none;
    padding: 0 1%;
}
.page-footer li a, 
.page-footer li a:visited {
    font-size:85%;
    font-weight: 600;
    font-family: futura-pt-1,futura-pt-2,sans-serif;
    text-transform: uppercase;
    
    /*color: #320905;
    text-shadow: -1px -1px #666,0.3px 0.3px #320905;*/
}
.page-footer li a:hover{
    color: #fff;
}
.page-footer a, .page-footer a:visited{
    color: #ccc;
    text-decoration: none;
}
.page-footer .flogo{
    text-transform: uppercase;
    letter-spacing: 2px ;
    font-size:15px;
    float: left;
}
.page-footer .local-address{
    margin-left:55px;
    text-align: right;
    line-height: 35px;
    font-size: 13px;
}
.page-footer .flogo,.page-footer .local-address{
    padding:10px 0;
}
.page-footer .copyright{
    font-size:80%;
}
.page-footer .copyright .share{
    float: left;
}
.page-footer .copyright{
    text-align: center;
    line-height: 30px;
}

/*==============
    PRODUCT LIST 
====================*/
.product-list{
    width: 74%;
    float: right;
}
.product-list *{
    transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    
}
.product-list li{
    float: right;
    width:31%;
    overflow: hidden;
    margin:1%;
    overflow: hidden;
    position: relative;
}
.product-list li:hover{    
    opacity: 1.0;
    box-shadow: 0 0 15px -2px rgba(0,0,0,0.8);
    -o-box-shadow: 0 0 15px -2px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 15px -2px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 15px -2px rgba(0,0,0,0.8);
}
.imgbox{
    border:1px solid #999;
    background: white;
}
.imgbox:hover{
    border:1px solid #555;
}
.imgbox .img{
    margin:5px;
    overflow: hidden;
    height: 250px;
}
/* Quicklook */
#ql-btn{
    width: 100%;height:130px;    
}
#ql-btn #btn-ql{
    display: block;
    width: 86px;
    height: 22px;
    background-image: url('../img/btn-quicklook-off.png');
    background-repeat: no-repeat;
    background-position: top center;
    margin-left: 55px;
}
#ql-btn #btn-ql:hover{
    background-image: url('../img/btn-quicklook-on.png');
    -moz-box-shadow: 0 0 5px 5px #f9f9f9;
    -webkit-box-shadow: 0 0 5px 5px #f9f9f9;
    box-shadow: 0 0 5px 5px #f9f9f9;
}
/* P info */
.product-list .p-info{
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
    display: none;
} 
.product-list>li:hover .p-info{
    display: block;
}
.product-list .p-info *{    
    color: white;
}
.product-list .p-info .pad{
    padding:5px 10px;
    line-height: 20px;
}
.product-list .p-info .quickview{
    position: absolute;
    right: 10px;
    bottom: 6px;
}
.product-list .p-info .quickview,.product-list .p-price{
    font-size: 120%;
}
.product-list .p-info .shadow{
    height: 1px;
    box-shadow: 1px 0 60px 33px #000000;
    -moz-box-shadow: 1px 0 60px 33px #000000;
    -o-box-shadow: 1px 0 60px 33px #000000;
    -webkit-box-shadow: 1px 0 60px 33px #000000;
}
.product-list .p-info a{
    text-decoration: none;
}
.product-list .p-info a:hover{
    text-decoration: underline;
}
/*=================
    PRODUCT MENU LEFT
========================*/
.pd-menu{
    float: left;
    width: 26%;
    margin-top: 0.8%;
    
}
.pd-menu .menu-sub{
    background-color: ;
    margin-bottom: 5%;
    border: 1px solid #593B1C;
    padding-bottom: 3%;
}
.pd-menu .menu-sub h2{
    background: url("../img/bg-nav-local.jpg") repeat-x scroll 0 0 transparent;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
    padding: 5px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 17px;
}
.pd-menu .menu-sub li{
    margin-top: 3px;
    padding: 2px 5px 2px 20px;
}
.pd-menu .menu-sub li a,.pd-menu .menu-sub li a:active{
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.pd-menu .menu-sub li a:hover{
    text-decoration: underline;
    color: #000;
}
#pd-type li{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#pd-type li a{
    padding-right: 0;
    display: block;
    padding-top: 5px;
}
#pd-type li a span{
    display: inline-block;
    width: 30px;
    font-size: 10px;
    color: #777;
    text-align: left;
    padding-left: 10px;
}
#pd-type li h3{
    color: #6B3F08;
    font-size: 13px;
}
/*=================
    PRODUCT DETAIL
========================*/
.nyroModalLink .product-detail{
    width:920px;
    padding:20px;
}
.product-detail .info *{
    transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
}
.product-detail .p-imgs{
    float: left;
    width: 57%;
}
.product-detail .p-wrap{
    margin-left:60%;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.product-detail .info .tab-bar > .item{
    line-height: 25px;
    display: inline;
    padding:5px 10px;
    border: 1px solid #999;
    cursor: pointer;
    background: #EDEAE2;
}
.product-detail .info .tab-bar > .item:hover{
    background: #E8E3D4;
}
.product-detail .info .tab-bar > .item.active{
    border-bottom:1px solid white;
    padding-top:10px;
    margin-top:-5px;
    background: white;
}
.product-detail .info .tab-content{
    border: 1px solid #999;
    margin-top:1px;
    background: white;
    padding:20px 10px;
}
.product-detail .info .tab-content>.item{
    display: none;
    max-height: 168px;
    overflow: hidden;
    overflow-y: auto;
    -moz-box-shadow: 0 0 13px 5px rgb(234,234,234) inset;
    -webkit-box-shadow: 0 0 13px 5px rgb(234,234,234) inset;
    -o-box-shadow: 0 0 13px 5px rgb(234,234,234) inset;
    box-shadow: 0 0 13px 5px rgb(234,234,234) inset;
    padding:10px;
}
.product-detail .info .tab-content>.item.active{
    display: block;
}

.fs80>a{
    font-size: 80%!important;
}