body {
    background: #CDCDCD;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

strong {font-weight: bold;}

#container {
    width: 100%;
}

#header {
    background: #2E3237 url(../img/bg-header.jpg) center top no-repeat;
    height: 137px;
}
#header .wrapper {
    margin: 0 auto;
    height: 137px;
    overflow: auto;
    width: 900px;
}
#header .logo {
    float: left;
    left: 35px;
    position: relative;
    top: 87px;
}
#header .language {
    background: #FFF;
    float: right;
    font-size: 0.6em;
    padding: 4px;
}
#header .language li {
    display: inline;
}
#header .language li a {
    color: #2E3237;
    text-decoration: none;
}
#header .language li.current a {
    text-decoration: underline;
}

#header .nav {
    float: right;
    font-size: 1em;
    margin: 108px 0 0 0;
    width: 380px;
}
#header .nav li {
    display: inline;
    padding-left: 15px;
}
#header .nav li a {
    color: #FFF;
    text-decoration: none;
}
#header .nav li a:hover {
    border-bottom: 4px solid #E7E7E7;
    color: #D3D3D3;
    padding-bottom: 8px
}
.home #header .nav li.home a,
.introduction #header .nav li.introduction a,
.links #header .nav li.links a,
.faq #header .nav li.faq a,
.contact #header .nav li.contact a {
    color: #D3D3D3;
}

#main {
    background: #FFF;
    padding-bottom: 50px;
}
    #main .wrapper {
        color: #2E3237;
        margin: 0 auto;
        overflow: auto;
        padding: 0 40px;
    	width: 820px;
    }
    #main .head {
        background: #E7E7E7;
        border-bottom: 1px solid #CDCDCD;
        color: #8B8B8B;
        margin: 0 auto;
        padding: 10px 40px 5px;
    	width: 820px;
    }
    #main .head h1 {
    	font-family: Arial, Helvetica, sans-serif;
        font-size: 1.4em;
        line-height: 1.5em;
    }
    #main .head p {
        font-size: 1.05em;
        margin: 10px 0 0;
    }
    #main .head p a {
        color: #2E3237;
        text-decoration: underline;
    }
    

#main .wrapper {
    padding: 20px 40px;
}

#main .left {
    float: left;
    margin-right: 30px;
    width: 48%;
}
#main .right {
    float: left;
    width: 48%;
}

#main h2 {
    border-bottom: 1px solid #CDCDCD;
    color: #8B8B8B;
    margin-bottom: 30px;
    padding: 20px 0 10px;
}

#main h3 {
    font-size: 0.8em;
    font-weight: bold;
    margin: 20px 0 0;
}

#main .wrapper p {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 8px 0;
}
#main p a {
    color: #2E3237;
    text-decoration: underline;
}
#main p a:hover {
    text-decoration: none;
}
#main p.more {
    margin-top: 20px;
}
#main p.moreqa {
    margin: 10px 15px 20px;
}
#main .qa {
    background: #E7E7E7 url(../img/bg-qa.png) top right no-repeat;
    padding: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#main .qa h3 {margin-top: 0;}
#main .qa p {margin-bottom: 0;}

#footer {
    color: #CDCDCD;
    font-size: 0.6em;
    height: 137px;
}
#footer .wrapper {
    background: #E7E7E7;
    height: 137px;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 15px;
    width: 870px;
}
#footer p {
    line-height: 1.5em;
    margin-bottom: 10px;
}
#footer p a {
    color: #CDCDCD;
    text-decoration: none;
}
#footer p a:hover,
#footer .nav li a:hover,
#footer .language li a:hover {
    text-decoration: underline;
}

#footer .nav {
    float: right;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0 4px;
}
#footer .nav li {
    border-left: 1px solid #CDCDCD;
    display: inline;
    padding: 0 5px;
}
#footer .nav li.first {border: 0;}
#footer .nav li a {
    color: #CDCDCD;
    text-decoration: none;
}

#footer .language {
    float: right;
    padding: 0 4px;
}
#footer .language li {
    display: inline;
}
#footer .language li a {
    color: #CDCDCD;
    text-decoration: none;
}
#footer .language li.current a {
    text-decoration: underline;
}

/* HOME */

.home #main .head {
    color: #2E3237;
    padding: 35px 40px 40px;
}

.home #main .left p {
    width: 60%;
}

/* INTRODUCTION */

.introduction #main .head {
}

/* LINKS */

.links #main ul li {
    color: #8B8B8B;
    font-size: 0.8em;
    line-height: 1.4em;
    list-style: inside square;
    margin: 5px 0;
}
.links #main ul li a {
    color: #2E3237;
    text-decoration: underline;
}
.links #main ul li a:hover {
    text-decoration: none;
}

.links #main h2 {
    margin-bottom: 20px;
    padding: 30px 0 10px;
}

/* FAQ */

.faq #main .questions {
    background: #FFF url(../img/faq/bg-questions.png) top right no-repeat;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

    .faq #main .questions li {
        color: #8B8B8B;
        font-size: 0.9em;
        margin-bottom: 15px;
    }
    .faq #main .questions li a {
        color: #8B8B8B;
        text-decoration: underline;
    }
    .faq #main .questions li a:hover {
        text-decoration: none;
    }
    
.faq #main .answer {
    background: #E7E7E7;
    margin-bottom: 20px;
    padding: 20px 20px 0;
}
    .faq #main .answer h2 {
        margin-bottom: 5px;
        padding-top: 0;
    }
    .faq #main .answer p {
        margin-bottom: 0;
    }
    .faq #main .answer .linktop {
        margin-top: 10px;
    }
    .faq #main .answer .linktop img {
        position: relative;
        top: 3px;
    }
    
/* CONTACT */

.contact #main .about {
    padding-bottom:10px;

}
    .contact #main .about .left {
        float:left;
    }
    .contact #main .about .left p {
        width:391px;
    }
    .contact #main .about img.map {
        float:left;
        margin:0 0 30px 12px;
    }

.contact form fieldset {
    border-top: 1px solid #CDCDCD;
    clear:both;
    padding:37px 0 0;
}
    .contact form fieldset p label {
        float:left;
        width:110px;
    }
    .contact form fieldset textarea {
    }