
/* Index Page CSS File */

#tabNav {
    width: 547px;
    height: 334px;
    margin: 18px 0 0 20px;
    position: relative;
}

#tabNav .mickeyRibbon {
    width: 547px;
    height: 99px;
    background: url('../images/mickey_ribbon.png');
    top: 20px;
    position: absolute;
    left: 8px;
    z-index: 105;
}

#tabNav .buttons {
    width: 547px;
    height: 69px;
    position: relative;
    z-index: 100;
    padding: 1px 0 0 0;
    background: url('../images/tab-header.jpg');
    
}

#tabNav .buttons ul {
    margin: 1px 0 0 242px;
    list-style: none;
}

#tabNav .buttons ul li {
    height: 52px;
    width: 101px;
    float: left;
}

#tabNav .buttons ul li a {
    background: url('../images/tab-inactive.jpg');
    display: block;
    font-size:11px;
    height:47px;
    padding:7px 10px 0;
    text-align:center;
    width:81px;
    text-align: center;
    color: #fff;
}

#tabNav .buttons ul li a:hover, #tabNav .buttons ul li.current a {
    background: url('../images/tab-active.jpg');
}

#tabNav .mainImage {
    width: 547px;
    height: 282px;
    top: 52px;
    position: absolute;
    z-index: 102;
}

#tabNav .mainImage img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;
}

#tabNav .mainParagraph {
    font-size: 10px;
    left:-15px !important;
    position:absolute !important;
    top:30px !important;
    width:86px !important;
    z-index:103 !important;
}
/**/
/*#tabNav .tabImage {*/
/*    position: absolute;*/
/*    bottom: 15px;*/
/*    right: 14px;*/
/*}*/
/**/
/*#tabNav ul {*/
/*    position: absolute;*/
/*    right: 14px;*/
/*}*/
/**/
/*#tabNav p {*/
/*    position: absolute;*/
/*    left: 13px;*/
/*    top: 90px;*/
/*    width: 90px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    color: #58585a;*/
/*    font-size: 10px;*/
/*}*/
/**/
/*#tabNav .gift {*/
/*    position: absolute;*/
/*    left: 40px;*/
/*    bottom: 10px;*/
/*}*/
/**/
/*#tabNav ul {*/
/*    position: absolute;*/
/*    left: 190px;*/
/*    top: 1px;*/
/*    list-style: none;*/
/*    z-index: 52;*/
/*}*/
/**/
/*#tabNav ul li {*/
/*    text-align: center;*/
/*}*/
/**/
/*#tabNav ul li a {*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*}*/
/**/
/**/
/*#tabNav ul li.one, #tabNav ul li.one-current {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 131px;*/
/*    height: 65px;*/
/*    z-index: 57;*/
/*    background: url('../images/tab/one-normal.png') no-repeat;*/
/*}*/
/**/
/*#tabNav ul li.one:hover, #tabNav ul li.one-current {*/
/*    background: url('../images/tab/one.png') no-repeat;*/
/*}*/
/**/
/*#tabNav ul li.one a, #tabNav ul li.one-current a {*/
/*    padding: 10px 10px 0px 25px;*/
/*    display: block;*/
/*    height: 64px;*/
/*    width: 75px;*/
/*}*/
/**/
/*#tabNav ul li.two, #tabNav ul li.two-current {*/
/*    position: absolute;*/
/*    left: 114px;*/
/*    width: 129px;*/
/*    height: 48px;*/
/*    z-index: 56;*/
/*    background: url('../images/tab/two-normal.png') no-repeat;*/
/*}*/
/**/
/*#tabNav ul li.two:hover, #tabNav ul li.two-current {*/
/*    background: url('../images/tab/two.png') no-repeat;*/
/*}*/
/**/
/*#tabNav ul li.two a, #tabNav ul li.two-current a {*/
/*    padding: 10px 10px 0px 25px;*/
/*    display: block;*/
/*    height: 64px;*/
/*    width: 63px;*/
/*}*/
/**/
/*#tabNav ul li.three, #tabNav ul li.three-current {*/
/*    position: absolute;*/
/*    left: 223px;*/
/*    width: 131px;*/
/*    height: 54px;*/
/*    z-index: 55;*/
/*    background: url('../images/tab/one-norla.png') no-repeat;*/
/*}*/
/**/
/**/
/*#tabNav ul li.three:hover, #tabNav ul li.three-current {*/
/*    background: url('../images/tab/three.png');*/
/*}*/
/**/
/*#tabNav ul li.three a, #tabNav ul li.three-current a {*/
/*    padding: 10px 10px 0px 28px;*/
/*    display: block;*/
/*    height: 64px;*/
/*    width: 64px;*/
/*}*/

#rightContent p.index-copy {
    margin: 0 15px 0 32px;
    width: 537px;
}