@charset "UTF-8";
/*
    SIERRASIL HOME STYLESHEET
    CREATED BY TUGBOAT MEDIA (JEFF WATERFALL)
    COPYRIGHT 2009
*/

/*	N O T E S :

    lighter green: 	#8BC540
    darker green:	#5D9641
    grey:			#666
    brown:			#974D10
*/

/*	G E N E R A L
************************************************************/
body, html {
    height: 100%;
}
body {
    font: normal 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    color: #666;

}
#wrapper {
    background-color: #FFF;
    background-image: url(../images/home/bg-swoosh-home.gif);
    background-position: center 14px;
    background-repeat: no-repeat;
    height: auto;
    min-height: 100%;

    _height: 100%;
}

/*	F E A T U R E   A R E A
************************************************************/
#home-feature {
    background: url(../images/home/homefeature-charles.png) bottom right no-repeat;
    position: relative;
    top: -131px;
    margin-bottom: -111px;
    min-height: 278px;
    padding: 131px 375px 30px 0;

    _height: 318px;
    _background: url(../images/home/homefeature-shell.jpg) bottom right no-repeat;
}
#home-feature h1 {
    text-indent: -999em;
    margin-bottom: 15px;
}
#home-feature h1.feelbetter {
    background: url(../images/home/heading-feelbetter.gif) 0 0 no-repeat;
    width: 293px;
    height: 19px;
}
#home-feature p {
    padding-right: 25px;
}
#home-feature .more {
    white-space: nowrap;
}

/*	C A L L S   T O   A C T I O N
************************************************************/
#adverts {
    clear: both;
    height: 184px;
    margin-top: 22px;
}
#adverts .ad {
    float: left;
    margin-right: 20px;
}
#adverts .last {
    margin: 0;
}
#adverts .ad a {
    float: left;
    display: block;
    width: 334px;
    height: 184px;
    background-color: #FF3333;
}
#adverts #shop a {
    background: url(../images/home/ad-shop-trans.png) 0 0 no-repeat;
}
#adverts #powder a {
    background: url(../images/home/ad-powder-trans.png) 0 0 no-repeat;
}
#adverts #storefind a {
    background: url(../images/home/ad-storefinder.png) 0 0 no-repeat;
}
