.hp-base {
    margin: 17px auto 0;
    width: 960px;
    position: relative;
}

/**
 * Homepage: Promos
 */
.hp-promo-container {
    position: relative;
}
    .hp-promo-shelf {
        overflow: hidden;
    }
    .hp-promo-shelf:after {/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}
        .hp-promo {
            float: left;
            padding-left: 15px;
            width: 310px;
        }
        .hp-promo:first-child {
            padding-left: 0px;
        }
            .hp-promo a {
                background: none;
                padding: 0;
                display: block;
                height: 214px;
                overflow: hidden;
                position: relative;
                width: 310px;
            }
            .hp-promo img {
                border: 0;
                display: block;
            }
            .hp-promo a:hover img {
                position: relative;
                margin-top: -214px;
            }

/*
    Homepage: News Ticker
*/
.hp-news-ticker {
    background: url(/static/images/backgrounds/hp-news-sprite.png) no-repeat scroll left top transparent;
    color: #454545;
    font-size: 12px;
    height: 34px;
    margin: 20px 0 0;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
}
    .hp-news-ticker .hp-news-inner {
        background: url(/static/images/backgrounds/hp-news-sprite.png) no-repeat scroll right -34px transparent;
        height: 32px;
        padding-right: 10px;
    }
        .hp-news-ticker .hp-news-inner h3 {
            background: none repeat scroll 0 0 #444444;
            color: #FFFFFF;
            float: left;
            height: 32px;
            line-height: 32px;
            margin: 0;
            padding: 0;
            width: 121px;
            font-size: 12px;
        }
    .hp-news-ticker .hp-news-inner .hp-news-contents {
        background: url(/static/images/backgrounds/hp-news-sprite.png) repeat-x scroll right -68px transparent;
        height: 32px;
        margin-left: 121px;
        padding-left: 10px;
    }
        .hp-news-ticker .hp-news-inner .hp-news-contents .hp-news-item {
            display: none;
            font-weight: normal;
            height: 32px;
            line-height: 32px;
            margin: 0;
            padding: 0;
            position: absolute;
        }
            .hp-news-ticker .hp-news-inner .hp-news-contents .hp-news-item p {
                display: inline;
            }
            .hp-news-ticker .hp-news-inner .hp-news-contents .hp-news-item strong {
                color: #333;
            }
            .hp-news-ticker .hp-news-inner .hp-news-contents .hp-news-item a {
                text-decoration: none;
                font-weight: bold;
                color: #333;
                background: transparent;
            }

/**
 * Homepage: Related Links Footer
 */
.hp-related-footer {
    margin: 20px auto 0;
    overflow: hidden;
    padding: 0;
}
.hp-related-footer:after {/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}
    .hp-related-footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .hp-nikon-sites {
        float: right;
    }
        .hp-nikon-sites h5 {
            color: #333;
            float: left;
            font-size: 12px;
            font-weight: bold;
            line-height: 20px;
            margin: 0;
            padding: 0 15px 0 0;
        }
        .hp-nikon-sites ul {
            float: left;
        }
            .hp-nikon-sites li {
                background: none;
                border-left: 1px solid #ddd;
                float: left;
                font-size: 11px;
                font-weight: normal;
                line-height: 20px;
                margin: 0;
                padding: 0 15px;
            }
            .hp-nikon-sites li.last {
                padding-right: 0;
            }
                .hp-nikon-sites li a {
                    background: none;
                    font-weight: normal;
                    padding: 0;
                }
