@import url('common.css');

@font-face{ 
	font-family: 'Helvetica';
	src: url('helveticaneueltpro-roman-webfont.eot');
	src: url('helveticaneueltpro-roman-webfont.eot?iefix') format('eot'),
	     url('helveticaneueltpro-roman-webfont.woff') format('woff'),
	     url('helveticaneueltpro-roman-webfont.ttf') format('truetype');
	font-weight: normal;
}

@font-face{ 
	font-family: 'Helvetica';
	src: url('helveticaneueltpro-bd-webfont.eot');
	src: url('helveticaneueltpro-bd-webfont.eot?iefix') format('eot'),
	     url('helveticaneueltpro-bd-webfont.woff') format('woff'),
	     url('helveticaneueltpro-bd-webfont.ttf') format('truetype');
	font-weight: bold;
}

/* STYLE */
body {
	background: #222222 url('../images/shared/bg.png') repeat-x center top;
	font-size: 12px;
	font-family: Arial;
}

body.page {
	background-position: center -197px;
}

strong {
	font-weight: bold;
}

h1, h2 {
	font-family: Helvetica;
}

p {
	margin-bottom: 15px;
	line-height: 18px;
}

a {
	color: white;
}

body > header {
	margin: 0 auto;
	height: 322px;
	width: 950px;
	background: url('../images/shared/header-bg.jpg') no-repeat center;
	padding: 20px 0 0 0;
	position: relative;
}

.page > header {
	height: 125px;
	background-position: center -80px;
}

body > header hgroup {
	width: 465px;
	height: 96px;
}

body > header hgroup h1 {
	float: left;
}

body > header hgroup h2 {
	float: right;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 25px;
	position: relative;
	top: 48px;
	border-left: 1px solid black;
	font-size: 18px;
}

body > header section {
	margin-top: 55px;
	width: 495px;
}

body > header section h1 {
	font-size: 36px;
	margin-bottom: 20px;
}

body > header aside a {
	position: absolute;
	top: 15px;
	right: 0px;
	padding-left: 15px;
	background: url('../images/shared/house.png') no-repeat 0px 0px;
	font-size: 9px;
	color: black;
	line-height: 16px;
}

body > header aside a:hover {
	background-position: 0px -15px;
	color: #eeb609;
}

body > nav {
	margin: 0 auto;
	height: 44px;
	width: 950px;
	position: relative;
}

body > nav li {
	display: block;
	float: left;
	height: 44px;
	position: relative;
}

body > nav li a {
	padding: 0 50px;
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-family: Helvetica;
	font-weight: bold;
	color: #202020;
	text-shadow: #ffeaaf 0px 0px 2px;
	border-left: 1px solid #a97405;
	background: url('../images/shared/menu-bg.png') repeat-x 0px -44px;
	position: relative;
	z-index: 20;
}

body > article {
	width: 375px;
	margin: 0 auto;
	background: #373636;
	color: white;
	padding: 30px 385px 65px 190px;
	position: relative;
	border-radius: 0px 0px 7px 7px;
	behavior: url('style/PIE.htc');
}

body.page > section {
	width: 890px;
	margin: 0 auto;
	background: #373636;
	color: white;
	padding: 30px 30px 75px 30px;
	position: relative;
	border-radius: 0px 0px 7px 7px;
	behavior: url('style/PIE.htc');
	min-height: 550px;
}

body.page > section > article {
	float: left;
	width: 560px;
}

body.page > section > article h2 {
	color: #eeb609;
	margin-bottom: 10px;
	font-size: 16px;
}

body.page > section > article a {
	color: white;
	border-bottom: 1px solid #eeb609;
}

body.page > section > article a:hover {
	color: #eeb609;
	border: 0;
}

body.page > section > article ul {
	margin-bottom: 15px;
}

body.page > section > article li {
	padding-left: 20px;
	background: url('../images/shared/bullet.png') no-repeat 10px 7px;
	line-height: 18px;
}

body.page > section > article ul#blocks li {
	width: 124px;
	height: 181px;
	position: relative;
	padding: 0;
	margin: 8px;
	float: left;
	cursor: pointer;
}

body.page > section > article ul#blocks li a {
	border: 0;
}

body.page > section > article ul#blocks.offer li {
	background: url('../images/page/oferta.jpg') no-repeat;
}

body.page > section > article ul#blocks.contact {
	float: right;
	width: 280px;
}

body.page > section > article ul#blocks.contact li {
	background: url('../images/page/kontakt.jpg') no-repeat;
}

body.page > section > article ul#blocks li a {
	position: absolute;
	top: 135px;
	font-size: 11px;
	padding: 0 5px 0 15px;
	background: url('../images/shared/bullet.png') no-repeat 6px 6px;
}

body.page > section > article ul#blocks li#robocze {background-position: 0px 0px;}
body.page > section > article ul#blocks li#szpitalne {background-position: -124px 0px;}
body.page > section > article ul#blocks li#rekawice {background-position: -248px 0px;}
body.page > section > article ul#blocks li#obuwie {background-position: -372px 0px;}
body.page > section > article ul#blocks li#ochrona-glowy {background-position: 0px -181px;}
body.page > section > article ul#blocks li#wysokosci {background-position: -124px -181px;}
body.page > section > article ul#blocks li#tablice {background-position: -248px -181px;}

body.page > section > article ul#blocks li#formularz-btn {background-position: 0px 0px;}
body.page > section > article ul#blocks li#mapa-btn {background-position: -124px 0px;}

body > article h1,
body.page > section h1 {
	color: #eeb609;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #9d9c9c;
	text-shadow: #222 1px 1px 1px;
}

body.page > section > article section.mapa {
	width: 560px;
	height: 435px;
}

body.page > section > article section.hidden {
	display: none;
}

body > article aside {
	width: 467px;
	height: 647px;
	position: absolute;
	right: -20px;
	bottom: 0px;
	background: url('../images/index/man.png') no-repeat center;
	z-index: 10;
}

.page section > aside {
	width: 240px;
	float: right;
	background: #3d3c3c;
	border-radius: 7px;
	padding: 15px;
	margin-top: 266px;
	behavior: url('style/PIE.htc');
	position: relative;
}

.page > section aside h1 {
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.page section > aside li {
	padding-left: 22px;
	background: url('../images/shared/bullet.png') no-repeat 10px 11px;
	border-bottom: 1px dotted #9d9c9c;
	line-height: 28px;
}

.page section > aside li a.active {
	color: #eeb609;
}

.page section div#man {
	width: 358px;
	height: 453px;
	position: absolute;
	top: -157px;
	right: -14px;
	background: url('../images/page/man.jpg') no-repeat center;
}

body > article div#rekawica {
	width: 210px;
	height: 240px;
	position: absolute;
	left: -45px;
	bottom: 40px;
	background: url('../images/index/rekawica.png') no-repeat center;
	z-index: 10;
}

body > article a.more {
	display: block;
	width: 12px;
	height: 15px;
	background: url('../images/shared/arrow.png') no-repeat right center;
}

body article footer {
	background: #3d3c3c;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-radius: 0px 0px 7px 7px;
	behavior: url('style/PIE.htc');
}

body article footer p {
	font-family: Helvetica;
	font-size: 18px;
	margin: 15px 0 0 30px;
	/*text-shadow: #3d3c3c 0px 0px 1px;*/
}

body article footer span {
	font-size: 22px;
	color: #eeb609;
}

body > footer {
	color: #a7a7a7;
	width: 910px;
	margin: 0 auto;
	font-size: 11px;
	padding: 20px;
	overflow: auto;
}

body > footer p {
	float: left;
}

/* By Silnet.pl */
div.silnet {
	float: right; 
	position: relative; 
	z-index: 10; 
	height: 20px; 
	width: 75px;
	top: -4px;
}

div.silnet div {
	background: url('../images/shared/silnet.png') no-repeat 0px 0px;
	height: 20px;
}

div.silnet a {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 20;
	top: 0px;
	right: 0px;
	float: right;
	height: 20px;
	width: 75px;
	background: url('../images/shared/silnet.png') no-repeat 0px -20px;
}

div.silnet a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Formularze */
form .submit {
    padding: 5px 10px;
	font-size: 13px;
    background-color:#555;
    cursor:pointer;
    border: 0;
    color: #fff;
}

form {
	width: 95%;
}

form input.form {
	border: 0;
	padding: 5px;
	font-size: 11px;
	width: 200px;
	color: #fff;
	position: relative;
	background: #444;
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 6px #2a2a2a;
	-webkit-box-shadow: 0px 0px 6px #2a2a2a;
	-moz-box-shadow: 0px 0px 6px #2a2a2a;
	behavior: url('style/PIE.htc');
}

form input.form:focus {
	outline: none;
	background: #555;
}

form textarea.form, form input.form2 {
	border: 0;
	padding: 3px;
	font-size: 11px;
	color: #fff;
	position: relative;
	background: #444;
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 6px #2a2a2a;
	-webkit-box-shadow: 0px 0px 6px #2a2a2a;
	-moz-box-shadow: 0px 0px 6px #2a2a2a;
	behavior: url('style/PIE.htc');
	font-family: Arial;
}

form select {
	border: 0;
	padding: 3px;
	font-size: 11px;
	color: #fff;
	position: relative;
	background: #444;
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 6px #2a2a2a;
	-webkit-box-shadow: 0px 0px 6px #2a2a2a;
	-moz-box-shadow: 0px 0px 6px #2a2a2a;
	behavior: url('style/PIE.htc');
}

form .row {
    padding-top:8px;
    padding-bottom:8px;
    overflow:hidden;
	border-bottom: 1px dotted #9D9C9C;
}

form label {
	width: 130px;
	float: left;
	line-height: 22px;
	padding-left: 1px;
}