@charset "utf-8";
/* CSS Document */

/* kontener */
#nm_container {
	width: 990px;
	margin: 0 auto;
}

/* naglowek */
#nm_head {
	height: 104px;
	width: 100%;
	background: #1b1b1b;
}
#nm_head #logo {
	padding: 0;
	margin: 0 auto;
	height: 104px;
	width: 960px;
	background: url(../images/layout/headmenu/bg_main.png) no-repeat;

}
#nm_head #logo a {
	width: 226px;
	height: 80px;
	margin: 10px 0 0 20px;
	float: left;
	overflow: hidden;
	position: relative;
	text-indent: -9999em;
}

/* menu poziome */
#nm_headmenu {
	position: relative;
	width: 100%;
	height: 44px;
	background: url(../images/layout/headmenu/bg_menu_inf.png);
}
#nm_headmenu .container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 960px;
	height: 44px;
	margin-left: -480px;
background: url(../images/layout/headmenu/bg_menu.png);
}

#nm_headmenu ul {
	float: left;
	padding: 10px 0 0 0;
	list-style: none;
background: green;
}
#nm_headmenu li {
	position: absolute;
	height: 34px; 
}
#nm_headmenu a {
	height: 34px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	background-repeat: no-repeat;
}
#nm_headmenu li.zIndexTop {
	z-index: 30;
}

.but_gotowkowe { z-index: 15; }
.but_gotowkowe a { width: 140px; background: url(../images/layout/headmenu/but_kredyty_off.png); }
.but_gotowkowe a.checked { background: url(../images/layout/headmenu/but_kredyty_on.png); }

.but_do1k { z-index: 14; margin-left: 95px; }
.but_do1k a { width: 171px; background: url(../images/layout/headmenu/but_do1k_off.png); }
.but_do1k a.checked { background: url(../images/layout/headmenu/but_do1k_on.png); }

.but_1kdo5k { z-index: 13; margin-left: 232px; }
.but_1kdo5k a { width: 171px; background: url(../images/layout/headmenu/but_1kdo5k_off.png); }
.but_1kdo5k a.checked { background: url(../images/layout/headmenu/but_1kdo5k_on.png); }

.but_5kdo100k { z-index: 12; margin-left: 371px; }
.but_5kdo100k a { width: 171px; background: url(../images/layout/headmenu/but_5kdo100k_off.png); }
.but_5kdo100k a.checked { background: url(../images/layout/headmenu/but_5kdo100k_on.png); }

.but_pow100k { z-index: 11; margin-left: 510px; }
.but_pow100k a { width: 171px; background: url(../images/layout/headmenu/but_powyzej100k_off.png); }
.but_pow100k a.checked { background: url(../images/layout/headmenu/but_powyzej100k_on.png); }

#nm_headmenu form {
	padding: 12px 0 0 0;
	float: right;
	width: 207px;
}
#nm_headmenu .word {
	float: left;
	width: 180px;
	height: 15px;
	margin-right: 4px;
	background: #787878;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #545454;
	border-right: 1px solid #7d7d7d;
	font-size: 0.9em;
	color: #c7c7c7;
}
#nm_headmenu .submit {
	float: left;
}

/* stopka */
#nm_foot {
	width: 775px;
	margin: 0 auto;
}
#nm_foot a {
	text-decoration: none;
}
#nm_foot a:hover {
	text-decoration: underline;
}
#nm_foot ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	height: 60px;
	margin: 0 0 0 25px;
	padding: 0;
}
#nm_foot li {
	width: 140px;
	float: left;
	margin: 0;
	padding: 17px 0 0 3px;
}
#nm_foot li a.logo {
	width: 99px;
	height: 23px;
	float: left;
	overflow: hidden;
	position: relative;
	text-indent: -9999em;
	background: url(../images/layout/foot_logo.png) no-repeat;	
}
#nm_footcontent {
	margin-top: 20px;
}
#nm_footcontent .content {
	background-color: #FFF;
}
#nm_footlinks {
	padding: 5px 0 5px 0;
	text-align: center;
}

/* pozycje */
#nm_left {
	float: left;
	width: 200px;
}
#nm_content {
	float: right;
	width: 775px;
}
#nm_centralLeft {
	width: 379px;
	float: left;
}
#nm_centralRight {
	width: 379px;
	float: right;
}


.b_50x20      { background: #cccccc; border: 0 none; color: #ffffff; float: right; height: 20px; margin-top: 5px; margin-right: -8px; padding: 0 0 2px 0; width: 50px; }
.b_50x20_1    { background: #cccccc; border: 0 none; color: #ffffff; float: right; height: 20px; margin-top: 5px; margin-right: 10px; padding: 0 0 2px 0; width: 50px; }
.i_150x20     { margin: 2px 0 4px 2px; width: 150px; }
#newsletterMessage  { color: #ff0000; padding: 5px 0; text-align: center; }
.label        { color: #48493f; display: block; font-size: 11px; font-weight: bold; margin-left: 2px; }
