html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	height: 100%;
	width: 100%;
	background-color: #202020;
	color: White;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: White;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: White;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: White;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: White;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EE6720;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

p,td,table,dl,dt,dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.a1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #808080;
	font-style: normal;
	font-weight: bold;
	text-decoration: none
}

.a1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #808080;
	font-style: normal;
	font-weight: bold;
}

.a1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EE6720;
	font-style: normal;
	font-weight: bold;
}

.a2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-style: normal;
	font-weight: bold;
	text-decoration: none
}

.a2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-style: normal;
	font-weight: bold;
}

.a2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EE6720;
	font-style: normal;
	font-weight: bold;
}

.a4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-style: normal;
	font-weight: bold;
	text-decoration: none
}

.a4:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-style: normal;
	font-weight: bold;
}

.a4:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EE6720;
	font-style: normal;
	font-weight: bold;
}

.a3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	font-style: italic;
	font-weight: bold;
	text-decoration: none
}

.key {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}



ol {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal
}

ul {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal
}

li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
}

a.email {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
}

a.email:hover {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
}

#banner {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 201px;
    background-color: #000;
	
	
}

#topImg {
	left: 0px;
	width: 936px;
	}

#bannerInfo {
	display: block;
	text-align: center;
	background-color: #E1A669;
	width: 936px;
	height: 18px;
	z-index: 5;
}

#menu {
    position: absolute;
    top: 218px;
    left: 0px;
    bottom: 0px;
    width: 167px;
    border-right: solid 3px;
    background-color: #000;
    margin-left: 0px;
    overflow: auto;

}


#content {
    position: absolute;
    top: 218px;
    font-size: 12px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 726px;
    left: 170px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    overflow: auto;
}

#mainDiv {
    position: absolute;
    font-size: 12px;
    max-width: 936px;
    background-color: #000;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	
}

ul.menuList { /* list-style-image: url(images/box.gif); */
	margin-top: 30px;
	vertical-align: top;
}

/* produkty */
ul.menuList li {
	list-style-image: url(images/box.gif);
	margin-top: 15px;
	/* line-height: 100%; */
	vertical-align: top;
}

/*produkty -> kamien budowlany */
ul.menuList li li {
	list-style-image: none;
	list-style: none;
	margin-top: 10px;
	margin-left: -34px;
}

/*produkty -> kamien budowlany -> elewacyjny */
ul.menuList li li li {
	list-style-image: none;
	list-style: none;
	margin-top: 3px;
}

/*kwadracik do interry*/
ul.menuList li#menuElement31 {
	list-style-image: url(images/boxblue.gif);
}

#map {
	width: 650px;
	height: 526px;
	margin-left: auto;
	margin-right: auto;
}


/*Lightbox*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; top: 0px;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* położenie */
img{
	border: none;
}

.span_right {
	border-color: red;
	text-align: justify;
	clear: both;
	width: 680px;
}

.span_right img{
	float: left;
	display: block;
	margin-right: 40px;
	margin-bottom: 20px;
	text-indent: 2em;
}
.center_image{
	margin-left: 10%;
	}

.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	float: none;
	
}
.span_right div{
display: table-cell;
}

.span_bottom {
	
	text-align: justify;
	clear: both;
	border: 1px solid black;
	width: 680px;
}

.right {
	position: relative;
	display: table-cell;
	text-align: justify;
	float:left;
	padding: 5px;
	width: 330px;
}



.bottom {
	display: table-cell;
	text-align: justify;
	float:left;
	padding: 5px;
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.p_html {
	
	text-align: justify;
	float:left;
	border: 1px solid black;
	padding: 5px;
	width: 340px;
}

.p_html_span {
	
	text-align: justify;
	clear: both;
	border: 1px solid black;
	width: 680px;
}

/* Podswietlenie */
.selected_li >a {
	background-color: #302306;
	
}

/*In terra */
.interra {
	color: red;
}

