.homepageTab {
    width:635px;
    margin-bottom: 10px;
}
.homepageTab .homepageTabHeader {
    position: relative;
    height:74px;
    color:#fff;
    overflow: hidden;
}
.homepageTab .homepageTabHeader .homepageTabBtn {
    position: absolute;
    border:solid 0px red;
    cursor: pointer;
    padding-top:10px;
    font-family: "GE SS TWO LIGHT";
    font-size: 25px;
    background-color:#ddd5ba;
    text-align: center;
    overflow: hidden;
    width:151px;
    height:51px;
}
.homepageTab .homepageTabHeader .homepageTabBtn1 {
    width:151px;
    height:51px;
    left:0px;
    top:18px;
}
.homepageTab .homepageTabHeader .homepageTabBtn2 {
    width:149px;
    height:51px;
    left:153px;
    top:18px;
}
.homepageTab .homepageTabHeader .active {
    background-color: #0083a4;
    height:52px;
}
.homepageTab .homepageTabHeader .homepageTabTitle {
    position: absolute;
    background-color: #e66743;
    padding-top:10px;
    font-family: "GE SS TWO LIGHT";
    font-size: 40px;
    text-align: center;
    overflow: hidden;
    width:364px;
    height:69px;
    left:304px;
    top:0px;
}
.homepageTab .homepageTabHeader .homepageTabSplitter {
    position: absolute;
    background: url(../images/tab1/splitter.png) repeat-x;
    width:647px;
    height:5px;
    left:0px;
    top:69px;
}
.homepageTab .tab1, .homepageTab .tab2 {
    display: none;
}
