

html {
    background: #aaabad url(../images/bg_html.gif) no-repeat center top;
    min-width: 980px;
}
body {
    /*background: url(../images/bg_body_shine.png) repeat-x left top;*/
    min-width: 980px;
}
/* CUSTOM - BASE LAYOUT ================================================================================ */
.wrapper {
}
.page { width:100%; margin:0 auto; padding: 0; text-align:left; z-index: 1; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }

/* Base Columns */
.col-left { float:left; width:200px; padding-left: 5px; }
.col-main { float:left; width:750px; padding: 0 20px 5px; }
.col-right { float:right; width:252px; padding-right: 20px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:972px; padding: 0; margin: 0; }
.catalog-product-view .col1-layout .col-main { width:940px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; padding-top: 8px; padding-right: 10px;}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */

/* Layout - Skeleton ================================================================================ */
.page_top,
.page_nav,
.page_content{
    position: relative;
    width: 100%;
    min-width: 980px;
}
.page_top {
    background: #fff;
}
.page_nav {
    background: #0154a2;
    -webkit-box-shadow:  0px 2px 8px 0px rgba(17, 18, 17, 0.1);
    box-shadow:  0px 2px 8px 0px rgba(17, 18, 17, 0.1);
    z-index: 3;
    border-bottom: 3px solid #ffb400;
}
.page_content {
    z-index: 2;
    /*margin-top: 46px;*/
    margin-top: 15px;
    }
.cms-index-index .page_content {
    z-index: 2;
    margin-top: 46px;
    /*margin-top: 20px;*/
    }
    .page_top .inner,
    .page_nav .inner,
    .page_content .inner{
        position: relative;
        margin: 0 auto;
        width: 980px;
    }
    .page_top .inner {
        height: 80px;
    }
    .page_nav .inner {
        height: 40px;
    }
    .page_content .inner {

    }
/* ======================================================================================= */

