@import "textFormat.css";

html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    background: url('../images/main-bg.png') 0 0 repeat scroll transparent;
    overflow:hidden;
}

.languageMenuBox,
.mainMenuBox,
.contentBox
{
    margin: 0;
}

.contentBox 
{
/*    clear: both;*/
/*    overflow: hidden;*/
    
    height: 100%;
/*    margin-bottom: -130px;*/
}

.content 
{
    display: block;
/*    width: 100%;*/
/*    height: 100%;*/
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    margin-bottom: 130px;
    overflow: hidden;
    
    
}

.logoBox
{
    position: absolute;
    top: 25px;
    width: 200px;
    left: 50%;
    margin-left: -496px;
    z-index: 20;
}

.languageMenuBox ul li
{
    display: inline;
    padding-right: 1em;
}

.mainMenuBox ul ul
{
    padding-left: 2em;
}

.contentClear 
{
    padding-bottom: 175px;
}

.footerContainer
{
    height: 175px;
    position: relative;
    margin: -175px auto 0 auto;
}

.grass
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: url('../images/grass-tile.png') repeat-x 0 bottom scroll transparent;
}


.forest
{
/*    width: 992px;*/
    width: 32px;
    height: 45px;
    background: url('../images/forest.png') no-repeat 0 bottom scroll transparent;
}

.brownie
{
    height: 130px;
    background: url('../images/footer-bg.png') repeat-x 0 0 scroll transparent;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.labelsBox
{
    width: 100%;
    position: relative;
    height: 75px;
    z-index: 25;
/*    display: none;*/
}

.labelsBox ul.slideLabels
{
    overflow: hidden;
    margin: 0 0 30px;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.labelsBox ul.slideLabels li
{
    list-style: none outside none;
    width: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: url('../images/labels.png') no-repeat center bottom scroll transparent;
}

.labelsBox ul.slideLabels li.seen
{
    background: url('../images/labels.png') no-repeat center -150px scroll transparent;
}

.labelsBox ul.slideLabels li.active,
.labelsBox ul.slideLabels li.active:hover
{
    background: url('../images/labels.png') no-repeat center -75px scroll transparent;
}


.labelsBox ul.slideLabels li:hover
{
    background: url('../images/labels.png') no-repeat center 0px scroll transparent;
}

/*
.labelsBox ul.slideLabels li.slide_1
{
    left: 0;
}

.labelsBox ul.slideLabels li.slide_2
{
    left: 92px;
}

.labelsBox ul.slideLabels li.slide_3
{
    left: 185px;
}

.labelsBox ul.slideLabels li.slide_4
{
    left: 278px;
}

.labelsBox ul.slideLabels li.slide_5
{
    left: 370px;
}

.labelsBox ul.slideLabels li.slide_6
{
    left: 464px;
}

.labelsBox ul.slideLabels li.slide_7
{
    left: 556px;
}

.labelsBox ul.slideLabels li.slide_8
{
    left: 650px;
}

.labelsBox ul.slideLabels li.slide_9
{
    left: 743px;
}

.labelsBox ul.slideLabels li.slide_10
{
    left: 835px;
}

.labelsBox ul.slideLabels li.slide_11
{
    left: 929px;
}
*/



.labelsBox ul.slideLabels li.slide_1
{
    left: 0;
}

.labelsBox ul.slideLabels li.slide_2
{
    left: 83px;
}

.labelsBox ul.slideLabels li.slide_3
{
    left: 171px;
}

.labelsBox ul.slideLabels li.slide_4
{
    left: 251px;
}

.labelsBox ul.slideLabels li.slide_5
{
    left: 334px;
}

.labelsBox ul.slideLabels li.slide_6
{
    left: 419px;
}

.labelsBox ul.slideLabels li.slide_7
{
    left: 502px;
}

.labelsBox ul.slideLabels li.slide_8
{
    left: 591px;
}

.labelsBox ul.slideLabels li.slide_9
{
    left: 674px;
}

.labelsBox ul.slideLabels li.slide_10
{
    left: 750px;
}

.labelsBox ul.slideLabels li.slide_11
{
    left: 837px;
}

.labelsBox ul.slideLabels li.slide_12
{
    left: 924px;
}


.labelsBox ul.slideLabels li a
{
    display: block;
    width: 100%;
    height: 18px;
    padding: 57px 0 0;
    font-size: 9px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.shareBox
{
    width: 720px;
    height: 20px;
    margin: 30px 0 20px;
    float: left;
    position: relative;
}

.shareBox div
{
    float: left;
    margin-right: 15px;
}

.shareBox .tweetcount
{
    width: 80px;
}

.shareBox .facebookLike
{
    width: 80px;
}

.copyBox
{
    width: 720px;
    float: left;
    position: relative;
    font-size: 12px;
    line-height: 15px;
    color: #f8f7f3;
}

.twitterBox
{
    width: 270px;
    float: right;
    position: relative;
}

.wrapper
{
    width: 992px;
    margin: 0 auto;
}


/* skip links */

.skipLinks
{
    position: absolute;
    top: -300px;
    width: 80%;
    left: 40px;
    z-index: 20;
    overflow: visible;
}

.skipLinks a
{
    position: absolute;
    top: 0;
    z-index: 30;
}

.skipLinks a:active,
.skipLinks a:focus
{
    top: 305px;
    height: 1.6em;
}

html, body
{
    height: 100%;
}

.mainContainer
{
    position: relative;
    min-height: 100%;
    height: 100%;
}

* html .mainContainer
{
    height: 100%;
}

.index
{
    bottom: 0;
    color: #BFBEBE;
    font-size: 4em;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
    top: 35%;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}

#altContent
{
    background: url('../images/loader.gif') no-repeat center center transparent;
    height: 100%;
    width: 100%;
}


