body {
margin: 0px 0px; padding: 0px 0px; 
font-size: 12px;
font-family: Tahoma;
color: #434343;
background: #f7bc26 url('../images/top.jpg') no-repeat top center;
}

img { border: 0px; }
a { text-decoration: none; }
.clear { clear: both}
li { list-style: none; }
ul,li, li a { margin: 0px 0px; padding: 0 0px}
li ul li { margin: 0px 0px; padding: 0px 0px; }
#top {
	width: 100%;
	height: 242px;
	background:	#fff url('../images/top.jpg') no-repeat top center
}

#menu-cont { width: 910px; margin: 0 auto; height: 233px; padding-top: 9px; background: #fff url('../images/top-menu.jpg') no-repeat}
#logo { width: 100px; height: 202px; padding-left: 24px; font-size: 0px;  }
#menu li { padding: 8px 28px; background: url('../images/sep.gif') 0 4px no-repeat}
#menu li a {color: #000}
#menu li.currentCategory  a {color: #cc480a; font-weight: bold; } 
#menu li.currentCategory {border-top: 4px solid #f7bc27; padding-top: 4px; background-position: 0}
.cont { width: 974px; margin: 0 auto; margin-top: 1px; padding-left: 16px; background:url('../images/bg-cont.png') repeat-y}
#menu li a:hover {color: #cc480a; }
#menu li:hover {border-top: 4px solid #f7bc27; padding-top: 4px;background-position: 0}
#dol { background: #f7bc26 url('../images/bg.gif') repeat-x}
#navig { height: 20px; padding: 25px 0 0 35px; font-size: 11px; font-weight: bold}
#navig a{color: #313131; text-decoration: underline}
#cont2 { width: 880px; padding: 32px 10px 50px 11px; margin-left: 24px; border: 4px solid #d1d1d1; background: #fafdd3 url('../images/srodek2.jpg') no-repeat}
.title,.Header { clear: both; padding-left: 15px; font-size: 24px; margin-bottom: 38px; background: url('../images/kwadrat.gif') no-repeat left}
.odstep{ clear: both; height: 30px}
#telefon .wiecej {
clear: both; padding: 0px 0px; margin: -30px 0px 0px 0px; text-align: right; position: relative; z-index: 10; padding: 0px 0px;
}
.wiecej { clear: both; padding: 0px 0px; margin: 0px 0px; text-align: right;}
.wiecej a { color: #eb671a; background: url('../images/wiecej.gif') no-repeat left 6px; padding: 0px 0px 0px 10px; text-decoration: underline;}
#kontakt table { width: 295px}
#telefon { text-align: left; background: url('../images/telefon.gif') no-repeat right top; padding: 0px 0px; margin: 0px 0px;}
#left { float: left; width: 300px}
#left img { margin-bottom: 11px}
#left li{ margin-left: 5px; font-family: Verdana; font-weight: bold; padding-left: 8px; line-height: 20px; background: url('../images/kropka.gif') no-repeat left }
#left li a{ color:#333333  }
#left li a:hover{ text-decoration: underline }
#right { float: right; width: 540px; line-height: 20px;}
#oferta-dol { margin-bottom: -35px; margin-top: 50px}
#oferta-dol img { width: 143px; height: 58px;}
#foot { width: 934px; padding: 15px 0 15px 24px; clear: both; margin-top: 11px; color: #fff; background: #eb671a}
#foot a{ color: #1a171b}
#foot-right  { float: right; padding-right: 26px}
#foot-right a { color: #fff}

#foot li,#foot ul,#menu li { float: left}
#foot ul li ul,#menu ul li ul{ display: none}
#foot li {margin-left: 38px; display: inline}
#foot ul{margin-left: 35px; display: inline}
#foot li a:hover,#foot li.currentCategory  a { color: #fff; text-decoration: underline}

.ImageContainer  { float: left; padding: 0 15px 15px 0}
#aktualnosci .ImageContainer{display: none;}
.news_title, .news_added {font-weight: bold; float: left}
.news_title { margin-left: 20px}
.news_wykonawca { clear: both}


.ArtykulZGaleria1 .scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 465px;
	height:110px;
	margin: 0px 0px 0px 0px;
	z-index: 100;

	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:465em;
	position:absolute;
	clear:both;
}
.scrollable .GalleryElem {
padding: 0px 0px 0px 0px;
margin: 0px 0px;
}
.scrollable .GalleryElem a {
padding: 0px 0px; margin: 0px 0px; float: left; width: 118px; overflow: hidden;
}

/* single scrollable item */
.scrollable img {
	margin:0px 0px 0px 0px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:100px;
}

/* active item */
.scrollable .active {
	z-index:5;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}
.items .clear {
display: none;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:26px;
	height:26px;
	float:left;
	margin:30px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -26px; clear:right; margin: 36px 0px 0px 10px;}
a.right:hover 		{ background-position:-26px -26px; }
a.right:active 	{ background-position:-54px -26px; } 


/* left */
a.left				{ margin: 36px 10px 0px 0px; } 
a.left:hover  		{ background-position:-26px 0; }
a.left:active  	{ background-position:-54px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
