@import url("reset.css");

body
{
    text-align: center;
    background: #dfdfdf url(../img/page_bg.gif) top left repeat-x;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    color: #6e6e6e;
}

/* ======================================== STRUCTURE ================================================== */

#top_panel, #menu, #container, #footer
{
    text-align: left;
}

#top_panel
{
    width: 985px;
    height: 28px;
    padding-top: 7px;
    margin: 0px auto;
}

#menu
{
    width: 985px;
    height: 100px;
    margin: 0px auto;
}

#container
{
    width: 985px;
    position: absolute;
    top: 135px;
    left: 49.99%;
    margin-left: -492px;
}

* html #container
{
    margin-left: -493px;
}

#content
{
    float: right;
    width: 615px;
    padding: 0 10px;
    padding-top: 75px;
    padding-bottom: 20px;
    font-size: 13px;
    background: #fff;
}

ul.decored
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.decored li
{
    background: url(../img/ul_decor.gif) center left no-repeat;
    margin: 0;
    padding: 2px 0 2px 20px;
}

ul.decored a
{
    color: #6e6e6e !important;
}

#sidebar
{
    width: 330px;
    margin-right: 20px;
    float: left;
}

#footer
{
    clear: both;
    width: 945px;
    height: 50px;
    margin: 0px auto;
    background: url(../img/footer_bg.gif) top left no-repeat;
    margin-top: 20px;
    padding: 10px 20px;
}

/* ======================================== CONTENT ================================================================= */
ul.top_menu
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.top_menu li
{
    float: left;
    margin: 0;
    padding: 0 5px;
    background: url(../img/ico_separator.gif) center right no-repeat;
}

a.home
{
    background: url(../img/ico_home.gif) top left no-repeat;
    width: 23px;
    height: 17px;
    display: block;
}

a.mail
{
    background: url(../img/ico_mail.gif) top left no-repeat;
    width: 23px;
    height: 17px;
    display: block;
}

ul.top_menu li.last
{
    background: none;
}

ul.menu_main
{
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 4px solid #ff7200;
    width: 620px;
    height: 25px;
    padding-top: 36px;
    padding-left: 130px;
}

ul.menu_main li
{
    float: left;
    margin: 0;
    padding: 0 50px 3px 0;
}

ul.menu_main a
{
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Arial Narrow', Arial, Tahoma, sans-serif;
    color: #666;
    white-space: nowrap;
}

ul.menu_main li.active
{
    background: url(../img/orange_arrow.gif) bottom left no-repeat;
}

ul.menu_main li.active a
{
    color: #000;
}

ul.menu_sub
{
    list-style: none;
    width: 635px;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

ul.menu_sub li
{
    float: left;
    margin: 0;
    padding: 5px 30px 5px 10px;
}

ul.menu_sub a
{
    text-decoration: none;
    text-transform: uppercase;
    background: url(../img/grey_arrow.gif) center left no-repeat;
    padding-left: 10px;
    font-size: 11px;
    color: #444;
    white-space: nowrap;
}

ul.menu_footer
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu_footer li
{
    padding: 0;
    margin: 0;
    padding: 5px 0 0 40px;
    float: left;
}

ul.menu_footer a
{
    color: #fff !important;
    background: url(../img/white_arrow.gif) center left no-repeat;
    padding-left: 10px;
}

.grey_box
{
    background: url(../img/grey_top.gif) top left no-repeat;
    padding: 10px 20px;
}

#container a
{
    color: #ff7200;
    text-decoration: none;
}

#container a:active, #container a:hover
{
    text-decoration: underline;
}

#footer p
{
    padding: 0;
    margin: 0;
}

ul.langMenu
{
    position: absolute;
    display: block;
    top: 35px;
    left: 50%;
    background: #d9d9d9;
    width: 150px;
    height: 18px;
    background: url(../img/lang_bg.gif) top left no-repeat;
    margin: 0;
    margin-left: 340px;
    padding: 0;
    padding-top: 2px;
    list-style: none;
}

ul.langMenu li
{
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 13px;
}

ul.langMenu a
{
    font-size: 11px;
    color: #6e6e6e;
    text-decoration: none;
}

ul.langMenu a:active, ul.langMenu a:hover
{
    color: #000;
}

ul.langMenu a.pl
{
    background: url(../img/flag_pl.gif) center left no-repeat;
    padding-left: 25px;
}

ul.langMenu a.gb
{
    background: url(../img/flag_gb.gif) center left no-repeat;
    padding-left: 25px;
}

/* ========================================= TABELE  ========================================================== */

table.products
{
    border-collapse: collapse;
    width: 615px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

table.products thead, table.products tr.top
{
    background: #838383;
    color: #fff;
}

table.products thead tr.lighter
{
    background: #999;
    font-size: 12px;
}

table.products th, table.products td
{
    text-align: center;
    padding:5px 2px;
}

table.products th tr
{
    border-right: 1px solid #888;
}

table.products th
{
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
}

table.products tr.kolor, table.products tr.jasne
{
    background: #f4f4f4;
}

table.products td
{
    font-size: 12px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

table.products tbody td:hover
{
    background: #ff7200;
    color: #fff;
}

table.products tbody tr:hover
{
    background: #ffdfc6;
}

table.products tbody tr.separator:hover, table.products tbody tr.separator td:hover
{
    background: #fff !important;
}

/* ========================================= SPLASHES ========================================================= */

.splash_narrow_head, .splash_narrow_tail
{
    width: 300px;
    height: 5px;
}

.splash_narrow_head
{
    background: url(../img/splash_narrow_head.gif) bottom left no-repeat;
}

.splash_narrow_body
{
    width: 280px;
    padding: 10px;
    background: url(../img/splash_narrow_body.gif) top left repeat-y;
}

.splash_narrow_tail
{
    background: url(../img/splash_narrow_tail.gif) top left no-repeat;
}

/* =========================================== GLOBAL MOD`s =================================================== */

.spaced_20
{
    margin-left: 20px;
}

.row
{
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 10px 0;
    margin-top: 10px;
    font-family: Arial !important;
    font-size: 12px !important;
}

* html .row
{
    height: 1px;
}

.black
{
    color: #222 !important;
    font-weight: bold;
}

.vert_arrow
{
    background: url(../img/orange_vert_arrow.gif) top left no-repeat;
    padding-left: 15px;
}

.column_50
{
    width: 300px;
    float: left;
}

.logo
{
    margin-left: 82px;
    margin-top: 31px;
}

.map
{
    margin-right: 20px;
}

.smaller
{
    font-size: 11px;
}

.no_decor
{
    text-decoration: none;
}

.lefted
{
    float: left;
}

.righted
{
    float: right;
}

.white
{
    color: #fff;
}

.orange
{
    color: #ff7200;
}

.orange_light
{
    color: #ffa200 !important;
}

.spacer
{
    clear: both;
}

.to_right
{
    text-align: right;
}

.href_decored
{
    background: url(../img/href_decor.gif) top right no-repeat;
    padding: 0;
    margin: 0;
    height: 19px;
    padding-right: 21px;
}

.href_decored a
{
    background: #8b8b8b url(../img/a_decor.gif) top left no-repeat;
    color: #fff !important;
    font-family: Arial;
    height: 15px;
    font-size: 11px;
    padding: 2px 10px;
    text-decoration: none;
    line-height: 1.85em;
    font-weight: bold;
}

.lineDecor
{
    background: url(../img/header_line.gif) bottom left no-repeat;
    padding-bottom: 10px;
    color: #222;
    font-family: Arial, Tahoma, sans-serif;
    font-weight: normal;
    margin: 20px 0;
    padding: 5px 0;
    font-size: 22px;
}

.darkHeader
{
    background: url(../img/contentHeader.gif) top left no-repeat;
    color: #222;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px;
}

.shape_mas
{
    float: left;
    width: 345px;
    padding: 5px 0 5px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.shape_mas img, .shape_mas input
{
    float: left;
}

.shape_mas input
{
    margin-left: 20px;
    margin-top: 10px;
}

.shape_input
{
    width: 200px;
    text-align: right;
    float: left;
}

.shape_input input
{
    margin: 1px 0;
}

input.button_licz
{
    width: 106px;
    height: 30px;
    margin: 20px 26px 0 0;
    border: none;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: url(../img/button_masa.gif) top left no-repeat;
}

.gallery
{
    margin: 20px 0 30px 0;
}

.gallery .foto
{
    width: 154px;
    height: 104px; /* Oryginalnie bez tekstów */
    height: 123px;
    border: 1px solid #ddd;
    padding: 4px 0 0 4px;
    margin: 20px;
    float: left;
    font-size: 11px;
}

.gallery .foto img
{
    border-bottom: 2px solid #ff7200;
    padding-bottom: 1px;
}

.gallery .foto a
{
    display: block;
}

.gallery .foto img
{
    margin-bottom: 3px;
}

span.label, span.element
{
    padding: 3px 0;
}

span.label
{
    width: 150px;
    display: block;
    float: left;
    text-align: right;
    padding-right: 10px;
}

span.element
{
    width: 450px;
    display: block;
    float: left;
}

span.element input, span.element textarea
{
    width: 200px;
}