div.content, div.footer {  
    position: relative;
    top: -25px;
}

div.center-content {
    background-color: #dddddd;
}

div.center-content-top {
    padding: 60px 15px 0px;
    background-image: url('../images/bg-home-page-top.png');
    background-repeat: repeat-x; 
    background-position:center bottom;
}

div.middle-line {
    width: 972px;
    height: 4px;
    background-color: #dddddd;
    float: left;
}

div.boilers {
    width: 950px;
    margin: 0px auto;
    position: relative;
    top: 45px;  
    z-index: 1;    
}

div.boilers div.boiler {
    position: relative;
    z-index: 2;
}

div.boilers div.boiler div.boiler-detail {
    position: absolute;
    top: -2px;
    left: 80px;
    cursor: pointer;
    width: 225px;
    height: 182px;
}

div.boilers div.boiler div.boiler-detail img {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true);
}

div.boilers div.boiler a {
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    
    padding-top: 183px;
    padding-left: 15px;
    width: 297px;
    height: 32px;
}


div.boilers div.boiler-1 {
    float: left;   
    margin-right: 7px;
}

div.boilers div.boiler-1 a {
    background-image: url('../images/bg-main-kotol1.png');
}


div.boilers div.boiler-2 {
    float: left;      
    margin-right: 7px;
}

div.boilers div.boiler-2 a {
    background-image: url('../images/bg-main-kotol2.png');
}


div.boilers div.boiler-3 {
    float: left;
    margin-right: 0px;
}

div.boilers div.boiler-3 a {
    background-image: url('../images/bg-main-kotol3.png');
}






/*-----------------------   News container -----------------------*/

div.center-content-top div.news-container {
    width: 315px;
    float: left;
    min-height: 105px;
}

div.news {
    background-image: url('../images/bg-news.png');
    background-repeat: no-repeat;
    background-position: left top;
    
    margin-bottom: 20px;
    padding: 4px 15px 10px;
    
    height: 105px;
}


div.news div.news-title h2 a {
    color: #fefeff;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

div.news div.news-date {
    color: #fefeff;
    font-size: 11px;
    padding-top: 4px;
}

div.news div.news-desc {
    font-size: 12px;
    margin-top: 15px;
    text-align: justify;
    line-height: 18px;
}

div.news div.news-more {
    text-align: right;
    margin-top: 3px;
    font-size: 10px;
}













/*-----------------------   References container -----------------------*/

div.center-content-top div.references-container {
    width: 315px;
    float: left;
    margin-left: 4px;
}

div.realization {
    background-image: url('../images/bg-references.png');
    background-repeat: no-repeat;
    background-position: left top;
    
    margin-bottom: 17px;
    padding: 2px 15px 10px;
    height: 110px;
}

div.realization h2 {
    margin-bottom: 12px;
}

div.realization h2 a {
    font-size: 20px;
    text-transform: uppercase;
}

div.realization h2 {
    font-size: 20px;
    color: #291A63;
}

div.realization h2 img {
    position: relative;
    top: -4px;
    margin-right: 5px;
}

div.realization p {
    font-weight: bold;
    margin: 3px 0px;
    font-size: 11px;
}


div.green-planet {
    background-image: url('../images/bg-green.png');
    background-repeat: no-repeat;
    background-position: left top;
    
    margin-bottom: 15px;
    padding: 4px 15px 10px;
    height: 106px;    
}

div.green-planet h2 {
    color: #fefeff;
    font-size: 16px;
    font-weight: normal;   
}

div.green-planet div.green-planet-desc {
    margin-top: 15px;
    color: #fefeff;
    font-size: 12px;
    text-align: justify;
    line-height: 17px;
}





/*-----------------------   Info container -----------------------*/ 

div.center-content-top div.info-container {
    width: 290px;
    float: left;
    margin-left: 15px;
}

div.info-container h2 {
    margin-bottom: 12px;
}

div.info-container h2 a {
    font-size: 20px;
    text-transform: uppercase;
}

div.info-container h2 {
    font-size: 20px;
    color: #291A63;
}

div.info-container h2 img {
    position: relative;
    top: -4px;
    margin-right: 5px;
}

div.info-container div.info-desc {
    text-align: justify;
    font-size: 11px;
    line-height: 17px;
}






/*-----------------------   Login box -----------------------*/

div.center-content-bottom {
    padding: 20px 0px;
}

div.center-content-bottom div.login-container {
    width: 308px;
    float: left;
    margin-left: 25px;
    border-right: 1px solid #444444;
}

div.login-container h2 {
    margin-bottom: 15px;
}

div.login-container h2 a {
    font-size: 17px;           
}

div.login-container table {
    width: 100%;
}

div.login-container label {
    width: 60px;
    font-weight: bold;
    display: block;
}

div.login-container input.login-text {
    width: 210px;
    padding: 5px 10px;
    background-image: url('../images/bg-login-input.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

div.login-container input.login-submit {
    width: 230px;
    padding: 4px 0px 5px;
    background-image: url('../images/bg-login-submit.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    
    text-align: center;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    margin-top: 15px;
}







/*-----------------------   Login box -----------------------*/

div.center-content-bottom div.presentation-container {
    width: 290px;
    float: left;
    padding: 0px 15px;
    border-right: 1px solid #444444;
    height: 138px;
}

div.presentation-container h2 {
    margin-bottom: 15px;
}

div.presentation-container h2 a {
    font-size: 17px;           
}

div.presentation-container div.presentation {
    margin: 2px 0px;
    font-weight: bold;
}





/*-----------------------   Login box -----------------------*/

div.center-content-bottom div.contact-container {
    width: 290px;
    float: left;
    padding: 0px 15px;               
}

div.contact-container h2 {
    margin-bottom: 15px;
}

div.contact-container h2 a {
    font-size: 17px;           
}

div.contact-container div.contact-left {
    float: left;
    width: 140px;
    padding-right: 10px;
}

div.contact-container div.contact-right {
    float: left;
    width: 140px
}

div.contact-right div.helpdesk {
    font-weight: bold;
    font-size: 11px;
    position: relative;
}

div.contact-right div.helpdesk img {
    position: absolute;
    top: -12px;    
    right: 0px    
}

div.contact-right div.helpdesk-phone {
    margin-top: 7px;
    font-size: 17px;  
    font-weight: bold;
    color: #291a63;   
}

div.contact-right div.contact-map {
    margin-top: 10px;
}