﻿body {
}

.productgrid .decoratedblock
{
    background: url(../images/featured_products_bg.gif) repeat-y;
    width: 942px;
    margin: 0px auto;
}

.productgrid .decoratedblock .blockcontent
{
    width: 898px;
    padding: 5px 22px;
    background: url(../images/featured_products_footer.gif) no-repeat center bottom;
}

.productgrid table td
{
    text-align: center;
    padding: 8px 4px;
    vertical-align: top;
}

.productgridimage img 
{
    border: solid 1px #c5c3c3;
    margin-bottom: 8px;
}

.productgridlink a
{
    font-family: Arial, Verdana, Sans-Serif;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
}

#featuredProductsHeader
{
    display: block;
    margin-left: 1px;
}

.hpHeading
{
    font-size: 30px;
    color: #404040;
    line-height: 32px;
    margin: 5px 0px;
}

.decoratedblock
{
    border: none !important;
}

.OneImageContainer
{
    margin: 0px auto 15px auto;
    width: 938px;
    height: 319px;
    overflow: hidden;
}

.TwoImageContainer
{
    margin: 0px auto 15px auto;
    width: 938px;
    height: 319px;
    overflow: hidden;
    position: relative;
}

.TwoImageContainer .link1
{
    position: absolute;
    left: 0px;
    display: block;
}

.TwoImageContainer .link2
{
    position: absolute;
    right: 0px;
    display: block;
}

.ThreeImageContainer
{
    margin: 0px auto 15px auto;
    width: 938px;
    height: 319px;
    overflow: hidden;
    position: relative;
}

.ThreeImageContainer .link1
{
    position: absolute;
    left: 0px;
    display: block;
}

.ThreeImageContainer .link2
{
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
}

.ThreeImageContainer .link3
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
}

#homepagecolumn1
{
    height: 28px;
    background: #e3e2e2;
}

#homepagecolumn1 ul 
{
    margin: 0px;
    padding: 5px;
    display: block;
    margin: 0px auto;
    text-align: center;
}

#homepagecolumn1 ul li
{
    display: inline;
    margin: 0px;
    padding: 0px 6px;
    font-weight: bold;
}

#homepagecolumn1 ul li a:hover
{
    text-decoration: underline;
}