/* -------------------------------------------------
	Importy
------------------------------------------------- */
@import "reset.css";

/* -------------------------------------------------
	Ogolne
------------------------------------------------- */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background: url(../images/bg_body.png) 0px 0px repeat-x;
	background-color: #dcdfe3;
}
a{
	color: #d30a2b;
	text-decoration: none;
}
a:hover{
	color: #d30a2b;
	text-decoration: underline;
}

.pojSP{
	float: none;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
span.pojSP{
	display: block;
}
.txtNW{
	text-indent: -1000em;
	overflow: hidden;
}
.pojCache{
	display: block;
	position: absolute;
	top: -1000px;
}

.pojLeft{
	display:block;
	float:left;
}
.pojRight{
	display:block;
	float:right;
}
.left{
	float:left;
}
.right{
	float:right;
}

/* -------------------------------------------------
	Naglowki
------------------------------------------------- */
h2{
	font-family: Tahoma;
	font-size: 36px;
	color: #000;
}

h3{
	font-family: Tahoma;
	font-size: 24px;
	color: #000;
}

h4{
	font-family: Tahoma;
	color: #000;
}

/* -------------------------------------------------
	Glowne pojemniki
------------------------------------------------- */
#pojCalosc{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

	#pojContent{
		color: #656565;
	}
	
/* -------------------------------------------------
	Rozne
------------------------------------------------- */
.arrowLink{
	font-weight: bold;
	background: url(../images/bg_arrow_link.png) no-repeat right 5px;
	padding-right: 7px;
}

.listCircle li{
	background: url(../images/bg_list_circle.png) no-repeat 0px 6px;
	padding: 0px 0px 0px 10px;
}

/* -------------------------------------------------
	Gora
------------------------------------------------- */

#pojTop{
	height: 84px;
}

	#pojTop h1{
		float: left;
		width: 110px;
		height: 51px;
		background: url(../images/top.png) 0px 0px;
	}
	
		#pojTop h1 a{
			display: block;
			width: 110px;
			height: 51px;
		}

	#pojMenu{
		float: right;
		padding: 17px 17px 0px 0px;
	}

		#pojMenu li{
			display: block;
			float: left;
			padding: 0px 0px 0px 42px;
		}

			#pojMenu li a{
				display: block;
				height: 22px;
				text-indent: -1000em;
				overflow: hidden;
				background-image: url(../images/top.png);
				background-repeat: no-repeat;
			}

			#menuStronaGlowna{
				background-position: -114px 0px;
				width: 137px;
			}

			#menuOAkcji{
				background-position: -293px 0px;
				width: 67px;
			}
			
			#menuMika{
				background-position: -403px 0px;
				width: 138px;
			}
			
			#menuKontakt{
				background-position: -585px 0px;
				width: 79px;
			}
			
				#menuStronaGlowna:hover, #menuStronaGlowna.active{
					background-position: -114px -22px;
				}
	
				#menuOAkcji:hover, #menuOAkcji.active{
					background-position: -293px -22px;
				}
				
				#menuMika:hover, #menuMika.active{
					background-position: -403px -22px;
				}
				
				#menuKontakt:hover, #menuKontakt.active{
					background-position: -585px -22px;
				}

/* -------------------------------------------------
	Stopka
------------------------------------------------- */
#pojFooter{
	padding: 30px 0px 0px 0px;
}

	#txtByMindChili{
		color: #000000;
	}
	
	#txtChili {
		color:#cc0000;
	}
	
	#txtMind{
		color:#000000;
	}
