body {
    margin: 20px 0;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    background: #678fc2 url(../gfx/t001.gif) top repeat-x;
    /*background-color: #fff;*/
    text-align: center;
}
/*  Zaokrąglamy rogi na górze */
.top_left {
    background-image: url('../gfx/t_top_left_all.gif');
    height: 5px;
    margin-right: 5px;
    font-size: 2px;
}

.top_right {
    float: right;
    margin-top: -5px;
    background-image: url('../gfx/t_right_top_001.gif');
    height: 5px;
    width: 5px;
    font-size: 2px;
}

.bottom_left {
    background-image: url('../gfx/t_bottom_left_all.gif');
    height: 5px;
    margin-right: 5px;
    font-size: 2px;
}

.bottom_right {
    float: right;
    margin-top: -5px;
    background-image: url('../gfx/t_right_bottom_001.gif');
    height: 5px;
    width: 5px;
    font-size: 2px;
}

.main {
    margin: 0 auto;
    margin-top: 10px;
    width: 95%;
    width: 1050px;
    text-align: left;
    min-width: 926px;
}

.main .header {
    background: #fff url(../images/bg.jpg) no-repeat right top;
    padding: 10px;
    overflow: hidden;
    min-height: 139px;
}

.main .header a {
    color: #3e1480;
    text-decoration: none;
}

.main .header a > img {
    margin-left: 25px;
}

.main .header a:hover {
    color: #3e73b5;
    text-decoration: underline;
}
/*
 * Main Menu Top
 */
.main .menu {
    height: 25px;
    background-image: url(../gfx/t_menu_top_001.gif);
    color: #1a64b1;
    clear: both;
}

.main .menu ul {
    padding: 0;
    margin: 0;
    display: inline;
    float: right;
    width: 426px;
}
.main .menu ul#left {
    float: left;
    padding: 0;
    margin: 0;
    width: 490px;
	text-align:left;
}


.main .menu li {
    list-style-type: none;
    float: right;
    background: url(../gfx/t_menu_top_002.gif) top left no-repeat;
    padding-top: 6px;
    padding-right: 15px;
    padding-left: 15px;
}

.main .menu ul#left li{
	float:left;
	margin-left:25px;
}
.main .menu a {
    color: #1a64b1;
   text-decoration: none;

}

.main .menu a:hover {
    color: #678fc2;
    text-decoration: underline;
}

.main .menu li#phone, .main .menu li#mail {
    background: url('../gfx/phone_icon.gif') no-repeat 0 7px;
    text-indent: 10px;
}

.main .menu li#mail {
    background-image: url('../gfx/mail_icon.gif');
}
/*
 PAGE MIDDLE --------------------------------------------------
 */
.main .middle {
    background: #fff url(../gfx/t_small_header_001.gif) repeat-x top left;
    clear: both;
    padding: 0;
    padding-top: 10px;
    height: 100%;
}

.main .left {
    width: 23%;
    float: left;
    padding: 0 4px;
}
/* lewe menu */
.main_menu, #exchange_rates {
    background: #fff;
    border: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 0;
    display: block;
}

#exchange_rates {
    background: url(../images/exchange_bg.jpg) no-repeat right bottom;
}

.main_menu span, #exchange_rates span {
    color: #386d9f;
    height: 20px;
    display: block;
    padding: 5px;
    text-indent: 30pt;
    font: bold 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: #e4edf8 url(../gfx/news_icon.gif) no-repeat 10px 10px;
    padding: 8px 0;
}

.main_menu span#none_img {
    background-image: url(../gfx/help_icon.gif);
}

#exchange_rates span {
    font-size: 8pt;
    text-indent: 10px;
    background-image: none;
}

.main_menu ul {
    margin: 0;
    padding: 0;
}

#exchange_rates ul {
    margin: 0;
    padding: 0;
}

.main_menu li, #exchange_rates li {
    list-style-type: none;
    font: bold 8pt / 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #1a64b1;
    text-indent: 1pt;
    border-bottom: 1px solid #c0d6ec;
}

#exchange_rates li {
    font-weight: normal;
    text-indent: 15px;
    margin: 3px 0;
}

.main_menu li#sub {
    margin-left: 10px;
    font-size: 7pt;
}

.main_menu li#active {
    background: #e4edf8;
}

.main_menu a, .main_menu strong {
    display: block;
    text-decoration: none;
    color: #1a64b1;
    text-indent: 1pt;
    font-weight: normal;
    padding: 3px;
    word-spacing: -1pt;
}

.main_menu strong {
    font-weight: bold;
}

.main_menu a:hover {
    background-color: #f9fcff;
}

.main_menu#news {
    padding: 0;
    margin-left: 0;
    width: 305px;
    margin-bottom: 20px;
}

.main .footer {
    clear: both;
    text-align: center;
    padding-top: 10px;
    color: silver;
}

.main .footer a {
    text-decoration: none;
    color: silver;
}

.main .footer a:hover {
    text-decoration: underline;
}

.step {
    margin: 0;
    margin-left: 20px;
    text-align: center;
}

.step .top_left#yellow {
    background: url(../gfx/t_top_left_all_3.gif);
}

.step .top_right#yellow {
    background: url(../gfx/t_right_top_005.gif);
}

.step .bottom_left#yellow {
    background: url(../gfx/t_bottom_left_all_3.gif);
}

.step .bottom_right#yellow {
    background: url(../gfx/t_right_bottom_006.gif);
}

.step p, .step p#news {
    margin: 0;
    padding: 3px;
    background: #edf5ff;
    border: 5px solid #c0d6ec;
    border-top: 0;
    border-bottom: 0;
    color: #b3c5db;
}

.step p#yellow {
    background-color: #fff9c3;
    border-color: #ffc600;
    color: #f00;
}
