.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden; 
}

.clearfix {
	display: inline-block; 
}

html[xmlns] .clearfix {
	display: block; 
}

* html .clearfix {
	height: 1%; 
}

.underline {
	text-decoration: underline; 
}

strong {
	font-weight: bold;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: .8em;
}

sup {
	bottom: 1ex; 
}

sub {
	top: .5ex; 
}

body {
	color: #fff;
	background-color: #dddddd;
	font-family: arial;
}

:focus {
    outline: medium none;
}

/* HEADER - góra strony*/

.header-wrapper {
	height: 277px;
	background-color: #828282;
}

.header {
	position: relative;
	width: 1000px;
	height: 277px;
	margin: 0 auto;
}

.header .logo {
	position: absolute;
	bottom: -50px;
	left: 150px;
	z-index: 2;
}

.header img.info {
	position: absolute;
	bottom: 30px;
	right: 80px;
	z-index: 2;
}

.header .background {
	position: absolute;
	bottom: 0;
	left: 80px;
	background-image: url("../img/header-bg.png");
	width: 424px;
	height: 201px;
	z-index: 0;
}

.header .shadow {
	position: absolute;
	bottom: 0;
	left: -280px;
	background-image: url("../img/header-shadow.png");
	width: 1051px;
	height: 48px;
	z-index: 1;
}

/** / HEADER */

/* NAVIGATION - górne menu */

.navigation-wrapper {
	height: 186px;
	background-color: #363636;
}

.navigation {
	position: relative;
	width: 1000px;
	height: 186px;
	margin: 0 auto;
}

.navigation ul {
	position: absolute;
	bottom: 8px;
}

.navigation li {
	position: relative;
	float: left;
	width: 198px;
	height: 101px;
	border-right: 2px solid #fff;
}

.navigation li:last-child {
	border-right: none;
}

.navigation a {
	display: block;
	width: 198px;
	height: 101px;
	background-color: #828282;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #828282;
}

.navigation img {
	width: 198px;
	height: 103px;
	background-image: url("../img/menu.png");
}

.navigation .number {
	position: absolute;
	right: 5px;
	top: 5px;
	background-image: url("../img/menu-numbers.png");
	height: 94px;
}

.navigation .cover {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/menu-cover.png");
	width: 200px;
	height: 103px;
}

	/* Pozycja menu - O firmie */

	.navigation .item-1 a {
		background-color: #476a88;
	}

	.navigation .item-1 img {
		background-position: 0 0;
	}

	.navigation .item-1 .number {
		background-position: 0 0;
		width: 45px;
	}

	.navigation .item-1 .cover {
		background-position: 0 0;
	}
	/** / Pozycja menu - O firmie */

	/* Pozycja menu - Realizacje */

	.navigation .item-2 a  {
		background-color: #684f65;
	}

	.navigation .item-2 img {
		background-position: -200px 0;
	}

	.navigation .item-2 .number {
		background-position: -47px 0;
		width: 75px;
	}

	.navigation .item-2 .cover {
		background-position: -200px 0;
	}
	/** / Pozycja menu - Realizacje */

	/* Pozycja menu - Oferta */

	.navigation .item-3 a {
		background-color: #833747;
	}

	.navigation .item-3 img {
		background-position: -400px 0;
	}

	.navigation .item-3 .number {
		background-position: -124px 0;
		width: 77px;
	}

	.navigation .item-3 .cover {
		background-position: -400px 0;
	}
	/** / Pozycja menu - Oferta */

	/* Pozycja menu - Pobieranie */

	.navigation .item-4 a {
		background-color: #a01e27;
	}

	.navigation .item-4 img {
		background-position: -600px 0;
	}

	.navigation .item-4 .number {
		background-position: -201px 0;
		width: 80px;
	}

	.navigation .item-4 .cover {
		background-position: -600px 0;
	}
	/** / Pozycja menu - Pobieranie */

	/* Pozycja menu - Kontakt */

	.navigation .item-5 a {
		background-color: #c10303;
	}

	.navigation .item-5 img {
		background-position: -800px 0;
	}

	.navigation .item-5 .number {
		background-position: -283px 0;
		width: 77px;
	}

	.navigation .item-5 .cover {
		background-position: -800px 0;
	}
	/** / Pozycja menu - Kontakt */

/** / NAVIGATION */

/* CONTENT - treść strony */

.content {
	width: 800px;
	margin: 0 auto;
	padding: 25px 80px 120px;
	background: url("../img/content-bg.png") repeat-x top;
	color: #0d3b51;
	font-size: 12px;
	line-height: 1.3em;
}

.content h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 5px;
}

.content h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 15px;
}

.content p {
	padding-bottom: 10px;
}

.content a {
	color: #323232;
	text-decoration: underline;
}

.content ul.home li,
.content ul.realizacje li {
	display: inline-block;
	margin-top: 45px;
	vertical-align: top;
	width: 356px;
	color: #323232;
}

.content ul.home li.separator,
.content ul.realizacje li.separator {
	border-right: 1px solid #000;
	margin-right: 40px;
	padding-right: 40px;
}

.content ul.home li.full-width{
	width: 792px
}

.content ul.pobieranie li {
	width: 792px;
	margin-right: 40px;
	margin-top: 30px;
}

.content ul.home li h3,
.content ul.home li p {
	margin-left: 78px;
}

.content ul.home li p,
.content ul.realizacje li p {
	font-size: 11px;
}

.content ul.realizacje li p.info,
.content ul.pobieranie li p.info {
	font-style: normal;
}

.content ul.home li img.icon {
	float: left;
	background-image: url("../img/icons-sprite.png");
	width: 64px;
	height: 64px;
}

.content ul.home li img.o-firmie {
	background-position: 0 0;
}

.content ul.home li img.realizacje {
	background-position: -65px 0;
}

.content ul.home li img.oferta {
	background-position: -130px 0;
}

.content ul.home li img.pobieranie {
	background-position: -195px 0;
}

.content ul.home li img.dane {
	background-position: -260px 0;
}

ul.list li {
	list-style: disc outside none;
	margin-left: 30px;
}

a.button {
	position: relative;
	background-color: #0D3B51;
	color: #FFFFFF;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 23px 3px 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

a.button:hover {
	background-color: #a01e27;
}

a.button img {
	background-image: url("../img/arrow.png");
	height: 10px;
	position: absolute;
	right: 5px;
	top: 6px;
	width: 9px;
}

/** / CONTENT */

/* FOOTER - stopka strony */

.footer-wrapper {
	position: relative;
	height: 135px;
	background-color: #002544;
}

.footer-wrapper .shadow {
	position: absolute;
	left: 50%;
	margin-left: -525px;
	background-image: url("../img/footer-shadow.png");
	width: 1051px;
	height: 48px;
	top: -48px;
	z-index: 0;
}

.footer {
	position: relative;
	width: 1000px;
	height: 135px;
	margin: 0 auto;
	background: url("../img/footer-glow.png") no-repeat top center;
}

.footer .logo-bootom {
	position: absolute;
	top: -66px;
	left: 50%;
	margin-left: -73px;
	width: 126px;
	z-index: 1;
}

.footer .copyright {
	color: #76838e;
	font-size: 10px;
	padding: 22px 80px 0;
}

.footer .nav {
	border-top: 1px solid #FFFFFF;
	margin: 6px 40px 0 80px;
	position: relative;
}

.footer .nav .logo-footer {
	left: -7px;
	position: absolute;
	top: 2px;
}

.footer .nav ul {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -272px;
	width: 545px;
}

.footer .nav li {
	float: left;
	width: 90px;
	border-right: 1px solid #fff;
	text-align: center;
}

.footer .nav li:last-child {
	border-right: none;
}

.footer .nav a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.footer .nav a:hover {
	text-decoration: underline;
}
/** / FOOTER */