@charset "utf-8";
/* CSS Document */

@font-face { font-family: GillSansMT; src: url(FONT_OTF/GillSansMT.TTF); }
@font-face { font-family: GillSansMT-Bold; src: url(FONT_OTF/GillSansMT-Bold.TTF); }
@font-face { font-family: GillSansMT-Italic; src: url(FONT_OTF/GillSansMT-Italic.TTF); }
@font-face { font-family: GillSansMT-Condensed; font-weight: condensed; src: url(FONT_OTF/GillSansMT-Condensed.TTF); }



@font-face { font-family: GillSansMT-MagiaSzkla; src: url(FONT_EOT/GillSansMT.eot); }
@font-face { font-family: GillSansMT-MagiaSzkla-Bold; src: url(FONT_EOT/GillSansMT-Bold.eot); }
@font-face { font-family: GillSansMT-MagiaSzkla-Italic; src: url(FONT_EOT/GillSansMT-Italic.eot); }
@font-face { font-family: GillSansMT-MagiaSzkla-Condensed; src: url(FONT_EOT/GillSansMT-Condensed.html)); }

.header_bg {
	height: 200px;
	background: linear-gradient(to top, #ededed 0%, #fafafa 100%);
	
}

.nav_bar {
	height: 40px;
	background-color: #009fda;
	box-shadow: inset 0 8px 5px -6px rgba(0,0,0,0.20);

}

nav {
	width: 100%;
	top: 1px;
	background: transparent;
}

nav ul li {
	float: left;
	text-align: center;
	margin-left: 16px;
}

nav ul li a {
	font-size: 16px;
    font-family: Helvetica;
	font-weight: normal;
	display: block;	/* IE6, IE7 line height fix */
	padding-top: 0px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 6px;
}

.kreska_witamy {
	width: 340px;
	height: 2px;
	background-color: #009fda;
	box-shadow: inset 0 1px 6px -6px rgba(0,0,0,0.20);
	
}

.kreska_cienka_poziom {
	width: 940px;
	height: 1px;
	box-shadow: inset 0 1px 6px -6px rgba(0,0,0,0.20);
	background-color: #009fda;
}

.kreska_cienka_pion {
	width: 1px;
	height: 200px;
	background-color: #009fda;

}

.tre_kol_ikona {
	margin-top: 35px;

}
.tre_kol_tytul {
	font: 35px 'GillSansMT';
}

.tre_kol_text {
	font: 15px 'GillSansMT';
}

footer {
	min-height: 80px;
	clear: both;
	width: 100%;
	text-align: center;
	font: 12px 'GillSansMT';
	box-shadow: inset 0 8px 5px -6px rgba(0,0,0,0.20);
}
