body {
	background-color :#000000;
	font-size: 14px;
	color: #aaaaaa;
	font-family: Arial, Helvetica;
}

p {
	line-height: 1.5;
	font-size: 14px;
	color: #aaaaaa;
}

html, body {
	height: 100%;
}

#map {
	width: 450px;
	height: 300px;
	color: #000000;
}

#menu {
	height: 83px;
	width: 100%;
	background: url('../images/top_bg.jpg') repeat-x center;
}

	#menu ul {
		display: block;
		width: 960px;
		height: 50px;
		margin: 0 auto;
		padding-top: 23px;
	}
	
	#menu ul li {
		display: block;
		float: left;
		background-image: url('../images/menu.png');
		background-repeat: no-repeat;
		height: 50px;
	}
	
		#menu ul li.lucky {
			width: 200px;
			background-position: 0 0;
		}
		
			#menu ul li.lucky:hover, #menu ul li.lucky.selected {
				width: 200px;
				background-position: 0 -66px;
			}
		
		#menu ul li.aktualnosci {
			width: 205px;
			background-position: -205px 0;
		}
		
			#menu ul li.aktualnosci:hover, #menu ul li.aktualnosci.selected {
				width: 205px;
				background-position: -205px -66px;
			}
		
		#menu ul li.onas {
			width: 121px;
			background-position: -405px 0;
		}
		
			#menu ul li.onas:hover, #menu ul li.onas.selected {
				width: 121px;
				background-position: -405px -66px;
			}
		
		#menu ul li.galeria {
			width: 144px;
			background-position: -526px 0;
		}
		
			#menu ul li.galeria:hover, #menu ul li.galeria.selected {
				width: 144px;
				background-position: -526px -66px;
			}
		
		#menu ul li.kontakt {
			width: 163px;
			background-position: -670px 0;
		}
		
			#menu ul li.kontakt:hover, #menu ul li.kontakt.selected {
				width: 163px;
				background-position: -670px -66px;
			}
		
		#menu ul li.higiena {
			width: 127px;
			background-position: -837px 0;
		}
		
			#menu ul li.higiena:hover, #menu ul li.higiena.selected {
				width: 127px;
				background-position: -837px -66px;
			}
		
		#menu ul li a {
			display: block;
			width: 100%; height: 100%;
		}
	
.dane a, #splash a {
	color: #3ec1dc;
	text-decoration: underline;
}

.dane a:hover, #splash a:hover {
	color: #e1a52d;
	text-decoration: underline;
}

.dane .phone
{
	margin-top: 5px;
}

#higienaGfx {
	background: url('../images/skull_higiena.jpg') no-repeat center;
	width: 100%; height: 500px;
}

#formBox {
	width: 452px;
	height: 197px;
	background: url('../images/contact_box.jpg') no-repeat;
}

#formBox textarea {
	width: 385px;
	position: relative;
	top: 25px;
	left: 30px;
	height: 90px;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-family: Arial, Helvetica;
}

#formBox #mail {
	background: none;
	border: none;
	padding-top: 60px;
	padding-left: 30px;
	color: #fff;
}

#formBox #send {
	width: 182px;
	height: 33px;
	background: url('../images/send_btn.png') no-repeat;
	border: none;
	margin-left: 70px;
}

#formBox #send:hover {
	opacity: 0.7;
	cursor: pointer;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}

	#splash {
		width: 700px;
		height: 580px;
		margin: 0 auto;
		background: url('../images/splash.jpg') no-repeat;
		position: relative;
	}
	
	#splash .phone
	{
		margin-top: 5px;
	}
	
	#mainPhotos {
		position: absolute;
		width: 500px;
		height: 100px;
		bottom: 20px;
		left: 0;
	}

	#left {
		float: left;
		width: 450px;
		padding-bottom: 50px;
		color: #fff;
	}
	
	#right {
		float: left;
		margin-left: 40px;
		width: 470px;
		padding-bottom: 50px;
		color: #fff;
	}
	
	#left p, #right p {
		color: #fff;
	}
	
	.intro .capital {
		font-size:50px;
		padding: 5px 5px 2px 4px;
		margin-right: 5px;
		margin-top: 2px;
		float: left;
		font-family: Georgia;
		}

	#left ul {
		list-style: inside circle;
	}
	#left ul li {
		line-height: 1.5;
		margin-bottom: 15px;
	}

#galleryLeft {
	float: left;
	width: 510px;
	padding-bottom: 50px;
	color: #fff;
}

#galleryRight {
	float: left;
	margin-left: 40px;
	width: 410px;
	padding-bottom: 50px;
	color: #fff;
	height: 510px;
	overflow: hidden;
}

.galleryPhoto {
	width: 60px;
	height: 60px;
	padding: 2px;
	margin: 3px;
	float: left;
	text-align: center;
	border: 1px solid #333;
}

.galleryPhoto:hover {
	border: 1px solid #e1a52d;
}

.galleryPhoto a {
	display: block;
	width: 60px;
	height: 60px;
}

.contentPhoto {
	padding: 1px;
	margin: 1px;
	float: left;
	text-align: center;
	border: 1px solid #333;
}

.contentPhoto:hover {
	border: 1px solid #e1a52d;
}

#footer {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

	#footer img {
		padding-bottom: 10px;
	}

	#footer a {
		text-decoration: none;
		color: #aaaaaa;
	}
	
	#footer a:hover {
		text-decoration: underline;
		color: #dddddd;
	}
	
hr {
	margin: 15px 0;
	border: 1px solid #333 ;
	color: #000;
	background-color: #000;
}

.data {
	color: #888888;
	font-size: 12px;
	line-height: 15px;
}

.naviLeft {
	color: #888888 !important;
	float: left;
}

.naviRight {
	color: #888888 !important;
	float: right;
}

.naviLeft a, .naviRight a {
	color: #3ec1dc;
	text-decoration: none;
}

.naviLeft a:hover, .naviRight a:hover {
	color: #e1a52d;
}


