@CHARSET "UTF-8";

/* tresc */
div#content {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}
div.column {
	float: left;
	width: 290px;
	margin-right: 14px;
	margin-bottom: 50px;
	overflow: hidden;
}
a#link_to_shop {
	background: url('sklep_img2.jpg');
}
a#link_to_services {
	background: url('uslugi_img2.jpg');
}
a#link_to_developer {
	background: url('developer_img2.jpg');
}
a#link_to_shop:hover, a#link_to_services:hover, a#link_to_developer:hover {
	background-position: bottom;
}
div.column a.section {
	text-indent: -9999px;
}
a.section {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 15px 0;
	height: 200px;
}
div#third_column {
	margin: 0;	
}
ul.offer {
	margin-top: 10px;
}
ul.offer li {
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
}
ul.offer li:hover {
	background: #f8f2be;
}
ul.offer li a {
	color: #ff7f00;
	text-transform: capitalize;
	width: 100%;
	display: block;
}
div#open_days {
	position: absolute;
	width: 350px;
	height: 379px;
	top: 130px;
	left: 400px;
	background-image: url('open_days.png');	
	z-index: 100;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
}
div#open_days h2 {
	text-indent: -1000px;
	overflow: hidden;
	display: inline;
}
div#open_days p {
	text-indent: -1000px;
	overflow: hidden;
}
div#open_days.hidden {
	display: none;
}