* {
	margin: 0;
	padding: 0;
}

body {
  	background: rgb(9,18,140);
	text-align: center;
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: normal;
}

div#strona {
	width: 905px;
	margin: 20px auto;
	position: relative;
}

h2 {font-size: 18px; font-weight: bold;}

a { 
	text-decoration: none; 
}

a:link { color: rgb(9,18,140) }
a:visited { color: rgb(9,18,140) }
a:hover { color: rgb(0,0,0) }
a:active { color: rgb(9,18,140) }
	
div#kurczak1 {
	width:300px; height:300px;
	position: absolute; 
	top:268px; left: 223px;
	background: url(/images/kurczak1.png);
	}

div#baner {
	height: 135px; width: 905px;
	text-indent: -9999px;
	background: url(/images/baner.png) no-repeat;	
	margin: 0 auto;
}

ul#naw {
	height: 47px; width: 905px;
	margin: 0 auto 0 auto;
}

	ul {
		list-style: none inside;
	}
	
	ul#naw li {
		display: inline;	
	}
	
	ul#naw li a {
		display: block;
		height: 47px;
		text-indent: -9999px;
		float: left;
	}
	
		ul#naw li.home a {
			width: 242px;
			background: url(/images/naw_home.png) top center;
		}
		
		ul#naw li.sklepy a {
			width: 198px;
			background: url(/images/naw_sklepy.png) top center; 
		}
		
		ul#naw li a:hover {
			background-position: center center;
		}
		
		ul#naw li a:active {
			background-position: bottom center;
		}
		
		ul#naw li a:focus {
			outline: none;
		}
		
		ul#naw li.puste {
			display: block;
			width: 464px;
			height: 47px;
			float: left;
			background: url(/images/naw_14.png) center center; 
		}

div#sklepy {
	width: 326px;
	float: left;
	padding: 10px 0;
	color: rgb(9,18,140);	
}
	div#sklepy_top {
		width: 326px;
		height: 54px;
		float: left;
		background: url(/images/sklepy_top.png);
	}
		h2#belka_s {
			display: block;
			padding: 14px 0;
		}	
		
	div#sklepy_tekst {
		width: 326px;
		height: 219px;
		float: left;
		background: url(/images/sklepy_tlo.png) repeat-y;
	}
		div#sklepy_tekst ul {
			padding: 4px 0;
			line-height: 1.2em;
		}
	
	div#sklepy_dol {
		width: 326px;
		height: 27px;
		float: left;
		background: url(/images/sklepy_dol.png);
	}	
div#flash {
	width: 579px;
	float: right;
	padding: 10px 0;

}
	div#graf_top {
		width: 579px;
		height: 35px;		
		background: url(/images/graf_top.png);
	}
	div#graf_dol {
		width: 579px;
		height: 33px;
		background: url(/images/graf_dol.png) top center;
	}

div#wymiany {
	width: 445px;
	float: left;
	color: rgb(9,18,140);	
}
	div#wymiany_top {
		width: 445px;
		height: 54px;
		float: left;		
		background: url(/images/wymiany_top.png) top left;
	}
		h2#belka_w {
				display: block;
				padding: 14px 0;
		}	
	div#wymiany_tekst {
		width: 445px;
		height: 195px;
		float: left;		
		background: url(/images/wymiany_tlo.png)  left repeat-y;
	}
	div#wymiany_dol {
		width: 445px;
		height: 29px;
		float: left;		
		background: url(/images/wymiany_dol.png);
	}
div#przeceny {
	width: 445px;
	float: right;
	color: rgb(9,18,140);
	text-align: center;	
}
	div#przeceny_top {
		width: 445px;
		height: 54px;
		float: right;		
		background: url(/images/przeceny_top.png) top right;
	}
		h2#belka_p {
			display: block;
			padding: 14px 0;
		}	
	div#przeceny_tekst {
		width: 445px;
		height: 195px;
		float: right;		
		background: url(/images/przeceny_tlo.png) right repeat-y;
	}
	div#przeceny_dol {
		width: 445px;
		height: 29px;
		float: right;		
		background: url(/images/przeceny_dol.png) top right;
	}
	
div#lista {
		width: 905px;
		margin-top: 10px;	
}	
	div#lista_top {
		width: 905px;
		height: 38px;
		float: left;		
		background: url(/images/lista_top.png);
	}
	
	div#lista_tlo {
		width: 905px;
		float: left;		
		background: url(/images/lista_tlo.png) repeat-y;		
	}
		div#lista_tekst {
			margin-top: -40px;	
		}
	div#lista_dol {
		width: 905px;
		height: 30px;
		float: left;		
		background: url(/images/lista_dol.png);	
	}
	div#strona div.sklepy { 
		color: rgb(9,18,140);
		width: 905px;
		border-bottom-width: 2px; 
		border-bottom-style: solid; 
		padding: 20px 0 10px 0;
		float: left;
	}
div#stopka {
	float: left;
	width: 905px;
	height: 22px;
	margin: 10px auto 10px auto;
	color: rgb(9,18,140);
	background: url(/images/stopka.png) no-repeat center;
	line-height: 22px;
	font-size: 14px;
	text-align: right;
	text-indent: -10px;
}