@import url(site.css);

/*
    Stylesheet for the home page
    
    Colors:
        HEX             DESCRIPTION         PURPOSE
        #003300         Dark Green          Pledges Copy
*/

#navigation li#navigation_home a
{
    visibility: hidden;
}

ul#pledges li
{
    color: #003300;
    display: block;
    width: 200px;
    height: 329px;
    background-repeat: no-repeat;
    float: left;
    padding-top: 125px;
}

#layout #content ul#pledges h3
{
    margin: 0;
} 

ul#pledges li#pledge_eco_ideas_products
{
    background-image: url(../images/bg_pledge_eco_ideas_products.png);
}

ul#pledges li#pledge_eco_ideas_manufacturing
{
    background-image: url(../images/bg_pledge_eco_ideas_manufacturing.png);
}

ul#pledges li#pledge_eco_ideas_everywhere
{
    background-image: url(../images/bg_pledge_eco_ideas_everywhere.png);
}

ul#pledges li li
{
    width: 156px;
    height: auto;
    background: url(../images/ic_pledge_bullet.png) no-repeat;
    padding: 0 0 0 18px;
    margin-bottom: 12px;
    line-height: 1.3em;
    margin-left: 13px;
}

#layout #content p#founder_statement
{
    height: 136px;
    width: 554px;
    background: url(../images/bg_founder_statement.png) no-repeat;
    margin-bottom: 10px;
    margin-top: 2px;
}

#layout #content p#pledges_statement
{
    height: 59px;
    width: 554px;
    background: url(../images/bg_pledges_statement.png) no-repeat;
    margin-bottom: 10px;
    margin-top: 2px;
}



