body {
	background:url(../images/background.png);
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: Arial;
	color: #555555;
}

@font-face {
	font-family: MyriadPro;
	src: url(../MyriadPro-Regular.ttf);
}

@font-face {
	font-family: Calibri;
	src: url(../calibri.ttf);
}

a:link {
	color: #E31E24;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #E31E24;
	text-decoration: none;
	font-weight: bold;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.wrapper2 {
	width: 940px;
	margin: 0 auto;
}

.top {
	background:url(../images/top.png) left bottom repeat-x;
	width: 100%;
	height: 148px;
	border-top: 4px solid #E31E24;
}

.logo {
	margin: 50px 0 0 10px;
	width: 290px;
}

.menu {
	margin-top: 55px;
}

.menua {
	background:url(../images/menua.png) no-repeat;
	width: 7px;
	height: 48px;
	float: left;
	display: none;
}

.menub {
	background:url(../images/menub.png) no-repeat;
	width: 7px;
	height: 48px;
	float: left;
	display: none;
}

#menu {
	/*background:url(../images/menu.png) repeat-x;*/
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );	
	height: 48px;
	float: left;
	position: relative;
	border-radius: 10px;
}

/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/

margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #E53A29;
border: 1px #FF7175 solid;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
padding:8px 20px; 
font:10pt Arial; 
color:#fff; 
text-decoration:none; 
text-shadow:1px 1px 0 rgba(0,0,0, 0.5); 
border-bottom: 1px #FF7175 solid;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 160px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #FF8A00;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
display: none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
font-family: MyriadPro;
font-size: 16px;
color: #fff;
text-shadow: 1px 1px 0 #104D01;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 16px 20px; /*padding inside each tab*/
font-weight: normal;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover, .aktywne, .mattblackmenu a.selected {
	background: rgba(255,148,26,1);
	background: -moz-linear-gradient(top, rgba(255,148,26,1) 0%, rgba(255,148,26,1) 50%, rgba(255,136,0,1) 50%, rgba(255,136,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,148,26,1)), color-stop(50%, rgba(255,148,26,1)), color-stop(50%, rgba(255,136,0,1)), color-stop(100%, rgba(255,136,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,148,26,1) 0%, rgba(255,148,26,1) 50%, rgba(255,136,0,1) 50%, rgba(255,136,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,148,26,1) 0%, rgba(255,148,26,1) 50%, rgba(255,136,0,1) 50%, rgba(255,136,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,148,26,1) 0%, rgba(255,148,26,1) 50%, rgba(255,136,0,1) 50%, rgba(255,136,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,148,26,1) 0%, rgba(255,148,26,1) 50%, rgba(255,136,0,1) 50%, rgba(255,136,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff941a', endColorstr='#ff8800', GradientType=0 );
}

.mattblackmenu li:first-child a:hover, .mattblackmenu li:first-child .aktywne {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.mattblackmenu li:last-child a:hover, .mattblackmenu li:last-child .aktywne {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.mattblackmenu a.selected{
/*background:url(../images/menu_hover.png) repeat-x;*/
}

.menu2 {
	/*background:url(../images/menu2.png) no-repeat;*/
	background: #fff;
	width: 1px;
	height: 48px;
	float: left;
	opacity: 0.5;
}

.left {
	float: left;
}

.right {
	float: right;
}

.slider_tlo {
	background:url(../images/slider_tlo.png) no-repeat;
	width: 960px;
	height: 267px;
	margin-top: 12px;
	padding: 10px 0 0 10px;
}

.nivo-caption h1 {
	font-family: Calibri;
	color: #fff;
	font-size: 48px;
	text-shadow: 1px 1px 0 #3D403F;
	padding: 0 0 10px 20px;
}

.nivo-caption p {
	font-family: Calibri;
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px 0 #3D403F;
	padding: 10px 0 10px 30px;
}

h1, h2, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.boxy {
	margin: 8px 0 0 -10px;
}

.box {
	background:url(../images/box.png) no-repeat;
	width: 320px;
	height: 285px;
	float: left;
}

.box h1 {
	font-family: Calibri;
	font-size: 28px;
	color: #757575;
	padding: 25px 0 5px 30px;
}

.box p {
	font-family: Arial;
	font-size: 12px;
	color: #757575;
	line-height: 16px;
	padding: 10px 30px 0 30px;
	text-align: justify;
}

.box_1 {
	border: 2px #b7b7b7 solid;
	margin: 10px 0 0 30px;
}

h2 {
	font-family: Calibri;
	font-size: 24px;
	color: #757575;
	padding: 5px 5px 10px 0;
	clear: both;
}

.container .wrap {
    width: 920px;
	height: 80px;
    left: 10px;
    top: 10px;
    overflow: hidden;
    position: relative;
    line-height: normal;
    font-size-adjust: none;
}

div.stockTicker {
    font-family: Verdana, Arial, Helvetica, San-serif;
    font-size: x-small;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

div.stockTicker div {
    margin: 0 15px;
}

.logo_1 {
	background:url(../images/barlinek.png);
	width: 120px;
	height: 34px;
	display: block;
	float: left;
	position: relative;
	top: 15px;
}

.logo_1:hover {
	background:url(../images/barlinek_2.png);
}

.logo_2 {
	background:url(../images/castorama.png);
	width: 120px;
	height: 31px;
	display: block;
	float: left;
	position: relative;
	top: 20px;
}

.logo_2:hover {
	background:url(../images/castorama_2.png);
}

.logo_3 {
	background:url(../images/bank_bgz.png);
	width: 120px;
	height: 31px;
	display: block;
	float: left;
	position: relative;
	top: 18px;
}

.logo_3:hover {
	background:url(../images/bank_bgz_2.png);
}

.logo_4 {
	background:url(../images/opera.png);
	width: 89px;
	height: 79px;
	display: block;
	float: left;
	position: relative;
	top: 2px;
}

.logo_4:hover {
	background:url(../images/opera_2.png);
}

.logo_5 {
	background:url(../images/lotto.png);
	width: 80px;
	height: 55px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
}

.logo_5:hover {
	background:url(../images/lotto_2.png);
}

.logo_6 {
	background:url(../images/muzeum.png);
	width: 80px;
	height: 78px;
	display: block;
	float: left;
	position: relative;
	top: -5px;
}

.logo_6:hover {
	background:url(../images/muzeum_2.png);
}

.logo_7 {
	background:url(../images/msd.png);
	width: 100px;
	height: 49px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_7:hover {
	background:url(../images/msd_2.png);
}

.logo_8 {
	background:url(../images/provost.png);
	width: 120px;
	height: 35px;
	display: block;
	float: left;
	position: relative;
	top: 15px;
}

.logo_8:hover {
	background:url(../images/provost_2.png);
}

.logo_9 {
	background:url(../images/komandor.png);
	width: 100px;
	height: 50px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_9:hover {
	background:url(../images/komandor_2.png);
}

.logo_10 {
	background:url(../images/petrofer.png);
	width: 120px;
	height: 37px;
	display: block;
	float: left;
	position: relative;
	top: 15px;
}

.logo_10:hover {
	background:url(../images/petrofer_2.png);
}

.logo_11 {
	background:url(../images/lewiatan.png);
	width: 150px;
	height: 48px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_11:hover {
	background:url(../images/lewiatan_2.png);
}

.logo_12 {
	background:url(../images/pzm.png);
	width: 60px;
	height: 69px;
	display: block;
	float: left;
	position: relative;
	top: 0px;
}

.logo_12:hover {
	background:url(../images/pzm_2.png);
}

.logo_13 {
	background:url(../images/exelent.png);
	width: 312px;
	height: 40px;
	display: block;
	float: left;
	position: relative;
	top: 20px;
}

.logo_13:hover {
	background:url(../images/exelent_2.png);
}

.logo_14 {
	background:url(../images/fabet.png);
	width: 120px;
	height: 38px;
	display: block;
	float: left;
	position: relative;
	top: 20px;
}

.logo_14:hover {
	background:url(../images/fabet_2.png);
}

.logo_15 {
	background:url(../images/wseip.png);
	width: 65px;
	height: 60px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_15:hover {
	background:url(../images/wseip_2.png);
}

.logo_16 {
	background:url(../images/kck.png);
	width: 120px;
	height: 35px;
	display: block;
	float: left;
	position: relative;
	top: 15px;
}

.logo_16:hover {
	background:url(../images/kck_2.png);
}

.logo_17 {
	background:url(../images/saint_gobain.png);
	width: 120px;
	height: 40px;
	display: block;
	float: left;
	position: relative;
	top: 20px;
}

.logo_17:hover {
	background:url(../images/saint_gobain_2.png);
}

.logo_18 {
	background:url(../images/tnt.png);
	width: 100px;
	height: 52px;
	display: block;
	float: left;
	position: relative;
	top: 18px;
}

.logo_18:hover {
	background:url(../images/tnt_2.png);
}

.logo_19 {
	background:url(../images/kronospan.png);
	width: 120px;
	height: 32px;
	display: block;
	float: left;
	position: relative;
	top: 25px;
}

.logo_19:hover {
	background:url(../images/kronospan_2.png);
}

.logo_20 {
	background:url(../images/zebiec.png);
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	position: relative;
	top: 2px;
}

.logo_20:hover {
	background:url(../images/zebiec_2.png);
}

.logo_21 {
	background:url(../images/kolporter.png);
	width: 200px;
	height: 30px;
	display: block;
	float: left;
	position: relative;
	top: 20px;
}

.logo_21:hover {
	background:url(../images/kolporter_2.png);
}

.logo_22 {
	background:url(../images/kielce.png);
	width: 51px;
	height: 60px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_22:hover {
	background:url(../images/kielce_2.png);
}

.logo_23 {
	background:url(../images/kopalnia_morawica.png);
	width: 109px;
	height: 65px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
}

.logo_23:hover {
	background:url(../images/kopalnia_morawica_2.png);
}

.logo_24 {
	background:url(../images/kksm.png);
	width: 54px;
	height: 60px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_24:hover {
	background:url(../images/kksm_2.png);
}

.logo_25 {
	background:url(../images/petrofer.png);
	width: 120px;
	height: 37px;
	display: block;
	float: left;
	position: relative;
	top: 20px;
}

.logo_25:hover {
	background:url(../images/petrofer_2.png);
}

.logo_26 {
	background:url(../images/becher.png);
	width: 120px;
	height: 36px;
	display: block;
	float: left;
	position: relative;
	top: 20px;
}

.logo_26:hover {
	background:url(../images/becher_2.png);
}

.logo_27 {
	background:url(../images/eurofluid.png);
	width: 73px;
	height: 60px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_27:hover {
	background:url(../images/eurofluid_2.png);
}

.logo_28 {
	background:url(../images/citodent.png);
	width: 120px;
	height: 38px;
	display: block;
	float: left;
	position: relative;
	top: 20px;
}

.logo_28:hover {
	background:url(../images/citodent_2.png);
}

.logo_29{
	background:url(../images/wir.png);
	width: 81px;
	height: 60px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_29:hover {
	background:url(../images/wir_2.png);
}

.logo_30 {
	background:url(../images/vive.png);
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_30:hover {
	background:url(../images/vive_2.png);
}

.logo_31 {
	background:url(../images/piekarnia.png);
	width: 120px;
	height: 44px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_31:hover {
	background:url(../images/piekarnia_2.png);
}

.logo_32 {
	background: url(../images/targi_kielce.png) left top no-repeat;
	width: 120px;
	height: 41px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_33 {
	background: url(../images/muzeum_narodowe.png) left top no-repeat;
	width: 120px;
	height: 52px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_34 {
	background: url(../images/rovese.png) left top no-repeat;
	width: 120px;
	height: 20px;
	display: block;
	float: left;
	position: relative;
	top: 25px;
}

.logo_35 {
	background: url(../images/palac_w_kurozwekach.png) left top no-repeat;
	width: 120px;
	height: 51px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_36 {
	background: url(../images/zemax.png) left top no-repeat;
	width: 120px;
	height: 54px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
}

.logo_37 {
	background: url(../images/maxtel.png) left top no-repeat;
	width: 120px;
	height: 36px;
	display: block;
	float: left;
	position: relative;
	top: 15px;
}

.logo_32:hover, .logo_33:hover, .logo_34:hover, .logo_35:hover, .logo_36:hover, .logo_37:hover {
	background-position: left bottom;
}

.cytaty {
	width: 940px;
	height: 120px;
	background: url(../images/cytaty.png) no-repeat;
	overflow: hidden;
	font-family: Calibri;
	font-style: italic;
	color: #757575;
	margin: 40px 0 20px 0;
}

blockquote {
	margin: 0 auto;
	width: 800px;
}

blockquote h1 {
	padding: 5px 0 10px 0;
}

blockquote p {
	line-height: 20px;
}

.stopka {
	background: url(../images/stopka.png) repeat-x;
	width: 100%;
	height: 300px;
}

.box_1a {
	width: 160px;
	float: left;
	margin-left: 20px;
}

.box_2a {
	width: 440px;
	float: left;
	margin-left: 20px;
}

.box_3a {
	width: 300px;
	float: left;
	margin-left: 20px;
}

.box_1a h1, .box_2a h1, .box_3a h1, .box_3a h1 a, .box_3a h1 a:hover  {
	font-family: Calibri;
	font-size: 30px;
	color: #b1b0b0;
	padding: 15px 0;
	font-weight: normal;
	text-decoration: none;
}

.box_1a ul {
	padding: 0 0 0 15px;
	margin: 0;
}

.box_1a ul li {
	font-family: Arial;
	font-size: 12px;
	color: #b1b0b0;
	line-height: 22px;
	list-style: url(../images/li.png);
}

.box_1a ul li a {
	color: #b1b0b0;
	text-decoration: none;
}

.box_1a ul li a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.projekt {
	border: 3px #ccc solid;
	margin: 0 10px 10px 0;
}

.projekt:hover, .projekt2:hover  {
	border-color: #FF8A00;
}

.projekt2, .projekt3 {
	border: 10px #E31E24 solid;
	margin: 0 10px 10px 0;
}

.kontakt {
	font-family: Arial;
	font-size: 12px;
	color: #b1b0b0;
	line-height: 16px;
	position: relative;
}

.kontakt span a{
	font-size: 9px;
	font-weight: bold;
	color: #b1b0b0;
}

.phone {
	position: absolute;
	top: 75px;
	left: 170px;
}

.numer {
	font-size: 16px;
	color: #FF961A;
	font-weight: bold;
	padding: 12px 0;
}

.stopka_2 {
	/*background: url(../images/stopka_2.png) repeat-x;*/
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );	
	width: 100%;
	height: 40px;
	clear: both;
}

.stopka_2a {
	font-family: MyriadPro;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 0 #1F4F10;
	float: left;
	margin-top: 13px;
}

.stopka_2b {
	float: right;
}

.stopka_2b ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.stopka_2b ul li {
	float: left;
	margin-right: 2px;
}

.stopka_2b ul li a {
	font-family: MyriadPro;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 0 #1F4F10;
	padding: 12px;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

.stopka_2b ul li a:hover, .aktywne_2 {
	/*background: url(../images/stopka_2_hover.png) repeat-x;*/
	background: rgba(255,148,26,1);
	background: -moz-linear-gradient(top, rgba(255,148,26,1) 0%, rgba(255,148,26,1) 50%, rgba(255,136,0,1) 50%, rgba(255,136,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,148,26,1)), color-stop(50%, rgba(255,148,26,1)), color-stop(50%, rgba(255,136,0,1)), color-stop(100%, rgba(255,136,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,148,26,1) 0%, rgba(255,148,26,1) 50%, rgba(255,136,0,1) 50%, rgba(255,136,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,148,26,1) 0%, rgba(255,148,26,1) 50%, rgba(255,136,0,1) 50%, rgba(255,136,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,148,26,1) 0%, rgba(255,148,26,1) 50%, rgba(255,136,0,1) 50%, rgba(255,136,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,148,26,1) 0%, rgba(255,148,26,1) 50%, rgba(255,136,0,1) 50%, rgba(255,136,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff941a', endColorstr='#ff8800', GradientType=0 );
}

.sr {
	margin-left: 170px;
}

.content {
	padding: 20px 0 10px 0;
	font-size: 12px;
	line-height: 22px;
}

.content h1 {
	font-size: 22px;
	margin-bottom: 15px;
	padding-left: 5px;
	border-left: 4px #E31E24 solid;
}

.content h2 {
	font-size: 18px;
	color: #E31E24;
}

.content h1 a:hover, .content h2 a:hover {
	text-decoration: none;
}

.content ol {
	padding: 5px 10px 0 10px;
	margin: 10px 10px 0 10px;
}

.content p {
	margin-bottom: 5px;
}

.kon {
	margin-bottom: 15px !important;
}

input, textarea {
	color: black;
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px Arial;
	width: 200px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	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);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	margin-bottom: 10px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	-moz-box-shadow:0 0 8px #E31E24;
	-webkit-box-shadow:0 0 8px #E31E24;
	box-shadow:0 0 8px #E31E24;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #525252;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #525252;
}
	
.subbutton {
	color: #fff;
    background-clip: padding-box;
    background-color: #3AB700;
    background-image: -moz-linear-gradient(center top , #9EE080 0%, #66CE36 10%, #418721 50%, #3B7B1E 50%, #4FA428 100%);
    border-color: #295615;
    box-shadow: 0 0 0.1em 1px rgba(255, 255, 255, 0.36) inset;
    text-shadow: 0 1px 1px #123800;
	 border-radius: 6px 6px 6px 6px;
    border-width: 1px;
	font-size: 16px;
    line-height: 1.2em;
    margin: 0 2px;
    padding: 0.3em 1em;
	vertical-align: middle;
	border-style: solid;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
	font-weight: bold;
	overflow: visible;
    text-decoration: none;
    width: auto;
}

.subbutton:hover, .subbuttonfocus {
    background-color: #3C3C3C;
	border-color: #7D7D7D !important;
    background-image: -moz-linear-gradient(center top , #FF961A 0%, #F9A33E 10%, #F6931E 50%, #FF8A00 50%, #FF8A00 100%);
    border-color: #161616;
    text-shadow: 0 1px 1px #000000;
}

.alert, .error, .info {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 10px;
}

.info {
    background: #3CA81B;
	margin-left: 120px;
	width: 250px;
	text-align: center;
}

.info.formularz {
	margin-bottom: 50px !important;
}

.error {
	width: 80%;
    padding: 5px;
}

.oferta {
	border: 4px solid #E31E24;
	width: 200px;
	height: 133px;
	margin: 4px 8px 0 0;
}

.oferta:hover, .rekomendacje img:hover {
	border-color: #FF8A00;
}

.kon2 {
	margin-bottom: 4px;
}

.rekomendacje {
	width: 300px;
	margin: 0 20px 10px 0;
	float: left;
}

.rekomendacje img {
	width: 300px;
	height: 434px;
	border: 2px solid #E31E24;
}

.formblock a {
	color: #222222;
}

.error_form {
-moz-box-shadow:0 0 8px red;
	-webkit-box-shadow:0 0 8px red;
	box-shadow:0 0 8px red;
}

.box_gallery {
	width: 235px;
	float: left;
	text-align: center;
	padding-bottom: 5px;
}

.opis {
	width: 700px;
	text-align: justify;
}

.zdjecie {
	margin-right: 20px;
	border: 2px #CCCCCC solid;
}

.kontakt2 {
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}

.reg_checkbox {
	width: 10px;
}

.hit {
	font-weight: bold;
	color: #FE1A00;
	font-size: 22px;
}

.arrow_right {
	width: 20px;
	position: relative;
	top: 5px;
	left: 3px;
	margin-right: 4px;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffdad1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffdad1;
	box-shadow:inset 0px 1px 0px 0px #ffdad1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff8f73), color-stop(1, #ff3705) );
	background:-moz-linear-gradient( center top, #ff8f73 5%, #ff3705 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8f73', endColorstr='#ff3705');
	background-color:#ff8f73;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ff3300;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3705), color-stop(1, #ff8f73) );
	background:-moz-linear-gradient( center top, #ff3705 5%, #ff8f73 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3705', endColorstr='#ff8f73');
	background-color:#ff3705;
	text-decoration: none;
}.button:active {
	position:relative;
	top:1px;
}
.button_kal {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

#tabela {
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
	margin: 0 auto;
}

#tabela th {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
	background-color: #F46047;
	border: 1px #E31E24 solid;
	text-align: center;
}

#tabela td {
	border: 1px #F46047 solid;
	text-align: center;
	width: 100px;
	padding: 0 5px;
	background-color: #fff;
}

.wyk {
	font-size: 12px;
	font-weight: bold;
}

.tabela2 {
	font-size: 12px;
    border-collapse: collapse;
}

.tabela2 td {
	width: 220px;
	border: 1px #F46047 solid;
	text-align: center;
	padding: 0 5px;
	background-color: #fff;
}

td.nag {
	background-color: #F46047;
	color: #fff;
	border: 1px #E31E24 solid;
	padding: 8px;
}

.cena, .cena2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	margin: 0 0 0 100px;
	width: 200px;
	text-align: center;
	cursor: pointer;
}
.cena:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.cena:active {
	position:relative;
	top:1px;
}

.zamowienie {
	-moz-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #474747), color-stop(1, #212121) );
	background:-moz-linear-gradient( center top, #474747 5%, #212121 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#212121');
	background-color:#474747;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1f1f1f;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1f1f1f;
	margin: 20px 0 0 100px;
	width: 200px;
	text-align: center;
	cursor: pointer;
}.zamowienie:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #212121), color-stop(1, #474747) );
	background:-moz-linear-gradient( center top, #212121 5%, #474747 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#474747');
	background-color:#212121;
	text-decoration: none;
}.zamowienie:active {
	position:relative;
	top:1px;
}

.zamowienie a, .zamowienie a:hover {
	color: #fff;
	text-decoration: none;
}

.o_nas {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

ul.wyk2{
	list-style: none;
	padding-top: 10px;
	padding-left: 20px;
}

ul.wyk2 li {
	background: url(../images/ok.png) no-repeat;
	padding-left: 32px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 30px;
	float: left;
}

.sklep {
	border: 1px #E3E3E3 solid;
	width: 220px;
	height: 210px;
	padding:15px 0 0 0;
	margin: 6px;
	text-align: center;
	background-color: #fff;
}

.sklep2 {
	margin:0;
	width: 180px;
}

a span.box_gallery h2 {
	font-weight: normal;
	padding: 5px 0 15px 0;
}

a:hover span.box_gallery  h2{
	color: #FF8A00;
}

a:hover span.box_gallery .oferta {
	border-color: #FF8A00;
}
a:hover span.box_gallery {
-moz-box-shadow: 0 0 2px 2px #888;
-webkit-box-shadow: 0 0 2px 2px#888;
box-shadow: 0 0 2px 2px #888;
}

.cen {
	width: 100%;
	text-align: center;
}

.cena2 a, .cena2 a:hover{
	color: #fff;
	text-decoration: none;
}

.ak {
	text-indent: 40px;
}

a.jak  {
	color: #555;
}

		#makeMeScrollable
		{
			width:100%;
			height: 300px;
			position: relative;
			padding-top: 5px;
		}
		
		/* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
		#makeMeScrollable div.scrollableArea img
		{
			position: relative;
			float: left;
			margin: 0;
			padding: 0 2px 0 0;
			height: 300px;
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
		
		/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

.cennik{
	-moz-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #474747), color-stop(1, #212121) );
	background:-moz-linear-gradient( center top, #474747 5%, #212121 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#212121');
	background-color:#474747;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1f1f1f;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1f1f1f;
	width: 100px;
	text-align: center;
	cursor: pointer;
	position: relative;
	top: -4px;
	left: 10px;
}.cennik:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #212121), color-stop(1, #474747) );
	background:-moz-linear-gradient( center top, #212121 5%, #474747 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#474747');
	background-color:#212121;
	text-decoration: none;
}.cennik:active {
	position:relative;
	top:-3px;
}

.strzalka {
	background: url(../images/strzalka.png) no-repeat;
	width: 100px;
	height: 45px;
	position: relative;
	top: -10px;
	left: 10px;
	line-height: 44px;
	padding-left: 15px;
	color: #fff;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

a.st {
	font-weight: normal;
}

.share {
	position: absolute;
	top: -35px;
	left: 800px;
}

h3 {
	font-size: 40px;
	border-left: 4px #E31E24 solid;
	padding:  10px;
}

.zamowb_form { padding-top: 20px; position: relative; }

.zamowb_button { position: absolute; top: 150px; left: 150px; }

.zamowb_checkbox { width: 10px; position: relative; top: 1px; margin-right: 20px; }

#cookies-message { position: absolute; z-index: 9999; padding: 6px 0; background: #efefef; border-bottom: 1px solid #dedede; color: #989898; font-size:10px; font-family:Verdana; top: 0; width: 100%; line-height: 20px; }
#cookies-message .Wrapper_cookies { position: relative; margin:0 auto; width:960px; }
#cookies-message a { color:#696969;}
#cookies-message a.close { padding-right: 20px; background: url(../images/close_cookies.png) right -2px no-repeat; color:#000; font-size: 10px; font-weight: bold; }