﻿/* style resets */

#main{
    padding: 0;
    background: #f4f4f4 url(main.jpg) repeat-x center 0;
    z-index: 60;
}


#header{
    background: url(header.gif) repeat-x 0 0;
    height: 161px;
    z-index: 80;
    position: relative;
}

#home-header{
    background: url(home-header.chinese.jpg) no-repeat center 0;
    height: 161px;
    z-index: 80;
    position: relative;
}

#header .container{
    width: 940px;
    height: 160px;
    position: relative;
    margin: 0 auto;
    z-index: 50; 
}

#header h1.brand{
    position: absolute;
    top: -15px;
    left: 380px;
    margin:0;
    padding: 0;
    width: 180px;
    height: 200px;
    z-index: 80;
}

#header h1.brand a{
    display: block;
    margin:0;
    padding: 0;
    width: 180px;
    height: 200px;
    text-transform: uppercase;
    text-indent: -9000px;
    background: url(brand.a.png) no-repeat 0 0;
}

#header .tagline{
    width: 255px;
    height: 70px;
    text-transform: uppercase;
    text-indent: -9000px;
    position: absolute;
    left: 125px;
    top: 25px;
    margin: 0;
    padding: 0;
    background: url(tagline.png) no-repeat 0 0;
}


/* content area */

#main .container{
    width: 940px;
    margin: 0 auto;
    padding: 0 0 30px;
    border-bottom: 0;
    z-index: 60;
}

/* slideshow */

#hero{
    width: 780px;
    height: 350px;
    padding: 0 25px;
    background: url(slideshow.png) no-repeat 0 0;
    margin: 0 auto 2em;
    z-index: 60;
}

#hero .slides{
    margin: 0;
    width: 780px;
    height: 315px;
    overflow: hidden;    
}

#hero .slides li{
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
}

/* secondary */

#secondary{
    min-height: 1px;
    position: relative;
    margin: 0 -25px 2.5em 0;
} * html #secondary{ height: 1px } #secondary:after { content: "."; height: 0; visibility: hidden; clear: both; display: block;	}

#secondary .link{
    width: 210px;
    float: left;
    margin: 0 30px 0 0;
    font-size: .75em;
    line-height: 1.4em;
    color: #6e6e6e;
}

#secondary .link h3{
    margin: 0 0 5px;
    padding: 0;
}

#secondary .link h3 a{
    width: 220px;
    height: 55px;
}

#secondary .lnk-industry{ background-position: -5px -110px; } #secondary .lnk-industry:hover{ background-position: -225px -110px; }
#secondary .lnk-training{ background-position: -5px -170px; } #secondary .lnk-training:hover{ background-position: -225px -170px; }
#secondary .lnk-chip_group{ background-position: -5px -290px; } #secondary .lnk-chip_group:hover{ background-position: -225px -290px; }
#secondary .lnk-chip_membership{ background-position: -5px -230px;margin-left:-20px; } #secondary .lnk-chip_membership:hover{ background-position: -225px -230px; }
#secondary .lnk-approved_oils{ background-position: -5px -580px; } #secondary .lnk-approved_oils:hover{ background-position: -225px -580px; }



/* online training */

#training{
    min-height: 1px;
    position: relative;
    padding: 0 0 30px;
} * html #training{ height: 1px; } #training:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

#training-benefits{
    width: 460px;
    float: left;
}

#training-benefits p{
    font-size: .75em;
    line-height: 1.4em;
    color: #6e6e6e;
}

#training-benefits h2{
    margin: 0 0 .5em;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #000000;
    font-size: 1.13em;
}

.benefits{
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    text-shadow: 0 1px 0 #ffffff;
}

.benefits li{
    font-size: .88em;
    line-height: 1.6em;
    padding: 2px 0 3px 35px;
    margin: 0;
    list-style: none;
    background: url(benefits.li.gif) no-repeat 0 3px;
    color: #6e6e6e;
}

/* promo */

#promo{
    width: 428px;
    padding: 15px;
    position: relative;
    min-height: 1px;
    border: solid 1px #00aeef;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: right;
    background: #dcedf3 url(promo.gif) repeat-x 0 0;
    color: #04345d;
    text-shadow: 0 1px 0 #ffffff;
}

#promo .info {
    margin-left:130px;
    min-height:1px;
    position:relative;
}

#promo h2{
    margin: 0 0 .5em;
    color: #0aacea;
    text-transform: uppercase;
    color: #0aacea;
    font-weight: bold;
    line-height: 1em;
}

#promo .promo-star{
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    right: -30px;
    text-transform: uppercase;
    text-indent: -9000px;
    background: url(promo-star.png) no-repeat 0 0;
}

#promo .description{
    width: 275px;
    font-size: .75em;
    line-height: 1.4em;
    margin: 0 0 1.25em;
}

#promo .btn-promo_register{
    width: 145px;
    height: 40px;
    background-position: -5px -395px;
    margin: 0 15px 0 0;
} #promo .btn-promo_register:hover{ background-position: -155px -395px; }

#promo .btn-promo_learn-more{
    width: 145px;
    height: 40px;
    background-position: -5px -535px;
    float: left;
    margin: 0 15px 0 0;
} #promo .btn-promo_learn-more:hover{ background-position: -155px -535px; }

#promo .btn-promo_or{
    cursor: default;
    height: 40px;
    width: 15px;
    float: left;
    background-position: -155px -440px;
    margin: 0 10px 0 0;
}

#promo .btn-promo_login{
    width: 50px;
    height: 40px;
    background-position: -5px -440px;
    float: left;
} #promo .btn-promo_login:hover{ background-position: -60px -440px; }

#promo-sponsor{
    position: absolute;
    top: -15px;
    left: -15px;
}

