*{
    margin:0;
    padding:0;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
}

body,
html{
    background:#000;
    width:100%;
    height:100%;
}


/* ELEMENT DEFINITION */



/* TEXT/FONT DEFINITION */



a{
    color: #ab883d;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}


/* COMMON CLASSES */


.floatClearer{
    clear:both;
}

.leftFloater{
    float:left;
}

.rightFloater{
    float:right;
}


/* CONTENT */


.center{
    position:relative;
    width:820px;
    margin:0 auto;
}

#top,
#content,
#footer{
    width:100%;
}

#top{
    height:156px;
    background: url("../images/base/bg_top.gif") repeat-x;
    font-size:11px;
}

#logo{
    top:11px;
    display:block;
    border:none;
}

#top .left{
    position:absolute;
    left:20px;
}

#top .right{
    position:absolute;
    right:20px;
}

#lang{
    top:14px;
}

#lang a:hover{
    color:#FFF;
    text-decoration:none;
}

#lang span{
    color:#343434;
    padding:0 6px;
}

#menuService{
    top:40px;
}

#menuService a{
    color:#FFF;
    margin-left:29px;
}

#menuService a:hover{
    text-decoration:underline;
}

#menuMain{
    position:absolute;
    top:132px;
    width:100%;
    height:25px;
    line-height:25px;
    font-size:11px;
    text-transform:uppercase;
}

#menuMain a{
    color:#FFF;
}

#menuMain a:hover{
    color:#ab883d;
    text-decoration:none;
}

#menuMain .left a{
    margin-right:26px;
}

#content{
    background-color:#ab883d;
}

.main{
    background-image: url("../images/base/bg_content.gif");
    background-repeat: repeat-x;
}

.sub{
    background-image: url("../images/base/bg_content_sub.gif");
    background-repeat: repeat-x;
}

.sub .center{
    background: #917538;;
    color:#FFF;
}

#contentTop{
    position: relative;
    width:820px;
    height:285px;
}

#contentTop img{
    position: absolute;
    top:0;
    left:0;
    z-index:1;
}

#contentTop #ribbon{
    position:absolute;
    top:236px;
    width:100%;
    height:49px;
    line-height: 49px;
    background: #000;
    opacity:0.5;
    filter:alpha(opacity=50);
    z-index:2;
}

#contentTop  h1{
    position:absolute;
    top:248px;
    left:20px;
    font-size:18px;
    z-index:3;
}

#contentLeft{
    float:left;
    width:620px;
    background: #876A2B;
    font-size:12px;
}

#menuLeft{
    float:left;
    width:180px;
    padding:18px 0;
}

#menuLeft h2{
    padding-left:20px;
    padding-bottom:4px;
    font-weight:bold;
    font-size:12px;
}
#menuLeft a{
    display:block;
    line-height:16px;
    padding:6px 10px 6px 20px;
    font-weight: bold;
    color:#FFF;
}

#menuLeft a:hover{
    background: url("../images/content/bg_list_left.gif") repeat-y;
    text-decoration:none;
}

#menuLeft a.submenu{
    font-weight:normal;
    padding:3px 10px 3px 30px;
}

#menuLeft a.submenu:hover{
    background: none;
    text-decoration: none;
    color: #55441E;

}

#contentMain{
    float:left;
    width:400px;
    padding:18px 20px 18px 0;
    line-height:22px;
    color:#FFF;
}

#contentMain a{
    color:#FFF;
    text-decoration: underline;
}

#contentMain a:hover{
    text-decoration: none;
}

#contentMain ul {
    margin-left: 20px;
}


#contentRight{
    float:left;
    width:200px;
    font-size:11px;
    padding-bottom:18px;
}

#contentRight h2{
    width:180px;
    height:40px;
    padding-left:20px;
    display:block;
    font-size:11px;
    font-weight:bold;
    color:#55441e;
    line-height:40px;
    background: url("../images/content/gfx_dot_right.gif") repeat-x;
    background-position: bottom left;
}

#contentRight .text{
    padding:10px 20px;
    line-height:18px;
    color:#FFF;
}

#contentRight .text a{

    float:right;
    color:#55441e;
}



#footer{
}

#menuBottom{
    margin-top:20px;
    margin-right:20px;
    text-align:right;
    font-size:11px;
}

#menuBottom a:hover{
    text-decoration:none;
    color:#FFF;
}

#menuBottom span{
    padding:0 5px;
    color: #ab883d;
}

#bottom{
    position: relative;
    margin-top:8px;
}

#copyright{
    position:absolute;
    left:20px;
    color:#252525;
    font-size:11px;
}

#rss{
    position:absolute;
    right:20px;
    border: none;
}

/* BANNER */
#banner{
    width: 840px;
    height: 460px;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 100;
}