/* Body */

body {
	background-color:#0F0F0F;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	line-height:14px;
	font-family:Tahoma, Arial, sans-serif;
	color:rgb(64, 64, 64);
	text-align:center;
	}
	
/* Header */

body#kitchens h1 {
	font-weight:100;
	font-size:15px;
	line-height:19px;
	padding:0px 0px 12px 0px;
	margin:0px 0px 0px 0px;
	color:rgb(255, 0, 6);
	
	}
	
body#kitchens h2 {
	/*font-weight:100;*/
	font-size:12px;
	line-height:17px;
	padding:0px 0px 6px 0px;
	margin:0px 0px 5px 0px;
	/*color:rgb(255, 0, 6);*/
	}

body#living h1 {
	font-weight:100;
	font-size:15px;
	line-height:19px;
	padding:0px 0px 12px 0px;
	margin:0px 0px 0px 0px;
	color:rgb(253, 170, 39);
	
	}
	
body#living h2 {
	font-weight:100;
	font-size:13px;
	line-height:17px;
	padding:0px 0px 6px 0px;
	margin:0px 0px 0px 0px;
	color:rgb(253, 170, 39);
	}
	
body#style h1 {
	font-weight:100;
	font-size:15px;
	line-height:19px;
	padding:0px 0px 12px 0px;
	margin:0px 0px 0px 0px;
	color:rgb(237, 25, 115);
	
	}
	
body#style h2 {
	font-weight:100;
	font-size:13px;
	line-height:17px;
	padding:0px 0px 6px 0px;
	margin:0px 0px 0px 0px;
	color:rgb(237, 25, 115);
	}
	
body#design h1 {
	font-weight:100;
	font-size:15px;
	line-height:19px;
	padding:0px 0px 12px 0px;
	margin:0px 0px 0px 0px;
	color:rgb(26, 180, 251);
	
	}

body h2#subtitle {
	font: inherit;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1px 0;
}
/*	
body#design h2 {
	font-weight:100;
	font-size:13px;
	line-height:17px;
	padding:0px 0px 6px 0px;
	margin:0px 0px 0px 0px;
	color:rgb(26, 180, 251);
	}
*/
	    

#sciezki {
	position:absolute;
	top:132px;
	left:auto;
	right:auto;
	height:1px;
	width:934px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 24px;
	}

/* Span */
	
a span {
	display:none;
	}
	
span.bold {
	font-weight:bold;
	}
	
/* Link */

a, .modul a.link {
	font-weight: normal;
	text-decoration:none;
	color: #0000CC;
	outline: 0;
	/*color:rgb(147, 143, 132);*/
	}

a:visited, .modul a.link:visited {
	font-weight: normal;
	text-decoration:none;
	/*color:rgb(147, 143, 132);*/
	color: #0000CC;
	}
	
a:hover, .modul a.link:hover {
	font-weight: normal;
	text-decoration:none;
	color:rgb(177, 173, 162);
	}

a:active, .modul a.link:active {
	font-weight: normal;
	text-decoration:none;
	color:rgb(117, 113, 102);
	}
	
body#kitchens div.text a:link {
	text-decoration:none;
	/*color:rgb(255, 255, 255);*/
	/*background-color:rgb(255, 0, 6);*/
	padding:0px 5px 1px 5px;
	}

body#kitchens div.text a:visited {
	text-decoration:none;
	/*color:rgb(255, 255, 255);*/
	/*background-color:rgb(255, 0, 6);*/
	padding:0px 5px 1px 5px;
	}
	
body#kitchens div.text a:hover {
	text-decoration:underline;
	/*color:rgb(0, 0, 0);*/
	/*background-color:rgb(255, 0, 6);*/
	padding:0px 5px 1px 5px;
	}

body#kitchens div.text a:active {
	text-decoration:underline;
	/*color:rgb(0, 0, 0);*/
	/*background-color:transparent;*/
	padding:0px 5px 1px 5px;
	}
	
body#living div.text a:link {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(253, 170, 39);
	padding:0px 5px 1px 5px;
	}

/*body#living div.text a:visited {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(253, 170, 39);
	padding:0px 5px 1px 5px;
	}
	
body#living div.text a:hover {
	text-decoration:none;
	color:rgb(0, 0, 0);
	background-color:rgb(253, 170, 39);
	padding:0px 5px 1px 5px;
	}

body#living div.text a:active {
	text-decoration:none;
	color:rgb(0, 0, 0);
	background-color:transparent;
	padding:0px 5px 1px 5px;
	}

body#style div.text a:link {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(237, 25, 115);
	padding:0px 5px 1px 5px;
	}

body#style div.text a:visited {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(237, 25, 115);
	padding:0px 5px 1px 5px;
	}
	
body#style div.text a:hover {
	text-decoration:none;
	color:rgb(0, 0, 0);
	background-color:rgb(237, 25, 115);
	padding:0px 5px 1px 5px;
	}

body#style div.text a:active {
	text-decoration:none;
	color:rgb(0, 0, 0);
	background-color:transparent;
	padding:0px 5px 1px 5px;
	}

body#design div.text a:link {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(26, 180, 251);
	padding:0px 5px 1px 5px;
	}

body#design div.text a:visited {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(26, 180, 251);
	padding:0px 5px 1px 5px;
	}
	
body#design div.text a:hover {
	text-decoration:none;
	color:rgb(0, 0, 0);
	background-color:rgb(26, 180, 251);
	padding:0px 5px 1px 5px;
	}

body#design div.text a:active {
	text-decoration:none;
	color:rgb(0, 0, 0);
	background-color:transparent;
	padding:0px 5px 1px 5px;
	}
	
body#info div.text a:link {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(152, 176, 11);
	padding:0px 5px 1px 5px;
	}

body#info div.text a:visited {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(152, 176, 11);
	padding:0px 5px 1px 5px;
	}
	
body#info div.text a:hover {
	text-decoration:none;
	color:rgb(0, 0, 0);
	background-color:rgb(152, 176, 11);
	padding:0px 5px 1px 5px;
	}

body#info div.text a:active {
	text-decoration:none;
	color:rgb(0, 0, 0);
	background-color:transparent;
	padding:0px 5px 1px 5px;
	}*/

body#kitchens ul.menu a:link, body#kitchens ul.menu a:visited {
	display:block;
	width: 170px;
	height:20px;
	color:rgb(147, 143, 132);
	padding:4px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	}
	
body#kitchens ul.menu a:hover {
	color:rgb(16, 15, 15);
	background-color:rgb(255, 0, 6);
	}
	
body#living ul.menu a:link, body#living ul.menu a:visited {
	display:block;
	width: 170px;
	height:20px;
	color:rgb(147, 143, 132);
	padding:4px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	}
	
body#living ul.menu a:hover {
	color:rgb(16, 15, 15);
	background-color:rgb(253, 170, 39);
	}
	
body#style ul.menu a:link, body#style ul.menu a:visited {
	display:block;
	width: 170px;
	height:20px;
	color:rgb(147, 143, 132);
	padding:4px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	}
	
body#style ul.menu a:hover {
	color:rgb(16, 15, 15);
	background-color:rgb(237, 25, 115);
	}
	
body#design ul.menu a:link, body#design ul.menu a:visited {
	display:block;
	width: 170px;
	height:20px;
	color:rgb(147, 143, 132);
	padding:4px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	}
	
body#design ul.menu a:hover {
	color:rgb(16, 15, 15);
	background-color:rgb(26, 180, 251);
	}
	
body#info ul.menu a:link, body#info ul.menu a:visited {
	display:block;
	width: 170px;
	height:20px;
	color:rgb(147, 143, 132);
	padding:4px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	}
	
body#info ul.menu a:hover {
	color:rgb(16, 15, 15);
	background-color:rgb(152, 176, 11);
	}
	
body#kitchens ul.menu a:active, body#living ul.menu a:active, body#style ul.menu a:active, body#design ul.menu a:active, body#info ul.menu a:active {
	color:rgb(147, 143, 132);
	}

body#kitchens ul.submenu a:link, body#kitchens ul.submenu a:visited {
	display:block;
	height:20px;
	color:rgb(147, 143, 132);
	padding:4px 0px 0px 5px;
	margin:0px 0px 0px 0px;}
	
body#kitchens ul.submenu a:hover {
	color:rgb(16, 15, 15);
	background-color:rgb(255, 0, 6);
	}
	
body#living ul.submenu a:link, body#living ul.submenu a:visited {
	display:block;
	height:20px;
	color:rgb(147, 143, 132);
	padding:4px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	}
	
body#living ul.submenu a:hover {
	color:rgb(16, 15, 15);
	background-color:rgb(253, 170, 39);
	}
	
body#style ul.submenu a:link, body#style ul.submenu a:visited {
	display:block;
	height:20px;
	color:rgb(147, 143, 132);
	padding:4px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	}
	
body#style ul.submenu a:hover {
	color:rgb(16, 15, 15);
	background-color:rgb(237, 25, 115);
	}
	
body#design ul.submenu a:link, body#design ul.submenu a:visited {
	display:block;
	height:20px;
	color:rgb(147, 143, 132);
	padding:4px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	}
	
body#design ul.submenu a:hover {
	color:rgb(16, 15, 15);
	background-color:rgb(26, 180, 251);
	}
	
body#info ul.submenu a:link, body#info ul.submenu a:visited {
	display:block;
	height:20px;
	color:rgb(147, 143, 132);
	padding:4px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	}
	
body#info ul.submenu a:hover {
	color:rgb(16, 15, 15);
	background-color:rgb(152, 176, 11);
	}
	
body#kitchens ul.submenu a:active, body#living ul.submenu a:active, body#style ul.submenu a:active, body#design ul.submenu a:active, body#info ul.submenu a:active {
	color:rgb(147, 143, 132);
	}
/* Button */

#top_menu {
	position:absolute;
	top:98px;
	left:auto;
	height:33px;
	width:994px;
	}
	
#top2 {
	float:left;
	display:block;
	width:24px;
	height:33px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(images/top2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}

#kitchens_button_text {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#kitchens_button_text a:link, #kitchens_button_text a:visited {
	display:block;
	width:85px;
	height:33px;
	background: url("images/kitchens_button_dark.jpg") 0px 0px no-repeat;
	}

#kitchens_button_text a:hover, #kitchens_button_text a:active {
	background: url("images/kitchens_button_dark.jpg") 0px -33px no-repeat;
	}
	
body#kitchens #kitchens_button_text a:link, body#kitchens #kitchens_button_text a:visited {
	display:block;
	width:85px;
	height:33px;
	background: url("images/kitchens_button.jpg") 0px -33px no-repeat;
	}

body#kitchens #kitchens_button_text a:hover, body#kitchens #kitchens_button_text a:active {
	background: url("images/kitchens_button.jpg") 0px -33px no-repeat;
	}
	
#top3 {
	float:left;
	display:block;
	width:109px;
	height:33px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(images/top3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
#living_button_text {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#living_button_text a:link, #living_button_text a:visited {
	display:block;
	width:56px;
	height:33px;
	background: url("images/living_button_dark.jpg") 0px 0px no-repeat;
	}

#living_button_text a:hover, #living_button_text a:active {
	background: url("images/living_button_dark.jpg") 0px -33px no-repeat;
	}
	
body#living #living_button_text a:link, body#living #living_button_text a:visited {
	display:block;
	width:56px;
	height:33px;
	background: url("images/living_button.jpg") 0px -33px no-repeat;
	}

body#living #living_button_text a:hover, body#living #living_button_text a:active {
	background: url("images/living_button.jpg") 0px -33px no-repeat;
	}
	
#top4 {
	float:left;
	display:block;
	width:138px;
	height:33px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(images/top4.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
#style_button_text {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#style_button_text a:link, #style_button_text a:visited {
	display:block;
	width:51px;
	height:33px;
	background: url("images/style_button_dark.jpg") 0px 0px no-repeat;
	}

#style_button_text a:hover, #style_button_text a:active {
	background: url("images/style_button_dark.jpg") 0px -33px no-repeat;
	}
	
body#style #style_button_text a:link, body#style #style_button_text a:visited {
	display:block;
	width:51px;
	height:33px;
	background: url("images/style_button.jpg") 0px -33px no-repeat;
	}

body#style #style_button_text a:hover, body#style #style_button_text a:active {
	background: url("images/style_button.jpg") 0px -33px no-repeat;
	}
	
#top5 {
	float:left;
	display:block;
	width:143px;
	height:33px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(images/top5.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
#design_button_text {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#design_button_text a:link, #design_button_text a:visited {
	display:block;
	width:63px;
	height:33px;
	background: url("images/design_button_dark.jpg") 0px 0px no-repeat;
	}

#design_button_text a:hover, #design_button_text a:active {
	background: url("images/design_button_dark.jpg") 0px -33px no-repeat;
	}
	
body#design #design_button_text a:link, body#design #design_button_text a:visited {
	display:block;
	width:63px;
	height:33px;
	background: url("images/design_button.jpg") 0px -33px no-repeat;
	}

body#design #design_button_text a:hover, body#design #design_button_text a:active {
	background: url("images/design_button.jpg") 0px -33px no-repeat;
	}
	
#top6 {
	float:left;
	display:block;
	width:131px;
	height:33px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(images/top6.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
#info_button_text {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#info_button_text a:link, #info_button_text a:visited {
	display:block;
	width:40px;
	height:33px;
	background: url("images/info_button_dark.jpg") 0px 0px no-repeat;
	}

#info_button_text a:hover, #info_button_text a:active {
	background: url("images/info_button_dark.jpg") 0px -33px no-repeat;
	}
	
body#info #info_button_text a:link, body#info #info_button_text a:visited {
	display:block;
	width:40px;
	height:33px;
	background: url("images/info_button.jpg") 0px -33px no-repeat;
	}

body#info #info_button_text a:hover, body#info #info_button_text a:active {
	background: url("images/info_button.jpg") 0px -33px no-repeat;
	}
	
#top7 {
	float:left;
	display:block;
	width:147px;
	height:33px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(images/top7.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
#logo {
	position:absolute;
	top:10px;
	left:20px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	
#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	display:block;
	width:148px;
	height:54px;
	background: url("images/logobeta.gif") 0px 0px no-repeat;
	}
	
#infolinia {
	position:absolute;
	top:32px;
	left:760px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align: right;
	}
#infolinia big {
  font-size: 12px;
}
	
#infolinia a:link, #infolinia a:visited, #infolinia a:hover, #infolinia a:active {
	display:block;
	width:203px;
	height:34px;
  color: #757166; }
#infolinia a:hover {
	color: #B1ADA2; }
	
/* Div & Paragraph */

body#kitchens #sciezki {
	position:absolute;
	top:132px;
	left:auto;
	right:auto;
	height:1px;
	line-height: 1px;
	width:934px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:rgb(255, 0, 6);
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 24px;
	overflow:hidden;
	}
	
body#kitchens #sciezka {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	
body#kitchens div.sciezka_strzalka {
	float:left;
	height:15px;
	width:7px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	background-image:url(images/kitchens_sciezka.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	}
	
body#living #sciezki {
	position:absolute;
	top:132px;
	left:auto;
	right:auto;
	height:1px;
	width:934px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:rgb(253, 170, 39);
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 24px;
	}
	
body#living #sciezka {
	padding:0px 0px 0px 193px;
	margin:0px 0px 0px 0px;
	}
	
body#living div.sciezka_strzalka {
	float:left;
	height:15px;
	width:7px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	background-image:url(images/living_sciezka.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	}

body#style #sciezki {
	position:absolute;
	top:132px;
	left:auto;
	right:auto;
	height:1px;
	width:934px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:rgb(237, 25, 115);
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 24px;
	}
	
body#style #sciezka {
	padding:0px 0px 0px 387px;
	margin:0px 0px 0px 0px;
	}
	
body#style div.sciezka_strzalka {
	float:left;
	height:15px;
	width:7px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	background-image:url(images/style_sciezka.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	}
	
body#design #sciezki {
	position:absolute;
	top:132px;
	left:auto;
	right:auto;
	height:1px;
	width:934px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:rgb(26, 180, 251);
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 24px;
	}
	
body#design #sciezka {
	padding:0px 0px 0px 582px;
	margin:0px 0px 0px 0px;
	}
	
body#design div.sciezka_strzalka {
	float:left;
	height:15px;
	width:7px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	background-image:url(images/design_sciezka.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	}
	
body#info #sciezki {
	position:absolute;
	top:132px;
	left:auto;
	right:auto;
	height:1px;
	width:934px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:rgb(152, 176, 11);
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 24px;
	}
	
body#info #sciezka {
	padding:0px 0px 0px 775px;
	margin:0px 0px 0px 0px;
	}
	
body#info div.sciezka_strzalka {
	float:left;
	height:15px;
	width:7px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	background-image:url(images/info_sciezka.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	}
	
div.sciezka_link {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	}

#content2 {
	width:994px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	background-color:rgb(28, 28, 28);
	}
	
#top1 {
	position:absolute;
	top:0px;
	left:auto;
	height:98px;
	width:980px;
	background-image:url(images/top1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:rgb(28, 28, 28);
	}
 
#bottom_hr {
	clear: both;
	margin: 0;
	padding: 0;
	min-width: 994px;
	border-top: solid 1px rgb(46, 45, 42);
	}
 
#bottom { 
	clear:both;
	width: 994px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align:left;
	position: relative;
	}

#bottom .box {
	display: inline-block;
	padding: 5px 5px;
	margin: 0 0 0 24px;
	border: solid 1px rgb(46, 45, 42);
	border-top: none;
	width: 160px;
	color: #999;
	line-height: 13px;
	text-align: center;
}
	
#bottom_text {
	position: absolute;
	right: 24px;
	bottom: 20px;
	display: block;
	width: 170px;
	/*min-height: 69px;*/
	/*height: 100%;*/
	/*float: right;*/
	margin: 0;
	color: #666;
	padding: 5px 0 0;
	text-align: right;
	}

#bottom_text div {
	text-align: right;
	line-height: 14px;
	/*background-position: 0px right;
	height: 23px;*/
	}

#bottom_text div a span {
	display: inline;
	color: #333;
	}
/*#copyright1 a:link, #copyright1 a:visited, #copyright1 a:hover, #copyright1 a:active {
	display: inline-block;
	width: 126px;
	height: 23px;
	background: url("images/copyright.jpg") 0px 0px no-repeat;
	}


#projekt a:link, #projekt a:visited, #projekt a:hover, #projekt a:active {
	display: inline-block;
	width: 103px;
	height: 23px;
	background: url("images/projekt.jpg") 0px 0px no-repeat;
	}
	
#realizacja a:link, #realizacja a:visited, #realizacja a:hover, #realizacja a:active {
	display: inline-block;
	width: 122px;
	height: 23px;
	background: url("images/realizacja.jpg") 0px 0px no-repeat;
	}*/

	
#bottom_menu {
	width: 994px;
	padding: 5px;
	color: #999;
	}

#bottom_menu ul {
	display: block;
	list-style: none;
	width: 170px;
	padding: 5px 0 0 24px;
	margin: 0;
	float: left;
	}

#bottom_menu ul li {
	display: block;
	width: 140px;
	padding: 1px 0;
	margin: 0;
	list-style: none;
	}

#bottom_menu ul li a {
	color: #666;
	}

#bottom_menu ul li a:hover {
	color: #999;
	}

#content1 {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	background-color:#111111;
	width: 994px;
	}

#content1 div.link {
	/*display: inline-block;*/
	border-top: solid 1px #404040;
	padding-top: 2px;
	margin: auto;
}


	
#columns {
	clear:both;
	width:994px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:138px 0px 0px 0px;
	}


#columns .page_tresc a {
	text-decoration:none;
	color:#0000CC; /*007ce0; rgb(147, 143, 132);*/
	font-weight: bold;}

#columns .page_tresc a:hover, #columns .page_tresc a:active {
	text-decoration:underline;
	}

div.column {
	float:right;
	padding:0px 34px 0 0;
	margin:0px 0px 0px 0px;
	}
	
div.big_column {
	float:left;
	width:757px;
	padding:0px 0px 32px 24px;
	margin:0px 0px 0px 0px;
	}
	
div.text {
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	height: auto !important;
 	height:304px; /* IE */
	min-height:304px;
	background-color:rgb(235, 235, 235);
	}

#t1 {
	float: left;
	width: 343px;
	display: block;
}
#t2 {
	float: right;
	width: 390px;
	display: block;
}
#t2 p, #t2 p img, #t2 div#map {
  padding: 0;
  margin: 0;
  float: right;
}
#t2 p {
  text-align: justify;
  float: left;
}
#t2 div#map p {
  float: left;
}

#column_bottom {
	clear:both;
	height:0px;
	width:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	
/*#porady_menu {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:rgb(46, 45, 42);
	}*/
	
p {
	padding:0px 0px 12px 0px;
	margin:1px 0px 0px 0px;
	}
	
/* Ul Li */

body#kitchens ul.submenu li.n0 > a.selected {
	color:rgb(16, 15, 15);
	background-color:rgb(255, 0, 6);
	text-decoration: none;
	}
	
body#living ul.submenu li.n0 > a.selected {
	color:rgb(16, 15, 15);
	background-color:rgb(253, 170, 39);
	text-decoration: none;
	}
	
body#style ul.submenu li.n0 > a.selected {
	color:rgb(16, 15, 15);
	background-color:rgb(237, 25, 115);
	text-decoration: none;
	}
	
body#design ul.submenu li.n0 > a.selected {
	color:rgb(16, 15, 15);
	background-color:rgb(26, 180, 251);
	text-decoration: none;
	}
	
body#info ul.submenu li.n0 > a.selected {
	color:rgb(16, 15, 15);
	background-color:rgb(152, 176, 11);
	text-decoration: none;
	}
	

ul.list1 {
	padding:0px 0px 5px 12px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	line-height:18px;
	list-style:disc;
	}

ul.list2 {
	padding:0px 0px 0px 12px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	line-height:17px;
	list-style:disc;
	}
	
ul.menu {
	width:170px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px -1px;
	list-style:none;
	}
	
ul.submenu {
	width:170px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	}


ul.submenu ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
/*#porady_menu li {
	margin: 0;
	padding: 0;
}
#porady_menu ul.submenu li.n0 a {
  padding-left: 5px; 
}
#porady_menu ul.submenu li.n1 a {
  padding-left: 15px;  
  background-position: 5px center;
}
#porady_menu ul.submenu li.n2 a {
  padding-left: 25px;  
  background-position: 15px center;
}
#porady_menu ul.submenu li.n3 a {
  padding-left: 35px;  
  background-position: 25px center;
}
#porady_menu ul.submenu li.n4 a {
  padding-left: 45px;  
  background-position: 35px center;
}
#porady_menu ul.submenu li.n5 a {
  padding-left: 55px;  
  background-position: 45px center;
}
#porady_menu ul.submenu li.n6 a {
  padding-left: 65px;  
  background-position: 55px center;
}*/

/*body#kitchens ul.submenu li a.selected,
body#living ul.submenu li a.selected,
body#style ul.submenu li a.selected,
body#design ul.submenu li a.selected,
body#info ul.submenu li a.selected{
  color: white;
  text-decoration: underline;
}

body#kitchens ul.submenu a.last {
  background-repeat: no-repeat;
  background-image: url(images/kitchens_sciezka.jpg);
}
body#living ul.submenu a.last {
  background-repeat: no-repeat;
  background-image: url(images/living_sciezka.jpg);
}
body#style ul.submenu a.last {
  background-repeat: no-repeat;
  background-image: url(images/style_sciezka.jpg);
}
body#design ul.submenu a.last {
  background-repeat: no-repeat;
  background-image: url(images/design_sciezka.jpg);
}
body#info ul.submenu a.last {
  background-repeat: no-repeat;
  background-image: url(images/info_sciezka.jpg);
}
body#living ul.submenu a.last:hover, 
body#kitchens ul.submenu a.last:hover,
body#style ul.submenu a.last:hover, 
body#design ul.submenu a.last:hover, 
body#info ul.submenu a.last:hover {
  background-image: none;
}

body#kitchen #menu_boczne ul.submenu a.last{
  text-decoration: none;
}*/


/* Image */
	
img {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:none;
	}
	
div.text img {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 12px 12px 0px;
	border:none;
	}

#menu_boczne {
	border-left: solid 1px rgb(46, 45, 42);
	float: right;
	padding: 0px 0px 0 0px;
	margin: 0;
	width: 172px;
	/*padding: 0;
  margin-bottom: 0 0 25px 23px;*/
	/*position: absolute;
	left: 800px;
	top: 138px;*/
	}

#menu_boczne ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#menu_boczne li {
	margin: 0;
	padding: 0;
}
#menu_boczne ul.submenu li.n0 a {
  /*padding-left: 1px;*/  
}
#menu_boczne ul.submenu li.n1 a {
  padding-left: 15px;  
  background-position: 2px center;
}
#menu_boczne ul.submenu li.n2 a {
  padding-left: 25px;  
  background-position: 12px center;
}
#menu_boczne ul.submenu li.n3 a {
  padding-left: 35px;  
  background-position: 22px center;
}
#menu_boczne ul.submenu li.n4 a {
  padding-left: 45px;  
  background-position: 32px center;
}
#menu_boczne ul.submenu li.n5 a {
  padding-left: 55px;  
  background-position: 42px center;
}
#menu_boczne ul.submenu li.n6 a {
  padding-left: 65px;
  background-position: 52px center;
}

#menu_boczne ul.submenu a.selected,
#menu_boczne ul.submenu a.last {
  background-repeat: no-repeat;
  text-decoration: none;
}

body#kitchens #menu_boczne ul.submenu a.selected {
  background-image: url(images/kitchens_sciezka_selected.gif);
}
body#living #menu_boczne ul.submenu a.selected {
  background-image: url(images/living_sciezka_selected.gif);
}
body#style #menu_boczne ul.submenu a.selected {
  background-image: url(images/style_sciezka_selected.gif);
}
body#design #menu_boczne ul.submenu a.selected {
  background-image: url(images/design_sciezka_selected.gif);
}
body#info #menu_boczne ul.submenu a.selected {
  background-image: url(images/info_sciezka_selected.gif);
}
body#kitchens #menu_boczne ul.submenu a.last {
  background-image: url(images/kitchens_sciezka.gif);
}
body#living #menu_boczne ul.submenu a.last {
  background-image: url(images/living_sciezka.gif);
}
body#style #menu_boczne ul.submenu a.last {
  background-image: url(images/style_sciezka.gif);
}
body#design #menu_boczne ul.submenu a.last {
  background-image: url(images/design_sciezka.gif);
}
body#info #menu_boczne ul.submenu a.last {
  background-image: url(images/info_sciezka.gif);
}
body#kitchens #menu_boczne ul.submenu ul a.last,
body#kitchens #menu_boczne ul.submenu ul a.selected {	
	color:rgb(255, 0, 6);
}
body#living #menu_boczne ul.submenu ul a.last, 
body#living #menu_boczne ul.submenu ul a.selected {	
	color:rgb(253, 170, 39);
} 
body#style #menu_boczne ul.submenu ul a.last,
body#style #menu_boczne ul.submenu ul a.selected {	
  color: rgb(237, 25, 115);
}
body#design #menu_boczne ul.submenu ul a.last,
body#design #menu_boczne ul.submenu ul a.selected {	
  color: rgb(26, 180, 251);
}
body#info #menu_boczne ul.submenu ul a.last,
body#info #menu_boczne ul.submenu ul a.selected {	
  color: rgb(152, 176, 11);
}
body#kitchens #menu_boczne ul.submenu a.last:hover,
body#kitchens #menu_boczne ul.submenu a.selected:hover {	
  background-image: none;
  color: rgb(16, 15, 15);
}
body#living #menu_boczne ul.submenu a.last:hover, 
body#living #menu_boczne ul.submenu a.selected:hover {	
  background-image: none;
  color: rgb(16, 15, 15);
} 
body#style #menu_boczne ul.submenu a.last:hover,
body#style #menu_boczne ul.submenu a.selected:hover {	
  background-image: none;
  color: rgb(16, 15, 15);
}
body#design #menu_boczne ul.submenu a.last:hover,
body#design #menu_boczne ul.submenu a.selected:hover {	
  background-image: none;
  color: rgb(16, 15, 15);
}
body#info #menu_boczne ul.submenu a.last:hover,
body#info #menu_boczne ul.submenu a.selected:hover {	
  background-image: none;
  color: rgb(16, 15, 15);
}


#przechowalnia {
	position:absolute;
	top:8px;
  /*left:840px;*/ /* bylo 856px*/
	float: right;
  right: 0px;
	/*width:115px;*/
	padding-left:20px;
	padding-right: 18px;
	margin:0px 0px 0px 0px;
	background-image:url(images/przechowalnia.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#przechowalnia a {
  color: #ff6600;
}
#przechowalnia strong {
  font-weight: bold;
  color: red;
}
.text h2 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 12px;
}
.page h2 {
    border-bottom: 1px solid #404040;
    padding-bottom: 5px;
}
.text p {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
/*  border: 1px solid red;*/
}
.text img.left {
  margin-bottom: 2px;
  padding: 0;
}
.text hr {
  padding: 0;
  margin: 2px 0;
  line-height: 1px;
  height: 2px;
/*  border: 1px solid red;*/
}

.clear {
	clear:both;
	line-height: 1px;
}

/* table */
table, tbody {
  margin-top: 0;
  padding-top: 0;
}
td {
  vertical-align: top;
}
td img, td img.pix {
  margin: 0;
  
} 

.page_tresc {
/*    text-align: justify;*/
}

#kitchens #t1 li {
  list-style-image: url(images/kitchens_bullet.jpg);
  }
  #living #t1 li {
    list-style-image: url(images/living_bullet.jpg);
    }
    #style #t1 li {
      list-style-image: url(images/style_bullet.jpg);
      }
      #design #t1 li {
        list-style-image: url(images/design_bullet.jpg);
	}
	#info #t1 li {
	  list-style-image: url(images/info_bullet.jpg);
	  }
	  
.box_info {

}
.box_info p {
  margin: 0;
  padding: 0;
}
.box_info span {
  display: inline;
}
	  
.modul a, .modul a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00c;
}

.modul a:hover, .modul a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #00c;
}

.modul a.link, .modul a.link:visited {
	font-weight: normal;
	text-decoration:none;
	/*color:rgb(147, 143, 132);*/
	color: #0000CC;
	}
	
.modul a.link:hover, .modul a.link:active {
	font-weight: normal;
	text-decoration: underline;
	color: #00c;
	/*color:rgb(117, 113, 102);*/
	}

.galeria {
   
}
	
.gal {
  text-align: center;
  width: 132px;
  margin: 0px 25px 10px 25px;  
  float: left;
}
