/*
-------------------------------------
------- CSS HEADER AND FOOTER -------
-------------------------------------
> MADE: ARCHITAILORS
> FONT: Helvetica
> COLORS:
--> Light Grey: #f3f3f3
--> Medium Grey: #959595
--> Dark Grey: #333333
--> Red: #E24C69
*/
html, body{
    height: 100%;
    display:block;
    margin:0px;
    font-family: Helvetica;
}

a{
    text-decoration: none;
}

h1{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    line-height:18px;
}

p, h2, h3{
    margin: 0px;
    line-height:15px;
}
ul{
    list-style-type: none;
}
/*
 * ------------- ID's ------------
 */
 #super_container{
    height: 100%;
    background-image:url("body_bg.gif");
    background-repeat:repeat-y;
    background-color:#f3f3f3;
 }
#header{
    margin-bottom: 20px;
}

#header img{
    margin-top: 10px;
    margin-left: 103px;;
}

#container{
    min-height:100%;
    position: relative;
    background-image:url("body_bg.gif");
    background-repeat:repeat-y;
    background-color:#f3f3f3;
}

#page{
    padding-bottom: 50px;
}

#menu{
    text-align: right;
    width: 145px;
    font-size: 14px;
}

#menu .flags{
    font-size: 14px;
    margin-top: 60px;
}

#menu .flags a{
    color: #959595;
    margin-right: 20px;
}

#menu .item{
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: -4px;
}

#menu .item a{
    color: #959595;
    padding-right: 20px;
}

#menu .item a:hover{
    color: #E24C69;
}

#menu .item .selected{
    color: #E24C69;
    background-image:url("small_mark.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

#footer{
    font-size: 9px;
    margin-right: 5px;
    margin-bottom: 5px;
    position:absolute;
    bottom: 0;
    right: 0;
}

#footer a, #footer a:hover{
    color: #666666;
}
