* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #969473;
	font-size: 8pt;
}

body {
	background-color: #F8F9F3;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

br.clear {
	clear: both;
}

#wrapper {
	margin: auto;
	width: 873px;
}

#top_menu {
	margin-left: 66px;
	width: 739px;
	height: 38px;
	background: url('../img/bg_top.png') repeat-x;
}

#top_menu .left {
	float: left;
	padding: 13px 0 0 20px;
}

#top_menu .left li {
	display: inline;
}

#top_menu .left li a {
	color: #A5A38E;
}

#top_menu .right {
	float: right;
	padding: 16px 40px 0 0;
}

#top_menu .right li {
	float: left;
	padding: 0 5px;
}

#top_menu .right li a {
	display: block;
	width: 11px;
	height: 9px;
}

#top_menu .right li a.home {
	background: url('../img/home_button.png');
}

#top_menu .right li a.contact {
	background: url('../img/mail_button.png');
}

#top_menu .right li a.sitemap {
	height: 10px;
	background: url('../img/sitemap_button.png');
}

#top_menu .right li a:hover {
	background-position: 0 -100%;
}

#top {
	float: left;
	width: 100%;
	height: 224px;
	background: url('../img/top.png');
}

#main_menu {
	padding: 150px 0 0 80px;
}

#main_menu li {
	float: left;
}

#main_menu li a {
	display: block;
	height: 36px;
	float: left;
	margin-right: -4px;
}

#main_menu li a.o_nas {
	width: 62px;
	background: url('../img/menu_o_nas.png');
}

#main_menu li a.oferta {
	width: 65px;
	background: url('../img/menu_oferta.png');
}

#main_menu li a.kontakt {
	width: 74px;
	background: url('../img/menu_kontakt.png');
}

#main_menu li a.lokalizacja {
	width: 93px;
	background: url('../img/menu_lokalizacja.png');
}

#main_menu li a:hover {
	background-position: 0 -36px;
}

#main_menu li a.active {
	background-position: 0 -72px;
}

#content {
	float: left;
	margin-left: 66px;
	padding: 30px 20px 0 20px;
	width: 699px;
	background: url('../img/bg_content.png') no-repeat;
}

#content h1{
	font-size: 14pt;
	color: #8B7B59;
}

#content h1 span {
	font-size: 14pt;
	color: #ECB961;
}

#content h2 {
	padding-left: 10px;
	padding-bottom: 10px;
}

#content ul.disc {
	list-style-type: disc;
	padding-left: 40px;
}

#content ul.disc li {
	line-height: 14px;
}

#content .offer {
	float: right;
	width: 280px;
}

#content .gallery_box {
	float: left;
	width: 346px;
	margin-right: 40px;
	position: relative;
}

#content .gallery_box .top, #content .gallery_box .bottom{
	width: 346px;
	height: 5px;
	background: url('../img/gallery_box_top.png') no-repeat;
}

#content .gallery_box .content {
	width: 326px;
	padding: 5px 10px 2px 10px;
	background: url('../img/gallery_box_bg.png') repeat-y;
}

#content .gallery_box .bottom {
	height: 8px;
	background: url('../img/gallery_box_bottom.png') no-repeat;
}

#content .gallery_categories {
	padding-top: 20px;
	width: 400px;
	float: left;
	clear: left;
}

#content .gallery_categories ul {
	padding-left: 15px;
	float: left;
}

#content .gallery_categories ul li{
	line-height: 16px;
}

#content .gallery_categories a {
	color: #90aa1f;
	text-decoration: underline;
}

#content .gallery_categories a:hover {
	color: #adcc27;
}

#content #slider ul li {
	width: 326px;
	height: 227px;
	float: left;
	text-align: center;
	background: white;
}

#prev_button, #next_button {
	display: block;
	width: 25px;
	height: 46px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

#prev_button {
	left: -23px;
}

#next_button {
	right: -23px;
}			
	
#prev_button a, #next_button a {  
	display: block;
	width: 25px;
	height: 46px;
	background: url('../img/left_arrow.png') no-repeat;	
}

#prev_button a:hover, #next_button a:hover {
	background-position: 0 -46px;
}
	
#next_button a{
	background: url('../img/right_arrow.png') no-repeat;	
}

#content .wide_box {
	float: left;
	width: 398px;
	margin-right: 40px;
}

#content .wide_box .top, #content .wide_box .bottom{
	width: 398px;
	height: 10px;
	background: url('../img/wide_box_top.png') no-repeat;
}

#content .wide_box .content {
	width: 378px;
	padding: 5px 10px 2px 10px;
	background: url('../img/wide_box_bg.png') repeat-y;
}

#content .wide_box .bottom {
	height: 9px;
	background: url('../img/wide_box_bottom.png') no-repeat;
}

#content #map {
	width: 378px;
	height: 220px;
}

#content #map.active {
	background: none;
}

#content #map.inactive {
	cursor: pointer;
	background: url('http://maps.google.com/maps/api/staticmap?center=50.877148,18.423159&amp;zoom=12&amp;size=378x220&amp;markers=color:red|50.877148,18.423159&amp;sensor=false') no-repeat;
}

#content .map_link
{
	float: left; 
	clear: left;
	font-weight: bold;
}

#content .map_link:hover
{
	text-decoration: underline;
}

#content .sitemap a {
	font-weight: bold;
}

#content .sitemap p {
	padding: 0 0 5px 7px;
}

#footer {
	float: left;
	width: 100%;
	background: url('../img/footer.html');
}

#footer .top {
	margin-left: 58px;
	position: relative;
}

#footer .top div.box {
	float: left;
	width: 485px;
	margin: 40px 0 10px 10px;
}

img.box, div.box div {
	float: left;
}

#footer .top div.box .content {
	width: 445px;
	padding: 8px 20px;
	background-color: white;
}

#footer .top div.box .content .contact {
	float: left; 
	padding-top: 5px;
}

#footer .top div.box .content .contact, #footer .top div.box .content .contact a, #footer .top div.box .content .contact a span {
	font-size: 12pt;
}

#footer .top .woman {
	position: absolute;
	bottom: 42px;
	right: 34px;
}

#footer .top .line {
	float: left;
	clear: left;
}


#footer .bottom {
	margin-left: 66px;
	clear: both;
	text-align: right;
	width: 719px;
	padding: 10px;
	height: 35px;
	background: url('../img/bg_footer_bottom.png') repeat-x;
}

#copyright, #copyright a {
	width: 100%;
	color: #C9C0A6;
	font-size: 8pt;
	font-weight: normal;
	padding-bottom: 5px;
}

#footer_menu {
	list-style-type: none;
	float: right;
	margin-right: -8px;
}

#footer_menu li {
	float: left;
	color: #b0bd7a;
}

#footer_menu a {
	padding: 0 8px;
	font-size: 8pt;
	color: #b0bd7a;
}

#footer_menu a:hover {
	text-decoration: underline;
}