﻿/* element resets */

#page{
    padding: 0 40px;
}

/* homepage styles */

#home-feature{
    min-height: 1px;
    position: relative;
    padding: 10px 0 0;
    margin: 0 0 1.5em;
} * html #home-feature{ height: 1px; } #home-feature:after {content: "."; height:0; visibility: hidden; clear: both; display: block; }

/* welcome */

#welcome{
    width: 300px;
    float: left;
    padding: 30px 0 0 10px;
    font-size: .88em;
    line-height: 1.6em;
}

#welcome h1{
    font-size: 2em;
    line-height: 1.4em;
    margin: 0 0 .2em;
    color: #eb5098;
}

#welcome .btn-about_sugar{
    width: 295px;
    height: 65px;
    background-position: -5px -730px;
} #welcome .btn-about_sugar:hover{ background-position: -300px -730px; }

#welcome p{
    margin: 0 0 0em;
}

/* featured recipes */

#featured-recipes{
    width: 665px;
    height: 365px;
    float: right;
    margin: 0 -35px 0 0;
    position: relative;
    background: url(featured-recipes.jpg) no-repeat 0 0;
}

#featured-recipes .slides{
    width: 600px;
    height: 300px;
    overflow: hidden;
    margin: 30px 0 0 30px;
    background: none;
    list-style: none;
}

#featured-recipes .slides li{
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
    width: 600px;
    height: 300px;
}

/* promotional tiles */

#promotional-tiles{
    position: relative;
    margin: 0 -12px 1.5em 0; 
    min-height: 1px;
    list-style: none;
    padding: 0;
    background: none;
} * html #promotional-tiles{ height: 1px; } #promotional-tiles:after {content: "."; height:0; visibility: hidden; clear: both; display: block; }

#promotional-tiles li{
    background: none;
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
    width: 230px;
}

#promotional-tiles a{
    display: block;
    height: 88px;
    padding: 5px;
    border: solid 1px #d4d4d4;
    border-width: 1px 1px 2px 1px;
    background: #ececec;
    /*
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    */
    font-size: .88em;
}

#promotional-tiles a:hover{
    text-decoration:none;
}

#promotional-tiles a img{
    border: solid 1px #ececec;
    border-bottom: solid 1px #b8b8b8;
    background: #fff;
    padding: 4px;
    float: left;
    margin: 0 7px 0 0;
}

#promotional-tiles a img 
{
    margin-bottom: 20px;
}

#promotional-tiles a strong{
    display: block;
    font-weight: normal;
    float: left;
    width: 110px;
    padding:1px 0px 5px 0px;
    line-height: 1.2em;
}
#promotional-tiles a:hover strong 
{
    text-decoration: underline;
}

#promotional-tiles li a p 
{
    font-size: .79em;
    color: #575A5D;
    line-height: 1.3em;
    padding: 0px;
    margin: 0px;
    /*height: 0px;*/
    }
 

/* secondary info */

#secondary-info{
    min-height: 1px;
    margin: 0 0 1.5em;
} * html #secondary-info{ height: 1px; } #secondary-info:after {content: "."; height:0; visibility: hidden; clear: both; display: block; }

/* recipe ideas */

#recipe-ideas{
    border-top: solid 3px #E84F96;
    border-bottom: solid 1px #b8b8b8;
    width: 440px;
    float: left;
    background: #ececec;
    padding: 25px 15px 15px;
}

#recipe-search,
#recipe-search fieldset,
#recipe-search fieldset .content{
    background: none;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

#recipe-ideas h3{
    margin: 1.5em 0 .5em;
    font-size: .86em;
}

#recipe-ideas .browse-links{
    font-size: .88em;
}



#featured-product{
    float: right;
}
#featured-product img 
{
        border: 1px solid #e4e4e2;
}

.chelsea_club{
    margin: 0 0 0 10px;
    height: 138px;
}
div#accessibility-tools {display: none;}
