/*-#-$-#-*/
body{
    font: 90%/135% Arial;
    background: url('../images/bg.gif');
    color: #000;
}
/*-#-$-#-*/
h1{
}
h2{
}
h3{
}
h4{
    text-align: center;
    font-weight: bold;
    line-height: 140%;
    color: #111;
    margin: 0;
}
h5{
}
h6{
}
/*-#-$-#-*/
img{
    border: 0;
}
/*-#-$-#-*/
a{
    text-decoration: none;
    color: #4d4d4d;
}
a.active{
    color: #333;
}
a:hover{
    color: #000;
}
/*-#-$-#-*/
ul{
    list-style: none;
}
/*-#-$-#-*/
.clearfix{
    clear: both;
    width: 100%;
    height: 1%;
}

/*Other*/
div.banners img{
    margin-left: 12px;
    margin-bottom: 5px;
    border: 1px solid #000;
    width: 160px;
    height: 120px;
}

/*-#-$-#-*/
.hr hr{
    display: none;
}
.hrsolid{
    border-top: 1px solid #111;
    padding-bottom: 5px;
}
.hrdashed{
    border-top: 1px dashed #000;
    padding-bottom: 5px;
}
.hrdouble{
    border-top: 3px double #333;
    margin: 5px 5px 0 0;
    padding-bottom: 5px;
}
/*-#-$-#-*/
.bold{
    font-weight: bold;
}
/*-#-$-#-*/
ul.paging{
    list-style: none;
}
ul.paging li{
    display: inline;
}
/*-#-$-#-*/
span.green{
    font-weight: bold;
    color: green;
}
span.red{
    font-weight: bold;
    color: red;
}
span.notice{
    color: green;
}
span.warning{
    color: orange;
}
/*-#-$-#-*/
.end{
    height: 1px;
    background: url('../images/bottom.gif') no-repeat;
}

/*Wrapper*/
#wrapper{
    width: 933px;
    margin: 15px auto;
}

/*Header*/
#header{
    float:left;
    width: 100%;
    background: url('../images/header2.gif') no-repeat;
    border: 1px solid black;
    width: 931px;
    height: 100px;
    position: relative;
}
/*-#-$-#-*/
#header a.logo{
    position: absolute;
    left: 231px;
    top: 20px;
    width: 468px;
    height: 60px;
    display: block;
}
#header ul.lang{
    position: absolute;
    left: 800px;
    top: 20px;
}
#header ul.lang li{
    display: inline;
    margin-left: 5px;
}

/*-#-$-#-*/
#center{
    float: left;
    width: 933px;
    background: url('../images/center.gif') repeat-y;
}

/*Left*/
#center div.left{
    float: left;
    width: 193px;
    background: #fff;
    margin-left: 1px;
}
#center div.left ul{
    padding: 1px 1px;
    margin: 3px 2px 5px;
    border: 1px solid #000;
    color: #000;
}
#center div.left ul li{
    border: 1px solid #000;
    width: 157px;
    margin: 0 0 1px 4px;
    padding: 1px 0 3px 20px;
    background: url('../images/arrow_blue.gif') no-repeat;
    background-position: 5px 6px;
    background-color: #abf;
    vertical-align: middle;
}
#center div.left ul li.main{
    width: 183px;
    margin: 0 0 3px 0;
    padding-left: 0;
    background: none;
    background-color: #79f;
}
#center div.left ul li a{
    height: 19px;
    vertical-align: middle;
}

/*Center*/
#center div.center{
    float: left;
    margin: 0 0 0 21px;
    width: 504px;
    background: #fff;
}
#center div.center input.text, #center div.center select, #center div.center textarea{
    margin: 5px 0;
    border: 1px solid #333;
    width: 250px;
}
#center div.center input.submit{
    width: 100px;
}
#center div.center textarea{
    height: 250px;
}
/*-#-$-#-*/
#center div.center table.adverts{
    width: 100%;
    margin: 3px 0;
    border-collapse: collapse;
    border: 1px solid #000;
    font-size: 80%;
}
#center div.center table.adverts td{
    cursor: pointer;
}
#center div.center table.adverts td.left{
    font-weight: bold;
}
#center div.center table.adverts td.right{
	text-align: left;
}
#center div.center table.adverts tr.grey td{
    background-color: #ccc;
}
#center div.center table.adverts tr.white td{
    background-color: #fff;
}
#center div.center table.adverts th{
    border: 1px solid #000;
    text-align: center;
    height: 18px;
}
#center div.center table.adverts td{
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #000;
}
/*-#-$-#-*/
#center div.center div.title, #center div.right div.title{
    color: #4d4d4d;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    background-color: #79f;
    vertical-align: middle;
}
#center div.center ul li.content{
    color: #000;
    margin: 15px 0 15px 20px;
}
#center div.center ul li.bottom{
    width: 476px;
    padding-top: 5px;
    margin: 0 0 5px 15px;
    border-top: 1px dashed #000;
    color: #000;
}
#center div.center ul li table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
#center div.center ul li h4{
    text-align: left;
    padding-left: 40px;
}
/*-#-$-#-*/
#center div.center div.content{
    text-align: justify;
    margin: 2px 15px 0;
    color: #000;
}
#center div.center div.content p{
    margin-bottom: 15px;
}
#center div.center div.content ul{
    list-style: circle; 
}
#center div.center div.content li{
    margin-left: 15px;
    padding: 0;
    color: #000;
}

/*Right*/
#center div.right{
    float: right;
    width: 194px;
    background: #fff;
    margin-right: 1px;
}
#center div.right input.text{
    width: 103px;
    border: 1px solid #000;
}
#center div.right input.submit{
    width: 103px;
    text-align: center;
    color: #000;
}
#center div.right select{
    border: 1px solid #7f9db9;
}

/*Footer*/
#footer{
    margin-left: 2px;
    width: 927px;
    background-color: #79f;
    color: #000;
    border: 1px solid #000;
}
#footer *{
    margin-left: 15px;
}
div.multifilter{
    height:100px;
    overflow: auto;
    text-align: right;
    padding-right: 10px;
}
#center div.center div.multifilter input{
    margin: 0;
    border: 0;
    text-align: right;
    width: 20px;
}
ul.regions li{
    list-style: none;
}

