.promotions {
	width: 980px;
	height: 172px;
	display: block;
	float: left;
	background: url('../../dom/gfx/promo_bg.png') no-repeat 0px 0px;
}

	.promotions h1 {
		margin: 10px;
		font-size: 18px;
		text-transform: uppercase;
		color: #111;
	}
	
	
	.promotions .auto {
		height: 121px;
		width: 313px;
		float: left;
		display: block;
		background: #fff url('../../dom/gfx/autoh_bor.png') no-repeat right center;
		margin-left: 10px;
	}
	
		.promotions .auto img {
			width: 161px;
			height: 121px;
			float: left;
			border-right: 3px solid #eaeaea;
			background: #fff url('../../dom/gfx/foto_loader.gif') no-repeat center center;
			margin-right: 7px;
		}
		.promotions .auto ul.opis {
			float: left;
			list-style: none;
		}
			.promotions .auto li a {
				display: block;
				padding: 3px 0;
				color: #404040;
				font-size: 11px;
			}
			
			.promotions .auto li h2 a {
				font-size: 15px;
				text-transform: uppercase;
				padding: 10px 0;
			}
	
	
	
	
	
	
	
.oddzialy {
	width: 242px;
	height: 172px;
	display: block;
	float: left;
	background: url('../../dom/gfx/promo_bg.png') no-repeat -738px 0px;
}
	.oddzialy h1 {
		margin: 10px;
		font-size: 18px;
		text-transform: uppercase;
		color: #404040;
	}
	
	.oddzialy .adres {
		width: 115px;
		font-size: 14px;
		text-transform: uppercase;
		color: #404040;
		float: left;
		margin-left: 10px;
	}
	.oddzialy .telefon {
		width: 90px;
		font-size: 16px;
		text-transform: uppercase;
		color: #404040;
		float: left;
		background: url('../../dom/gfx/tel_ico.png') no-repeat left center;
		padding: 6px 0 6px 25px;
	}
	.oddzialy .dots {
		clear: both;
		height: 3px;
		background: url('../../dom/gfx/o_dots.png');
		margin: 6px 10px;
	}
	


.slider {
	float: left;
	width: 495px;
	height: 215px;
	background: url('../../dom/gfx/foto_loader.gif') no-repeat center center;
	margin: 25px 0 0 10px;
}
	.slider img {
		display: none;
	}

.uslugi_buttons {
	display: block;
	width: 980px;
	margin: 5px 0 25px 0;
}

	.uslugi_buttons a {
		display: block;
		float: left;
		width: 326px;
		height: 100px;
	}
	.uslugi_buttons a:hover {
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	

	
	
.witamy_text {
	float: left;
	width: 495px;
	margin: 0 0 25px 10px;
}

	.witamy_text h1 {
		background: url('../../dom/gfx/belka_y.png') no-repeat left center;
		font-size: 18px;
		color: #111;
		padding: 7px 10px;
		display: block;
		text-transform: uppercase;
	}
	.witamy_text h2 {
		margin: 15px 10px;
		font-size: 15px;
		color: #404040;
		text-transform: uppercase;
	}
	.witamy_text p {
		margin: 10px;
		line-height: 19px;
	}



.oferta_button {
	display: inline-block;
	height: 28px;
	width: 100px;
	background: url('../../dom/gfx/butt_oferta.png') no-repeat center center;
	margin-left: 10px;
}


