﻿/*********************************************/
/***   Base Styles   START   ***/

body {
    font-family: Calibri;
    background-image: url('Images/fon-pixel.png');
    color: #EEEEEE;
}


/***   Base Styles   END   ***/
/*********************************************/


/*********************************************/
/***   Site formatting   START   ***/

#wrapper {
    margin: 0 auto;
    width: 995px;
}

#header {
    margin: 25px 0 50px;
    clear: both;
}

#content {
    clear: both;
    overflow-y: hidden;
    overflow-x: auto;
}

#content-left {
    margin-left: 275px;
    width: 720px;
    overflow-y: hidden;
    overflow-x: auto;
}

#content-right {
    width: 250px;
    float: left;
}

#footer {
    margin: 25px 0px 50px;
    padding-top: 20px;
    clear: both;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #515151;
}


/***   Site formatting   END   ***/
/*********************************************/



/*********************************************/
/***   Header styles   START   ***/


.header-container {
    float: right; /*overflow: auto;*/
}

/***   Header styles   END   ***/
/*********************************************/



/*********************************************/
/***   Language Styles   START   ***/

.lang-container {
    text-align: right;
}

.lang-container a {
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
}

.lang-item {
    color: #EEEEEE;
}

.lang-selected {
    
color: #515151;
}

/***   Language Styles   END   ***/
/*********************************************/



/*********************************************/
/***   Themes Styles   START   ***/

.themes-container {
margin-left:10px;
    text-align: right;
float: right;
}

/***   Themes Styles   END   ***/
/*********************************************/


/*********************************************/
/***   Main Menu Styles   START   ***/


.menu-container {
    margin: 50px 0 0 0;
    overflow: auto;
}

.menu-container li {
    padding-top: 11px;
    float: left;
    height: 24px;
    text-align: center;
    list-style-type: none;
}

.menu-container li a {
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.menu-left {
    width: 15px;
    background-image: url('Images/menu-left-corner.png');
    background-repeat: no-repeat;
}

.menu-left-selected {
    width: 15px;
    background-image: url('Images/menu-left-corner-selected.png');
    background-repeat: no-repeat;
}

.menu-right {
    margin-left: -1px;
    width: 15px;
    background-image: url('Images/menu-right-corner.png');
    background-repeat: no-repeat;
}

.menu-right-selected {
    width: 15px;
    background-image: url('Images/menu-right-corner-selected.png');
    background-repeat: no-repeat;
}


.menu-item {
    background-image: url('Images/menu-item-back.png');
    background-repeat: repeat-x;
    border-style: none solid none none;
    border-right-width: 1px;
    border-right-color: #999999;
    width: 100px;
}

.menu-item a {
    color: Black;
}

.menu-selected {
    background-color: #515151;
    width: 100px;
    color: #EEEEEE;
}

.menu-selected a {
    color: #EEEEEE;
}

/***   Main Menu Styles   END   ***/
/*********************************************/



/*********************************************/
/***   Promo Content On Main   START   ***/

.promo-container {
}


.promo-container td {
    width: 25%;
}

.promo-img {
    text-align: center;
    vertical-align: middle;
}

.promo-content {
    vertical-align: top;
}

.promo-content p {
    font-size: 10pt;
    color: #AAAAAA;
}

.promo-buttons {
    margin-top: 15px;
}

/***   Promo Content On Main   END   ***/
/*********************************************/



/*********************************************/
/***   Services Flip Menu Styles   START   ***/

.flip-services-title {
    margin: 0 0 0 53px;
}

.flip-services-text {
    margin-bottom: 0px;
    height: 200px;
    color: #AAAAAA;
    font-size: 10pt;
}

/***   Services Flip Menu Styles   END   ***/
/*********************************************/


.button-more {
    padding: 4px 0px 0px 20px;
    background-image: url('Images/button.png');
    background-repeat: no-repeat;
    width: 177px;
    height: 27px;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
}







/*********************************************/
/***   Services List Styles   START   ***/

.services-list {
}

.services-list li {
    list-style-type: circle;
    margin-top: 10px;
    font-size: 12pt;
}

.services-list-item a {
    color: #EEEEEE;
}

.services-list-item-selected a {
    color: #515151;
    font-weight: bold;
}
/***   Services List Styles   END   ***/
/*********************************************/


/*********************************************/
/***   Page Content Styles   START   ***/

.page-content-text {
    font-size: 10pt;
    color: #AAAAAA;
}

.page-content-text-ident {
    text-indent: 15px;
}

.page-content-text b {
    color: #EEEEEE;
}

.page-content-link {
    color: #EEEEEE;
}

.page-content-list {
    margin-left: 50px;
}


.page-content-list li {
    margin-bottom: 10px;
    list-style-type: square;
    color: #AAAAAA;
    font-size: 10pt;
}


.page-content-list li b {
    color: #EEEEEE;
}

/***   Page Content Styles   END   ***/
/*********************************************/



/*********************************************/
/***   Calculator Styles   START   ***/
.calc-container {
    width: 240px;
}

.calc-label {
    margin: 15px 0 5px;
    font-size: 10pt;
}

.calc-input {
    border-style: none;
    border-width: 0px;
    background-color: #474747;
    width: 100%;
    font-size: 12pt;
    font-weight: bold;
    color: #EEEEEE;
}


.calc-button {
    margin-top: 20px;
    padding: 4px 0 0 0;
    background-image: url('Images/calc-button.png');
    background-repeat: no-repeat;
    width: 94px;
    height: 20px;
    text-align: center;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    float: right;
}

.calc-result-container {
    margin-top: 50px;
    padding: 10px;
    background-color: #474747;
}

.calc-result-title {
    margin: 0 0 25px;
}

.calc-result-container label {
    width: 100px;
    float: left;
}

.calc-rate-list {
    border: solid 1px #474747;
    float: right;
    background-color: #474747;
    font-size: 10pt;
    color: #EEEEEE;
}

/***   Calculator Styles   END   ***/
/*********************************************/



/*********************************************/
/***   Contacts Styles   START   ***/

.contact-info {
    color: #AAAAAA;
    font-size: 10pt;
}

.contact-email {
    color: #AAAAAA;
}

.contact-map {
    color: White;
    font-weight: bold;
}

.contact-map:hover {
    text-decoration: underline;
    cursor:pointer;
}

.feedback-form {
    width: 718px;
    overflow: auto;
}

.feedback-form-label {
    margin: 10px 0 10px;
}

.feedback-form-input {
    background-color: #474747;
    width: 100%;
    height: 25px;
    font-size: 14pt;
    color: #EEEEEE;
    border-style: none;
    border-width: 0px;
}

.feedback-form-input-msg {
    overflow: hidden;
    background-color: #474747;
    width: 100%;
    height: 100px;
    font-size: 14pt;
    color: #EEEEEE;
    border-style: none;
    border-width: 0px;
}

.feedback-button {
    padding: 4px 0 0 0;
    background-image: url('Images/calc-button.png');
    background-repeat: no-repeat;
    text-align: center;
    width: 94px;
    height: 20px;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    float: right;
}


.map-preview {
    width: 100%;
}

/***   Contacts Styles   END   ***/
/*********************************************/



/*********************************************/
/***      START   ***/

.prices-table {
    width: 100%;
}

.prices-table th:first-child, .prices-table td:first-child {
    border-left-style: none;
    border-left-width: 0px;
    text-align: left;
}

.prices-table th {
    text-align: center;
    background-color: #666666;
    padding: 5px 0 5px 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #FFFFFF;
}




.prices-table td {
    padding: 5px 0 5px 10px;
    border-top-style: solid;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-color: #FFFFFF;
    background-color: #999999;
    color: Black;
    text-align: center;
}


/***      END   ***/
/*********************************************/



/*********************************************/
/***   ITOutSource Styles  START   ***/

.outsource-info-table {
    width: 100%;
}

.outsource-info-table td:first-child {
    border-left-style: none;
    border-left-width: 0px;
    text-align: left;
}


.outsource-info-table th {
    background-color: #666666;
    padding: 5px 0 5px 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #FFFFFF;
    font-size: 10pt;
}


.outsource-info-table td {
    padding: 5px 0 5px 10px;
    border-top-style: solid;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-color: #FFFFFF;
    background-color: #999999;
    color: Black;
    text-align: center;
    font-size: 10pt;
}

/***   ITOutSource Styles   END   ***/
/*********************************************/



/*********************************************/
/***   Map Styles   START   ***/

.map-container {
    width: 100%;
    height: 100%;
}

.map-img {
    border: 2px solid #FFFFFF;
}

/***   Map Styles   END   ***/
/*********************************************/

/*********************************************/
/***   Error Styles   START   ***/

.error-table {
    width: 100%;
    height: 100%;
}

.error-container {
    width: 400px;
    overflow-y: hidden;
    overflow-x: auto;
}
.error-img-container {
    float: left;
    text-align: left;
    vertical-align: top;
}

.error-info-container {
    float: left;
    margin-left: 25px;
    text-align: left;
    vertical-align: top;
}

.error-info-title {
    font-size: 72pt;
    margin: 0px;
}

.error-info-text {
    font-size: 10pt;
    color: #AAAAAA;
}

.error-info-link {
    font-size: 10pt;
    color: #EEEEEE;
}

/***   Error Styles   END   ***/
/*********************************************/



/*********************************************/
/***  Footer Styles    START   ***/

.footer-trademark {
    color: #AAAAAA;
    font-size: 10pt;
}


.footer-phones-container {
    float: right;
    clear: right;
    text-align: right;
    color: #AAAAAA;
    font-size: 10pt;
}

.footer-phones-container label {
    width: 200px;
}

.footer-phone {
}

.footer-email-container {
    clear: both;
    text-align: right;
}

.footer-email {
    color: #AAAAAA;
    font-size: 10pt;
}

/***  Footer Styles    END   ***/
/*********************************************/
