@charset "utf-8";
/* CSS Document */


/* 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;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* text */

body {
    font: 12px/18px Arial, Helvetica, sans-serif;
}
a:focus {
    outline: 1px dotted;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}
h1 {
    font-size: 25px;
}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 19px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
li {
    margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, address, fieldset {
    margin-bottom: 15px;
    overflow: hidden;
}
table {
    margin-bottom: 15px;
}
/* grid: 12 cols * 60px width * 20px margin */

.grid-1 {
    width: 60px;
}
.grid-2 {
    width: 140px;
}
.grid-3 {
    width: 220px;
}
.grid-4 {
    width: 300px;
}
.grid-5 {
    width: 380px;
}
.grid-6 {
    width: 460px;
}
.grid-7 {
    width: 540px;
}
.grid-8 {
    width: 620px;
}
.grid-9 {
    width: 700px;
}
.grid-10 {
    width: 780px;
}
.grid-11 {
    width: 860px;
}
.grid-12 {
    width: 940px;
}
.column {
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0 10px;
}
.row {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
}
.row .row {
    width: auto;
    display: block;
}
.row .column .row {
    width: auto;
    display: block;
    margin: 0 -10px;
}
/* main */

body {
    background: #0B0B0B;
    color: #fff;
}
a {
    color: #0054A6;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.clear {
    overflow: hidden;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.mb10 {
    margin-bottom: 10px;
}
p.message-ok {
    padding: 10px 12px;
    color: #264409;
    border: 2px solid #768E44;
    background: #E6EFC2;
}
p.message-error {
    padding: 10px 12px;
    color: #8A1F11;
    border: 2px solid #C2706A;
    background: #FBE3E4 ;
}
/* top */

#top {
    height: 80px;
    background: #fff url('/gfx/top-bg.png') repeat-x 0 0;
    color: #222;
}
#top #home-pl {
    display: block;
    margin-top: 15px;
    width: 176px;
    height: 48px;
    background: url('/gfx/top-img.png') no-repeat 0 0;
}
#top #claim {
    float: right;
    margin-top: 33px;
    width: 337px;
    height: 29px;
    background: url('/gfx/top-img.png') no-repeat 0 -50px;
    text-indent: -2500px;
}
#top #claim a {
    display: block;
    width: 337px;
    height: 29px;
}
/* banner */

#banner {
    height: 310px;
    padding:40px 0 0;
    background: #4E8A04 url('/gfx/banner-bg.jpg') repeat-x center 0;
    color: #fff;
}
#banner-content {
    margin: 0;
    padding: 0 10px 10px 10px;
}
/* inaczej dla IE6 */
#banner h1 {
    height: 80px;
    background: url('/gfx/banner-img.png') no-repeat 0 0;
    margin: 0 0 25px 0;
    text-indent: -2500px;
}
/* inaczej dla IE6 */
#banner h2 {
    height: 23px;
    background: url('/gfx/banner-img.png') no-repeat 0 -100px;
    margin: 0 0 18px 0;
    text-indent: -2500px;
}
/* inaczej dla IE6 */
#banner #video {
    float: right;
    background: url('/gfx/video-bg.png');
}
#banner #video #video-box {
    margin: 7px;
    border: solid 1px #6B7868;
}
#domain-form-box {
    padding: 15px 25px 11px;
    color: #111;
    background: #d9d9d9 url('/gfx/form-img.png') repeat-x 0 0;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 12px #000;
    -moz-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
}
#domain-form-box form {
    overflow: hidden;
    margin-bottom: 10px;
}
#domain-input-wrapper {
    float: left;
    width: 314px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border: solid 1px #949494;
    border-right: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#domain-input-wrapper span {
    float: left;
    text-align: right;
    color: #aaa;
    width: 40px;
    font-size: 13px;
}
/* inaczej dla IE */
#domain-input {
    float: left;
    width: 273px;
    padding: 9px 0 6px 0;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #222;
    outline: none;
    line-height: 13px
}
#domain-button {
    float: left;
    width: 90px;
    height: 36px;
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #10405E -1px -1px 0;
    color: #fff;
    background: #11699D url('/gfx/form-img.png') repeat-x 0 -150px;
    cursor: pointer;
    border: solid 1px #0E4867;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#domain-button:hover {
    background-color: #064075;
    background-position: 0 -200px
}
#domain-form-box p {
    font-size: 16px;
    margin-bottom: 12px;
}
#domain-form-box p#domain-help {
    margin: 0;
    padding-left: 30px;
    font-size: 12px;
    line-height: 22px;
    background: url('/gfx/form-img.png') no-repeat 0 -249px;
}
/* content */

#content {
    padding: 40px 0 25px 0;
    background: #DFDFDF url('/gfx/content-bg.png') no-repeat center 0;
    color: #111;
}
#content .grid-4 {
    width: 280px;
}
#content-1 {
    padding: 0 20px 0 0;
}
#content-2 {
    padding: 0 10px;
    background: url('/gfx/stamp.png') no-repeat right bottom;
}
#content-3 {
    padding: 0 0 0 20px;
}
/* inaczej dla IE6 */
#content h2 {
    height: 71px;
    background: url('/gfx/content-img.png') no-repeat;
    margin: 0 0 12px 0;
    text-indent: -2500px;
}
/* inaczej dla IE6 */
#content #content-1 h2 {
    background-position: 0 0;
}
/* inaczej dla IE6 */
#content #content-2 h2 {
    background-position: 0 -100px;
}
/* inaczej dla IE6 */
#content #content-3 h2 {
    background-position: 0 -200px;
/* wersja z wylaczona infolinia
    background-position: 0 -300px;
*/
}
#content p.small-info {
    padding-top: 3px;
    font-size: 10px;
    line-height: 11px;
    color: #666;
    border-top: solid 1px #bbb;
}
#content a#button-test {
    display: block;
    width: 140px;
    height: 34px;
    margin: 0 auto;
    line-height: 34px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #10405E -1px -1px 0;
    color: #fff;
    background: #11699D url('/gfx/form-img.png') repeat-x 0 -150px;
    cursor: pointer;
    border: solid 1px #0E4867;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#content a:hover#button-test {
    background-color: #064075;
    background-position: 0 -200px;
    text-decoration: none;
}
/* inaczej dla IE6 */
#contact-form div {
    padding-bottom: 6px;
    overflow: hidden;
    clear: both;
}
#contact-form label {
    float: left;
    width: 100px;
    line-height: 25px;
    padding-right: 5px;
    text-align: right;
}
/* inaczej dla IE */
#contact-form input.contact-input {
    float: left;
    width: 140px;
    height: 15px;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #222;
    outline: none;
    line-height: 12px;
    background: #fff;
    border: solid 1px #949494;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* inaczej dla IE */
#contact-form input.contact-checkbox {
    float: left;
    margin: 2px 7px 0 0;
}
#contact-form .checkbox label {
    width: 250px;
    padding: 0;
    text-align: left;
    font-size: 10px;
    line-height: 11px;
    color: #666;
}
/* inaczej dla IE i IE6 */
#contact-button {
    float: left;
    margin: 5px 0 10px 105px;
    width: 80px;
    height: 28px;
    padding-bottom: 1px;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #fff 1px 1px 0;
    color: #222;
    background: #acacac url('/gfx/form-img.png') repeat-x 0 -300px;
    cursor: pointer;
    border: solid 1px #666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#contact-button:hover {
    background-color: #747474;
    background-position: 0 -350px
}
/* footer */

#footer {
    background: url('/gfx/footer-bg.png') repeat-x 0 0;
    color: #999;
}
#footer .row {
    padding: 25px 0;
}
#footer a {
    display: block;
    margin: 0;
    height: 29px;
    padding: 3px 0 0 44px;
    line-height: 14px;
    color: #999;
    background: url('/gfx/footer-img.png') no-repeat;
}
#footer a:hover {
    color: #999;
    text-decoration: none;
}
#footer a span {
    font-size: 11px;
    color: #333;
}
#footer a:hover span {
    color: #333;
    text-decoration: none;
}
#footer #footer-1 a {
    background-position: 0 0;
}
#footer #footer-2 a {
    background-position: 0 -40px;
}
#footer #footer-3 a {
    background-position: 0 -80px;
}
#footer #footer-4 a {
    background-position: 0 -120px;
}
