html{
    background-color: #2D2B29;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

#main{
    position: absolute;
    height: 100%;
    width: 1000px;
    left: -500px;
    margin-left: 50%;
}

/*
    HEADER
*/

#header{
    position: relative;
    background-color: white;
    height: 76px;
}

div#logo{
    position: absolute;
    top: 17px;
    left: 25px;
}

img#logo{
    border: 0;
}

/*  Place Select  */
div#select_place{
    position: absolute;
    top: 26px;
    right: 25px;
    height: 25px;
    width: 370px;
    z-index: 7;
    background-color: white;
}

    /*   fix  */
div#select_place_fix{
    position: absolute;
    width: 370px;
    padding-left: 0px;
    padding-top: 2px;
    background-color: white;
    cursor: pointer;
}

div#current_place{
    position: relative;
    width: 340px;
}

div#current_place_arrow{
    position: absolute;
    width: 15px;
    height: 15px;
    padding-top: 5px;
    left: 355px;
    top: 0px;
}

    /*  fold    */
div#select_place_fold{
    position: absolute;
    z-index: 7;
    width: 100%;
    top: 25px;
    left: 0;
    background-color: white;
}

ul#header_places{
    position:absolute;
    padding: 5px 0px 0px 0px;
    z-index: 7;
    width: 100%;
    background-color: white;
}

ul#header_places li{
    padding: 0 0;
    margin: 0 0;
}
/* only for ie 7 */
ul#header_places a{
    *margin-left: -17px;
}

ul#header_places a:hover{
    color: #000000;
}

/*
    MODULE
*/

#module{
    position: relative;
    background-color: white;
    overflow: visible;
    /*min-height: 100%;
    height: auto !important;*/
}

/*
    FOOTER
*/

#footer{
    position: relative;
    height: 150px;
    padding-top: 30px;
    background-color: white;
}


div#footer_menu{
    position: relative;
    color: #D9D9D9;
    height: 100%;
    top: 50px;
    background-color: #2D2B29;;
}

#footer_menu ul{
    text-align: center;
    height: 25px;
    padding-top: 60px;
}

ul#footer_menu a{
    color: black;
}

li.footer_menu{
    display: inline;
}


p.footer_credits{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #D9D9D9;
}

/*
    HOME PLACES
*/

#home_places{
    z-index: 1;
    padding-top: 20px;
    padding-left: 2px;
}

li.home_place{
    float: left;
    position: relative;
    background-repeat: no-repeat;
    width: 165px;
    height: 125px;
    margin-right: 19px;
}

.place_over_text{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px 0px 5px;
    width: 160px;
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
}

.place_over_text span{
    /* + conf in js. */
    position: relative;
}

#home_place_navigation{
    z-index:2;
    background-color: white;
    position: absolute;
    left: 690px;
    width: 100px;
    height: 100%;
}

#home_place_right{
    position: absolute;
    top: 25px;
    left: 60px;
}

#home_place_left{
    position: absolute;
    top: 55px;
    left: 60px;
}


/*
    GENERAL 
*/


#header a{
    color: #808080;
}

#footer a{
    color: #D9D9D9;
}

#footer a:hover{
    color: #FFFFFF;
}

p.px16{
    line-height: 20px;
}



a{
    color: #808080; 
    text-decoration: none;
    outline: none;
}

a:hover{
    color: #000000;
}

.grey-top{
    border-top: 1px solid #D9D9D9;
}

.grey-right{
    border-right: 1px solid #D9D9D9;
}

.grey-left{
    border-left: 1px solid #D9D9D9;
}

.grey-bottom{
    border-bottom: 1px solid #D9D9D9;
}


hr{
    height: 0px;
    border-top: 1px solid #D9D9D9;
}

.cursor{
    cursor: pointer;
}

div.clear{
    clear: both;
}

.black{
    color: #000000;
}

.lightgrey{
    color: #D9D9D9;
}

.grey{
    color: #808080;
}

.darkgrey{
    color: #606060;
}

.white{
    color: #FFFFFF;
}

.red{
    color: red;
}

.background-black{
    background-color: black;
}

.background-grey{
    background-color: #808080;
}

.normal{
    font-weight: normal;
}

.italic{
    font-style: italic;
}

.bold{
    font-weight: bold;
}

.bolder{
    font-weight: bolder;
}

.line-through{
    text-decoration: line-through;
}

.px11{
    font-size: 11px;
}

.px12{
    font-size: 12px;
}

.px16{
    font-size: 16px;
}

.px14{
    font-size: 14px;
}

.px18{
    font-size: 18px;
}

.px20{
    font-size: 20px;
}

.px26{
    font-size: 26px;
}


.px30{
    font-size: 30px;
}

.inner{
    display: inline;
}

