/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY - clearpixel.com.au - 2015
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
    font: 20px "Open Sans", Arial, Sans-serif;
    font-weight: 300;
    text-align: left;
    color: #664139;
    background: #d0beab url("../images/bg/body.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




/*  -------------------------------------------------------------
    MAIN
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main {
    position: relative;
    margin: 80px auto;
    padding: 100px 90px 80px 90px;
    width: 980px;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main .logo {
    display: block;
    margin: 0 auto 30px auto;
}




/*  -------------------------------------------------------------
    MAIN - DEFAULTS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main h1 {
    padding: 80px 0 0 0;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
}

#main h2 {
    padding: 30px 0 10px 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}

#main h2.intro {
    font-weight: normal;
}

#main h2 small {
    font-size: 0.6em;
    font-weight: bold;
}

#main .products_left h2 {
    padding: 58px 0 42px 0;
}

#main p {
    padding: 0 0 10px 0;
    text-align: center;
    line-height: 1.4em;
}

#main ul {
    padding: 0 0 10px 0;
}

#main ul li {
    margin-left: 24px;
    list-style-type: disc;
    line-height: 1.4em;
}

#main sup {
    vertical-align: super;
    font-size: 0.5em;
    font-weight: bold;
}

#main a.btn_general:link,
#main a.btn_general:visited {
    display: inline-block;
    margin-top: 6px;
    padding: 10px 30px;
    font-size: 0.7em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    background: #72a433;
}

#main a.btn_general:hover {
    background: #664139;
}

#main a.logo_charman:link,
#main a.logo_charman:visited {
    display: block;
    margin: 6px auto 0 auto;
    padding: 20px;
    width: 400px;
    max-width: 100%;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    background: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main a.logo_charman:link img,
#main a.logo_charman:visited img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#main .logo_footer {
    display: block;
    margin: 60px auto 0 auto;
}




/*  -------------------------------------------------------------
    MAIN - PRODUCTS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main .products_left {
    float: left;
    padding-right: 20px;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main .products_right {
    float: right;
    padding-left: 20px;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}