/*_____________________________________________
  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;}

/*_____________________________________________
  GLOBAL  */
html{background-color: #151515;}
sup {font-size: 80%; position: relative; bottom: .2em;}
/*_____________________________________________
  LAYOUT  */
html {text-align: center;}
#wrapper{width: 881px; text-align: left; margin: 0 auto 60px auto;}
#header{height: 110px; position: relative;}
#headerLogo{position: relative; left: 36px;}
#pageContent{
    width: 879px;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    background: #eaeae8;
}
#footer{
    height: 54px;
    background-image: url(img/footer.gif);
    position: relative;
}
#mainNav{width: 245px; float: left; padding: 10px 0 0 18px;}
#mainContent{width: 530px; float: right; padding: 10px 0px; margin-right: 60px; display: inline;}

/*_____________________________________________
  FONTS  */
html {font-family: 'Helvetica Neue', 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif; font-size: 14px; color: #1B1919;}
p {
    font-family: 'Helvetica Neue', 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    margin: 1em 0 1em 0;
    line-height: 17px;
    padding-left: 4px;
    text-indent: 15px;
}
h1 {
    border-bottom: 1px solid;
    font-size: 190%;
    font-weight: normal;
    margin: 0 0 20px;
    font-family: "Trajan Pro";
    font-size: 200%;
}
h2 {
    border-bottom: 1px solid;
    font-size: 130%;
    font-weight: normal;
    margin: 25px 0 15px;
}
h3 {
    font-size: 130%;
    font-weight: normal;
    margin: 1ex 0 15px;
}
h4 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 10px;
}
img{
    margin: 5px 10px;
    padding: 2px;
    border: solid 1px #888;
}

#mainContent ul {}
#mainContent ul li {list-style-type: disc; padding-bottom: 5px;}
#mainContent ul.light li {list-style-image: url(img/bullet.gif);}
#mainContent ol {list-style: decimal;}
#mainContent ol li {}
#mainContent ul, ol {margin:1em 0 1em 60px;}
#mainContent ul li, #mainContent ol li {line-height: 16px;}

a, a:link { color: #CE0A00;}
a:visited { color: #CF4740;}
a:hover { color: #EF593B;}

.fleft{float: left;}
.fright{float: right;}
/*_____________________________________________
  NAV  */
#mainNav a {
    background: url(img/menuitem_1.gif) no-repeat;
    display: block;
    height: 33px;
    color: #fefefe;
    text-decoration: none;
    font-size: 13px;
    line-height: 32px;
    padding-left: 35px;
}
#mainNav a:hover {background-image: url(img/menuitem_2.gif); text-decoration: underline;}
#mainNav a.active {background-image: url(img/menuitem_3.gif);}
#mainNav ul ul{margin: 3px 0 5px 20px; padding: 0; border-left: 1px solid #1B1919;}
#mainNav ul ul a{
    background: none;
    color: #1B1919;
    height: 20px;
    line-height: 19px;
    padding-left: 18px;
    position: relative;
    left: -4px;
}

#mainNav ul ul a:hover{
    background: url(img/menuitem_bullet2.gif) no-repeat left center;
    -text-decoration: underline;
}
#mainNav ul ul a.active{
    background: url(img/menuitem_bullet.gif) no-repeat left center;
    text-decoration: underline;
}

#topMenu{
    background-image: url(img/topmenu_middle.gif);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 410px;
}

    #topMenuCorner1{
        background-image: url(img/topmenu_left.gif);
        width: 11px;
        height: 48px;
        position: absolute;
    }

    #topMenuCorner2{
        background-image: url(img/topmenu_right.gif);
        width: 11px;
        height: 48px;
        position: absolute;
        right: 0;
    }

    #topMenu ul {
        position: relative;
        height: 29px;
        padding: 10px;
        overflow: hidden;
    }
        #topMenu ul li {
            float: left;
            list-style: none;
        }
            #topMenu ul li.back {

                background: url(img/lava.gif) no-repeat right -23px !important;
                width: 9px; height: 30px;
                z-index: 8;
                position: absolute;
                margin-top: 3px;
            }
                #topMenu ul li.back .left {
                    background: url(img/lava.gif) no-repeat top left !important;
                    height: 23px;
                    margin-right: 7px;
                }
            #topMenu ul li a {
                position: relative; overflow: hidden;
                text-decoration: none;
                font: bold 13px arial;
                letter-spacing: 1px !important;
                color: #fff; outline: none;
                text-align: center;
                height: 30px; top: 7px;
                z-index: 10; letter-spacing: 0;
                float: left; display: block;
                margin: auto 10px;
            }


/*_____________________________________________
  CLASSES  */

#topImg{position: relative; height: 10px; background-image: url(img/topimg_clean.gif);}

body#ab #topImg{height: 185px; background-image: url(img/topimg_dom_p1a.jpg);}
body#rp #topImg{height: 189px; background-image: url(img/topimg_rozdz_p1a.jpg);}
body#ap #topImg{height: 189px; background-image: url(img/topimg_przem_p1a.jpg);}
#topTopImg{
    width: 470px;
    height: 50px;
    position: absolute;
    right: 0;
    top: -50px;
    width: 470px;
    background-repeat: no-repeat;
}
body#ab #topImg #topTopImg{background-image: url(img/topimg_dom_p2a.jpg); background-position: 239px 24px;}
body#rp #topImg #topTopImg{background-image: url(img/topimg_rozdz_p2a.jpg); background-position: 215px 18px;}
body#ap #topImg #topTopImg{background-image: url(img/topimg_przem_p2a.jpg); background-position: 128px 35px;}
#topQuote1, #topQuote2, #topQuote3{
    color: #fefefe;
    font-family: arial;
    position: absolute;
}
#topQuote1, #topQuote2, #topQuote3{ display: none;}

body#ap #topQuote1{
    display: block;
    font-size: 16px;
    font-weight: bold;
    left: 96px;
    line-height: 24px;
    text-indent: -0.7%;
    top: 51px;
}
body#ab #topQuote2{
    display: block;
    left: 101px;
    top: 53px;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
}
body#rp #topQuote3{
    display: block;
    left: 101px;
    top: 55px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

#topImg img.zielona-oferta{
    position: absolute;
    left: -11px;
    top: -6px;
}


#btnBoxes{padding: 41px 0 0 35px; height: 414px;}
#btnBoxes a{float: left; width: 266px; margin-right: 7px; height: 366px; position: relative;}
#btnBox3 {background: url(img/rozdzielnice.jpg) no-repeat -4px -3px;}
#btnBoxes a#btnBox3:hover {background-position: -274px -3px;}

#btnBox2 {background: url(img/instalacje.jpg) no-repeat -4px -3px;}
#btnBoxes a#btnBox2:hover {background-position: -273px -4px;}

#btnBox1 {background: url(img/btnbox-abud.png);}
#btnBoxes a:hover{background-position: right}
#btnBoxes a span{
    color: #fefefe;
    font-family: arial;
    font-size: 18px;
    left: 25px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 23px;
}
#btnBoxes a{text-decoration: none;}

/*_____________________________________________
  OTHER  */
.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
html{overflow:-moz-scrollbars-vertical;}
textarea{overflow:auto;}


.galeria, .imagegallery{
    text-align: center;
    margin: 0 !important;
    width: 530px;
}
.galeria img, .imagegallery img{
    margin: 2px;
    border: 1px solid #555555;
    padding: 1px;
}
.galeria img:hover, .imagegallery img:hover{ border: 2px solid #555555; padding: 0;}
ul.galeria li, ul.imagegallery li{
    display: inline;
    list-style: none;
}
img#lightbox-image{
    border: 0;
    margin: 0;
    padding: 0;
}

#zestawy h3{
    position: relative;
    padding: 6px !important
}
#zestawy h3 span{
    position: absolute;
    right: 4px;
}

#zestawy .ikonki{
    text-align: center;
}

.smallprint p{
    font-size: 80%;
    line-height: 1.3em;
}

img.textimage{
    float: right;
    padding: 5px;
}

#integracja h3, #zestawy h3{
    margin: 2px;
    padding: 3px;
    background: #2A5CA3;
    background: #0062A1;
    color: white;
    border: solid 1px #0B3D84;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

#integracja h3:hover, #zestawy h3:hover{
    background: #A8C4EC;
    color: #0B3D84;
    cursor: pointer;
}

#integracja h3 img, #zestawy h3 img{
    border: solid 1px #EAEAE8;
    border: solid 1px #0B3D84;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #EAEAE8;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    padding: 1px;
}

#integracja .acc_content, #zestawy .acc_content{
    padding: 10px 10px;
    margin: 0 20px;
    border-left: solid 1px #0B3D84;
    display: none;
}

#integracja .acc_content p {
    font-size: 80%;
    line-height: 1.3em;
}

#contactform{position: relative; margin-top: 10px;}
#contactform input[type=text].tagged, #contactform textarea.tagged{color: #666;}
#k_left {width: 60px; }
#k_left input[type=text]{padding: 2px; margin: 3px 0;}
#k_tresc {width: 325px; height: 90px; font-family: inherit; font-size: 100%; position: absolute; right: 0; top: 0;}
#contactform input[type=submit]{
    float: right;
}

img.intext_right{
    float: right;
    margin: 1px 0 2px 15px;
    padding: 2px;
    border: solid 1px #888;
}


/* = == === scrollable ====================================================================================================================================================== == = */

div.scrollable {
	float:left;
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(img/scrollable-left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;
}

a.disabled {
	visibility:hidden !important;
}

a.next, a.nextPage {
	background-image:url(img/scrollable-right.png);
	clear:right;
}



/*********** navigator ***********/

div.navi {
	margin-left:190px;
	width:200px;
	height:20px;
}

div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/scrollable-nav.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

div.navi a:hover {
	background-position:0 -8px;
}

div.navi a.active {
	background-position:0 -16px;
}


/* ----------------------------- */

      div.scrollable {
          position:relative;
          overflow:hidden;
          width: 380px;
          height:380px;
      }

      .thumbs {
          position:absolute;
          width:20000em;
          clear:both;
          /*border:1px solid #222;*/
      }

      a.prev, a.next {
          margin-top:97px;
      }

      .thumbs div {
          float:left;
          /*background-color:#fff;*/
      }

    .thumbs p.podpis {
        -moz-opacity: .50;
        filter: alpha(opacity=50);
        opacity: .50;
    }

.slide{
    position: relative;
    text-align:center;
    vertical-align:middle;
    /*line-height: 378px;*/
    display: table-cell;
    /*line-height: 70px;*/
    width:380px;
    height:380px;
}

.slide .more {
    font-size: 10px;
    line-height: 1.2em;
    background: #000000;
    bottom: 0;
    color:#FFFFFF;
    left:0;
    -moz-opacity:.70; filter:alpha(opacity=70); opacity:.70;
    padding: 10px;
    position: absolute;
    width: 360px;
}

.slide img{
    max-height: 378px;
    max-width: 378px;
    vertical-align: middle;
	/*margin-top: expression(( 380 - this.height ) / 2);*/
	}

html>body .slide img {    /*hidden from IE 5-6 */
	margin-top: 0; /* to clean up, just in case IE later supports valign! */
	vertical-align: middle;
	}

#zestawy .hover{
    background: none;

}
#gallery_edit_widget ul{
    width: auto;
}
#gallery_edit_widget .buttongroup{
    height: 30px;
    margin: 10px auto 52px;
}
#mainContent #gallery_edit_widget .filter{
    top: -35px;
}

#mainContent ul#lista_partnerow{
    padding: 0;
    margin: 0;
}
#mainContent ul#lista_partnerow li{
    list-style: none;
    position: relative;
    margin: 15px 0;
    padding: 0;
}
#mainContent #lista_partnerow img{border: 0;}
#mainContent #lista_partnerow p.title{margin: 5px 10px; font-size: 120%; font-weight: bold;}
#mainContent #lista_partnerow div.desc{float: right; width: 306px;}


/**** FOOTER ********/
.f_linki{
    position: absolute;
    width: 396px;
    margin: 23px 242px;
    color: #CF4740;
}
.f_linki a{text-decoration: none; padding: 5px;}
.f_copyright{
    color: #666;
    position: absolute;
    top: 44px;
    right: 45px;
    font-size: 10px;
}
#studio_avatar{
    float: right;
    margin: 17px 45px;
    color: #777;
    font-size: 12px;
}
#studio_avatar img{border: 0; padding: 0; margin: 0;}
#studio_avatar a{ text-decoration: none; color: #8F1711;}