/* CSS Document */

/* ogólne */
body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#757575;
	background-image:url(images/Page-BgTexture.jpg);
	background-repeat:repeat-x;
}
a {
	text-decoration:none;
	color:#757575;
}
a:hover {
	text-decoration:underline;
	color:#e14b16;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table { margin:10px 5px;}
tr {}
th { border:1px #CCCCCC solid; padding:2px; border-bottom:2px #999999 solid; background-color:#EBEBEB; text-align:left;}
td { border:1px #CCCCCC solid; padding:2px; text-align:left;}

/* nagłówek */
#header {
	width:980px;
	margin:10px auto 0px auto;
	background-image:url(images/Header.jpg);
	background-repeat:no-repeat;
	height:360px;
	position:relative;
}
#www {
	position:absolute;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.2em;
	right:40px;
	bottom:50px;
}
#szukajka {
position:absolute;
top: 60px;
right: 20px;
}
#szukajka label {
display:none;	
}

/* menu poziome */
#menu {
	background-image:url(images/nav.png);
	background-repeat:repeat-x;
	height:30px;
}
#menu-box {
	width:980px;
	margin:0px auto;
	line-height:30px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
#menu-box a {
	color:#FFFFFF;
}
#menu-box a:hover {
	color:#ffee00;
}

/* tresc */
#tresc {
	background-image:url(images/bg-tresc.png);
	background-repeat:repeat-y;
	width:980px;
	margin:20px auto 0px auto;
}
/* klasy */
.menu .menu {
	padding:5px 0px 5px 0px;
	
}
li.last{
	padding-bottom:20px;
}
.menu-header-l, .menu-header-r {
	height:36px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background-repeat:no-repeat;
}
#left .menu-header-l {
	background-image:url(images/BlockHeaderL.png);
	padding:8px 0px 0px 12px;
	width:198px;
}
#right .menu-header-l {
	background-image:url(images/BlockHeaderR.png);
	padding:8px 0px 0px 22px;
	width:188px;
}
#foot1 .menu-header-l{
	display:none;
}
.menu-header-r {
	background-image:url(images/BlockHeaderR.png);
	padding:8px 0px 0px 22px;
	width:188px;
}
.menuL {
	padding:0px 0px 10px 0px;
}
#left li.collapsed , #left li.leaf , #left li.expanded {
	font-weight:bold;
	background-image:url(images/bullet1.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:4px 10px 8px 30px;
	list-style-type: none;
	list-style-image: url(../../misc/menu-collapsed.png); /* LTR */
}

#right li.collapsed , #right li.leaf , #right li.expanded {
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:left top;
	list-style-type: none;
	list-style-image: none;
	font-weight:bold;
	padding:4px 0px 4px 20px;
}
#right li.last {
	padding-bottom:15px;
}
#left li.expanded li.leaf{
	color:#454444;
	font-size:10px;
	background-image:url(images/bullet2.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 0px 0px 12px;
	line-height:14px;
}
.subleaf a {
	color:#454444;
}
.menuR {
	padding:0px 0px 10px 10px;
}
.menuR li {
	font-weight:bold;
	padding:4px 0px 4px 20px;
}
.art {
	width:530px;
	margin:0px auto 20px auto;
}
.textHeader {
	background-image:url(images/TextHeader.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 10px 50px;
}
.textHeader h1 {
	font-size:12px;
	font-weight:bold;
	color:#e14b16;
}
.textInfo {
	font-size:10px;
	padding:4px 0px;

}
.text {
	line-height:18px;
	text-align:justify;
	color:#333333;
	font-size:11px;
}

.text p { padding:4px 0px 2px 0px;}
.text h1 { font-size:16px; padding:10px 0px 2px 0px;}
.text h2 { font-size:14px; padding:8px 0px 2px 0px;}
.text h3 { font-size:12px; padding:8px 0px 2px 0px;}
.text h4 { font-size:11px; text-decoration:underline; padding:8px 0px 2px 0px;}
.text ol { list-style:decimal; margin:8px 0px 8px 20px;}
.text ul { list-style:circle; margin:8px 0px 8px 20px;}
.text li { padding:0px 0px 0px 5px;}
.textFoot {
	background-image:url(images/textInfoIcon.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:4px 10px;
	font-size:10px;
}
.textFoot a {
	font-weight:bold;
	text-decoration:underline;
}


/* blok lewy */
#left {
	width:210px;
	float:left;
}

/* blok srodek */
#middle {
	float:left;
	width:530px;
	padding:0px 15px 30px 15px;
}

/* blok prawy */
#right {
	width:210px;
	float:right;
}
#SklepOnLine {
	background-image:url(images/SklepOnLine.png);
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:80px;
	margin-left:10px;
	text-indent:-999em;
	display:block;
}
#reklama {
	width:200px;
	height:300px;
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	display:block;
	margin-left:10px;
	text-indent:-999em;
}

/* foot1 */
#foot1 {
	background-color:#545454;
	color:#fff;
	text-align:center;
}
#foot1 a {
	font-weight:normal;
}
#foot-menu1 {
	padding:20px 0px 9px 0px;
}
#foot-menu1 a {
	color:#fff;
}
#foot-menu2 {
	padding:9px 0px 18px 0px;
}
#foot-menu2 a {
	color:#fff;
}

/* foot2 */
#foot2 {
	background-color:#393939;
	color:#fff;
}
#foot2 a {
	color:#fff;
}
#foot2-box {
	width:980px;
	margin:0px auto;
	height:30px;
	line-height:30px;
}
#one, #two, #three {
	width:210px;
	text-align:center;
}
#one {
	float:left;
}
#two {
	float:left;
	margin:0px 175px;
}
#three {
	float:right;
}
