@charset "UTF-8";
/* 
 * Domyślne, nie edytwać.
 */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body * {
  z-index: 100; }

b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

input, button, select, textarea {
  border: 1px solid grey;
  font-size: 12px;
  margin: 2px;
  padding: 2px; }

html {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.bb {
  box-sizing: border-box;
  behavior: url("/htc/boxsizing.htc"); }

.pb {
  box-sizing: padding-box;
  behavior: url("/htc/boxsizing.htc"); }

/*
 * Koniec domyślnych, można edytować :)
 */
a {
  text-decoration: none;
  color: #ff9c00; }
  a:hover {
    text-decoration: underline; }

.ref-with-underline {
  text-decoration: underline; }
  .ref-with-underline:hover {
    text-decoration: none; }

body {
  background: #F8F8F8;
  font-family: Arial, sans-serif; }

#header {
  height: 300px;
  background: url(../img/header_bg.png) 0 0 repeat-x; }
  #header .logo-link {
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0px;
    left: 225px; }
  #header .content {
    width: 1280px;
    height: 300px;
    margin: 0 auto;
    background: url(../img/header.jpg) 0 0 no-repeat;
    position: relative; }
    #header .content .cname {
      width: 250px;
      color: #f3f3f3;
      font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
      text-align: center;
      behavior: url(/htc/PIE.php);
      position: absolute;
      left: 175px;
      top: 180px;
      font-size: 16px; }
      #header .content .cname .letters {
        font-family: Arial, sans-serif;
        font-size: 12px;
        background: rgba(0, 0, 0, 0.3);
        padding: 5px;
        border-radius: 4px;
        behavior: url(/htc/PIE.php); }
        #header .content .cname .letters .num {
          color: #ed771b; }
    #header .content .contact {
      width: 190px;
      color: #f3f3f3;
      font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
      text-align: left;
      position: absolute;
      left: 220px;
      top: 218px;
      font-size: 14px;
      line-height: 120%; }
      #header .content .contact .label {
        color: #ed771b;
        width: 50px; }
  #header .menu {
    position: absolute;
    top: 234px;
    left: 456px; }
    #header .menu ul li {
      float: left;
      display: block; }
      #header .menu ul li a {
        display: block; }
        #header .menu ul li a:hover {
          background-position: 0px -59px; }
    #header .menu ul .selected a {
      background-position: 0px -118px; }
      #header .menu ul .selected a:hover {
        background-position: 0px -118px; }
    #header .menu ul .m01 {
      background: url(../img/menu_01.jpg) 0 0 no-repeat;
      height: 59px;
      width: 100px; }
    #header .menu ul .m02 {
      background: url(../img/menu_02.jpg) 0 0 no-repeat;
      height: 59px;
      width: 126px; }
    #header .menu ul .m03 {
      background: url(../img/menu_03.jpg) 0 0 no-repeat;
      height: 59px;
      width: 151px; }
    #header .menu ul .m04 {
      background: url(../img/menu_04.jpg) 0 0 no-repeat;
      height: 59px;
      width: 123px; }
    #header .menu ul .m05 {
      background: url(../img/menu_05.jpg) 0 0 no-repeat;
      height: 59px;
      width: 133px; }

#main {
  background: url(../img/content_bg_x.gif) 0 303px repeat-x, #f8f8f8;
  -pie-background: url(../img/content_bg_x.gif) 0 303px repeat-x, #f8f8f8;
  behavior: url(/htc/PIE.php); }

#content {
  width: 980px;
  padding-left: 150px;
  padding-right: 150px;
  margin: 0 auto;
  background: url(../img/content_bg_top.png) 0 0 no-repeat, url(../img/content_bg_y.gif) 0 0 repeat-y;
  -pie-background: url(../img/content_bg_top.png) 0 0 no-repeat, url(../img/content_bg_y.gif) 0 0 repeat-y;
  position: relative;
  behavior: url(/htc/PIE.php);
  overflow: hidden; }
  #content .sidebar {
    width: 285px;
    float: left; }
    #content .sidebar .pgallery {
      background: url(../img/portfolio_01.jpg) 0 0 no-repeat;
      padding-top: 16px;
      padding-right: 10px;
      text-align: right;
      height: 30px;
      width: 281px;
      float: left;
      color: #656565;
      font-size: 14px;
      text-shadow: 0px 0px 2px #F5F3F2;
      position: relative;
      top: 59px; }
      #content .sidebar .pgallery:hover {
        background-position: -344px 0px; }
    #content .sidebar .selected {
      font-weight: bold;
      color: #fe8c00;
      background-position: -344px 0px !important; }
    #content .sidebar .p-lettershop {
      background: url(../img/portfolio_01.jpg) 0px 0px no-repeat; }
    #content .sidebar .p-obsluga-konkursow-prenumerat {
      background: url(../img/portfolio_03.jpg) 0px 0px no-repeat; }
    #content .sidebar .p-mailing-tradycyjny {
      background: url(../img/portfolio_05.jpg) 0px 0px no-repeat; }
    #content .sidebar .p-selfmailer {
      background: url(../img/portfolio_07.jpg) 0px 0px no-repeat; }
    #content .sidebar .p-koperty-z-nadrukiem-firmowym {
      background: url(../img/portfolio_09.jpg) 0px 0px no-repeat; }
    #content .sidebar .p-fulfilment {
      background: url(../img/portfolio_02.jpg) 0px 0px no-repeat; }
    #content .sidebar .p-druk {
      background: url(../img/portfolio_04.jpg) 0px 0px no-repeat; }
    #content .sidebar .p-sampling {
      background: url(../img/portfolio_06.jpg) 0px 0px no-repeat; }
    #content .sidebar .p-gadzety-upominki-reklamowe {
      background: url(../img/portfolio_08.jpg) 0px 0px no-repeat; }
    #content .sidebar .p-pudelka-kartonowe {
      background: url(../img/portfolio_10.jpg) 0px 0px no-repeat; }
    #content .sidebar .titlebar {
      height: 55px;
      width: 282px;
      background: url(../img/oferta.png) 0 5px no-repeat;
      margin-bottom: 15px; }
    #content .sidebar .offer {
      width: 138px;
      height: 110px;
      display: inline-block; }
    #content .sidebar .offer-lettershop {
      background: url(../img/o01.jpg) 0 0 no-repeat; }
      #content .sidebar .offer-lettershop:hover {
        background: url(../img/o01.jpg) -139px 0 no-repeat; }
      #content .sidebar .offer-lettershop.selected {
        background: url(../img/o01.jpg) -278px 0 no-repeat !important; }
    #content .sidebar .offer-obsluga-konkursow-prenumerat {
      background: url(../img/o02.jpg) 0 0 no-repeat; }
      #content .sidebar .offer-obsluga-konkursow-prenumerat:hover {
        background: url(../img/o02.jpg) -139px 0 no-repeat; }
      #content .sidebar .offer-obsluga-konkursow-prenumerat.selected {
        background: url(../img/o02.jpg) -278px 0 no-repeat !important; }
    #content .sidebar .offer-mailing-tradycyjny {
      background: url(../img/o03.jpg) 0 0 no-repeat; }
      #content .sidebar .offer-mailing-tradycyjny:hover {
        background: url(../img/o03.jpg) -139px 0 no-repeat; }
      #content .sidebar .offer-mailing-tradycyjny.selected {
        background: url(../img/o03.jpg) -278px 0 no-repeat !important; }
    #content .sidebar .offer-selfmailer {
      background: url(../img/o04.jpg) 0 0 no-repeat; }
      #content .sidebar .offer-selfmailer:hover {
        background: url(../img/o04.jpg) -139px 0 no-repeat; }
      #content .sidebar .offer-selfmailer.selected {
        background: url(../img/o04.jpg) -278px 0 no-repeat !important; }
    #content .sidebar .offer-koperty-z-nadrukiem-firmowym {
      background: url(../img/o05.jpg) 0 0 no-repeat; }
      #content .sidebar .offer-koperty-z-nadrukiem-firmowym:hover {
        background: url(../img/o05.jpg) -139px 0 no-repeat; }
      #content .sidebar .offer-koperty-z-nadrukiem-firmowym.selected {
        background: url(../img/o05.jpg) -278px 0 no-repeat !important; }
    #content .sidebar .offer-fulfilment {
      background: url(../img/o06.jpg) 0 0 no-repeat; }
      #content .sidebar .offer-fulfilment:hover {
        background: url(../img/o06.jpg) -139px 0 no-repeat; }
      #content .sidebar .offer-fulfilment.selected {
        background: url(../img/o06.jpg) -278px 0 no-repeat !important; }
    #content .sidebar .offer-druk {
      background: url(../img/o07.jpg) 0 0 no-repeat; }
      #content .sidebar .offer-druk:hover {
        background: url(../img/o07.jpg) -139px 0 no-repeat; }
      #content .sidebar .offer-druk.selected {
        background: url(../img/o07.jpg) -278px 0 no-repeat !important; }
    #content .sidebar .offer-sampling {
      background: url(../img/o08.jpg) 0 0 no-repeat; }
      #content .sidebar .offer-sampling:hover {
        background: url(../img/o08.jpg) -139px 0 no-repeat; }
      #content .sidebar .offer-sampling.selected {
        background: url(../img/o08.jpg) -278px 0 no-repeat !important; }
    #content .sidebar .offer-gadzety-upominki-reklamowe {
      background: url(../img/o09.jpg) 0 0 no-repeat; }
      #content .sidebar .offer-gadzety-upominki-reklamowe:hover {
        background: url(../img/o09.jpg) -139px 0 no-repeat; }
      #content .sidebar .offer-gadzety-upominki-reklamowe.selected {
        background: url(../img/o09.jpg) -278px 0 no-repeat !important; }
    #content .sidebar .offer-pudelka-kartonowe {
      background: url(../img/o10.jpg) 0 0 no-repeat; }
      #content .sidebar .offer-pudelka-kartonowe:hover {
        background: url(../img/o10.jpg) -139px 0 no-repeat; }
      #content .sidebar .offer-pudelka-kartonowe.selected {
        background: url(../img/o10.jpg) -278px 0 no-repeat !important; }
  #content .page {
    width: 688px;
    float: left;
    /*overflow: hidden;*/
    position: relative;
    left: 7px;
    min-height: 660px;
    height: auto !important;
    height: 660px; }
    #content .page .titlebar {
      height: 35px;
      margin-bottom: 4px;
      font-size: 20px;
      color: #747474;
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      padding-top: 20px;
      padding-left: 25px; }
    #content .page .simple-content {
      margin: 25px;
      color: #656565;
      line-height: 150%; }
    #content .page .big-title {
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-size: 20px;
      margin-top: 10px;
      margin-bottom: 25px;
      color: #2d2d2d; }
    #content .page .title {
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-size: 15px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 10px; }
    #content .page ul {
      margin-top: 20px;
      margin-bottom: 20px; }
      #content .page ul li {
        background: url(../img/point.png) 0 3px no-repeat;
        min-height: 22px;
        height: auto !important;
        height: 22px;
        padding-left: 20px; }
    #content .page p img.right {
      margin-left: 10px; }
    #content .page p img.left {
      margin-right: 10px; }
    #content .page p img {
      margin-top: 10px;
      margin-bottom: 10px; }
    #content .page p {
      margin-bottom: 15px;
      text-align: justify; }
    #content .page .highlighted {
      color: #fa4500; }
    #content .page .grey {
      color: #8d8d8d; }
    #content .page hr {
      height: 0;
      border: none;
      border-bottom: 1px dashed #c6c6c6;
      background: #f8f8f8;
      color: #f8f8f8;
      margin-top: 10px;
      margin-bottom: 10px; }
    #content .page .nomargin {
      margin: 0px; }
    #content .page .pagenav {
      float: right;
      margin-top: 20px;
      border: 1px solid #aeaeae;
      border-radius: 4px;
      background: #f0f0f0;
      overflow: hidden;
      behavior: url(/htc/PIE.php); }
      #content .page .pagenav a {
        font-family: Arial, sans-serif;
        color: #b0b0b0;
        font-weight: bold;
        padding: 5px;
        float: left;
        border-left: 1px solid #aeaeae;
        box-shadow: inset 1px 0px 0px #ffffff;
        line-height: 25px;
        text-align: center;
        height: 25px;
        width: 25px; }
        #content .page .pagenav a:first-child {
          border: none;
          box-shadow: none; }
      #content .page .pagenav .prev {
        background: url(../img/left.png) 14px 5px no-repeat;
        width: 45px; }
      #content .page .pagenav .next {
        background: url(../img/right.png) 14px 5px no-repeat;
        width: 45px; }
    #content .page form {
      margin-top: 10px;
      padding-left: 20px; }
      #content .page form input, #content .page form select, #content .page form textarea {
        font-size: 12px;
        font-family: Arial, sans-serif;
        color: #919191; }
      #content .page form .text input, #content .page form textarea input, #content .page form .select, #content .page form textarea {
        background: #ebebeb;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(60%, #f9f9f9), color-stop(100%, #ececec));
        background: linear-gradient(top, #ebebeb 0%, #f9f9f9 60%, #ececec 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ececec',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ececec',GradientType=0 )";
        border: 1px solid #cfcfcf;
        border-radius: 4px;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
        behavior: url(/htc/PIE.php); }
      #content .page form .text, #content .page form .select {
        display: block;
        float: left;
        width: 306px;
        margin-right: 8px;
        margin-bottom: 5px; }
        #content .page form .text input, #content .page form .select input {
          width: 305px;
          line-height: 25px;
          height: 25px; }
      #content .page form .text input, #content .page form .select {
        width: 295px;
        padding: 5px; }
      #content .page form .select {
        position: relative;
        left: 2px;
        top: 2px; }
        #content .page form .select select {
          width: 285px;
          border: none; }
      #content .page form textarea {
        height: 180px;
        width: 600px;
        padding: 10px;
        position: relative;
        z-index: 101; }
      #content .page form .submit input {
        background: #d65700;
        /* Old browsers */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkODMwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -webkit-linear-gradient(top, #d65700 0%, #d83000 100%);
        background: linear-gradient(top, #d65700 0%, #d83000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d65700', endColorstr='#d83000',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65700', endColorstr='#d83000',GradientType=0 )";
        font-famili: Arial, sans-serif;
        font-size: 12px;
        color: #ffffff;
        text-shadow: 1px 1px 0px #000;
        padding: 8px;
        float: right;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        behavior: url(/htc/PIE.php);
        position: relative;
        right: 50px;
        bottom: 8px; }

.gallery {
  margin: 15px !important; }
  .gallery .picture {
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    box-shadow: 2px 2px 3px #aaa;
    background: #e5e5e5;
    display: inline-block;
    margin: 10px;
    width: 193px;
    height: 163px;
    behavior: url(/htc/PIE.php); }
    .gallery .picture img {
      border-radius: 4px;
      behavior: url(/htc/PIE.php); }

.home .page .titlebar {
  height: 55px;
  width: 330px;
  background: url(../img/home.png) 10px 5px no-repeat; }
.home .page .box {
  padding: 25px;
  line-height: 160%;
  font-size: 12px; }
.home .page .form-titlebar {
  height: 55px;
  width: 100%;
  background: url(../img/questions.png) 10px -5px no-repeat;
  border-bottom: 1px dashed #c6c6c6; }
.home .page .trusted-us-titlebar {
  height: 55px;
  width: 100%;
  background: url(../img/zaufali.png) 10px -5px no-repeat;
  border-bottom: 1px dashed #c6c6c6; }
.home .box-left {
  width: 343px;
  border-right: 1px dashed #c6c6c6;
  float: left;
  padding-bottom: 70px; }
  .home .box-left .left-titlebar {
    height: 55px;
    width: 100%;
    background: url(../img/zaufali.png) 10px 5px no-repeat;
    border-bottom: 1px dashed #c6c6c6; }
  .home .box-left .imgbox {
    width: 117px;
    height: 102px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    background: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    margin: 15px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    left: 23px;
    text-align: center;
    behavior: url(/htc/PIE.php); }
    .home .box-left .imgbox img {
      border-radius: 4px;
      behavior: url(/htc/PIE.php); }
  .home .box-left .pagenav {
    float: none !important;
    display: block;
    width: 255px;
    position: absolute;
    bottom: 20px;
    left: 484px; }
.home .box-right {
  width: 343px;
  float: right;
  padding-bottom: 70px; }
  .home .box-right .right-titlebar {
    height: 55px;
    width: 100%;
    background: url(../img/referencje.png) 10px 5px no-repeat;
    border-bottom: 1px dashed #c6c6c6; }
  .home .box-right .box {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #6f6f6f;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: justify;
    border-bottom: 1px dashed #c6c6c6; }
    .home .box-right .box .author {
      font-style: italic;
      text-align: right;
      margin-top: 25px; }
  .home .box-right .see-all-ref {
    font-size: 12px;
    color: #797979;
    width: 300px;
    line-height: 35px;
    text-align: center;
    margin: 21px;
    display: block;
    border: 1px solid #aeaeae;
    border-radius: 4px;
    background: #f0f0f0;
    behavior: url(/htc/PIE.php);
    position: absolute;
    bottom: 0px;
    left: 784px; }
.home form .text, .home form .select {
  display: block;
  float: left;
  width: 230px !important;
  margin-right: 8px;
  margin-bottom: 5px; }
  .home form .text input, .home form .select input {
    width: 230px !important;
    line-height: 25px;
    height: 25px; }
.home form .text input, .home form .select {
  width: 230px !important;
  padding: 5px; }
.home form .select {
  position: relative;
  left: 2px;
  top: 2px; }
  .home form .select select {
    width: 142px;
    border: none; }
.home form textarea {
  width: 350px !important;
  height: 108px !important;
  margin-right: 30px; }
.home form .submit input {
  position: relative;
  right: 50px;
  bottom: 8px; }

.faq .page .titlebar {
  height: 55px;
  width: 427px;
  background: url(../img/faq.png) 10px 5px no-repeat; }
.faq .page table tr {
  min-height: 120px;
  height: auto !important;
  height: 120px; }
.faq .page .box {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #656565;
  border-bottom: 1px dashed #c6c6c6;
  border-right: 1px dashed #c6c6c6;
  width: 258px;
  min-height: 120px;
  height: auto !important;
  height: 120px;
  padding-left: 70px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 15px; }
.faq .page .question {
  background: url(../img/qm.png) 18px 25px no-repeat;
  color: #656565; }
.faq .page .answer {
  background: url(../img/ok.png) 18px 25px no-repeat;
  color: #8d8d8d; }

.kontakt .page {
  color: #707070;
  font-size: 14px;
  line-height: 150%;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  position: relative; }
  .kontakt .page .titlebar {
    height: 55px;
    width: 427px;
    background: url(../img/kontakt.png) 10px 5px no-repeat; }
  .kontakt .page .map-titlebar {
    height: 55px;
    width: 100%;
    background: url(../img/mapka.png) 10px -5px no-repeat;
    border-bottom: 1px dashed #c6c6c6; }
  .kontakt .page .form-titlebar {
    height: 55px;
    width: 100%;
    background: url(../img/kontakt-form.png) 10px -5px no-repeat;
    border-bottom: 1px dashed #c6c6c6; }
  .kontakt .page .image {
    position: absolute;
    left: 400px;
    top: 13px; }
  .kontakt .page .box1 {
    padding: 25px;
    padding-left: 115px;
    background: url(../img/letter.png) 39px 30px no-repeat; }
    .kontakt .page .box1 .title {
      color: #ed771b;
      font-weight: bold;
      margin-bottom: 10px; }
  .kontakt .page .box2 {
    padding: 25px;
    padding-top: 0px;
    padding-left: 115px;
    background: url(../img/phone.png) 35px 5px no-repeat; }
    .kontakt .page .box2 .label {
      color: #ed771b;
      font-weight: bold;
      width: 70px; }
  .kontakt .page .box3 {
    padding: 25px;
    padding-top: 4px;
    padding-left: 115px;
    background: url(../img/email.png) 40px 0px no-repeat; }
    .kontakt .page .box3 .label {
      color: #ed771b;
      font-weight: bold;
      width: 70px; }
  .kontakt .page .ftp {
    width: 628px;
    height: 49px;
    line-height: 49px;
    margin-left: 10px;
    padding-left: 30px;
    background: url(../img/ftp.png) 0px 0px no-repeat;
    font-family: Arial, sans-serif;
    color: #937b74;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff; }
    .kontakt .page .ftp a {
      color: #ed771b; }

.oferta .sidebar .titlebar {
  background: url(../img/realizujemy.png) 0 0 no-repeat !important; }
.oferta .page {
  font-size: 12px;
  width: 350px !important;
  /*padding-right: 330px;*/
  float: left;
  text-align: justify;
  line-height: 150%;
  position: relative;
  min-height: 600px;
  height: auto !important;
  height: 600px; }
  .oferta .page .image {
    position: absolute;
    left: 350px;
    top: 90px; }

.podstrona .sidebar .titlebar {
  background: url(../img/realizujemy.png) 0 0 no-repeat !important; }
.podstrona .right-sidebar {
  position: absolute;
  width: 220px;
  top: 82px;
  right: 150px;
  z-index: 102;
  margin-bottom: 20px; }
  .podstrona .right-sidebar .box1 {
    width: 210px;
    border: 1px solid #fadecf;
    border-radius: 4px;
    background: #fef6df;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZjZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fef6df), color-stop(100%, #fafafa));
    background: linear-gradient(left, #fef6df 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef6df', endColorstr='#fafafa',GradientType=1 );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef6df', endColorstr='#fafafa',GradientType=1 )";
    behavior: url(/htc/PIE.php); }
    .podstrona .right-sidebar .box1 .title {
      color: #fa4500;
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-weight: bold;
      font-size: 15px;
      padding: 10px;
      line-height: 140%; }
    .podstrona .right-sidebar .box1 ul {
      margin-top: 5px;
      margin-bottom: 0px;
      border-top: 1px solid #f6d1bd;
      border-bottom: 1px solid #ffffff; }
      .podstrona .right-sidebar .box1 ul li {
        color: #5c5c5c;
        font-size: 12px;
        border-bottom: 1px solid #f6d1bd;
        border-top: 1px solid #ffffff;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 10px; }
    .podstrona .right-sidebar .box1 .info {
      font-size: 12px;
      color: #fa4500;
      padding: 10px;
      line-height: 150%; }
  .podstrona .right-sidebar .box2 {
    margin-top: 15px;
    padding: 10px;
    width: 190px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    behavior: url(/htc/PIE.php);
    background: #f0eeee; }
    .podstrona .right-sidebar .box2 .title {
      color: #474747;
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-weight: bold;
      font-size: 15px;
      line-height: 140%;
      margin-bottom: 10px; }
    .podstrona .right-sidebar .box2 .pdf {
      width: 172px;
      height: 25px;
      background: url(../img/pdf.png) 0 0 no-repeat;
      margin-left: 4px;
      margin-bottom: 6px;
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-size: 12px;
      color: #fff;
      text-align: right;
      padding-right: 10px;
      padding-top: 10px;
      display: block; }
    .podstrona .right-sidebar .box2 .info {
      color: #959595;
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-size: 11px;
      line-height: 140%;
      margin-bottom: 10px; }
      .podstrona .right-sidebar .box2 .info a {
        color: #82181a;
        font-weight: bold; }
.podstrona .page {
  font-size: 12px;
  width: 468px !important;
  /* padding-right: 220px; */
  float: left !important;
  text-align: justify;
  line-height: 150%;
  position: relative;
  min-height: 600px;
  height: auto !important;
  height: 600px; }

.portfolio .page .titlebar {
  background: url(../img/galeria.png) 10px 5px no-repeat; }
.portfolio .page .pgallery {
  background: url(../img/portfolio_01.jpg) 0 0 no-repeat;
  padding-top: 16px;
  padding-right: 10px;
  text-align: right;
  height: 30px;
  width: 334px;
  float: left;
  color: #656565;
  font-size: 14px; }
  .portfolio .page .pgallery:hover {
    background-position: -344px 0px; }
.portfolio .page .box {
  padding: 25px;
  line-height: 160%;
  font-size: 12px;
  color: #656565; }
.portfolio .page .selected {
  font-weight: bold;
  color: #fe8c00;
  background-position: -344px 0px !important; }
.portfolio .page .p-lettershop {
  background: url(../img/portfolio_01.jpg) 0px 0px no-repeat; }
.portfolio .page .p-obsluga-konkursow-prenumerat {
  background: url(../img/portfolio_03.jpg) 0px 0px no-repeat; }
.portfolio .page .p-mailing-tradycyjny {
  background: url(../img/portfolio_05.jpg) 0px 0px no-repeat; }
.portfolio .page .p-selfmailer {
  background: url(../img/portfolio_07.jpg) 0px 0px no-repeat; }
.portfolio .page .p-koperty-z-nadrukiem-firmowym {
  background: url(../img/portfolio_09.jpg) 0px 0px no-repeat; }
.portfolio .page .p-fulfilment {
  background: url(../img/portfolio_02.jpg) 0px 0px no-repeat; }
.portfolio .page .p-druk {
  background: url(../img/portfolio_04.jpg) 0px 0px no-repeat; }
.portfolio .page .p-sampling {
  background: url(../img/portfolio_06.jpg) 0px 0px no-repeat; }
.portfolio .page .p-gadzety-upominki-reklamowe {
  background: url(../img/portfolio_08.jpg) 0px 0px no-repeat; }
.portfolio .page .p-pudelka-kartonowe {
  background: url(../img/portfolio_10.jpg) 0px 0px no-repeat; }

#footer {
  color: #fff;
  padding: 30px;
  height: 20px;
  font-size: 11px;
  background: #353535; }
  #footer .content {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../img/footer-bg.png) 0px 6px repeat-x; }
    #footer .content .left, #footer .content .right {
      background: #353535; }
    #footer .content .left a {
      color: #ffffff;
      margin-left: 10px;
      margin-right: 10px; }
    #footer .content .left .selected {
      font-weight: bold;
      color: #e95b1c; }
    #footer .content .right {
      padding-left: 10px; }
