html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* unreset */

b, strong {
    font-weight: bold;
    }
i,  em {
    font-style: italic;
    }
ul {
    list-style-type: disc;
    margin: 20px 0;
    margin-left: 45px;
	}
ol {
    list-style-type: decimal;
    margin: 20px 0;
    margin-left: 55px;
    }
li {
    padding-left: 0px;
    }

/*definitions */

h1, h2, h3, h4, h5, h6, p {
	display: block;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

.clear {
	clear: both;
	}

html {
	}

body {
	margin: 0;
	padding: 0;
	font: 15px tahoma, arial, verdana, geneva, sans-serif;
	color: #666;
	background: #fff;
	text-align: center;
	}

a {
	outline: none;
	text-decoration: none;
	color: #4a88bb;
	transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	}
a:hover {
	text-decoration: none;
	color: #005499;
	}

header {
	position: relative;
	}

header nav {
	position: relative;
	display: block;
	height: 46px;
	background: #e3e3e3;
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #f1f2f2 50%, #e9e9e9 51%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(50%,#f1f2f2), color-stop(51%,#e9e9e9), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 50%,#e9e9e9 51%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 50%,#e9e9e9 51%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 50%,#e9e9e9 51%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #e3e3e3 0%,#f1f2f2 50%,#e9e9e9 51%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f5f5f5',GradientType=0 );
	}

header nav ul {
	position: relative;
	display: block;
	width: 998px;
	height: 46px;
	margin: 0 auto;
	list-style: none;
	}

header nav ul li {
	float: left;
	}

header nav ul li a {
	display: block;
	margin-right: 30px;
	color: #888;
	font: bold 17px/48px arial, sans-serif;;
	text-shadow: 1px 1px 0 #fff;
	}
header nav ul li a.active {
	color: #000;
	}

header nav ul li a.home {
	height: 46px;
	background: url('gfx/home.png') no-repeat 0 7px;
	padding-left: 55px;
	margin-left: 30px;
	}

header section {
	display: block;
	position: relative;
	width: 998px;
	height: 280px;
	margin: auto;
	background: url('gfx/naglowek.png') no-repeat;
	text-align: left;
	}

header section a {
	display: block;
	padding: 85px 0 0 30px;
	font: 50px/40px tahoma, arial, sans-serif;
	color: #fff;
	text-shadow: 0 0 16px #0057b7, 0 0 16px #0057b7;
	}
header section a:hover {
	color: #fff;
	opacity: 0.8;
	}

header section a span {
	display: block;
	font: 25px/57px arial, sans-serif;
	text-transform: uppercase;
	}

body>hr {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	height: 24px;
	background: #e3e3e3;
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #f1f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#f1f2f2));
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 100%);
	background: -o-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 100%);
	background: -ms-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 100%);
	background: linear-gradient(to bottom,  #e3e3e3 0%,#f1f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f1f2f2',GradientType=0 );
	}

main {
	display: block;
	position: relative;
	width: 958px;
	margin: 20px auto;
	padding: 0 20px;
	text-align: left;
	}

main section {
	position: relative;
	width: 630px;
	float: left;
	}

main aside {
	position: relative;
	width: 280px;
	padding-left: 40px;
	overflow: hidden;
	}

main section nav ul {
	display: block;
	height: 40px;
	margin: 0;
	margin-left: -3px;
	padding: 0;
	list-style: none;
	}

main section ul li {
	font: 11px/18px arial, sans-serif;
	float: left;
	padding: 0 3px;
	}

main section ul li:after {
	content: " »";
	}

main section ul li a {
	color: #0d9bc1;
	}

main section h1 {
	font: 22px/23px arial, sans-serif;
	text-transform: uppercase;
	color: #4f6901;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 18px;
	text-shadow: 0 0 1px #e4ff91;
	}

main aside section {
	margin-bottom: 50px;
	font: 12px/20px arial, sans-serif;
	}

main aside section h3 {
	font: 22px/23px arial, sans-serif;
	text-transform: uppercase;
	color: #4f6901;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 18px;
	text-shadow: 0 0 1px #e4ff91;
	}

sup {
	vertical-align: super;
	font-size: 0.7em;
	}

article {
	margin-bottom: 30px;
	font: 13px arial, sans-serif;
	line-height: 140%;
	}

article p {
	text-align: justify;
}

h2 {
	font-weight: bold;
	margin-bottom: 10px;
	}

.img-to-left {
	float: left;
	margin: 5px 20px 20px 0;
	}

footer {
	clear: both;
	position: relative;
	height: 80px;
	background: rgb(221,221,221);
	background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
	margin-top: 150px;
	}

footer>div {
	position: relative;
	width: 998px;
	margin: auto;
	}

footer>div>div {
	position: absolute;
	top: -100px;
	left: 0;
	height: 180px;	
	width: 998px;
	}

footer>div>div>div {
	position: relative;
	height: 180px;	
	width: 998px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	}

footer p {
	text-align: right;
	padding-top: 130px;
	padding-right: 30px;
	color: #666;
	font: 15px/15px tahoma, sans-serif;
	}

footer p a,footer p a:hover {
	color: #666;
	}