/* 
    Document   : splash
    Created on : 2010-05-13, 12:01:31
    Author     : leszek
    Description:
        Style dla splasha.
*/

body {
    margin: 0;
    color: #838383;
    font-family: Verdana, sans-serif;
}

img {
    border: 0;
}

p {
    margin: 0;
}

a {
    color: #838383;
    text-decoration:none;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #458cd1;
}

.sp_clearer {
    clear:both;
    width: 1px;
}

#sp_ie_center {
    text-align: center;
}

#sp_wrapper {
    width: 932px;
    margin: auto;
    text-align: left;
}

#sp_toplogo_left {
    width: 200px;
    height: 76px;
    float: left;
    margin-bottom: 5px;
}

#sp_toplogo_right {
    width: 200px;
    height: 76px;
    float: right;
    text-align: right;
    margin-bottom: 5px;
}

#sp_photo_left {
    width: 462px;
    height: 281px;
    float: left;
}

#sp_photo_right {
    width: 462px;
    height: 281px;
    float: right;
}

ul {
    width: 49%;
    padding: 0;
    margin: 8px 0;
}

#sp_logos_left {
    float: left;
}

#sp_logos_right {
    float: right;
}

li {
    list-style:none;
    margin: 0;
    padding: 0;
    height: 60px;
}

#sp_logos_left li {
    float: left;
}

#sp_logos_right li {
    float: right;
}

.sp_header {
    height: 26px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.sp_footer {
    height: 9px;
    background-position: 0 -26px;
    background-repeat: no-repeat;
}

.sp_content {
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 16px 25px;
}

.sp_text {
    height: 90px;
}

.sp_button {
    margin-top: 18px;
    margin-bottom: 2px;
    margin-left: -2px;
}

#sp_box_left {
    width: 462px;
    float: left;
}

#sp_box_left .sp_header, #sp_box_left .sp_footer {
    background-image: url(/images/splash/box_left.png);
}

#sp_box_left .sp_content {
    border-color: #7cb4eb;
    font-size: 11px;
    line-height: 18px;
}

#sp_box_left em {
    font-size: 12px;
    padding-bottom: 14px;
    padding-top: 3px;
    display: block;
}

#sp_box_right .sp_content {
    border-color: #9c8dc3;
    font-size: 12px;
    line-height: 18px;
}

#sp_box_right .sp_header, #sp_box_right .sp_footer {
    background-image: url(/images/splash/box_right.png);
}


#sp_box_right {
    width: 462px;
    float: right;
}

#sp_copyrights {
    margin: 19px 20px 10px 322px;
    font-size: 11px;
}