﻿div#productsContainer
{
    width: 894px;
    height: 394px;
    background-image:url('../images/home_product_backgrounds.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
}

div#flashContainer
{
    width: 894px;
    height: 394px;
    border-collapse: collapse;
    border-width: 1px;
}

div.productButton
{
    margin-left: auto;
    width: 270px;
    height: 116px;
    cursor: pointer;
}

div.joinButton
{
    margin-left: auto;
    width: 282px;
    height: 125px;
    cursor: pointer;
}

div.joinButton2
{
    margin-left: auto;
    width: 282px;
    height: 276px;
}

div#joinButton1
{
    background-image: url('../images/join1.jpg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

div#joinButton2
{
    background-image: url('../images/join2.jpg');
    background-repeat: no-repeat;
    position:relative;
    
}

div#joinButton2:hover
{
    background-image: url('../images/join3.jpg');
    background-repeat: no-repeat;
    position:relative;
}

div#productButton1
{
    background-image: url('../images/main_product_button1.gif');
    background-position: 0px 0px;
}

div#productButton1:hover
{
    background-position: 0px -116px;
}

div#productButton2
{
    background-image: url('../images/main_product_button2.gif');
}

div#productButton2:hover
{
    background-position: 0px -116px;
}

div#productButton3
{
    background-image: url('../images/main_product_button3.gif');
}

div#productButton3:hover
{
    background-position: 0px -116px;
}

div#featuresContainer
{
    margin-top: 19px;
    background-image: url('../images/features_background.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    height: 220px;
    color: #4f4f4f;
}

div.featurePanel
{
    float: left;
    width: 187px;
    height: 170px;
    padding: 17px;
    border-right: dashed 1px #acadae;
}

div#featuresContainer div.last
{
    border-right: none;
}

div.featurePanelHeading
{
    height: 48px;
}
