
body
{
    
    background-image: url(../images/newbg.jpg);
    background-repeat: repeat-x;
    background-color: #c9e6b2;
    
}

.navBG
{
    width: 150px;
    height: 35px;
    background-image: url(../images/navBG.gif);
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-right: 5px;
}

.navBG p
{
    text-align: center;
    padding-top: 7px;
    font-family: verdana;
    font-size: 14px;
}

#newsletterSignup
{
    background-image: url(../images/newsLetterBox.png);
    backgrond-repeat: no-repeat;
    height: 94px;
    width: 204px;
}

#newsletterSignup div
{
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 5px;
}

#featuredProductsTop
{
    background-image: url(../images/featuredProductsTop.png);
    background-repeat: no-repeat;
    height: 29px;
    width: 535px;
}

#featuredProductsMid
{
    background-image: url(../images/featuredProductsMid.gif);
    background-repeat: repeat-y;
    width: 535px;
}

#featuredProductsBot
{
    background-image: url(../images/featuredProductsBot.png);
    background-repeat: no-repeat;
    height: 14px;
    width: 535px;
}

#footer
{
    background-image: url(../images/footer.gif);
    background-repeat: repeat-x;
}

.miniCalTitle td {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.miniCalSelected {
    background-color: #0CB8DA;
    color: #fff;
    font-size: 12px;
    height: 30px;
    vertical-align: middle;
    text-align: center;    
}

.miniCalNotSelected {
    background-color: #ffffff;
    font-size: 12px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}

#navBot
{
    height: 29px;
    padding-top: 5px;
}

#navBot ul
{
    display: inline;
    color: #fff;
}

#navBot ul li
{
    display: inline;
}

#navBot ul li a
{
    color: #fff;
}

#navBot ul li a:hover
{
    color: #000;
}

.featuredProduct
{
    border: solid 1px red;
}

#ctl01_ContentSectionMain_categories_category_trail_row
{
    display: none;
}
