* {
    position: relative;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-size: 14px !important;
    font-family: tahoma !important;
}

body{
    background: url("./../images/mainBack.png");
    min-width: 1000px;
    overflow-y: scroll;
    overflow-x: hidden;
}

img{
    border: none;
}

table{
    font: inherit;
    color: inherit
}

h1{
    color: #e48e00;
    font-size:  23px;
    font-weight: normal;
    font-family: 'PT Sans Narrow'
}

h2{
    color: #777;
    text-transform: uppercase;
    font-size: 14px
}

p{
    margin: 20px 10px;
    line-height: 140%;
    text-align: justify
}

a{
    color: #e48e00;
    font-weight: bold;
}

#marqueecontainer{
    position: absolute;
    width: 127%; /*marquee width */
    height: 30px; /*marquee height */
    /*overflow: hidden;*/
    color: #999;
    font-size: 15px;
    z-index: 1000;
    white-space: nowrap;
    left: 0px;
    margin-left: 0px;
}

#marqueecontainer div{
    position: absolute;
    width: 98%;
    float: left;
    z-index: 1000;
}

marquee{
    float: left;
    display: inline;
    color: #999;
    font-size: 15px;
    z-index: 1000;
    white-space: nowrap;
}

/*#marquee{
    position: absolute;
    color: #999;
    font-size: 15px;
    z-index: 1000;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    top: 10px;
}

.mrq{
    float: left;
}*/
/********************** STYLE OGOLNE ***************/

.lfloat{
    float: left;
}

.rfloat{
    float: right;
}

.clear{
    clear: both;
}

.standardList{
    margin-left:40px;
    line-height: 170%;
}

.standardList ul {
    margin-left:40px;
}


/**************** MAIN ***************/

#wrapper {
    min-height: 100%;
    background: url("./../images/stripes/all.png") repeat-y;
    background-position: center;
    height: auto !important;
    /*height:100%;*/
    padding:0;
    margin: 0 auto -90px;
}

#push{
    height: 140px !important;

    /*margin-top: 50px;*/
}

/*#stripes{
    min-height: 100%;
    height: auto !important;
    height: 100px;
    margin: 0 auto -90px;
    background: url("./../images/stripesWrapperBack.png") repeat-y;
    background-position: center;
    position: absolute;
    z-index: 100;
}*/

#stripesUp{
    height: 100%;
    /*border: 1px solid #000;*/
    min-width: 148px;
    position: absolute;
    left: 50%;
    margin-left: -74px;
    overflow: hidden;
    display: none;
    /*visibility: hidden;*/
}

#stripesUp li{
    display: block;
    list-style-type: none;
    /*border: 1px solid #fff;*/
    min-width: 37px;
    float: left;
    height: 100%;
    overflow: hidden;
}

#stripUp1{
    background: url("./../images/stripes/1_1.png") repeat-y;
}

#stripUp2{
    background: url("./../images/stripes/2_1.png") repeat-y;
}

#stripUp3{
    background: url("./../images/stripes/3_1.png") repeat-y;
}

#stripUp4{
    background: url("./../images/stripes/4_1.png") repeat-y;
}

#stripesDown{
    height: 88px;
    /*border: 1px solid #000;*/
    min-width: 170px;
    position: absolute;
    left: 50%;
    margin-left: -85px;
    /*margin-top: -90px;*/
    z-index: 10;
}

#stripesDown li{
    display: block;
    list-style-type: none;
    /*border: 1px solid #fff;*/
    float: left;
    height: 88px;
}

#stripDown1{
    background: url("./../images/stripes/1_2.png") repeat-y;
    width: 61px;
}

#stripDown2{
    background: url("./../images/stripes/2_2.png") repeat-y;
    width: 41px;
    margin-left: -17px;
}

#stripDown3{
    background: url("./../images/stripes/3_2.png") repeat-y;
    width: 41px;
}

#stripDown4{
    background: url("./../images/stripes/4_2.png") repeat-y;
    width: 61px;
    margin-left: -17px;
}

#footer, #push{
    height: 90px;
}






/******* FOOTER **********/

#footer{
    background: url("./../images/footerBack.png");
    width:100%;
    color: #999;
    font-size: 11px;

}

#copyRights{
    margin: 60px 0 0 20px;
}

#english {
    width: 30px;
    height: 17px;
    background: url('./../images/uk.png');
    position: fixed;
    right: 25px;
    top: 28px;
    box-shadow: 0px 0px 15px #C2C2C2;
	opacity: 0.6;
}

#english:hover {
	opacity: 1;
}

#polish {
    width: 30px;
    height: 17px;
    background: url('./../images/pl.png');
    position: fixed;
    right: 62px;
    top: 28px;
    box-shadow: 0px 0px 15px #C2C2C2;
	opacity: 0.6;
}

#polish:hover {
	opacity: 1;
}

#copy{
    margin: 53px 20px 0 0;

}
#copy a{
    width: 289px;
    height: 30px;
    background: url('./../images/copy.png');
    display: inline-block;
    position:relative;
    top:-6px;
}

/********************* MAIN MENU **************************/

#mainMenu{
    width: 552px;
    position: relative;
    left: 50%;
    margin-left: -276px;
    height: 368px;
    top: 60px;
}

#subMenu{
    position: relative;
    /*    left: 50%;*/
    margin-top: -80px;
    margin-left: 14px;
    height: 60px;
}

.mainMenuSquare{
    width: 180px;
    height: 180px;
    margin:1px;
    border:1px solid #ffe66c;
    border-radius: 2px;
    opacity: 0.90;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 80px #a58107;
    display: block;
    text-decoration: none;
}

.subMenuSquare{
    width: 80px;
    height: 70px;
    margin:1px;
    border:1px solid #ffe66c;
    border-radius: 2px;
    opacity: 0.90;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 80px #a58107;
    display: block;
    text-decoration: none;
}

.mainMenuSquare:hover{
    color: #fff;
}

#mainMenuSquare_1{
    background: #f4bf1e;
}

#mainMenuSquare_2{
    background: #f7da40
}

#mainMenuSquare_3{
    background: #f5d127
}

#mainMenuSquare_4{
    background: #f6d127
}

#mainMenuSquare_5{
    background: #f49e08
}

#mainMenuSquare_6{
    background: #f6da40;
}

#subMenu1 , #subMenu2 {
    width: 260px;
}

#subMenu2{
    margin-left: 260px;
}

#logoSpace{
    width:260px;
    height:69px;
}

#subMenu1 , #subMenu2, #logoSpace {
    float: left;
}

#subMenuSquare_1{
    background: #f4bf1e;
}

#subMenuSquare_2{
    background: #f7da40;
}

#subMenuSquare_3{
    background: #f5d127;
}

#subMenuSquare_4{
    background: #f6d127;
}

#subMenuSquare_5{
    background: #f49e08;
}

#subMenuSquare_6{
    background: #f6da40;
}

.squareName{
    font-family:  'Yanone Kaffeesatz', sans-serif;
    font-size: 25px;
    color: #fffdbc;
    text-align:right;
    margin:15px 20px;
    text-shadow: -1px -1px 0px #CFB943;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight:normal;
}

.subSquareName{
    font-family:  'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
    color: #fffdbc;
    text-align:right;
    margin:6px 8px;
    text-shadow: -1px -1px 0px #CFB943;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight:normal;
}

.mainMenuSquare:hover div.squareNumb{
    display: none
}

.squareNumb{
    font-family:arial;
    font-size: 125px;
    position:absolute;
    top:80px;
    letter-spacing:-7px;
    font-weight:bold;
    color: #fff;
    opacity: 0.08;
    filter: alpha(opacity=8);
    text-shadow: -1px -1px 0 #000;
}

/********* LOGO **************/
#logo{
    top:24px;
    position: relative;
    left: 50%;
    height:69px;
    width: 230px;
    margin: 0 0 30px -116px;
    background: url("./../images/xerofaxLogo.png");
    z-index: 100;
}

#logo a{
    width:100%;
    height: 100%;
    display: block;
}


/************* BACK TO MENU ***********/
#backToMenu{
    width:140px;
    height:140px;
    border-radius: 30px;
    background: #fff !important;
    position: fixed;
    right: -60px;
    top: -60px;
    opacity: 0.4;
    -moz-transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
}

#backToMenu a{
    display:block;
    width: 64px;
    height: 64px;
    position: relative;
    top: 65px;
    left: 10px;
    background: url("./../images/homeIcon.png") no-repeat;
}

#backToMenu:hover{
    opacity: 0.96;
}
/**************** SUB PAGES *************/

#content{
    width: 800px;
    left: 50%;
    margin-left: -400px;
    position: relative;
}

#contentWrapper{
    top: 20px;
    padding: 15px 20px 20px 20px;
    background: #fafafa;
    border-radius: 6px;
    box-shadow: 0 0 30px #999;
    border: 1px solid #444;
    color: #444;
    overflow: visible;
    clear: both;
}

.header{
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}


/* BACK TO MENU */
.btm{
    position: absolute;
    right:-10px;
    top:-5px;
    z-index: 9;
}

.btmTip{
    position:absolute;
    font-size: 10px;
    padding:8px;
    background: #e48e00;
    border-radius: 10px;
    color: #fff;
    z-index: 10;
    display: none;
}

.subHeader{
    padding:3px 0;
}


/**************** PRICES LIST *********/

#pricesTypeList{
    position: fixed;
    z-index: 2;
    top: 40px
}

a.pricesTypeElement{
    margin: 3px 0;
    width:100%;
    height: 35px;
    border-radius: 4px;
    box-shadow: 0 0 3px #777;
    display:block;
    position: relative;
    border:1px solid;
    /*left: -255px;*/
}

a.pricesTypeElementNotActive{
    background: #fff;

    border-color:  #fff;
    opacity: 0.75; 
    filter: alpha(opacity=75);
    color: #777;
}

a.pricesTypeElementActive{
    /*left: -255px !important;*/
    background-color: #f6d127;
    border-color : #fff550;
    opacity: 0.95;
    font-weight: bold;
    color: #543e00;
}


a.pricesTypeElement span.number{
    position:absolute;
    font-weight: bold;
    font-family: arial;
    font-size: 14px;
    right:10px;
    top: 10px;
}

a.pricesTypeElement div.name{
    margin-top: 10px;
    margin-left: 40px;
}

/************ PRICE TABLE ************/


.priceTable{
    margin:10px 0 20px 0;
    width: 100%;
    font-size: 12px;
    font-family: tahoma;
    color: #666;
    border-collapse: collapse;
}

.priceTable td{
    padding: 8px;
    border-bottom: 1px dashed #ddd;
}

.priceTable thead td{
    background: #f6d127;
    color: #333;
    font-weight: bold;
    text-shadow: 1px 1px 0 #f4f470;
    border: 1px solid #e6c117 !important;
    height: 30px;
    padding: 2px;
}

.priceTable tbody tr td:first-child{
    font-weight:bold;
}

.priceTable tbody tr:nth-child(even) td{
    background: #f6f6f6;
}

/******* KONTAKT **********/
#contactMap{
    border: 1px solid #aaa;
    border-radius:5px;
}

#map{
    width: 400
    height: 350 
    border: 1px solid #aaa; 
}

#contactInfo{
    width: 320px;

}
#contactInfo table{
    border-collapse: collapse;
    width:100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

#contactInfo table td{
    padding: 10px;
}

#contactInfo table td{
    border-bottom: 1px dashed #ccc;
}

#contactInfo table tr.last td{
    border-bottom: none;
}

#contactInfo td.label{
    width:80px;
    text-align: right;
    border-right: 1px dashed #ccc;
    font-weight:bold;
}

/**** OFFER ******/
.offerListPart{
    margin: 0;
    padding: 5px;
    border-top: 1px dashed #fafafa
}

.offerListPart:hover{
    cursor: pointer;
    background: #f6f6f6;
    border-top-color: #ccc;
}





a:hover{
    cursor: pointer !important;
}



.spMenu {
    position: absolute !important;
    top: 50% !important;
    margin-top: -200px;
    z-index: 10;
}

#blackOut{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 3;
    margin-top: -100%;
    top: 30px;
    -webkit-transition: opacity 0.4s linear, top 0.1s linear;
}

#showHide{
    position: absolute;
    bottom: 0;
    width:100%;
    height:30px;
    background: #000;
    -webkit-transition: background 0.3s linear
}

#showHide:hover{
    background: #111;   
}

#blackOut.hidden:hover{
    opacity: 0.8;
    top: 35px;
    cursor: pointer;
}


/**************** SLIDE BARS *************/
.slideBarHeader{
    display: block;
    padding:8px;
    border:1px solid #ccc;
    border-radius: 4px;
    margin: 2px 0 2px 0;
    background-color: #ffffff;
}

.slideBarHeader:hover{
    cursor:pointer;
}

.slideBarContent{
    overflow: hidden;
    background-color: #ffffff;
    text-align: left;
}

.slideBarHeader.active{
    display: block;
    padding:8px;
    border:1px solid #ccc;
    border-radius: 4px;
    margin: 2px 0;
    cursor:pointer;
    text-align: center;
    background-color: #eee;
    border-color : #aaa;
    font-weight: bold;
}

.alignLeft{
    text-align: left;
}

#social{
    /*background-color: #fff;*/
    padding: 10px;
    width: 80px;
    height: 80px;
    position: fixed;
    overflow: hidden;
}

#bottom{

    height: 90px;
    width: 100%;
}

.field      { margin-top: 20px; text-align: center; }
.fieldname  { display: inline; font-weight: bold; font-size: 14px; }

.pdf        { text-decoration: none; margin-top: 1px; font-size: 10px; color: #666; }
.pdf img    { display: inline-block; float: left; margin-left: 10px; }
.pdf div    { display: inline-block; margin-top: 1px; float: left }