.header {
    z-index: 99;
    position: relative;
    background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.73);
    border-bottom: 2px solid rgba(238, 238, 238, 0);
}

#header {
    background: none;
    min-height: 300px;
    min-width: 540px;
    padding-top: 0px;
    position: relative;
	/*--Edit by Aek--*/
    /*top: 20px;*/
}

.wrapper {
    /*background: url(../img/bg/bg-theme-1.jpg) no-repeat;*/
    /*background: url(../img/dnp-bg/bg-1.jpg) no-repeat;*/
    background-color: #FFF;
    background-attachment: fixed;
    background-position: center;
}

.container .breadcrumbs {
    background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.89);
}

.container .breadcrumbs .breadcrumb {
    top: 10px;
    padding-right: 30px;
    background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.89);
    position: relative;
}

.block-level-v2, .contacts {
    background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.89);
    border-top: 1px solid #EEE;
    padding: 30px 0px;
    position: relative;
}

.footer-v1 .footer {
    padding: 40px 0px;
    background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.73);
}

.footer-v1 .footer h2 {
    color: #2D2C2C;
    font-size: 18px;
    font-weight: 200;
}

.footer-v1 address, .footer-v1 .link-list a, .footer-v1 .link-list i {
    color: rgb(63, 61, 61);
}