* {
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
body { 
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    font-size: 16px;
}
table {
    border-spacing: 0;
    width: 100%;
}
a {
    color: #0072bc;
}
body > header {
    height: 381px;
    background: url('../img/header_bg.jpg') repeat-x;
}
body > header > div:first-child {
    position: relative;
    text-align: center;
    height: 95px;
}
body > header > div:first-child  > img{
    margin-top: 13px;
}
body > header > div:first-child > span:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 172px;
    height: 95px;
    background: url('../img/header_top_bubble.jpg') no-repeat;
}
body > header > div:first-child > span:last-child {
    position: absolute;
    top: 15px;
    right: 28px;
    width: 212px;
    height: 80px;
    background: url('../img/header_top_spikes.jpg?020913') no-repeat;
}
body > header .menu-belt {
    height: 38px;
    background: url('../img/main_menu_bg.gif') repeat-x;
}
body > header .menu-belt nav {
    position: relative;
}
body > header .menu-belt nav ul{
    text-align: center;
    position: relative;
    z-index: 2;
}
body > header .menu-belt nav span {
    position: absolute;
    z-index: 1;
}
body > header .menu-belt nav span:first-child {
    top: 10px;
    left: 0;
    width: 42px;
    height: 28px;
    background: url('../img/header_menu_bubble.jpg') no-repeat;
}
body > header .menu-belt nav span:last-child {
    top: 0;
    right: 10px;
    width: 158px;
    height: 38px;
    background: url('../img/header_menu_spikes.jpg') no-repeat;
}
body > header .menu-belt nav span.click-arrow {
    background: url("../img/kliknij_arrow.png") no-repeat scroll 0 0 transparent;
    height: 70px;
    right: 0;
    top: -73px;
    width: 212px;
}
body > header .menu-belt nav ul li{
    display: inline-block;
    list-style-type: none;
    background: url('../img/menu_item_sep.png') no-repeat right center;
    margin: 1px 0;
}
body > header .menu-belt nav ul li a {
    color: #fff;
    display: block;
    line-height: 36px;
    height: 36px;
    padding: 0 5px;
    text-decoration: none;
    margin-right: 3px;
    padding: 0 10px;
}
body > header .menu-belt nav ul li:first-child a {
}
body > header .menu-belt nav ul li:last-child {
    background: none;
}
body > header .menu-belt nav ul li:last-child a {
    margin-right: 0;
}
body > header .menu-belt nav ul li.active {
}
body > header .menu-belt nav ul li.active a{
    background: url('../img/nav_active_pointer.png') no-repeat center bottom;
    background-color: #154460;
}
body > header .menu-belt nav ul li:hover a{
    /*background-color: #216a96;*/
    text-decoration: underline;
}
.slider-wrapper {
    position: relative;
}
.slider-wrapper > span {
    position: absolute;
    display: block;
}
.slider-wrapper > span:first-child {
    background: url('../img/header_bottom_bubble.jpg') no-repeat center center;
    width: 147px;
    height: 61px;
    top: 0;
    left: 1px;
}
.slider-wrapper > span:last-child {
    background: url('../img/header_bottom_spikes.jpg') no-repeat center center;
    width: 145px;
    height: 248px;
    top: 0;
    right: 0;
}
.slider-wrapper .slider {
    position: relative;
}
.slider-wrapper .slider .square-control {
    bottom: -11px;
    position: relative;
    text-align: center;
}
.slider-wrapper .slider .square-control span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #e9e9e9;
    border: 1px solid #666;
    margin-right: 7px;
    cursor: pointer;
}
.slider-wrapper .slider .square-control span.active {
    background-color: #666666;
    cursor: auto;
}
.slider-wrapper .slider .img-box {
    width: 603px; 
    padding: 20px;
    margin: 0 auto;
    overflow: hidden;
    height: 208px;
}

#slider .slide {
    float: left;
    width: 603px;
    height: 200px;
    -webkit-box-shadow: 4px -2px 10px 0 #777;
    box-shadow: 4px -2px 10px 0 #777; 
    margin-right: 45px;
    color: #2b607f;
}

#slider .slide.one {
    background: url('../img/slajdy/logo-pit-pro.png') no-repeat center center;
    -webkit-box-shadow: none;
    box-shadow: none; 
    opacity: 1;
}
#slider .slide.two {
    background: url('../img/slajdy/slajd3.jpg') no-repeat center center;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#slider .slide.three {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url('../img/slajdy/podatnik_OPP6.png') no-repeat center center;
}
#slider .slide.four {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url('../img/slajdy/podatnik_OPP2.png') no-repeat center center;
}
#slider .slide.five{
    background: url('../img/slajdy/slajd4.jpg') no-repeat center center;
}
#slider .slide.six {
    background: url('../img/slajdy/slajd5.jpg') no-repeat center center;
}
.slider-wrapper .slider > span {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 15px;
    border-radius: 15px; 
    border: 1px solid #2a5f7e;
    background-color: rgba(217, 221, 235, 0.5);
    top: 70px;
    z-index: 10;
    line-height: 50px;
}
.slider-wrapper .slider > span:hover {
    background-color: rgba(33, 106, 150, 0.5);
    cursor: pointer;
}
.slider-wrapper .slider > span.left {
    left: 70px;
}
.slider-wrapper .slider > span.right {
    right: 70px;
}
.slider-wrapper .slider > span > span {
    width: 30px;
    height: 37px;
    display: inline-block;
    margin: 6px auto 0;
    
}
.slider-wrapper .slider > span.left > span{
    background: url('../img/slider_controls.png') no-repeat 0 0;
    margin-left: 7px;
}
.slider-wrapper .slider > span.right > span{
    background: url('../img/slider_controls.png') no-repeat -30px 0;
    margin-left: 13px;
}
.sh-separator {
    height: 3px;
    border-bottom: 1px solid #666;
    -webkit-box-shadow: 0 5px 15px 5px;
    box-shadow: 0 5px 15px 5px; 
    background-color: #fff;
}
body > div.content {
    background: url('../img/content_bg.jpg') repeat-x 0 4px;
    overflow: hidden;
    font-family: "Georgia pro", Georgia, serif;
}
body > div.content > div.width978 {
    margin-top: 35px;
}
body > div.content > div.width978 > section > h1 {
    font-size: 45px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}
div.content ul{
    padding-left: 25px;
}
div.content ul.lower-alpha  {
    list-style-type: lower-alpha;
}
div.content ul.disc {
    list-style-type: disc;
}
div.content .sector, div.content .aside{
    background-color: #f4f4f4;
    color: #444;
    margin-bottom: 25px;
    position: relative;
    padding: 25px 30px;
}
div.content section.left, 
div.content div.left, 
div.content .full, 
div.content .aside.left,
div.content article.left
{
    -webkit-box-shadow: 3px 3px 8px 0px #777;
    box-shadow: 3px 3px 8px 0px #777; 
}

div.content section.left, 
div.content div.left, 
div.content .aside.left,
div.content article.left
{
    float: left;
    clear: left;
}
div.content section.right, 
div.content div.right, 
div.content .aside.right, 
div.content article.right
{
    -webkit-box-shadow: -3px 3px 8px 0px #777;
    box-shadow: -3px 3px 8px 0px #777;
    float: right;
}

div.content .sector.two-third {
    width: 580px;
}
div.content .sector.half {
    width: 418px;
}
div.content .sector.full {
    width: 918px;
    clear: both;
}
div.content .sector.full.centralized {
    width: 580px;
    padding-left: 199px;
    padding-right: 199px;
}
div.content .aside {
    width: 258px;
}
div.content h1 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
div.content h2 {
    font-size: 23px;
}
div.content p, div.content ul {
    margin: 10px 0;
    line-height: 24px;
}
div.content p b {
    font-size: 17px;
}
div.content p:first-letter {
    font-size: 20px;
}
div.content .sector p:first-child, div.content .aside p:first-child {
    margin-top: 49px;
}

article .brace {
    position: absolute;
    z-index: 10;
}
article .brace.hor {
    background: url("../img/horizontal_brace.png") no-repeat scroll center center transparent;
    height: 21px;
    width: 67px;
}
article .brace.hor.left {
    left: -43px;
}
article .brace.hor.right {
    right: -43px;
}
article .brace.hor.top {
    top: 43px;
}
article .brace.hor.bottom {
    bottom: 43px;
}
article .brace.ver {
    background: url("../img/vertical_brace.png") no-repeat scroll center center transparent;
    height: 67px;
    width: 19px;
    top: -46px;
    z-index: 1000;
}
article .brace.ver.left {
    left: 43px;
}
article .brace.ver.right {
    right: 43px;
}
article p img {
    border: 1px solid #888;
    padding: 4px;
}
table.pit-pro-2013 {
    margin: 5px 0;
    width: 90%;
    margin-left: 5%;
    color: #2d6180;
}
table.pit-pro-2013 tr td {
    vertical-align: super;
    min-height: 45px;
    padding: 10px;
}
table.pit-pro-2013 tr td:first-child{
    font-size: 22px;
    font-weight: bold;
}
table.pit-pro-2013 tr td:last-child {
    padding-left: 20px;
}
table.check-list {
    margin: 10px 0 10px 10px;
}
table.check-list td {
    padding: 5px;
}
table.odd-even tr:nth-child(odd) td{
    background-color: #dbe9f5;
}
table.odd-even tr:nth-child(even) td{
    background-color: #cfd3ed;
}
table.check-list tr td:first-child {
    vertical-align: middle;
}
table.check-list tr td:last-child {
    background-image: url('../img/check_ok.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 27px;
}
table.contact {
    width: 400px;
    margin: 40px auto;
}
table.contact td:last-child{
    text-align: left;
}
footer {
    color: #e1e1e1;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #e1e1e1;
}
footer > div:first-child {
    background: url('../img/footer_top_bg.gif') repeat-x 0 0;
    height: 42px;
}
footer > div:last-child{
    height: 150px;
    background: url('../img/footer_body_bg.gif') repeat 0 0;
}
footer > div:last-child .width978 {
    text-align: center;
}
footer > div:last-child .text-box {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 250px;
    font-size: 14px;
}
footer > div:last-child .text-box:first-child {
    margin-left: 295px;
    float: left;
}
footer > div:last-child .text-box:last-child {
    margin-right: 161px;
    float: right;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.font13 {
    font-size: 13px;
}
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 15px;
}
.font18 {
    font-size: 18px;
}
.width978 {
    width: 978px;
    margin: 0 auto;
}
.clearfix {
    height: 0;
    clear: both;
}
.hide {
    display: none;
}
.blue {
    color: rgb(0, 140, 186);
}