/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
    +header
    +content-wrapper
    +content-main
    +content-sidebar
    +footer
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/

body {
    position: relative;
    background-color: #c2b430;
    color: #5a5a5a;
    font: 12px/20px Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

abbr, acronym {
    cursor: help;
}

.pngfix {
    behavior: url(c/iepngfix.htc);
}

/**
*
* =anchor
*
**/

a:link {
    color: #1e5780;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #900;
    text-decoration: underline;
}

a:active {
    color: #333;
    text-decoration: none;
}

/**
*
* =clear,clearfix
*
**/

/* regular clearing apply to column that should drop below previous ones. */
.clear {
    clear: both;
}

/* this needs to be first because FF3 is now supporting this */
.clearfix {
    display: inline-block;
}

/* clearing floats without extra markup */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end hide from IE-mac */

/* +header
*----------------------------------------------------------------------------*/

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#header h3 {
    display: none;
}

#header .header-wrap {
    position: relative;
    z-index: 1000;
    width: 882px;
    height: 164px;
    margin: 0 auto;
    padding: 6px 9px 0;
}

#header .header-wrap .fb-fans {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 124px;
    height: 24px;
    background: url(../i/btn-fb-fans.gif) no-repeat 0 0;
    text-indent: -100000px;
    outline: none;
}

/**
*
* =cis
*
**/

#header #cis {
    position: absolute;
    top: 16px;
    left: 9px;
    z-index: 10;
    width: 154px;
    height: 154px;
}

#header #cis h2 a  {
    display: block;
    width: 154px;
    height: 154px;
    background: url(../i/logo.png) no-repeat 0 0;
    text-indent: -100000px;
}

/**
*
* =pay-way
*
**/

#header #pay-way {
    float: right;
    width: 718px;
    margin: 48px 0 2px 0;
    padding: 0 0 0 22px;
    border-bottom: 2px solid #c5b83b;
}

#header #pay-way p {
    float: left;
    height: 13px;
    line-height: 13px;
    margin-top: 8px;
}

#header #pay-way img {
    float: right;
}

/**
*
* =nav
*
**/

#header #nav {
    position: relative;
    float: right;
    width: 718px;
    height: 42px;
    padding-left: 72px;
    background: url(../i/bg-nav.gif) no-repeat 0 0;
}

#header #nav img {
    margin-top: 16px;
}

#header #nav a {
    display: block;
    position: absolute;
    top: 16px;
    right: 74px;
    z-index: 1000;
    width: 195px;
    height: 20px;
    background: url(../i/blank.gif);
    text-indent: -100000px;
}

/* +content-wrapper
*----------------------------------------------------------------------------*/

#content-wrapper {
    position: relative;
    padding: 170px 0 0 0;
}

/* +footer
*----------------------------------------------------------------------------*/

#footer {
    border-top: 1px solid #585252;
}

#footer p {
    height: 40px;
    line-height: 40px;
    background-color: #494242;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

#footer p a {
    color: #fff;
}