body {
    margin:0 auto;
    background-color: #f6f0e2;
}

#logo {
    left:35px;
    position:absolute;
    top:0;
    z-index:5;
    width: 150px;
    height: 235px;
    text-align: center;
}
/*#logo a {
    display: block;
    width: 140px;
    height: 230px;    
    border:5px solid #faf8ed;
    border-top: none;
}
#logo a img {
    margin-top: 50px;
}*/

#topline {
    top:0;
    left: 0;
    z-index:4;   
    height: 5px;
    width: 100%;
    background: #56967a url(/media/images/topline-bg.png) repeat-y scroll 0 0;
    padding: 0;
}


#navbar {
    background:#f9f6eb repeat scroll 0 0;
    border-bottom:1px solid #dad5b5;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:51px;
    line-height:normal;
    min-width:750px;
    overflow:hidden;
    padding:0 0 0 215px;    
}
ul#navbar {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
#navbar li {
    float:left;
    margin:0 5px 0 0;
    padding:11px 20px 0px 13px;
}
#navbar a {
    color: #3c3429;
    font-size:16px;
    font-family:Tahoma;
    text-decoration: none;
    padding-bottom: 1px;
    text-transform: uppercase;
    line-height: 29px;
}
#navbar a:hover {
    border-bottom: 3px solid #EE8834;
}
#navbar a.active {
    color: #4b4439;
    font-weight: bold;
    border-bottom: 3px solid #EE8834;
}


#container {
    position: relative;
    min-height: 700px;
    
}
#content {
    margin: 0 30% 0 200px;
    padding:0.5em 20px 1.5em 25px;
}
#right {
    min-height: 500px;
    position: absolute;
    top: 0;
    right: 0px;
    width: 29%;
}
#secondary {
    padding:0.5em 20px;
    float: left;
}
#sidebar {
    padding:0.5em 0px;
    width:150px;
    float: right;
}

.column {
    float:left;
}

#footer {
    border-color:#cdc49b;
    border-style:solid;
    border-width:1px 0;    
    clear:both;
    font-size:0.85em;
    /*margin-bottom:3em;*/
}
#footer-content {
    border-left:1px solid #cdc49b;
    margin: 0;
    margin-left:202px;
    padding:1em 20px;
    color: #484034;
    font-size: 12px;
    font-family: Tahoma;
}
#copy, #botmenu, #madein {
    float: left;
    margin-right: 40px;
    margin-bottom: 3px;
}
#botmenu .divider {
    padding: 0 5px;
    color: #CDC49B;
}
#warning {
    clear: both;
    font-size: 10px; 
    color: grey;
}

.copy-warning {
    overflow:hidden;
    margin-left: 202px;
    padding: 1em 20px;
    font-size: 10px;
    font-family: Tahoma;
    color: #a0a0a0;
}
