/* Home */

/* First Container */

#home-bodywrap, #home-bizop {
    position: relative;
    float: left;
    background-color: #fff;
    width: 933px;
    height: auto;
    padding-top: 0px;
    margin-top: 15px;
    top: 20px;
    left: 0;
}

#home-bodywrap-image {
    background-image: url(../images/homepage_bodywrap_image.jpg);
    background-repeat: no-repeat;
    float: left;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-top: -1px;
    top: 0;
    left: 0;
    width: 364px;
    height: 178px;
    overflow: hidden;
}

#home-bodywrap-description {
    position: relative;
    float: left;
    background-color: #fff;
    padding-left: 8px;
    margin: -2px;
    top: 1px;
    left: 0;
    width: 558px;
    height: 181px;
    color: #000;
}

#home-bodywrap-description h3 {
    color: #0A8E42;
    line-height: 0.2em;
}

/* Business Op Container */

#home-bizop-image {
    background-image: url(../images/homepage_bizop_webready.jpg);
    background-repeat: no-repeat;
    float: left;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-top: -1px;
    top: 0;
    left: 0;
    width: 364px;
    height: 178px;
    overflow: hidden;
}

#home-bizop-description {
    position: relative;
    float: left;
    background-color: #fff;
    padding-left: 8px;
    margin: -2px;
    top: 1px;
    left: 0;
    width: 558px;
    height: 181px;
    color: #000;
}

#home-bizop-description h3 {
    color: #0A8E42;
    line-height: 0.2em;
}

/* Bottom Block */

#home-bottom-block {
    position: relative;
    float: left;
    color: #fff;
    width: 960px;
    height: auto;
    padding-top: 15px;
    margin: 0;
    top: 20px;
    left: 0;
}

/* Licensee */

#home-licensee {
    position: relative;
    background-color: #fff;
    border-right: 3px solid #fff;
    float: left;
    width: 455px;
    height: auto;
    margin: 0;
    padding-right: 5px;
}

#home-licensee-image {
    background-image: url(../images/homepage_licenseecorner.jpg);
    background-repeat: no-repeat;
    border: 3px solid #fff;
    float: left;
    margin: 0px;
    top: 0;
    left: 0;
    width: 146px;
    height: 192px;
    overflow: hidden;
}

#home-licensee-description {
    position: relative;
    float: left;
    padding-left: 8px;
    margin-top: -1px;
    top: 0;
    left: 0;
    width: 290px;
    height: 194px;
    color: #000;
}

#home-licensee-description h3 {
    color: #0A8E42;
    line-height: 0.2em;
}

/* Salon Locator */

#home-salon-locator {
    position: relative;
    background-color: #fff;
    border-left: 1px solid #fff;
    float: left;
    width: 455px;
    height: auto;
    margin: 0;
    padding-left: 5px;
    margin-left: 10px;
}

#home-salon-locator-image {
    background-image: url(../images/homepage_salonlocator.jpg);
    background-repeat: no-repeat;
    border: 3px solid #fff;
    float: left;
    margin: 0;
    margin-left: -5px;
    top: 0;
    left: 0;
    width: 146px;
    height: 192px;
    overflow: hidden;
}

#home-salon-locator-description {
    position: relative;
    float: left;
    padding-left: 8px;
    margin-top: -1px;
    top: 0;
    left: 0;
    width: 290px;
    height: 194px;
    color: #000;
}

#home-salon-locator-description h3 {
    color: #0A8E42;
    line-height: 0.2em;
}

