/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* koniec css reset */

/* html */
body {
    background: #fff url(images/bg.jpg);
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #373a40;
}

div {
    margin: 0 auto;
    border: 0px;
}

a {
    text-decoration: underline;
    color: #373a40;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 18px;
    color: #373a40;
    text-align: left;
}

h2 {
    font-size: 24px;
    color: #373a40;
    text-align: left;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
    color: #4d4d4d;
}

/* koniec html*/


div#container {
    width: 100%;
    float: left;
}

div#containerFooter {
    width: 100%;
    float: left;
    padding-top: 1px;
    background: #fbfbfb url(images/footerTop.jpg) top center no-repeat;
}

.mainPage {
    background: url(images/bg_cont.jpg) top center no-repeat;
}

.subpage {
    background: url(images/bg_subpage.jpg) top center no-repeat;
}

.footer {

}

div.wrap {
    width: 980px;
}

/* HEADER */

div#header {
    float: left;
    width: 980px;
    height: 228px;
}

a#logo {
    float: left;
    margin: 45px 0 0 45px;
}

img#partnersTop {
    float: right;
    margin: 45px 0 0 0px;
}

ul#menu {
    float: right;
    width: 940px;
    padding: 44px 0 0 0;
}

ul#menu li{
    float: left;
    height: 77px;
    padding: 29px 17px 0 17px;
    background: url(images/menu/separator.jpg) 0 0 no-repeat;
}

ul#menu li a{
    float: left;
    display: block;
    height: 30px;
}

li#menu-li01 a{
    width: 123px;
    background: url(images/menu/menuSprite.png) 0 0 no-repeat;
}

li#menu-li01 a:hover{
    background: url(images/menu/menuSprite.png) 0 -30px no-repeat;
}

li#menu-li01 a#active{
    background: url(images/menu/menuSprite.png) 0 -30px no-repeat;
}

li#menu-li02 a{
    width: 74px;
    background: url(images/menu/menuSprite.png) -123px 0 no-repeat;
}

li#menu-li02 a:hover{
    background: url(images/menu/menuSprite.png) -123px -30px no-repeat;
}

li#menu-li02 a#active{
    background: url(images/menu/menuSprite.png) -123px -30px no-repeat;
}

li#menu-li03 a{
    width: 98px;
    background: url(images/menu/menuSprite.png) -197px 0 no-repeat;
}

li#menu-li03 a:hover{
    background: url(images/menu/menuSprite.png) -197px -30px no-repeat;
}

li#menu-li03 a#active{
    background: url(images/menu/menuSprite.png) -197px -30px no-repeat;
}

li#menu-li04 a{
    width: 106px;
    background: url(images/menu/menuSprite.png) -295px 0 no-repeat;
}

li#menu-li04 a:hover{
    background: url(images/menu/menuSprite.png) -295px -30px no-repeat;
}

li#menu-li04 a#active{
    background: url(images/menu/menuSprite.png) -295px -30px no-repeat;
}

li#menu-li05 a{
    width: 135px;
    background: url(images/menu/menuSprite.png) -401px 0 no-repeat;
}

li#menu-li05 a:hover{
    background: url(images/menu/menuSprite.png) -401px -30px no-repeat;
}

li#menu-li05 a#active{
    background: url(images/menu/menuSprite.png) -401px -30px no-repeat;
}

li#menu-li06 a{
    width: 63px;
    background: url(images/menu/menuSprite.png) -536px 0 no-repeat;
}

li#menu-li06 a:hover{
    background: url(images/menu/menuSprite.png) -536px -30px no-repeat;
}

li#menu-li06 a#active{
    background: url(images/menu/menuSprite.png) -536px -30px no-repeat;
}

li#menu-li07 a{
    width: 75px;
    background: url(images/menu/menuSprite.png) -599px 0 no-repeat;
}

li#menu-li07 a:hover{
    background: url(images/menu/menuSprite.png) -599px -30px no-repeat;
}

li#menu-li07 a#active{
    background: url(images/menu/menuSprite.png) -599px -30px no-repeat;
}

/* BANNER */

div#banner {
    float: left;
    width: 980px;
    position: relative;
}

div.bannerHome{
    float: left;
    height: 324px;
    width: 980px;
    overflow: hidden;
}


div.bannerHome div#bannerCont {
    width: 913px;
    height: 324px;
    overflow: hidden;
}

div#slider p { 
    width:320px;
    position: absolute;
    left:538px;
    top:80px;
    z-index: 300;
}

div.bannerHome div#slider {
    float: left;
    width: 585px;
    text-align: left;
    margin-left:35px;
}

div.bannerHome div#bannerTop {
    position: absolute;
    margin-left: 402px;
    width: 372px;
    height: 304px;
    padding-left: 172px;
    z-index:100;
    background: url(images/banner/bannerTop.png) top right no-repeat;
}

div.bannerHome div#bannerTop ul{
    float: right;
    padding: 28px 15px 10px 230px;
}

div.bannerHome div#bannerTop ul li{
    float: right;
    padding: 0 15px;
}

div.bannerHome div#bannerTop li a{
    float: right;
    display: block;
    width: 21px;
    height: 58px;
}

div.bannerHome div#bannerTop li a{

}

div.bannerHome div#bannerTop li a:hover{

}

.bannerTitle {
    font-size: 27px;
    text-align: left;
    color: #fff;
    padding: 20px 0 !important;
    margin-top: 10px;
}
.bannerTitle span.upper {
   text-transform: uppercase;
}
.bannerTitle small {
   font-size: 18px;
}
.bannerTitle big {
   font-size: 30px;
   line-height: 40px;
}
.bannerTitle big strong {
   font-size: 36px;
   font-weight:700;
}

.nivo-nextNav {    
    width:21px!important;
    height:58px!important;
    z-index:101;
    background: url(images/banner/navNext.png) 0 0 no-repeat;
}

.nivo-prevNav {
    width:21px!important;
    height:58px!important;
    background: url(images/banner/navPrev.png) 0 0 no-repeat;
}

img#bannerLink {
    float: left;
    margin-top:190px;
    margin-left:0px;
}

/* --- */

div.bannerSubpage{
    float: left;
    height: 230px;
    width: 980px;
    overflow: hidden;
}

div.bannerSubpage #bannerNavi1{
    float: left;
    width: 67px;
}

div.bannerSubpage #bannerNavi1 ul{
    float: left;
    width: 60px;
    padding-top: 109px;
}

div.bannerSubpage #bannerNavi1 li{
    float: left;
    width: 60px;
    padding-bottom: 2px
}

div.bannerSubpage #bannerNavi1 li a{
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/menu/nav1.jpg) no-repeat;
}

div.bannerSubpage #bannerNavi1 li a#nav1Active{
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/menu/nav1Active.jpg) no-repeat;
}

div.bannerSubpage div#bannerCont {
    width: 913px;
    height: 324px;
    overflow: hidden;
    margin-left:65px;
}

div#slider img { 
    height:324px;
}

div.bannerSubpage div#slider {
    float: left;
    width: 585px;
    text-align: left;
}

div.bannerSubpage div#bannerTop {
    position: absolute;
    margin-left: 402px;
    width: 372px;
    height: 210px;
    padding-left: 139px;
    background: url(images/banner/bannerTopSubpage.png) top right no-repeat;
    z-index:100;
}

div.bannerSubpage div#bannerTop ul{
    float: right;
    padding: 28px 15px 10px 230px;
}

div.bannerSubpage div#bannerTop ul li{
    float: right;
    padding: 0 15px;
}

div.bannerSubpage div#bannerTop li a{
    float: right;
    display: block;
    width: 21px;
    height: 58px;
}

div.bannerSubpage .bannerTitle {
    padding: 0px 0 !important;
}


/* CONTENT */

div#content {
    float: left;
    width: 980px;
}

div#box01 {
    float: left;
    width: 980px;
    padding: 13px 0 0 0;
}

div#box01 ul {
    float: left;
    width: 980px;
    padding: 15px 0;
}

div#box01 li{
    float: left;
    width: 325px;
    text-align: left;
}

div#box01 li img{
    float: left;
    margin: 10px 10px 10px 0;
}

div#box01 li span{
    float: left;
    font-size: 22px;
    color: #373a40;
    padding: 0 0 0 0;
    margin-top: 20px;
}

div#box01 li span a{
    font-size: 22px;
    color: #373a40;
}

div#box02 {
    float: left;
    width: 980px;
    padding: 13px 0 0 0;
}

div#box02 li{
    float: left;
    width: 310px;
    padding: 10px 16px 10px 0;
    text-align: left;
}

div#box02 li a:hover{
    filter:alpha(opacity=9);
    opacity:0.9;
}

div#box02 li p{
    line-height: 18px;
    font-size: 11px;
    padding: 5px 0;
}

/* SUBPAGE */

div#location {
    float: left;
    width: 980px;
    height: 55px;
    padding: 20px 0 0 0;
}

div#location li{
    float: left;
    color: #7891a3;
    font-size: 11px;
    padding: 0 10px;
    background: url(images/locationSeparator.jpg) left center no-repeat;
}

div#location li a{
    font-size: 11px;
    color: #7891a3;
    text-decoration: none;
}

div#location li a:hover{
    text-decoration: underline;
}

div#location li img{
    margin-right: 5px;
}

/* section left */

div#sectionLeft {
    float: left;
    width: 220px;
}

div#menuLeft {
    float: left;
    width: 190px;
    background: #3e68a0;
    text-align: left;
    padding: 15px 10px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;

    box-shadow: inset 0 0 5px 5px #32598c;
    -webkit-box-shadow: inset 0 0 5px 5px #32598c;
    -o-box-shadow: inset 0 0 5px 5px #32598c;
    -moz-box-shadow: inset 0 0 5px 5px #32598c;
}

div#menuLeft li{
    padding: 3px 0;
}

div#menuLeft li a{
    color: #fff;
    text-decoration: none;
    display: block;
    width: 165px;
    padding: 8px 5px 8px 20px;
    background: url(images/menuLeft.png) 0 11px no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div#menuLeft li a:hover{
    background: #e1373f url(images/menuLeft.png) 0 11px  no-repeat;
}

a#menuLeftActive {
    background: #e1373f url(images/menuLeft.png) 0 11px  no-repeat !important;
}

div#menuLeft ul > li > ul {
  /* display: none;*/
}

div#menuLeft li ul li a{
    color: #c9e0ff;
    text-decoration: none;
    display: block;
    width: 155px;
    line-height: 16px;
    padding: 6px 5px 6px 30px;
    background: url(images/menuLeft.png) 10px 11px no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div#menuLeft li ul li a:hover{
    text-decoration: underline;
    background: url(images/menuLeft.png) 10px 11px no-repeat;
}

div#menuLeft ul > li > ul ul {
   margin-left: 15px;
}

div#menuLeft ul > li > ul ul li {
   padding: 0;
}

div#menuLeft ul > li > ul ul a {
   padding-right: 0;
}

div#box03 {
    float: left;
    width: 220px;
    padding-top: 50px;
}

div#box03 img{
    margin-bottom: 10px;
}

/* section right */

div#sectionRight {
    float: right;
    width: 749px;
}

div.offerListShadow {
    float: left;
    width: 749px;
    height: 209px;
    background: url(images/listShadow.png) bottom right no-repeat;
}

div.offerList {
    float: left;
    width: 749px;
    position: relative;
}

div.offerImg {
    float: left;
    width: 175px;
    height: 169px;
    border: 2px solid #bdcad3;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.offerImg img{
    width: 175px;
    height: 169px;
}

img.lupa {
    position: absolute;
    width: 41px !important;
    height: 34px !important;
    margin-left: 130px;
}

div.offerListCont {
    float: right;
    width: 719px;
    height: 153px;
    padding: 10px 15px;
    background: #fff url(images/offerListBG.png) right bottom no-repeat;
    text-align: left;
    line-height: 18px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.offerImg + div.offerListCont{
    float: right;
    width: 529px;
}

div.offerListCont p{
    padding: 10px 0 !important;
    width: 100%;
    float: left;
}

p.offerListTitle {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #e1373f;
    border-bottom: 1px solid #dbe2e7;
}

p.offerListTitle a{
    font-size: 14px;
    color: #e1373f;
    text-decoration: none;
}

p.offerListTitle a:hover{
    font-size: 14px;
    color: #e1373f;
    text-decoration: underline;
}

div.offerListCont a.morebtn {
    margin-top: -10px;
}

a.morebtn {
    display: block;
    width: 36px;
    height: 20px;
    padding: 5px 10px;
    float: right;
    background: #e1373f;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

img.pdfList {
    position: absolute;
    z-index: 999 !important;
    margin: -35px 0 0 -70px;
}

div.productShadow {
    float: left;
    width: 749px;
    padding-bottom: 29px;
    background: url(images/productShadow.png) bottom right no-repeat;
}

div.productImg {
    float: left;
    width: 275px;
    height: 249px;
    border: 2px solid #bdcad3;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.productImg img{
    width: 275px;
    height: 249px;
}

div.productImg img.lupa {
    position: absolute;
    width: 41px !important;
    height: 34px !important;
    margin-left: 230px;
}

img#promo {
    position: absolute;
    width: 139px !important;
    height: 103px !important;
    margin-left: -8px;
    margin-top: -8px;
}
.ribbon1, .ribbon2, .ribbon3 {
   display: block;
   position: absolute;
   width: 139px !important;
   height: 103px !important;
}
.ribbon1, .ribbon2 {
   left: 0;
   top: 0;
   margin-left: -8px;
   margin-top: -8px;
}
.ribbon3 {
   right: 0;
   bottom: 0;
   margin-right: -8px;
   margin-bottom: -8px;
}
.offerImg .ribbon3 {
   left: 48px;
}
#productImg .ribbon3 {
   top: 158px;
}
span.ribbon1 {
   background: url(images/ribbon1.png) no-repeat 0 0;
}
span.ribbon2 {
   background: url(images/ribbon2.png) no-repeat 0 0;
}
span.ribbon3 {
   background: url(images/ribbon3.png) no-repeat 0 0;
}

/* pagin */
.pagin {
   float: left;
   margin: 10px 0 20px;
   width: 100%;
   position: relative;
   text-align: center;
}
.pagin a, .pagin span {
   color: #373a40;
   font-size: 12px;
   text-decoration: none;
   text-align: center;
}
.pagin span {
   cursor: default;
   color: #99a3ad !important;
}
.pagin * {
   display: inline-block;
   *display: inline; zoom: 1;
   vertical-align: top;
}
.pagin > a, .pagin > span {
   padding: 5px 5px;
   background: #fff;
   border: 1px solid #fff;
   text-decoration: none;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   -webkit-border-radius: 5px;
}
.pagin > a.prev, .pagin > span.prev {
   width: 106px;
   float: left;
}
.pagin > a.next, .pagin > span.next {
   width: 97px;
   float: right;
}
.pagin > a.hidden {
   visibility: hidden;
}
.pagin .pages {
   width: 400px;
   margin: 0 auto;
   text-align: center;
}
.pagin .pages a, .pagin .pages span {
   margin: 0 0 0 2px;
   width: 14px;
   padding: 5px 5px;
   background: #fff;
   border: 1px solid #fff;
   text-decoration: none;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   -webkit-border-radius: 5px;
}
/*
.pagin a:hover {
   border-color: #dbe2e7;
}
*/
.pagin .pages a.active {
   background: #e1373f;
   border-color: #e1373f;
   color: #fff !important;
}


div.product {
    float: left;
    width: 749px;
}

div.productCont {
    float: right;
    width: 429px;
    padding: 10px 15px;
    background: #fff url(images/offerListBG.png) right bottom no-repeat;
    text-align: left;
    line-height: 18px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.productCont p{
    padding: 10px 0 !important;
    width: 100%;
}

div#productImg {
    float: left;
    width: 279px;
    text-align: center;
    position: relative;
}

ul#productNavi {
    padding: 5px 0;
    float: left;
    width: 100%;
    text-align: center;
    height: 25px;
}

ul#productNavi li{
    display: inline-block;
    *display: inline; zoom: 1;
    /* float: left; */
    padding: 5px 2px;
    margin: 0 -1px 0;
}

ul#productNavi li a{
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/productNavit.jpg) no-repeat;
}

ul#productNavi li a#productNaviActive{
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/productNavitActive.jpg) no-repeat;
}

ul#productList {
    float: left;
    margin-left: -41px;
}

ul#productList.center {
   text-align: center;
   width: 100%;
   margin: 0;
}

ul#productList li{
    float: left;
    margin-left: 41px;
	margin-bottom: 10px;
}

ul#productList.center li{
   float: none;
   display: inline-block;
   *display: inline; zoom: 1;
   vertical-align: top;
   margin-right: -3px;
}

li.prodyctBlue {
    width: 199px;
    height: 220px;
    padding: 5px;
    background: url(images/productBlue.jpg) top center no-repeat;
}

li.prodyctBlue:hover {
    width: 199px;
    height: 220px;
    padding: 5px;
    background: url(images/productOrange.jpg) top center no-repeat;
}

li.prodyctRed {
    width: 199px;
    height: 220px;
    padding: 5px;
    background: url(images/productRed.jpg) top center no-repeat;
}

li.prodyctRed:hover {
    width: 199px;
    height: 220px;
    padding: 5px;
    background: url(images/productRed.jpg) top center no-repeat;
}

div.productListIMG {
    width: 199px;
    height: 145px;
    overflow: hidden;
    float: left;
}

div.productListIMG a {
   position: relative;
   display: block;
   width: 100%;
   height: 100%;
}

div.productListIMG a img {
    max-width: 199px;
    max-height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

div.productListTitle {
    width: 199px;
    float: left;
    height: 53px;
    line-height: 53px;
}

div.productListTitle a{
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}

a.hoverLupa {
    width: 199px;
    height: 199px;
    display: block;
    position: absolute;
}

a.hoverLupa:hover {
    background: url(images/lupaHoverpng.png) 60px 40px no-repeat;
}


ul#productList li.prodyctBlue.colorPalette {
   height: auto;
   width: 259px;
   background: none;
   margin: 8px 22px;
   padding: 0;
}
li.colorPalette div.productListIMG  {
   width: 100%;
   height: 227px;
   float: none;
}
li.colorPalette div.productListIMG a img {
   max-width: none;
   max-height: none;
   /* width: 259px;
   height: 227px; */
}
li.prodyctBlue.colorPalette .productListTitle {
   background: url(images/colorPalette.png) no-repeat 0 bottom;
   width: 241px;
   text-align: center;
   margin-top: 10px;
   height: 47px;
   line-height: 43px;
   float: none;
}
li.prodyctBlue.colorPalette:hover .productListTitle {
   background-position: 100% bottom;
}
li.prodyctBlue.colorPalette .productListTitle a.font {
   font-size: 14px;
}

/* CONTACT */

div#sectionRightContact {
    float: right;
    width: 435px;
    padding-right: 25px;
}

div#sectionRightMap {
    float: right;
    width: 266px;
}


.form {
    width: 436px;
    text-align: right;
    float: left;
}

.form td{
    padding: 4px 0;
}

.inp {
    width: 306px;
    border: 1px solid #bdcad3;
    padding: 8px 5px;
    margin: 0 0 0 10px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;

    box-shadow: inset 0 0 5px 5px #e8eef3;
    -webkit-box-shadow: inset 0 0 5px 5px #e8eef3;
    -o-box-shadow: inset 0 0 5px 5px #e8eef3;
    -moz-box-shadow: inset 0 0 5px 5px #e8eef3;

}

.textarea {
    width: 306px;
    border: 1px solid #bdcad3;
    padding: 8px 5px;
    height: 99px;
    margin: 0 0 0 10px;
    display: block;
    font-family: Arial, Verdana, Helvetica, sans-serif;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;

    box-shadow: inset 0 0 5px 5px #e8eef3;
    -webkit-box-shadow: inset 0 0 5px 5px #e8eef3;
    -o-box-shadow: inset 0 0 5px 5px #e8eef3;
    -moz-box-shadow: inset 0 0 5px 5px #e8eef3;
}

.submit {
    width: 60px;
    height: 30px;
    margin: 0;
    border: none;
    float: right;
    background: #e1373f;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div#contact {
    float: left;
    width: 220px;
}

div#contact img{
    float: left;
}

div#contact ul{
    float: right;
    text-align: left;
    width: 121px;
}

div#contact ul li{
    width: 121px;
    padding: 4px 0;
}

div#googleMap {
    float: right;
    width: 266px;
    height: 245px;
}

div#googleMap img {
   display: block;
}

div#googleMap .morebtn {
    width: 66px;
    line-height: 20px;
    margin-top: 10px;
    *margin-top: 8px;
}

/* TEXT FORMAT */

div.text {
    float: left;
    width: 100%;
    line-height: 18px;
    text-align: left;
    padding: 0 0 10px 0;
}

div.text h1{
    margin: 10px 0;
    font-size: 26px;
}

div.text h2{
    margin: 0 0 10px 0;
    font-size: 24px;
}

div.text h3{
    margin: 10px 0;
    font-size: 22px;
}

div.text h4{
    margin: 10px 0;
    font-size: 20px;
}

div.text h5{
    margin: 10px 0;
    font-size: 18px;
}

div.text p{
    text-align: left;
    line-height: 18px;
    padding: 5px 0;
}

div.text ul{
    padding: 10px 0 10px 10px;
}

div.text ul li{
    padding: 3px 20px;
    line-height: 16px;
    background: url(images/list01_bullet.gif) 0 7px no-repeat;
}

div.text ol{
    padding-left: 10px;
}

div.text ol li{
    list-style: decimal inside;
    padding: 3px 3px;
    line-height: 16px;
}

div.text table{
    width: 100%;
    margin: 10px 0;
}

div.text table th{
    vertical-align: middle;
    height: 40px;
    text-align: center;
    border: 1px solid #d70018;
    background: #d70018;
    color: #fff;
    padding: 0 5px;
}

div.text table td{
    vertical-align: middle;
    height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 0 5px;
}


/* FOOTER */

div#footer {
    float: left;
    width: 980px;
    padding: 30px 0;
    text-align: center !important;
}

div#footer li{
    display: inline;
    padding: 2px 15px;
    border-left: 1px solid #3a66a0;
}

div#footer li a{
    color: #99a3ad;
    text-decoration: none;
}

div#footer li a:hover{
    color: #99a3ad;
    text-decoration: underline;
}

div#footer p{
    color: #bdc7d2;
    padding: 10px;
}

div#footer p a{
    color: #bdc7d2;
}

div#footer div{
    float: left;
    width: 515px;
    height: 100px;
    padding: 10px 0 0 465px;
    text-align: center !important;
    background: url(images/goTop.jpg) bottom center no-repeat;
}

a#goTop {
    display: block;
    width: 50px;
    height: 60px;
}

/* #slider img { cursor: pointer;} */


div.errors {
    background: none repeat scroll 0 0 #e2182e;
    color: #fff;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
    width: 280px;
    clear: both;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#google_map {
color: #000;
line-height: 20px;
text-align: center !important;
}

#map_canvas1 p {
   overflow:hidden;
   white-space:nowrap;
   width: auto;
   text-align: center;
   margin: 5px 5px 5px 10px;
   font-family: Arial;
   color: #000;
   display: block;
}

.gmnoprint div p{
    text-align: center !important;
}

/* gallery */
.gallery {
   width: 690px;
   text-align: center;
   margin: 15px -7px;
}
.gallery a {
   display: inline-block;
   *display: inline; zoom: 1;
   vertical-align: top;
   position: relative;
   margin: 7px 6px;
}
.gallery a img, #sectionRight p img {
   display: block;
   border: 2px solid #bdcad3;
   background: #fff;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
#sectionRight p img {
   margin: 5px auto;
}

#rightLinks {
   position: fixed;
   z-index: 1000;
   right: 0;
   top: 138px;
}
#rightLinks a {
   display: block;
   width: 46px;
   margin: 0 0 3px;
}
#rightLinks a.promo {
   background: url(images/promo.png) no-repeat 0 0;
   height: 105px;
}
#rightLinks a.news {
	height: 130px;
	background: url(images/aktualnosci.png) no-repeat;
}
.youTube {
	display: inline-block;
	height: 51px;
	width: 180px;
	background: url(images/video.png) no-repeat;
	font-size: 0;
}
.center {text-align: center;}