body {
    background: url('../img/bodyBg.jpg') 0 0 repeat-x;
}

li {
    color: #000000;
}

.bg-container {
    background: url('../img/bg.jpg') 50% 0 no-repeat;
}

.container {
    width: 980px;
}

.custom-page-header {
    padding: 35px 20px 20px 20px;
}
.custom-page-header .span12 {
    margin: 0;
}
a {
    color: #d67c1c;
}
.lang-selector {
    text-align: right;
}
.lang-selector a {
    margin: 0 10px;
}
.lang-selector a {
    color: #2d2e30;
}
.lang-selector a.current {
    color: #d67c1c;
}
.contacts {
    text-align: right;
}
.contacts h2 {
    font-weight: normal;
}
.contacts h2 span {
    color: #d67c1c;
    font-weight: bold;
}
.custom-nav-container {
    overflow: hidden;
}
.nav li {
    font-size: 130%;
    padding: 0 1px;
}
.nav li a {
    color: #fff;
    margin: 10px 0px 0;
    padding: 20px 36px 14px;
}

.nav .active a, .nav a:hover {
    background: #fff;
    color: #2d2e30;
}

.sidebar ul {
    margin: 20px 0 0 0;
    list-style: none;
}

.sidebar ul li {

}

.sidebar ul li a {
    color: #2d2e30;
    text-decoration: none;
    font-size: 14px;
}

.sidebar ul li a div {
    padding: 10px 20px;
    border-bottom: solid 1px #d9d9d9;
}

.sidebar ul li a.current div {
    background: #d9d9d9;
    color:#d67c1c;
    border-bottom: solid 1px #ffffff;
}

.sidebar ul li a:hover div {
    background: #d9d9d9;
    color:#d67c1c;
    border-bottom: solid 1px #ffffff;
}

.custom-title {
    margin: 15px 0 10px;
    font-weight: normal;
}

.custom-footer {
    margin-top: 25px;
    background: #f7f7f7;
    padding-bottom: 20px;
}

.custom-footer a {
    color: #2d2e30;
    text-decoration: underline;
}

.title-line {
    background: url('../img/title-line.jpg') 0 0 repeat-x;
}

.title-line span {
    background: #f7f7f7;
    padding-right: 20px;
}

.copyright {
    background: url('../img/footerBgWide.jpg') 0 0 repeat-x;
}

.bg-copyright {
    background: url('../img/footerBg.jpg') 50% 0 no-repeat;
    height: 85px;
}

.copyright-text {
    margin-top: 20px;
    color: #c2c2c2;
}

table td, table th {
    border: none;
    padding: 2px 0;
}


div.boxover{
  border: solid 1px #cccccc;
  position: relative;
 /* z-index: 10; */
}

div.boxout{
  border: solid 1px #ffffff;
  position: relative;
/*z-index: 10; */
}

div.bar{
  background-color: #d4d0c8;
  position:absolute;
  top: -1px;
  left: -2px;
  height: 20px;
  display: block;
  margin: 2px;
}

a.greenbtn{
    color: #d67c1c;
    padding: 0 0 0 18px;
    background: url('../img/archive_icon.jpg') 0 0 no-repeat;
}

.bottomMenu div {
    margin: 10px 0;
}

.bottomMenu a {
    font-size: 14px;
}

.form td {
    padding: 5px 10px;
}

.powered {
    float: right;
    color: #666;
}

.powered a {
    color: #666;
}
