#headBgFull,
#headBgFullLI {
    background: url(headBgFullBigStage.jpg) repeat-x;
    height: 360px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.head {
    height: 360px;
}

.head .stageContainer {
    height: 330px;
}


.contentContainer ul.twoCol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 535px;
}

.contentContainer ul.twoCol li {
    float: left;
    margin: 0;
    padding: 0;
}

.contentContainer ul.twoCol li.left,
.contentContainer ul.twoCol li.right {
    margin: 0;
    padding: 0;
    width: 260px;
}

.contentContainer ul.twoCol li.spacer {
    width: 15px;
}

.contentContainer a,
.contentContainer a:visited,
.contentContainer a:hover {
    background: url('linkArrowRight.gif') no-repeat center left;
    font-weight: normal;
    padding: 0 0 0 11px;
    white-space: nowrap;
}

a.buttonShop,
a.buttonShop:visited,
a.buttonShop:link {
    background: url(buttonShop.gif) no-repeat;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 175px;
}

a.buttonShop:hover {
    background: url(buttonShopHover.gif) no-repeat;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 175px;
}

a.buttonSupport,
a.buttonSupport:visited,
a.buttonSupport:link {
    background: url(buttonSupport.gif) no-repeat;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 175px;
}

a.buttonSupport:hover {
    background: url(buttonSupportHover.gif) no-repeat;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 175px;
}


/* IE6 KRAM */
* html body .head .stageContainer .mainNav {
    padding: 14px 0 0 0 ! important;
}

* html body .head .mainFunction {
    top: 0;
    padding: 0;
}

/******************************************************************************
    Hide Econda-Tracking Elements
*******************************************************************************/
#mainEcondaTracking,
#basicEcondaTracking {
    display: none;
}

