html, body {
    background: url('../img/background.png');
    line-height: 20px !important;
    color: #3a3838 !important;
    font: 14px Arial;
}

a {
    color: #3d61a8;
    line-height: 20px !important;
}

h2 {
    font-family: "cora-1","cora-2";
}

.logo_1 {
    position: absolute;
    right: 110px;
    top: 5px;
}

.logo_2 {
    position: absolute;
    right: 10px;
    top: 5px;
}

.button {
    display: block;
    width: 129px;
    height: 31px;
    background: url('../img/button.png');
    border: 0;
    text-align: center;
    font-size: 20px;
    font-family: "cora-1","cora-2";
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    padding-top: 9px;
    cursor: pointer;
}

.button:hover {
    color: #fff;
}

#page {
    background: url('../img/background_top.png') repeat-x;
}

#top {
    height: 100px;
    position: relative;
}

#top #logo {
    width: 203px;
    height: 74px;
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
    background: url('../img/logo.png') no-repeat;
}

#ico_email {
    right: 210px;
    background: url('../img/ico_email.png') no-repeat;
}

#ico_phone {
    right: 30px;
    background: url('../img/ico_phone.png') no-repeat;
}

#top .ico_top {
    position: absolute;
    padding-left: 47px;
    background-position: left center;
    top: 30px;
}

#top .ico_top h6 {
    font: 15px Arial;
    font-weight: bold;
    color: #2a2a2a;
    text-transform: uppercase;
}

#top .ico_top span, #top .ico_top span a {
    color: #6a7796;
    font: 14px Arial;
}

#top .ico_top span a {
    text-decoration: none;
}

#top .ico_top span a:hover {
    text-decoration: underline;
}

#menu {
    height: 50px;
    background: url('../img/menu_bg.png');
    position: relative;
    margin-bottom: 2px;
}

#menu_corner_left {
    width: 17px;
    float: left;
    height: 50px;
    background: url('../img/menu_hover_corner.png') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#content {
    background: url('../img/content.png');
    overflow: hidden;
    clear: both;    
}

#content_top {
    background: url('../img/content_top.png') repeat-x;
    padding: 22px;
    padding-bottom: 0;
    width: 906px;
    overflow: hidden;
    clear: both;
}

#content_bottom {
    height: 21px;
    background: url('../img/content_bottom.png');
}

.content_center {
    background: #fff;
    overflow: hidden;
    clear: both;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
}

.home_box {
    width: 287px;
    height: 360px;
    background-color: #fff;
    margin-right: 22px;
    float: left;
    position: relative;
}

.home_box .button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.home_box .home_box_top {
    height: 34px;
    background: url('../img/home_box_top.png') repeat-x;
    text-align: center;
    font-family: "cora-1","cora-2";
    font-size: 18px;
    color: #fff;
    padding-top: 12px;
}

.home_box p {
    margin: 25px;
    margin-top: 8px;
    font: 14px Arial;
    line-height: 26px;
}

.margin_none {
    margin: 0 !important;
}

#home {
    background: url('../img/home_bg.png');
    clear: both;
    padding: 22px;
    padding-bottom: 0;
    width: 906px;
    overflow: hidden;
}

#home_bottom {
    height: 23px;
    background: url('../img/home_bottom.png');
}

#adwords {
    width: 290px;
    height: 240px;
    float: right;
    background-color: #284562;
    text-align: center;
    padding-top: 30px;
}

/* slider : start */
#slider {
    width: 600px;
    height: 270px;
    background: #fff;
    float: left;
}

#slider_left {
    display: block;
    width: 50px;
    height: 220px;
    background: url('../img/slider_left.png') no-repeat;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

#slider_right {
    display: block;
    width: 50px;
    height: 220px;
    background: url('../img/slider_right.png') no-repeat;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

#slider_mask {
    float: left;
    width: 460px;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.slider_button {
    cursor: pointer;
}

.slider_one {
    width: 460px;
    height: 220px;
    float: left;
    position: relative;
}

.slider_one h1 {
    font-family: "cora-1","cora-2";
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: 16px;
    left: 17px;
    color: #047ea7;
}

.slider_one p {
    font: 16px Arial;
    color: #000;
    line-height: 22px;
    position: absolute;
    top: 70px;
    left: 143px;
}

.slider_one .price {
    color: #d91414;
    font: 18px Arial;
    position: absolute;
    top: 130px;
    left: 143px;
}

.slider_one .button {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.slider_one .value {
    font-size: 26px;
}

#pakiet1 {
    background: url('../img/pakiet1.png') no-repeat;
}
#pakiet2 {
    background: url('../img/pakiet2.png') no-repeat;
}
#pakiet3 {
    background: url('../img/pakiet3.png') no-repeat;
}
#pakiet4 {
    background: url('../img/pakiet4.png') no-repeat;
}
/* slider: stop */

/* contact : start */
#contact h1 {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: "cora-1","cora-2";
}

#contact_left {
    width: 380px;
    float: left;
}

#contact_right {
    width: 460px;
    float: right;
}

.contact_foto {
    min-width: 112px;
    padding-top: 127px;
    float: left;
    margin-right: 25px;
    background-position: top center;
    text-align: center;
}

.contact_foto span {
    font: 12px Arial;
    font-weight: bold;
    color: #777b7e;
}

.contact_foto a {
    color: #3d61a8;
    font: 12px Arial;
}

#milena {
    background: url('../img/milena.png') no-repeat;
}

#blazej {
    background: url('../img/blazej.png') no-repeat;
}

#kasia {
    background: url('../img/kasia.png') no-repeat;
}

#tomek {
    background: url('../img/tomek.png') no-repeat;
}

#contact_form {
    float: left;
    margin-right: 25px;
    width: 400px;
}

#contact_left #tel {
    font-size: 32px;
    line-height: 28px;
    margin-bottom: 15px;
}

#contact_left #tel a {
    color: #3a3838;
    text-decoration: none;
    font-size: 25px;
}

#contact_left #tel a:hover {
    text-decoration: underline;
}

#contact_maps {
    float: left;
}

.sendEmails .label_forms {
    font-size: 15px;
}

.sendEmails input {
    width: 310px;
    padding: 4px;
    float: left;
}

.sendEmails input[type="text"]:focus, .sendEmails textarea:focus {
    border: 2px solid #2a8e22 !important;
}

.sendEmails textarea {
    width: 350px;
    height: 200px;
    padding: 4px;
}

.sendEmails .sendButton {
    width: 129px;
    height: 40px;
    background: url('../img/button.png');
    border: 0;
    text-align: center;
    font: 15px Arial;
    font-weight: bold;
    text-decoration: none;
    color: #fff;    
    cursor: pointer;
    margin-left: 220px;
}

.checkmark {
    width: 25px;
    height: 25px;
    background: url('../img/checkmark.png') no-repeat;
    float: left;
    margin-left: 10px;
    margin-top: 6px;
    display: none;
}

/* contact : stop */

.hr_layout {
    border-bottom: 2px solid #f0f0f0;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
}

.clear {
   clear: both;
}

#left {
    width: 570px;
    float: left;
    overflow: hidden;
}

#right {
    width: 270px;
    float: right;
    text-align: center;
    border-left: 1px solid #cfcfcf;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.notice {
    background:none repeat scroll 0 0 #d9ead9;
    border-color:#2A8E22;
    color:#1c701c;
}

#prices td {
    text-align: center;
    vertical-align: middle;
    width: 85px;
    font: 14px Arial;
    border-left: 1px solid #8bc5de;
    border-bottom: 1px solid #8bc5de;
    border-top: 1px solid #fff;
    color: #005e8a;
    padding-top: 10px;
    padding-bottom: 10px;
}

#prices td.column_left {
    background: url('../img/prices_column_left.png') repeat-x;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-top: 0;
    width: 195px;
    color: #000;
    font-weight: normal;
}

#prices td.border_top_grey {
    border-top: 1px solid #cfcfcf;
}

#prices td.border_right_blue {
    border-right: 1px solid #8bc5de;
}

#prices td.border_right_green {
    border-right: 1px solid #579026;
}

#prices td.border_right_darkblue {
    border-right: 1px solid #3a7ca1;
    width: 85px !important;
}

#prices td.border_bottom_darkblue {
    border-bottom: 1px solid #3a7ca1 !important;
}

#prices td.column_top {
    background: url('../img/prices_column_top.png') repeat !important;
    border-top: 1px solid #579026;
    border-left: 1px solid #579026;
    border-bottom: 1px solid #579026;
    width: 87px;
    color: #fff;
    padding: 0;
    height: 55px;
    font-size: 18px;
    font-family: "myriad-pro-1","myriad-pro-2", Arial;
}

#prices td.column_bottom {
    background: url('../img/prices_column_bottom.png') repeat;
    border-left: 1px solid #3a7ca1;
    border-bottom: 1px solid #3a7ca1;
    border-top: 0;
    padding: 0;
    height: 56px;
    font-size: 18px;
}

#prices td.column_bottom a {
    text-decoration: none;
    color: #fff;
    font-family: "myriad-pro-1","myriad-pro-2", Arial;
}

#prices td.border_none {
    border: 0 !important;
}

#prices td.column_bold {
    background: #d0f5b0;
    border-left: 1px solid #83c849;
    border-bottom: 1px solid #83c849;
    border-right: 0;
    border-top: 1px solid #fff;
    color: #32600c;
    font-size: 17px;
    font-weight: bold;
    width: 82px;
}

#prices td.column_top_bold {
    font-size: 22px;
    width: 82px;
}

#compare {
    width: 560px;
}

#compare td {
    vertical-align: middle;
}

#compare td.compare_top_left {
    width: 240px;
    background: url('../img/compare_top_left.png') repeat-x;
    text-align: left;
    border-top: 1px solid #3a7ca1;
    border-left: 1px solid #3a7ca1;
    border-bottom: 1px solid #3a7ca1;
    color: #fff;
    font-family: "myriad-pro-1","myriad-pro-2", Arial;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}

#compare td.compare_top_right {
    width: 240px;
    background: url('../img/compare_top_right.png') repeat-x;
    text-align: left;
    border-top: 1px solid #579026;
    border-left: 1px solid #579026;
    border-bottom: 1px solid #579026;
    border-right: 1px solid #579026;
    color: #fff;
    font-family: "myriad-pro-1","myriad-pro-2", Arial;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}

#compare td.compare_left {
    background: #e4f7ff;
    border-left: 1px solid #8bc5de;
    border-bottom: 1px solid #8bc5de;
    color: #005e8a;
    font-size: 13px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#compare td.compare_right {
    background: #d0f5b0;
    border-left: 1px solid #83c849;
    border-bottom: 1px solid #83c849;
    border-right: 1px solid #83c849;
    color: #32600c;
    font-size: 13px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#shipments {
    width: 560px;
}

#shipments td.shipment_top_left {
    width: 285px;
    background: url('../img/shipment_top_right.png') repeat-x;
    text-align: left;
    border-top: 1px solid #3a7ca1;
    border-left: 1px solid #3a7ca1;
    border-bottom: 1px solid #3a7ca1;
    color: #fff;
    font-family: "myriad-pro-1","myriad-pro-2", Arial;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}

#shipments td.shipment_top_right {
    width: 190px;
    background: url('../img/shipment_top_right.png') repeat-x;
    text-align: left;
    border-top: 1px solid #579026;
    border-left: 1px solid #579026;
    border-bottom: 1px solid #579026;
    border-right: 1px solid #579026;
    color: #fff;
    font-family: "myriad-pro-1","myriad-pro-2", Arial;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}

#shipments td.shipment_left {
    background: #fff;
    border-left: 1px solid #8bc5de;
    border-bottom: 1px solid #8bc5de;
    color: #005e8a;
    font-size: 13px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#shipments td.shipment_right {
    background: #d0f5b0;
    border-left: 1px solid #83c849;
    border-bottom: 1px solid #83c849;
    border-right: 1px solid #83c849;
    color: #32600c;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#shipments td.shipment_right a {
    color: #32600c;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#shipments td.shipment_right a:hover {
    text-decoration: underline;
}

#shipments td.shipment_bottom_darkblue {
    border-bottom: 1px solid #3a7ca1 !important;
}

#shipments td.shipment_bottom {
    background: url('../img/shipment_top_left.png') repeat-x;
    border-left: 1px solid #3a7ca1;
    border-bottom: 1px solid #3a7ca1;
    border-right: 1px solid #3a7ca1;
    color: #fff;
    font-family: "myriad-pro-1","myriad-pro-2", Arial;
    font-size: 18px;
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

table {
    margin-bottom: 0 ;
}

#cennik {
    width: 560px;
}

#cennik td {
    width: 220px;
    border-left: 1px solid #8bc5de;
    border-bottom: 1px solid #8bc5de;
    text-align: center;
    color: #005e8a;
    padding-top: 6px;
    padding-bottom: 6px;
}

#cennik td.column_center {
    border-left: 1px solid #83c849;
    border-bottom: 1px solid #83c849;    
    background: #d0f5b0;
    font-weight: bold;
    color: #32600c;
}

#cennik td.center_right {
    border-right: 1px solid #83c849;
}

#cennik td.column_right {
    border-left: 1px solid #83c849;
    border-bottom: 1px solid #8bc5de;
    border-right: 1px solid #8bc5de;
    background: #e4f7ff;
}

#cennik td.column_small {
    width: 94px;
}

#cennik td.cennik_top {
    text-align: center;
    background: url('../img/shipment_top_right.png') repeat-x;
    border-top: 1px solid #579026;
    border-left: 1px solid #579026;
    border-bottom: 1px solid #579026;
    color: #fff;
    font-family: "cora-1","cora-2", Arial;
    font-size: 18px;
}


.quote {
    background: #fff;
    padding: 15px;
    border: 1px solid #205476;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.quote h1 {
    background: url('../img/quote_h1.png') no-repeat;
    background-position: left center;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #7cb015;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
}

.quote ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-left: 30px;
}

.quote ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    background: url('../img/quote_li.png') no-repeat;
    background-position: left center;
    padding-left: 35px;
    margin-bottom: 10px;
    color: #3a3838;
    font-style: italic;
}

.button_main {
    overflow: hidden;
    clear: both;    
    height: 40px;    
    font-size: 20px;
    font-family: "cora-1","cora-2";
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.button_main:hover {
    text-decoration: none;
    color: #fff;
}

.button_main .button_left {
    display: block;
    overflow: hidden;
    float: left;
    background: url('../img/button_left.png') no-repeat;
    width: 15px;
    height: 40px;
}

.button_main .button_right {
    display: block;
    overflow: hidden;
    float: left;
    background: url('../img/button_right.png') no-repeat;
    width: 22px;
    height: 40px;
}

.button_main .button_text {
    display: block;
    overflow: hidden;
    float: left;
    background: url('../img/button_main.png') repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    height: 31px;    
    padding-top: 9px;    
}
