body {
	color:#555555;
	margin:0;
	font: 16px/20px Helvetica, Arial,Verdana,Helvetica,sans-serif;
	background: #ebebec url(../imag/bg-body.jpg) top repeat-x scroll;
}

a {
	color:#393939;
	outline: none;
    -moz-outline-style: none;
}

a:hover {
	color: #d90019;
}

a.pasek {
color: #eee;
}

a.pasek:hover {
	color: #FFD616;
}

button.button, .button {
	float: left;
	text-decoration: none;
	font-size: 12px;
	color: #6e6e6e!important;
	padding: 4px 20px;
	margin-top:15px;
	background: #ededed;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 14%,
		#ededed);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.14, #ffffff),
		to(#ededed));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #bfbfbf;
	-moz-box-shadow:
		0px 2px 0px rgba(000,000,000,0.1),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 2px 0px rgba(000,000,000,0.1),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.button:hover, .button:hover {
	color: #f1f1f1!important;
	background:#d10019;
	background: -moz-linear-gradient(
		top,
		#a9071b 0%,
		#a9071b 14%,
		#d10019);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#a9071b),
		color-stop(0.14, #a9071b),
		to(#d10019));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #a9071b;
	-moz-box-shadow:
		0px 2px 0px rgba(000,000,000,0.0),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 2px 0px rgba(000,000,000,0.0),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.0),
		0px 1px 0px rgba(255,255,255,0.3);
}	

.hr {
	background: none repeat scroll 0 0 #bebebe;
	height: 1px;
	position: relative;
	margin: 0 0 10px 0;
	width: 100%;
}

.hr:after, .hr .after {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: -1px;
	content: " ";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

img {
	border: none;
	margin-bottom: 20px;
	}
	
#logo  {
	width:1000px;
	margin: 0;
	*margin: 0;
}
	
#header {
	height: 300px;
	margin-bottom: 60px;
}

#header-container {
	width:960px;
	margin:0 auto;
	padding:0;
	background:url(../imag/bg-header.png) top right no-repeat;
}

#header img {
	float:left;
	margin:0 0px 0 0;
}

#header ul {
	margin:165px 0 0 0;
	padding:0px;
	float:left;
}

#header li {
	float:left;
	display:block;
	list-style:none;
	font-family: 'Doppio One', sans-serif;
}

#header li a {
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	padding:0 40px 0 12px;
	outline: none;
    -moz-outline-style: none;
	font-size: 23px;
	text-transform:uppercase;
}

#header li a:hover, #header li a.active {
	border:none;
	background: url(../imag/bg-menu-hover.png) top right;
	padding: 18px 40px 16px 12px;
	margin-top: -15px;
}

#container {
	width:960px;
	margin:0 auto 20px auto;
	min-height: 500px;
	height: auto!important;
	height: 500px;
}

#container_top {
	height: 230px;
	width: 940px;
	padding: 78px 0 0 70px;
}

#container_bottom {
	height: 45px!important;
	margin: 0 0 -4px 0;
}

#content {
	width:960px;
	margin:0 auto;
}

p.opis_dzialu {padding:0 0 0 190px;}

.lewa {
	float:left;
	width:310px;
	margin:0;
}

.prawa {
	float:right;
	width:220px;
	margin:0 0 0 30px;
	padding:15px 15px 25px 15px;
}

.box {
	background-color:#9c9d9f;
	background-color:rgb(156,157,159); /* dla IE */
	border-radius: 6px;
	background-image:url(../imag/bg-box.png);
	background-repeat:no-repeat;
	-webkit-box-shadow: 0px 5px 0px #d8d7d7, 0px -5px #8d8e90;
	-moz-box-shadow: 0px 5px 0px #d8d7d7, 0px -5px #8d8e90;
	box-shadow: 0px 5px 0px #d8d7d7, inset 0px -5px #8d8e90;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1,MakeShadow=true,ShadowOpacity=0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1,MakeShadow=true,ShadowOpacity=0.9)";
	zoom: 1;
}

.kontakt, .oferta {
	width:680px;
	margin:0;
	padding:0;
}

/*** ZAMOWIENIE SCHEMAT ***/
.zamowienie {
	background: url(../imag/zamowienie-schemat.png) 0 0 no-repeat;
	height:500px;
}

.zamowienie_schemat {
    height: 100px;
    position: absolute;
    text-decoration: none;
    top: 300px;
    width: 100px;
}	

a#z-zamowienie {
	left: 20px;
	top: 240px;
	position: absolute;
	background: url(../imag/z-zapytanie.png) 0 0 no-repeat;
	width:78px;
	height:64px;
}

a#z-zamowienie:hover {
	left: 20px;
	top: 240px;
	position: absolute;
	background: url(../imag/z-zapytanie-hover.png) 0 0 no-repeat;
}

a#z-ustalenie-szczegolow {
	left: 220px;
	top: 240px;
	position: absolute;
	background: url(../imag/z-ustalenie-szczegolow.png) 0 0 no-repeat;
	width:93px;
	height:91px;
}

a#z-ustalenie-szczegolow:hover {
	left: 220px;
	top: 240px;
	position: absolute;
	background: url(../imag/z-ustalenie-szczegolow-hover.png) 0 0 no-repeat;
}

a#z-dostawa-plakatow {
	left: 20px;
	top: 350px;
	position: absolute;
	background: url(../imag/z-dostawa-plakatow.png) 0 0 no-repeat;
	width:130px;
	height:70px;
}

a#z-dostawa-plakatow:hover {
	left: 20px;
	top: 350px;
	position: absolute;
	background: url(../imag/z-dostawa-plakatow-hover.png) 0 0 no-repeat;
}

a#z-listwowanie-plakatow {
	left: 215px;
	top: 410px;
	position: absolute;
	background: url(../imag/z-listwowanie-plakatow.png) 0 0 no-repeat;
	width:130px;
	height:70px;
}

a#z-listwowanie-plakatow:hover {
	left: 215px;
	top: 410px;
	position: absolute;
	background: url(../imag/z-listwowanie-plakatow-hover.png) 0 0 no-repeat;
}

a#z-wysylka {
	left: 30px;
	top: 500px;
	position: absolute;
	background: url(../imag/z-wysylka.png) 0 0 no-repeat;
	width:89px;
	height:70px;
}

a#z-wysylka:hover {
	left: 30px;
	top: 500px;
	position: absolute;
	background: url(../imag/z-wysylka-hover.png) 0 0 no-repeat;
}

a#z-platnosc {
	left: 208px;
	top: 570px;
	position: absolute;
	background: url(../imag/z-platnosc.png) 0 0 no-repeat;
	width:89px;
	height:70px;
}

a#z-platnosc:hover {
	left: 208px;
	top: 570px;
	position: absolute;
	background: url(../imag/z-platnosc-hover.png) 0 0 no-repeat;
}





.mini {
	float: left;
	margin: 0 6px 10px 0;
	width: 148px;
	text-align: center;
	}
	
.m a img {
	margin: 0 0 4px 0;
}

.srodek {
	margin:15px 270px 0 330px;
	
}

.szeroki {
	margin: 0 0 0 290px;
	}

.kontent {
	width:940px;
	margin: 0;
	display: table;
}

.kontent a img {
	-moz-box-shadow: 0px 3px 0px #d6d6d6;
	-webkit-box-shadow: 0px 3px 0px #d6d6d6;
	box-shadow: 0px 3px 0px #d6d6d6;
	}
	
.kontent a:hover img {
	-moz-box-shadow: 0px 5px 0px #E3051B;
	-webkit-box-shadow: 0px 5px 0px #E3051B;
	box-shadow: 0px 5px 0px #E3051B;
	}
	
.kontent li {
	list-style-type: circle;
}

.galeria img {
	float: none;
	display: block;
}	

.galeria li {
    /*display: -moz-inline-stack; dla FF2*/
	display: inline-block;
	font-size: 11px;
	list-style-type: none;
	width:200px;
	margin: 5px;
	vertical-align: middle;
	zoom: 1; /* dla IE :/ */
    *display: inline; /* dla IE :/ */
	*margin: 0px; /* dla IE :/ */
}

ol {
	padding: 0 0 0 225px;
	*padding: 0 0 0 200px;
}

.clear {
	clear:both;
}

h1 {
	font-size:32px;
	color:#3e3d40;
	font-weight: normal;
	line-height: 30px;
	min-height: 40px;
	height: auto!important;
	height: 40px;
	font-family: 'Doppio One', sans-serif;
	text-transform:uppercase;
	background: url(../imag/bg-h1.gif) 0 35px  no-repeat;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size:19px;
	color:#393939;
	font-family: 'Doppio One', sans-serif;
	font-weight: normal;
	line-height: 23px;
	margin: 15px 0 10px 0;
}

.prawa h2, .prawa h2 a {
	color: #f1f1f1;
	padding-right: 60px;
	text-align:left!important;
	font-weight: normal;
	}
	
.prawa h2 a {
	padding-right: 0!important;
	}
	
.prawa p {
	font-size: 13px;
	line-height:15px;
	color:#f8f8f8;
	text-align:left;
}

.prawa a {
	font-weight: bold;
	color: #f8f8f8;
	}
	
.prawa a:hover {
	color: #d90019;
	text-decoration:none;
}

h2 a {
	color:#393939;
	text-decoration: underline;
}

h3 {
	font-family: 'Doppio One', sans-serif;
	font-size:16px;
	font-weight: normal;
	margin: 42px 0 15px 0;
	color: #f1f1f1;
}

p {
	padding:0;
	text-align:justify;
	margin: 0;
	}

sup {font-size: 8px;}

input, textarea, select { 
	padding: 8px;
	margin: 3px 0;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: 13px/20px Helvetica, Arial,Verdana,Helvetica,sans-serif;
	color: #9d9d9d;
	width: 290px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	border: 1px solid #bfbfbf;
	-moz-box-shadow:
		0px 2px 0px rgba(000,000,000,0.1),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 2px 0px rgba(000,000,000,0.1),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.3);
	}

select {
	width:308px!important;
	}

textarea { 
	width: 290px;
	max-width: 300px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover, select:hover,
input:focus, textarea:focus, select:focus { 
		border: 1px solid #a9071b;
	-moz-box-shadow:
		0px 2px 0px rgba(000,000,000,0.0),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 2px 0px rgba(000,000,000,0.0),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.0),
		0px 1px 0px rgba(255,255,255,0.3);
		color:#393939;
	}

.form label {
	margin-left: 10px;
	color: #999999;
	font-size: 13px;
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

/*****GOOGLE MAPS*****/

#mapka {
	width: 570px;
	height: 550px;
	border-left: 2px solid #908F84;
	border-top: 2px solid #908F84;
	border-bottom: 2px solid #F7F6F0;
	border-right: 2px solid #F7F6F0;
	background: gray;
	margin: 250px 0 0 0;
}

/*****TABELKI*****/
#tabelka, #tabelka_cennik {
	border: 1px solid #fff;
	border-collapse: collapse;
	background-color: #9C9D9F;
	width: 680px;
}  

#tabelka td {
   border: 1px solid #EBEBEC;
   padding: 3px;
   color: #F8F8F8;
   padding-left: 20px;
   text-align: center;
}

#tabelka_cennik td {
   border: 1px solid #fff;
   padding: 3px;
   text-align: center;
   width: 154px;
   color: #f1f1f1;
}

tr.naglowek {
   background-color: #3E3D40;
   vertical-align: top;
   font-weight: bold;
   }
   
tr.small {
	font-size: 0.8em;
	}

/*****STOPKA*****/
#footer {
	clear:both;
	/*height: 204px;*/
	background: #202022 url(../imag/bg-footer.gif) repeat-x;
	color:#9c9d9f;
}

#footer ul {
	margin:0;
	padding:0px;
	float:left;
}

#footer li {
	float:left;
	display:block;
	list-style:none;
	font-family: 'Doppio One', sans-serif;
}

#footer li a {
	display:block;
	text-align:center;
	color:#9c9d9f;
	text-decoration:none;
	padding:0 20px 0 0;
	outline: none;
    -moz-outline-style: none;
	font-size: 16px;
	text-transform:uppercase;
}

#footer li a:hover, #footer li a.active {
	border:none;
	color:#d10019;
	
}

#footer-content {
	width: 960px;
	margin: 0 auto;
}

#footer_lewa {
	float: left;
	width: 150px;
	margin: 50px 0 0 0;
	font-family: 'Doppio One', sans-serif;
	font-size: 16px;
	text-transform:uppercase;
}

#footer_lewa a {
	color: #9c9d9f;
	text-decoration:none;
	}

#footer_prawa {
	float: left;
	width: 780px;
	margin: 50px 0 0 30px;
}

p.footer {
	padding: 0;
	font-weight:normal;
	font-size:12px;
	line-height: 17px;
	margin: 0;
	text-align:left;
}

p.footer a {
	color: #9c9d9f;
	text-decoration:underline;
	outline: none;
    -moz-outline-style: none;
}

p.footer a:hover {
	color:#d10019;
	text-decoration:none;
}

/****LAZY LOAD****/
.lazy {
	margin-bottom: 20px;
}

/****LICZNIK I DATA****/
#time {
	font-family: 'Doppio One', sans-serif;
	text-align: left;
	position: absolute;
	top: 100px;
	right: 50%;
	margin-right: -90px;
	color:#9c9d9f;
	font-size: 32px;
	line-height: 36px;
}

#time img {
	float: right!important;
}

/*****CAROUSEL'A******/
#container_carousel {
	width: 900px;
	position: relative;
	height:100px;
	margin: 0 auto;
			}
			
#carousel {
	margin: 0 0 0 70px;
	}

#carousel img {
	border: 0;
}

#ui-carousel-next, #ui-carousel-prev {
	width: 60px;
	height: 100px;
	background: url(../imag/carousel/arrow-left.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;
}

#ui-carousel-next {
	right: 0;
	background-image: url(../imag/carousel/arrow-right.png);
	}

#ui-carousel-prev {
	left: 0;
	}
			
#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}
