@charset "utf-8";
/* CSS Document */
body {  
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration:none;
}

body{
    background:#e9e9e9;
    font-size:12px;
    color:#a3a3a3;
    font-family:Verdana, Helvetica, sans-serif;
}

h2 {
    font-size:30px;
}   
    
h3 {
    font-size:18px;
}   
    
h4 {
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: 5px;
}
 
h5 {
    font-size:13px;
}
    
a {
    color:#b00b03;
}

ul {
    list-style-type: none;
}

li {
    
}


.clear {
    clear:both;
}



/** Main**/

#maincontainer{
    width:100%;
    overflow:hidden;
    background:#2a2323 url(../images/bg.png) repeat-x 0 0;
    min-height:592px;
}

#wrapper{
    width:980px;
    margin:0 auto 0;
    min-height:592px;
}

#header{
    width:980px;
    margin:0 auto;
    overflow:hidden;
    height:118px;
    position:relative;
}

#logo{
    width:435px;
    height:89px;
    margin:0 auto;
    overflow:hidden;
}

#logo a {
    display: block;
    background: url(../images/logo.png);
    width: 100%;
    height: 100%;
}

ul.lang {
    list-style:none;
    position:absolute;
    top: 5px;
    right:0;
    margin: 0;
}

ul.lang li {
    float:left;
}


ul.lang li  a{
    display:block;
    font-size:9px;
    padding: 0 10px;
    color:#2a2323;
    letter-spacing:2px;
    text-transform:uppercase;
}

.br-right {
    border-right:1px solid #2a2323;
}

.imgcont {
    width:347px;
    height:436px;
    float:left;
    margin-top: 10px;
}

#mainmenu{
    margin: 0 auto;
    width: 980px;
    height:36px;
}

#mainmenu td {
    width: 20%;
}

#mainmenu a {
    text-transform:uppercase;
    color:#fff;
    padding-left: 5px;
    padding-top: 10px;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

#mainmenu a:hover {
    background: url("../images/menu_bg.gif") repeat-x;
}

#container{
    margin: 12px auto;
    width: 980px;
    overflow:hidden;
}

#container h2{
    margin-top: 0;
    background: url("../images/sep.png") repeat-x scroll 0 100% transparent;
    letter-spacing: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase
}
#footer {
    width:100%;
    background:#e9e9e9;
    border-top:2px solid #b00b03;
    min-height:90px;
}

#copy {
    width:980px;
    text-align:center;
    padding-top:10px;
    color:#656565;
    margin:0 auto;
}

#copy a {
    color:#656565;
}

.contact_block {
    float: right;
    border: 1px solid;
    padding: 20px;
    margin-right: 50px;
    margin-top: 20px;
}