
body {
    background: #000 url(images/main-background.png) repeat-x 153px 0;
}

#header {
    background: url(images/header-background.png) repeat-x;
    height: 113px;
}
#header-content{
    width: 878px;
    margin: 0 auto;
    position: relative;
}
#logo {
    padding: 20px 0 0 10px;
}

#navigation {
    position: absolute;
    right: 0;
    top: 0;
}

#navigation ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation ul li {
    float: left;
    height: 113px;

    background: url(images/header-menu-left.png) no-repeat top right;
}
#navigation ul li a {
    margin-right: 24px;
    padding-left: 10px;
    padding-top: 55px;
    height: 63px;
    display: block;
    background: url(images/header-menu-right.png) no-repeat top left;
    color: #fff;
    text-decoration: underline;
}

#navigation ul li ul {
    display: none;
}

#top-nav {
    height: 40px;
    background: url(images/top-nav-background.png) repeat-x;
}

#top-nav-content {
    width: 868px;
    margin: 0 auto;
    line-height: 40px;
    color: #999;
    padding-left: 10px;
}

#top-nav-content a {
    /*color: #999;*/
    color: white;
    text-decoration: underline;
}

#wrapper {
    width: 878px;
    margin: 0 auto;
}

#page-content {
    background: #080808 url(images/page-content-background.png) repeat-x;
    min-height: 200px;
    /*color: #999;*/
    color: white;
}

#page-content a {
    color: #999;
    text-decoration: underline;
}

#page-sidebar {
    width: 215px;
    float: left;
    padding-bottom: 25px;
    padding-left: 10px;
    background: #000;
    margin-top: 45px;
}

#page-sidebar h2 {
    background: url(images/page-sidebar-header.png) no-repeat;
    line-height: 35px;
    height: 35px;
    width: 215px;
    margin: 0;
    margin-top: -35px;
    padding: 0 0 0 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    
}
#page-sidebar a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#page-sidebar a.active {
    color: #0049af;
}
#page-sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#page-sidebar ul:first-child {
    border: 0;
}

#page-sidebar ul li {
    border-top: 1px solid #0f0f0f;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

#footer {
    width: 858px;
    margin: 10px auto;
    padding: 10px;
    color: #fff;
    border-top: 1px solid #272827;
    
}

#footer a {
    color: white;
    text-decoration: underline;
}

#page-content-inner-top {
    height: 15px;
    width: 607px;
    margin: 10px 10px 0 10px;
    float: left;
    background:  url(images/page-content-inner-background.png) no-repeat;
}
#page-content-inner {
    background: #000;
    min-height: 100px;
    width: 539px;
    float: left;
    margin: -9px 10px 10px 10px;
    padding: 0 34px;
    color: #fff;
}

#page-content-inner-pagename {
    display: block;
    background: url(images/inner-content-h1.png) no-repeat;
    height: 33px;
    line-height: 33px;
    width: 539px;
    color: #fff;
    margin: -4px 0 5px 0;
    padding: 0 0 0 5px;
    font-size: 13px;
    text-transform: uppercase;
}


#page-content-inner h2 {
    display: block;
    background: url(images/inner-content-h2.png) no-repeat;
    height: 28px;
    line-height: 28px;
    width: 248px;
    color: #fff;
    margin: 5px 0;
    padding: 0 0 0 30px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}

h3 {
    display: block;
    background: url(images/inner-content-h3.png) no-repeat;
    height: 28px;
    line-height: 28px;
    width: 248px;
    color: #fff;
    margin: 5px 0;
    padding: 0 0 0 30px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}


.frontpage-box {
    width: 184px;
    height: 190px;
    border:  5px solid #000;
    position: relative;
    float: left;
    margin: 7px;
}
.frontpage-box a {
    background: url(images/frontpage-box-link.png) no-repeat;
    183 × 35
    height: 35px;
    line-height: 35px;
    width: 149px;
    padding-left: 35px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #000;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.frontpage-box img {
    display: block;
    height: 153px;
    width:184px;
    position: absolute;
    top:0;
    left:0;
    background: url(images/frontpage-box-background.png) repeat-x;
}

#page-sidebar .news li {
    line-height: 1.2em;
    border-bottom: 1px solid #0f0f0f;
}

#fancybox-outer {
    background: url("img/fancybox.png") repeat-x #080808;
}

div.slideshow a.advance-link {
    width: 602px !important;
    border: 1px solid red;
}

#intresse_form p {
    display: block;
    margin: 10px 0 8px 0;
}