@charset "utf-8";
/* CSS Document */

body { background:url(../images/bg.png) top repeat-x #000; font-family:Tahoma; font-size:12px; color:#000; }

a { color:#000; }
a:hover { text-decoration:none; }

#wrapper { width:870px; margin:0 auto; }

	#top { position:relative; width:inherit; height:147px; background:url(../images/top_bg.png); }
		a#logo { position:absolute; top:26px; left:49px; width:261px; height:81px; display:block; background:url(../images/logotype.png); cursor:pointer; }
		
		ul#menu { margin-right:25px; float:right; background:url(../images/menu_bg.png) repeat-x top; height:128px; }
			ul#menu li { float:left; height:128px; background:url(../images/menu_sep.png) left top no-repeat; }
				ul#menu li:hover, ul#menu li.active { background:url(../images/menu_act.png) left top; }
				ul#menu li a { height:inherit; display:block; padding:0 17px; background-position:center 37px !important; background-repeat:no-repeat !important; }
					ul#menu li a.oferta { background:url(../images/menu_oferta.png); width:75px; }
					ul#menu li a.dojazd { background:url(../images/menu_dojazd.png); width:78px; }
					ul#menu li a.onas { background:url(../images/menu_onas.png); width:59px; }
					ul#menu li a.kontakt { background:url(../images/menu_kontakt.png); width:86px; }
		.menu_sep_last_fix { position:absolute; right:25px; top:0; background:url(../images/menu_sep.png) top left; width:1px; height:128px; display:block; }
		
	#content { padding:0 53px; width:764px; background:url(../images/text_bg.png); padding-bottom:20px; }
		img.title { padding-bottom:10px; }
		img.title.two { padding-top:20px; }
		img.left { float:left; padding-right:15px; }
		p { font-size:12px; line-height:22px; padding-bottom:20px; }
		
	#gallery { width:764px; margin:0 auto; position:relative; height:125px; margin-top:10px; }
		.back, .next { position:absolute; width:50px; height:125px; display:block; }
		.next { left:714px; }
		.back a, .next a { cursor:pointer; margin-top:52px; display:block; width:41px; height:21px; background:url(../images/gallery_back.png) top left; }
		.next a { margin-left:9px; background:url(../images/gallery_next.png) top left no-repeat; }
		.back a.active, .next a.active { background-position:0 -21px; }
		
		div#photosx { position:absolute; left:50px; width:664px; height:125px; overflow:hidden; }
		ul#photos { position:absolute; }
			ul#photos li { display:inline; float:left; padding-right:10px; }
		
		#map_canvas { width:764px; height:300px; }
		
		table.contact { margin:0 auto; }
		table.contact td { padding:6px; border-bottom:1px dotted #ccc; }
		table.contact td.i { font-weight:bold; text-align:right; }
		
	#footer { width:inherit; background:url(../images/footer.png) top left no-repeat; height:50px; line-height:50px; text-align:center; color:#9f9f9f; font-size:11px; }