@charset "utf-8";
/* CSS 2.0 Document
 * Nawigacja strony
 *
 * @Author Rafał Wachułka
 * @Copyright ©2007 imbaworks
 */
 
/***************** NAWIGACJA *******************************/
.naviUL a {
	float:left;
	padding:0px 0px 0px 0px;
	width: 100px;
	height: 79px;
	text-align: center;
	background-position: 0px -158px;
}

.naviUL  a:hover {
	float:left;
	background-position: 0px -79px;
}
#navi {
	float: right;
	/*width: 481px;*/
	background-color: #fff;
	margin: 0px 0px 0px 0px;
}

#navi ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

#navi ul li {
	height: 79px;
	float: left;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #0093dd;
}

#navi_onas {
		background: url('../images/navi_onas.png') no-repeat 0px -158px;
		width: 102px;
}
#navi_onas:hover {
	background: url('../images/navi_onas.png') no-repeat 0px -79px; 
}
#navi_onas.active {
	background: url('../images/navi_onas.png') no-repeat 0px 0px;
}

#navi_oferta {
		background: url('../images/navi_oferta.png') no-repeat 0px -158px;
		width: 106px;
}
#navi_oferta:hover {
	background: url('../images/navi_oferta.png') no-repeat 0px -79px;
}
#navi_oferta.active {
	background: url('../images/navi_oferta.png') no-repeat 0px 0px;
}

#navi_praca {
		background: url('../images/navi_praca.png') no-repeat 0px -158px;
		width: 163px;
}
#navi_praca:hover {
	background: url('../images/navi_praca.png') no-repeat 0px -79px;
}
#navi_praca.active {
	background: url('../images/navi_praca.png') no-repeat 0px 0px;
}

#navi_kontakt {
		background: url('../images/navi_kontakt.png') no-repeat 0px -158px;
		width: 110px;
}
#navi_kontakt:hover {
	background: url('../images/navi_kontakt.png') no-repeat 0px -79px;
}
#navi_kontakt.active {
	background: url('../images/navi_kontakt.png') no-repeat 0px 0px;
}		
/***************** NAWIGACJA ENDS ***************************/

/***************** OFERTA **********************************/
.ofertyUL a {
	float: left;
	width: 170px;
	height: 20px;
	padding-left: 17px;
	padding-top: 18px;
	color: #707070;
	text-decoration: none;
}

.ofertyUL  a:hover {
	float: left;
	color: #0093dd;
	text-decoration: none;
	font-weight: normal;
}

#ofertyHandle {
	float:left;
	margin-top: 0px;
	width: 247px;
	background: url(../images/left_oferty_bg.png) no-repeat 0px 0px;
}

#ofertyHandle ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

#ofertyHandle ul li {
	float:left;
	margin-top: 10px;
	height:38px;
	width: 247px;
	background: url(../images/left_oferty_item.png) no-repeat 0px 0px;
	color: #707070;
	font-weight: normal;
	clear:both;
}
/***************** OFERTA ENDS **********************************/