/* first for Internet Explorer < 9 */
@font-face {
    font-family: DinRegular;
    src: url("../fonts/DINWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
    font-family: DinRegular;
    src: url("../fonts/DINWeb.woff") format("woff");
}

h1, h2
{
    color: #E74C20;
    font-weight: bold;
}

h2{
    margin-top: 30px;
}

strong
{
    font-weight: bold;
}


#wrapper{
    margin: 50px auto;
    width: 1000px;
    height: auto;
    color: #908072;
    font-family: DinRegular, Arial, Verdana;
}

#header
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

#logo
{
    position: relative;
    float: left;
    width: 50%;
    height: auto;
}


#logo_sec
{
    position: relative;
    float: left;
    text-align: right;
    width: 50%;
    height: auto;
}

#navigation
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    text-align: right;
    margin-bottom: 10px;
}

#left
{
    position: relative;
    float: left;
    width: 460px;
    height: auto;
}

#right
{
    position: relative;
    float: left;
    width: 540px;
    height: auto;
}

#footer
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #B0A295;
    text-align: right;
    margin-bottom: 30px;
}

#footer a{
    color: #fff;
    line-height: 20px;
    height: 20px;
}

#nav li + li:before{
    content: " / ";
    padding: 0 10px;
}


#nav a{
    color: #908072;
}

#nav a.nav-active, #subnav a.nav-active
{
    font-weight: bold;
    color: #E74C20;
}

#subnav {
    padding: 0 10px;
}

#subnav ul li
{
    padding-left: 30px;
}

nav li{
    display: inline;
}

nav li:last-child{
    margin-right: 10px;
}

a, a:hover, a:active, a:link{
    text-decoration: none;
}
