/*
    GENERAL
*/
body
{
    background: url(../images/bg_main.gif);
    margin: 0;
    padding: 0;
}

div
{
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}



/*
    LAYOUT
*/
#main
{
    margin-top: 10%;
}

#mainGallery
{
    margin-top: 20px;
}

#container
{
    width: 903px;
}

div.box
{
    float: left;
    width: 300px;
    text-align: left;
}

#logo
{
    height: 45px;
    text-align: center;
}

#menuSpace
{
    height: 50px;
    position: relative;
}

#menu
{
    position: absolute;
    bottom: 0px;
}

#menuItem1
{
    border-bottom: 5px solid #004D45;
    width: 75px;
    float: left;
    text-align: center;
    padding-top: 5px;
}

#menuItem1 a:link, #menuItem1 a:visited
{
    font-size: 10px;
    text-decoration: none;
    color: black;
    border: none;
    font-style: normal;
}

#menuItem1 a:active, #menuItem1 a:hover
{
    font-size: 10px;
    text-decoration: none;
    color: white;
    border: none;
    font-style: normal;
}

#menuItem2
{
    border-bottom: 5px solid #49010C;
    width: 75px;
    float: left;
    text-align: center;
    padding-top: 5px;
}

#menuItem2 a:link, #menuItem2 a:visited
{
    font-size: 10px;
    text-decoration: none;
    color: black;
    border: none;
    font-style: normal;
}

#menuItem2 a:active, #menuItem2 a:hover
{
    font-size: 10px;
    text-decoration: none;
    color: white;
    border: none;
    font-style: normal;
}

#menuItem3
{
    border-bottom: 5px solid #435E87;
    width: 75px;
    float: left;
    text-align: center;
    padding-top: 5px;
}

#menuItem3 a:link, #menuItem3 a:visited
{
    font-size: 10px;
    text-decoration: none;
    color: black;
    border: none;
    font-style: normal;
}

#menuItem3 a:active, #menuItem3 a:hover
{
    font-size: 10px;
    text-decoration: none;
    color: white;
    border: none;
    font-style: normal;
}

#menuItem4
{
    border-bottom: 5px solid #961205;
    width: 75px;
    float: left;
    text-align: center;
    padding-top: 5px;
}

#menuItem4 a:link, #menuItem4 a:visited
{
    font-size: 10px;
    text-decoration: none;
    color: black;
    border: none;
    font-style: normal;
}

#menuItem4 a:active, #menuItem4 a:hover
{
    font-size: 10px;
    text-decoration: none;
    color: white;
    border: none;
    font-style: normal;
}

#textSpace1
{
    background: #00695D;
    height: 295px;
}

#textSpace3
{
    background: #667C9D;
    height: 295px;
}

#textSpace2
{
    background: #652A33;
    height: 295px;
}

#textSpace4
{
    background: #A93D32;
    height: 295px;
}

#text
{
    padding: 65px 20px 20px 20px;
    color: white;
    line-height: 18px;
    text-align: justify;
}

div.shadow
{
    height: 3px;
    background: #C8C8C8;
    font-size: 1px; /* ie fix */
}

#decoration
{
    position: absolute;
    top: 45px;
    left: 290px;
}

#langSpace
{
    height: 45px;
    position: relative;
}

#lang
{
    position: absolute;
    bottom: 0px; right: 5px;
}

div.langItem
{
    float: left;
    font-size: 9px;
}

div.langItem a:link, div.langItem a:visited, div.langItem a:active, div.langItem a:hover
{
    font-size: 10px;
    border: none;
    font-style: normal;
    text-decoration: none;
    color: black;
}

#titleSpace1
{
    background: #004D45;
    height: 300px;
}

#titleSpace3
{
    background: #435E87;
    height: 300px;
}

#titleSpace2
{
    background: #49010C;
    height: 300px;
}

#titleSpace4
{
    background: #961205;
    height: 300px;
}

#title
{
    font-size: 24px;
    color: white;
    position: absolute;
    top: 115px;
    right:30px;
}

#footer
{
    clear: both;
    font-size: 11px;
    color: #ABABAB;
    padding: 2px 0 0 5px;
    text-align: left;
}


/*
    LINKS
*/
a:link
{
    color: white;
    text-decoration: none;
    font-style: italic;
    border-bottom: 1px dashed white;
}

a:visited
{
    color: white;
    text-decoration: none;
    font-style: italic;
    border-bottom: 1px dashed white;
}

a:active
{
    color: #eeeeee;
    text-decoration: none;
    font-style: italic;
    border-bottom: 1px dashed #eeeeee;
}

a:hover
{
    color: #eeeeee;
    text-decoration: none;
    font-style: italic;
    border-bottom: 1px dashed #eeeeee;
}


a.contrast:link, a.contrast:visited, a.contrast:active, a.contrast:hover
{
    color: #961205;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    border-bottom: none;
}



















