html {
    
}

body {
    padding: 0px;
    font-size: 62.2%;
    font-family: "Open Sans","sans-serif";
    background: #ffffff url("bg.jpg");
}

a {

}

a:hover {

}

.outline {
    overflow: hidden;
    margin: 15px 30px;
}

#header {
    
}

#header .container {
    background: #fafafa url("header/bg.png") bottom center repeat-x;
}

#header h1 {
    color: #4d4944;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#header h1 span {
    color: #a6bb41;
}

#header .module.custom {
    float: left;
}

#header .module.menu {
    float: right;
}

#header .module.menu ul {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#header .module.menu ul li {
    float: left;
    margin-right: 13px;
}

#header .module.menu ul li a {
    color: #6A655E;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
}

#header .module.menu ul li a:hover {
    color: #93ad14;
}

#nav {

}

#nav .container {
    background: #e9e9e9 url("nav/bg.png");
}

#nav .outline {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #726b65;
}

#nav .module.menu,
#nav .module.category-tree-menu {
    float: left;
}

#nav .module.menu ul,
#nav .module.category-tree-menu ul {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#nav .module.menu ul li,
#nav .module.category-tree-menu ul li {
    float: left;
}

#nav .module.menu ul li a,
#nav .module.category-tree-menu ul li a {
    display: block;
    padding: 14px 19px 16px 20px;
    color: #fafafa;
    font-size: 1.2em;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid #B6B4B1;
}

#nav .module.menu ul li a:hover,
#nav .module.category-tree-menu ul li a:hover {
    background: #93ad14;
}

#nav .module.menu ul li ul,
#nav .module.category-tree-menu ul li ul {
    display: none !important;
}

#nav .module.search-form {
    float: right;
    margin-top: 10px;
    width: 200px;
}

#nav .module.search-form h3 {
    display: none;
}

#nav .module.search-form form {
    margin: 0px;
}

#nav .module.search-form form div {
    float: left;
}
div.module.search-form button { position:relative; top:-5px; }  
#nav .module.search-form form input.text {
    width: 55%;
}

#slider {
    
}

#slider .container {
    background: #f6f6f6;
    border-top: 1px solid #ffffff;
}

#slider .module.custom {
    
}

#slider .module.custom ul {
    display: table;
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
}

#slider .images {
    position: relative;
    float: left;
    width: 66%;
}

#slider .buttons {
    position: relative;
    float: left;
    width: 34%;
}

#slider .module.custom ul li {
    display: table-row;
    background: #A7B911;
}

#slider .module.custom ul li.option1 {
    background: #BCCE13;
}

#slider .module.custom ul li.option2 {
    background: #A7B911;
}

#slider .module.custom ul li.option3 {
    background: #93A40F;
}

#slider .module.custom ul li a {
    display: table-cell;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    vertical-align: middle;
    height: 128px;
}

#slider .module.custom ul li a em {
    font-size: 1.6em;
}

#slider .module.custom ul li a strong {
    font-size: 3.8em;
    font-weight: normal;
    text-transform: uppercase;
}

#slider .module.custom ul li a small {
    color: #4D4944;
    font-size: 1.1em;
    text-transform: uppercase;
}

#slider .module.custom ul li a:hover * {
    color: #44423E;
}

#slider .rslides_nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    outline: 0;
    background-position: bottom left;
    background-repeat: no-repeat;
}

#slider .rslides_nav:hover {
    background-position: top left;
}

#slider .rslides_nav.prev {
    right: 60px;
    background-image: url("../responsiveslides/img/prev.png");
}

#slider .rslides_nav.next {
    right: 20px;
    background-image: url("../responsiveslides/img/next.png");
}

#article {

}

#article .outline {
    border-bottom: 1px solid #dddddd;
}

#article .container {
    background: #fafafa;
}

#article h2 {
    color: #4D4944;
    font-weight: lighter;
    letter-spacing: -1px;
}

#article h3 {
    color: #4D4944;
    font-size: 1.8em;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#article .section.index {
}

#article .section.index .products,
#article .section.index .categories {
    overflow: hidden;
    margin-left: -1%;
}

#article .section.index .item {
    float: left;
    margin: 0 0 1% 1%;
    width: 24%;
}

#article .section.index .item p {
    text-align: center;
}

#article .section.index .item a {

}

#article .section.index .item a.image {
    display: block;
}

#article .section.index .item a.image img {
    width: 100%;
}

#article .section.index .item a.title {
    color: #93AD14;
    font-size: 1.5em;
}

#article .section.index .item span.price {
    color: #4D4944;
    font-size: 1.6em;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

#article .section.product.view {
    
}

#article .section.product.view .details {
    float: left;
    width: 35%;
}

#article .section.product.view .details p {
    font-size: 1.4em;
}

#article .section.product.view .desc.html {
    font-size: 1.4em;
}


#article .section.product.view .details p.price {
    font-size: 2em;
}

#article .section.product.view .details ul.feature {
    margin: 10px 0px;
    padding: 0px;
    list-style: none;
}

#article .section.product.view .details ul.feature li {
    margin-bottom: 1px;
    padding: 3px 8px;
    font-size: 1.4em;
    background: #eaeaea;
}

#article .section.product.view .images {
    float: right;
    margin-left: 5%;
    width: 60%;
}

#article .section.product.view .images .image {
    margin-bottom: 10px;
    border: 3px solid #cccccc;
}

#article .section.product.view .images .image p {
    margin: 0px;
}

#article .section.product.view .images .image img {
    display: ininline-block;
}

#article .section.product.view .images .image_extra {
    
}

#article .section.product.view .images .image_extra p a img {
    display: inline-block;
    margin-bottom: 4px;
    border: 3px solid #cccccc;
}

#aside {

}

#aside .container {
    background: #ffffff;
}

#aside .module {
    float: left;
    margin: 0 0 1% 1%;
    width: 19%;
}

#aside .module ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#aside .module ul li {
    
}

#aside .module ul li a {
    color: #4D4944;
    font-size: 1.3em;
    line-height: 24px;
    text-decoration: none;
}

#aside .module ul li a:hover {
    color: #93ad14;
}

#footer {

}

#footer p {
    color: #939393;
    font-size: 1.1em;
    line-height: 24px;
    letter-spacing: 0px;
}

/* Large desktop */
@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
    #nav .module.category-tree-menu {
        float: none;
    }
    
    #nav .module.category-tree-menu ul li a {
        border: 0px;
    }
    
    #nav .module.search-form {
        float: none;
        margin-left: 20px;
    }
    
    #slider .module.custom ul li a {
        height: 90px;
    }
}

@media (max-width: 979px) {
    #header .module.custom {
        float: none;
    }
    
    #header .module.menu {
        float: none;
    }
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #nav .module.category-tree-menu ul li a {
        padding: 10px 15px 12px 15px;
        font-size: 1.2em;
        line-height: 16px;
        border: 0px;
    }
    
    #slider .images,
    #slider .buttons {
        float: none;
        width: 100%;
    }
    
    #slider .module.custom ul li a {
        height: auto;
    }
    
    #aside .module {
        float: left;
        margin: 0 0 2% 2%;
        width: 23%;
    }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #nav .module.category-tree-menu ul li a {
        padding: 8px 12px 10px 12px;
        font-size: 1.1em;
        line-height: 15px;
        border: 0px;
    }
    
    #slider .images,
    #slider .buttons {
        float: none;
        width: 100%;
    }
    
    #slider .module.custom ul li a {
        height: auto;
    }
    
    #article .section.index .item {
        float: left;
        margin: 0 0 2% 2%;
        width: 48%;
    }
    
    #aside .module {
        float: left;
        margin: 0 0 2% 0;
        width: 100%;
    }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
    #nav .module.category-tree-menu ul li a {
        padding: 6px 10px 7px 10px;
        font-size: 1em;
        line-height: 13px;
        border: 0px;
    }
}

/* Portrait phones and down */
@media (max-width: 320px) {

}