html{
}
body
{
	background: #ececec;
	text-align:center; margin: 0px; padding: 0px;
	font:normal 12px/18px  Arial, Tahoma, sans-serif; color: #6a6a6a;
	cursor: default;
}
#minfo{
	width: 920px;; padding: 10px 8px; text-align: left;
	border: 1px solid #e25c1a;
	background-color: #fff;
	margin: 20px 0 0 20px;
	z-index:120;
	-moz-border-radius: 4px;    -webkit-border-radius: 4px;    -khtml-border-radius: 4px;    border-radius: 4px;
	 color:#e25c1a; font-weight: bold;
}
a{color:#fb882b; text-decoration: none; border: none;}

a:hover{text-decoration: underline;}
a:hover.nostyle{text-decoration: none}
img{border:none;}

table td{vertical-align: top;}

.clear{clear: both; border: none; background: transparent; padding: 0px; margin: 0px;}

h1,h2,h3,h4,h5{
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	color:#333;
	margin: 0px 0px;
	text-align: left;
}

h1{font-size: 32px; line-height: 34px; text-transform: uppercase;}
h2{font-size: 24px; line-height: 26px; text-transform: uppercase;}
h3{font-size: 20px; line-height: 28px; margin-bottom: 10px; color:#df6400;}
h4{font-weight:bold; font-size: 16px; line-height: 19px; padding-bottom: 0px;}
h1 a, h2 a, h3 a, a h1, a h2, a h3{color: #b13a1c;}

.img-left{
	float: left; margin-right: 20px; margin-bottom: 20px; border: 0px solid #988665;	
}


.div-img-left{
	width: 156px; height: 108px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #321100;
	border: 0px solid #fff;
	float: left; 
	margin-left: 10px; margin-right: 20px; margin-bottom: 10px;
	padding: 1px;
	-moz-box-shadow: 0px 1px 5px #555;
 	-webkit-box-shadow: 0px 1px 5px #555;
 	box-shadow: 0px 1px 5px #555;
}
.div-img-gal-left{
	width: 152px; height: 152px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 2px solid #fff;
	float: left; 
	margin-left: 10px; margin-right: 35px; margin-bottom: 30px;
	padding: 1px;
	-moz-box-shadow: 0px 1px 5px #555;
 	-webkit-box-shadow: 0px 1px 5px #555;
 	box-shadow: 0px 1px 5px #555;
}
.hline{
	height: 2px;
	background: url(../gfx/hline.png) 0 0 repeat-x;
	max-width: 920px;
	margin: 20px auto;
}
.hline2{
	height: 2px;
	background: url(../gfx/hline2.png) 0 0 repeat-x;
	max-width: 920px;
	margin: 0px auto;
	padding: 0px;
}
.more1{
	padding-right: 10px;
	background: url(../gfx/more1.png) 100% 50% no-repeat;
}
.tab td{padding: 4px;}

/* ======================== lang menu ========================== */
#menu-box-lang{
	width: 200px; height: 26px;

	position: absolute;
	top:0px; right: 20px;
}
#menu-box-lang a{
	width: 16px; height: 11px;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: right;
	border:7px solid #b13a1c;
	margin-right: 0px;
	margin-top: 0px;
}
/* ======================== top 0 ========================== */
#top0{
	width: 100%; min-width: 978px;
	position:  relative;
	z-index:2;
	background: url(../gfx/top-back.png) 0 0 repeat-x;
}
#top0-box{
	width: 978px;
	margin: 0px auto;
	height: 113px;
	position: relative;
	border: 0px solid #000;
}
#logo{
	width: 139px;
	height: 139px;	
	position: absolute; top: 25px; left: 50px;
	border: 0px solid #fff;
}

/* ====================  menu top ========================= */
#menu-box-ul{
	list-style:none;
	display: block;
	margin:0px;
	height:37px;
	padding: 0px 0px 0px 2px;
	border: 0px solid #000;
	text-align: left;
	position: absolute;
	width: 700px;
	background: url(../gfx/menu-break.png) 0px 50% no-repeat;
	top: 47px; right: 0px;		
}
#menu-box-ul li {
	display: inline;
	float: left;
	display:block;
	text-align:left;
	margin:auto;
	margin:0px;
	padding-right: 2px;
	position: relative;
	height:37px;
	border: 0px solid #000;
	background: url(../gfx/menu-break.png) 100% 50% no-repeat;
}
#menu-box-ul li a {
	color: #333;
	outline:0;
	padding: 10px 10px 20px 10px;
	position: relative;
	text-decoration:none;
	font:bold 13px/37px    Tahoma, Arial, sans-serif;
	margin:0px;
	text-shadow: 0px 1px 1px #15a66a;
	text-transform: uppercase;
}
#menu-box-ul li a:hover {
	text-decoration:none;
	color: #fff;
	text-shadow: 0px 1px 1px #0a4c2f;
}

#menu-box-ul li a.select{
	color: #ffffff;
	text-shadow: 0px 1px 1px #0a4c2f;
	background: url(../gfx/menu-sel.png) 50% 100% no-repeat;
}
/* ======================  main =========================== */
#main{
	width: 100%; min-width: 978px; 
	z-index:2;
	position:  relative;
	background: url(../gfx/top-back.png) 0 -113px repeat-x;
	
}
#main-bottom{
	width: 100%; min-width: 978px; 
	z-index:0;
	position:  relative;
	background: url(../gfx/bottom-back0.png) 0 100% repeat-x;
}

#main-box{
	width: 978px;
	min-height: 700px;
	margin: 0px auto 0px auto;
	position: relative;
	text-align:left;
	background: none;
	padding-bottom: 32px;
}

/* ========================  bottom ========================== */
#bottom{
	width: 100%; min-width: 978px;
	position:  relative;
	z-index:0;
	background: #b13a1c url(../gfx/bottom-back.png) 0 -10px repeat;
}
#bottom-box{
	width: 978px;
	margin: 0px auto;
	min-height: 60px;
	position: relative;
	border: 0px solid #000;
	font-size: 11px;
	color:#752613;
	padding: 10px 0 5px 0;
	text-align: left;
}
#bottom-box img{
	margin-left: 20px;
	margin-right: 20px;
}
#bottom-box .copyright{
	width: 180px;
	height: 30px;
	float: right;
	border: 0px solid #000;
	margin-top: 10px;
}
/* ======================  left =========================== */
#left{
	width: 660px;
	float: left;
	margin: 22px 0 0 20px;
	position: relative;
	text-align: left;
	border: 0px solid #000;
}
#left ul{
	margin: auto;
	padding: auto;
}
#left h1, #left h2 , #main-box h2{
	padding-left: 20px;
	background: url(../gfx/vline.png) 0 0 repeat-y;
}
#left h1{
	padding-top: 10px; padding-bottom: 10px;
	margin-bottom: 10px; margin-top: 10px;
}
#main-box h2{
	padding-top: 6px; padding-bottom: 6px;
	margin-bottom: 15px; margin-top: 10px;
}
#left h1 p{

	font:normal 12px/18px  Arial, Tahoma, sans-serif; color: #000;
	text-transform: none;
}
/* ======================  right =========================== */
#right{
	width: 260px;
	float: right;
	margin: 42px 20px 0 0;
	text-align: left;
	border: 0px solid #000;
}
#right h2{
	background: none;
	margin: 0px 0px 0px 25px; padding:  20px 0px 0px 0px;
}
#right .mod1{
	-moz-border-radius: 9px;    -webkit-border-radius: 9px;    -khtml-border-radius: 9px;    border-radius: 9px;
	margin-top: 10px;
	border-bottom: 1px solid #fff;
	background: #d6d6d6 url(../gfx/hline3.png) 50% 0 no-repeat;
}

#right .mod1 h2{color:#333;}
#right .mod2{
	background: #a9a9a9 url(../gfx/hline4.png) 50% 0 no-repeat;
	-moz-border-radius: 9px;    -webkit-border-radius: 9px;    -khtml-border-radius: 9px;    border-radius: 9px;
	margin-top: 10px; padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
#right .mod2 div.txt{
	padding: 10px 20px 10px 20px;
}
#right .mod2 a{
	color:#333;
}
.prospekt{
	-moz-border-radius: 9px;    -webkit-border-radius: 9px;    -khtml-border-radius: 9px;    border-radius: 9px;
	height: 100px;
	background-color: #fb882b;
	background-image: url(../gfx/prospekt-informacyjny.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* ======================  right menu =========================== */
#right .menu{
	margin-top: 12px;
	padding:10px 0px 20px 0px;
	background: url(../gfx/hline3.png) 50% 0 no-repeat;
}
#right .menu ul{
	width: 260px;
	list-style:none;
	display: block;
	margin:0px 0px; padding: 0px;
}
#right .menu ul li{
	padding-top: 2px;
}
#right .menu ul li:first-child{
}
#right .menu ul li a, #right .menu ul li span{
	width: 210px;
	display: block;
	font-size: 13px; color:#333;
	padding: 3px 15px 3px 30px;
	background: url(../gfx/ico1.png) 15px 50% no-repeat;
}
#right .menu ul li a:hover{
	text-decoration:underline;
}
#right .menu ul li a.select{
	color:#df6400;
}

#right .menu ul li ul{
		border: none;
		margin: 5px auto 5px auto;
}
#right .menu ul li ul li{
	background: url(../gfx/ico2.png) 18px 50% repeat-y;
	padding-top: 0px;
	
}
#right .menu ul li ul li:first-child{
}
#right .menu ul li ul li a, #right .menu ul li ul li span{
	width: 200px;
	padding: 3px 15px 3px 35px;
	background: none;
}
#right .menu ul li ul li a:hover{
	text-decoration:underline;
}
#right .menu ul li ul li  a.select{
	color:#df6400;
}
/* ======================  home =========================== */

.mod50{
	width: 460px;
	height: 190px;
	margin-left: 20px;
	float: left;
	border: 0px solid #000;
}
.mod50 .txt{
	width: 240px;
	height: 90px; overflow-y: hidden;
}

.mod30{
	width: 303px;
	height: 179px;
	margin:  10px 10px 10px 20px;
	float: left;
	border: 0px solid #000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-moz-border-radius: 9px;    -webkit-border-radius: 9px;    -khtml-border-radius: 9px;    border-radius: 9px;
	border-bottom: 1px solid #fff;
}
.mod-kon-1{
	width: 260px;
	float:right;
	margin-right: 20px;
}
.mod-kon-1 div{
	margin-left: 25px;
}
/*======================== file galeria ==============*/
.txt-gal{
	padding: 20px 20px 10px 20px;
}
.txt-file{
	padding: 10px 20px 10px 20px;
	text-align: left;
}
.txt-file .file-a a{
	background: url(../gfx/icons/file.png) 0px 3px no-repeat;
	line-height: 200%;
	min-height: 36px; 
	margin: 1px 10px;
	padding: 3px 90px 3px 45px;
	display: block;
}
.txt-file .file-a a:hover{
}

.txt-file .file-a a[href$=".doc"] {
   background-image: url(../gfx/icons/doc.png);
}
.txt-file .file-a a[href$=".xdoc"] {
   background-image: url(../gfx/icons/doc.png);
}
.txt-file .file-a a[href$=".gif"] {
   background-image: url(../gfx/icons/gif.png);
}
.txt-file .file-a a[href$=".jpg"] {
   background-image: url(../gfx/icons/jpg.png);
}
.txt-file .file-a a[href$=".pdf"] {
   background-image: url(../gfx/icons/pdf.png);
}
.txt-file .file-a a[href$=".rar"] {
   background-image: url(../gfx/icons/rar.png);
}
.txt-file .file-a a[href$=".txt"] {
   background-image: url(../gfx/icons/txt.png);
}
.txt-file .file-a a[href$=".zip"] {
   background-image: url(../gfx/icons/zip.png);
}
.txt-file .file-a a[href$=".dwg"] {
   background-image: url(../gfx/icons/dwg.png);
}
/* Showcase
-------------*/
.ban-sh{
	height: 18px;
	background: url(../gfx/baner-bottom.png) 50% 0 no-repeat;
	position: absolute;
	top:285px;
	width: 978px;
}

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	width: 978px;
	height: 303px; /* Same as showcase javascript option */
	overflow: hidden;
	position: absolute;
	left:0px;
	top: 0px;
}

/* Container when content is shown as one page */
.showcase-onepage
{
		position: absolute;
	left:0px;
	top: 0px;
	/**/
}

/* Container when content is shown in slider */
.showcase a{text-decoration: none;}
.showcase
{
	position: relative;
	margin: auto;
	left:0px;
	top: 20px;
}
div {border:0px solid #000;}
	.showcase-content-container
	{
		background-color: transparent;

	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url(../gfx/slide-arrows.png);
		width: 52px;
		height: 52px;
		top: 220px;
		cursor: pointer;
		z-index:999;
	}
	
	.showcase-arrow-previous
	{
		right: 90px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px 0px;
	}
	
	.showcase-arrow-next
	{
		right: 30px;
		background-position: -52px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -52px 0px;
	}
	
	/* Content */
	.showcase-slide{
		position: relative;
		
		
	}
	.showcase-content 
	{
		width: 978px;
			height: 303px;
		text-align: left;
		position: relative;
		left:0px;
	top: 0px;
		
	}
	.showcase-content a{
		width: 942px;
			height: 285px;
			display: block;
			z-index:11;
			position: relative;
	}
		.showcase-content-image{
			width: 942px;
			height: 285px;
			position: absolute;
			top:0px; left:18px;
			background-position: 0 0;
			background-repeat: no-repeat;	
			z-index:100;
		}

		.showcase-content-text{
			width: 540px; height: 285px;
			text-align: left;
			position: absolute;
			top:0px; left:0px;
			padding: 0px 0px;
			z-index:101;
		}
		.showcase-content-text h6{
			color: #efefef; text-shadow: 0px -1px 1px #000;
			margin-top: 0px; margin-bottom: 10px;
			font-size: 45px;
			line-height: 50px;
			font-weight: bold;
			position: absolute;
			width:600px;height: 100px;
			top:20px; left:40px;
			background: transparent;;
		}
		.showcase-content-text p{padding: 0px 40px 0px 40px;}

		.showcase-caption
		{
			width: 440px; height: 120px;
			text-align: left;
			position: absolute;
			top:147px; left:0px;
			padding: 0px 0px;
			overflow-y: hidden;
			z-index:101;
			background-color:#000;
		}
		.showcase-caption p{
			padding-top: 0px; margin-top: 5px;
		}
				
		.showcase-content-wrapper
		{
			text-align: center;
			height: 100px;
			width: 950px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('http://presto-kominy.pl/images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(http://presto-kominy.pl/images/white-opacity-80.png);
		}
		
		/* Styling the caption */

	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
		display: none;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 120px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(http://presto-kominy.pl/images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(http://presto-kominy.pl/images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
div.mytips{
	background-color: #333;
	-moz-border-radius: 9px;    -webkit-border-radius: 9px;    -khtml-border-radius: 9px;    border-radius: 9px;
	color:#fff;	
	font-size: 12px;
	line-height: 130%;
	padding: 8px 12px 12px 12px;
}
.facebook{
	float:right;
	top:50%; right:0px;
	position: fixed;
	z-index:10;
}