/**
 * Style sheet used by pages in the Support section.
 *
 * Copyright 2010 Help Me 2 Learn Company.
 *
 * Written by Marshall Elfstrand.
 */

/* Provide title image for left-hand menu. */
#common-menu h2 {
    background: url(/support/img/title.png) no-repeat top left;
}
* html #common-menu h2 { /* IE hack */
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/support/img/title.png",sizingMethod="crop");
}

/* Provide banner image for content area. */
#support-superstar-banner {
    background: url(/support/img/top-graphic.png) no-repeat top left;
    width: 650px;
    height: 135px;
}
#support-superstar-banner-text {
    font-size: 8px;
    left: 430px;
    height: 135px;
    padding-top: 16px;
    position: absolute;
    width: 200px;
}
#support-superstar-banner-text p {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 13px;
}
#support-superstar-banner-text p strong {
    font-size: 16px;
    line-height: 18px;
}