div.center-content {
    background-color: #dddddd;
}

div.center-content {
    padding: 30px 15px 10px 0px;
}

div.middle-line {
    width: 972px;
    height: 4px;
    background-color: #dddddd;
    float: left;
}






div.page-header {
    width: 950px;
    margin: 10px auto 0px;
    z-index: 1;
    position: relative;
    top: 29px;
}

div.page-header div.page-header-left {
    background-image: url('../images/bg-header-subpage-left.png');
    background-repeat: no-repeat;
    float: left;
    width: 73px;
    height: 97px;
    text-align: center;
}

div.page-header div.page-header-left img {
    margin-top: 5px;
}

div.page-header div.page-header-center {
    background-image: url('../images/bg-header-subpage-center.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    float: left;
    width: 850px;
    height: 97px;
    text-align: left;
    color: #f2f2f2;
    font-size: 17px;
    padding-left: 20px;
}

div.page-header div.page-header-center h2 {
    text-transform: uppercase;
    font-size: 28px;
    color: #f2ad00;
}



div.page-header div.page-header-right {
    background-image: url('../images/bg-header-subpage-right.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    float: left;
    height: 97px;
    width: 7px;
} 





div.center-content {
    padding-bottom: 50px;
}


div.news-item {
    background-image: url('../images/bg-page-h3.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    
    padding: 30px;           
}

div.service-form-left {
    float: left;
    width: 450px;
    padding: 20px 0px 40px;
}

div.service-form-left h3 {
    font-size: 17px;
    color: #291a63;
    margin-bottom: 20px;
}

div.service-form-left select {
    width: 400px;
    padding: 2px 3px;
    border: 1px solid #adadad;
}

div.service-form-left select option {
    padding: 0px 3px;
}


div.servis-container {
    padding: 30px;
}

div.servis-container div.servis-item {
    float: left;
    width: 430px;
    background-color: #cacaca;
    margin-right: 20px;
    margin-bottom: 20px;
}

div.servis-item div.servis-top {
    padding: 2px 15px;
    text-align: right;
    
    color: #ffffff;
    background-color: #291a63;
    
    font-size: 17px;
    font-weight: bold;       
}

div.servis-text {
    padding: 20px;
    color: #291a63;
    height:140px;
}

div.servis-text h3 {
    font-size: 17px;
    font-weight: bold;
}

div.servis-text p {
    font-size: 17px;
    margin: 3px 0px;
}


div.servis-detail-left {
    float: left;
    width: 190px;
}

div.servis-detail-right {
    float: right;
    width: 190px;
}

div.servis-details {
    margin-top: 15px;
}

div.servis-details a {
    font-size: 13px;
}

div.servis-details p {
    font-size: 13px;
    margin: 3px 0px;
}
