﻿#HPIntroBox
{
    float: left;
    width: 529px;
    height: 308px;
    background-image: url('../Images/HPIntro/HPBoxTop.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
    display: none;
}

#HPIntroMenu
{
    padding: 0px;
    margin: 0px;
    float: left;
    clear: both;
    list-style-type: none;
    width: 529px;
    overflow: hidden;
    height: 32px;
}

#HPIntroMenu li
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    position: static;
    margin-left: -10px;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: 0px;
}

#HPIntroMenu li.first
{
margin-left: 0px;
}

#HPIntroMenu li span
{
    padding-left: 30px;
    padding-right: 13px;
}

#HPIntroMenu li.selected
{
    background-image: url('../Images/HPIntro/HPTabLeft.gif');
    background-repeat: no-repeat;
    color: #034b85;
    height: 32px;
}

#HPIntroMenu li.selected span
{
    background-position: right top;
    background-image: url('../Images/HPIntro/HPTabRight.gif');
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
    float: left;
}

#HPIntroContent
{
    float:left;
    width: 529px;
    height: 277px;
    overflow: hidden;
    position:relative; /*For overflow:hidden to work in IE6 */
}

#HPIntroLoading
{
    float: left;
    width: 529px;
    height: 277px;
    overflow: hidden;
    background-image: url('../Images/HPIntro/HPBoxBottom.jpg');
    background-repeat: no-repeat;    
}

#HPIntroLoadingIndicator
{
    float: left;
    padding-left: 490px;
    margin-top: 239px;
}

.HPIntroTab
{
    display: none;
    position: relative;
    top:-277px;
}

