/* CSS Document */

#holder{ 
	width: 780px; 
	margin: 10px auto; padding: 3px;
	background: #fff;
	border: 1px solid #dadada;
	text-align: left; 
}

#header{ 
	width: 100%;
	color: #fff; background: #1f6fbd url(img/bg-header.gif) repeat-x 0 0;
}

#sub-header{ 
	height: 144px;
	padding: 36px 0 0 76px;
	background: #fff url(img/bg-sub-header.jpg) no-repeat 0 0;
}

#content{
	margin-top: 2px;
	width: 100%;
	background: #fff url(img/bg-sidebar.gif) repeat-y 0 0;
}

#side-bar{ 
	float: left;
	width: 191px;
	padding: 0 2px 0 0;
	display: inline; /* ie */
}

#main-content{
	float: right;
	width: 584px;
	margin: 0 0 84px 0;
}

#footer{ 
	position: relative;
	width: 100%; height: 34px;
	margin: 3px 0 0 0;
	color: #fff; background: #1f6fbd url(img/bg-header.gif) repeat-x 0 0;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header strong{
	display: block;
	float: left;
	margin: 0.8em; padding: 0 0 0 20px;
	background: transparent url(img/phone.gif) no-repeat 0 55%;
	font-weight: normal; 
	display: inline; /* ie */
}
#header strong span{ 
	position: absolute; 
	left: -666em;
	font-size: 0;
}

/* ---------- main-nav ------------ */
#menuGlowne { float: right; padding: 0.8em 0; }
#main-nav{
	float: right;
	list-style: none;
	padding: 0.8em 0;
}
#main-nav li{
	float: left;
	padding: 0 1em;
	background: transparent url(img/bg-main-nav.gif) repeat-y 100% 0;
}
#main-nav li.last{ background: none; }
#main-nav a{
	color: #fff;
	text-decoration: none;
}
#main-nav a:hover{
	text-decoration: underline;
}


/* ========================== header end ============================ */

/* ============================ side-bar ============================ */

/* ---------- sub-nav ------------ */

#sub-nav{
	padding: 0 12px;
	background: #999;
	list-style: none;
}
#sub-nav li{
	padding: 10px 0 10px 23px;
	background: #999 url(img/bg-sub-nav.gif) no-repeat 5px 50%;
	border-top: 1px solid #bbb; border-bottom: 1px solid #929292;
}
#sub-nav li.first{ border-top: none; }
#sub-nav li.last{ border-bottom: none; }
#sub-nav a { color: #fff; text-decoration: none; }
#sub-nav a:hover{ text-decoration: underline; }

	#sub-navTytul {
		font-size: 12px;
		color: #2B2B2B;
		margin: 10px 0 7px 7px;
		font-weight: bold;
	}
			#sub-nav li.active a { font-weight: bold; }
			#sub-nav li.level2 { background: none; padding-left: 30px; }
			#sub-nav li.level2 a { color: #333; }
			#sub-nav li.level2 a:hover { background: none; }
			#sub-nav li.level2Active, #sub-nav li.level2Active { background: none; padding-left: 30px; }
			#sub-nav li.level2Active a, #sub-nav ul li.level2Active a:hover { color: #333; text-decoration: none; font-weight: bold; }
			
			#sub-nav ul li.level3 {
				background: none;
			}
			#sub-nav ul li.level3 a {
				color: #2279D0;
				text-decoration: none;
				padding: 4px 0 4px 25px;
			}
			#sub-nav ul li.level3 a:hover {
				color: #2279D0;
				text-decoration: none;
			}
			#sub-nav li.level3Active {
				background: none;
			}
			#sub-nav li.level3Active a, #sub-nav li.level3Active a:hover {
				color: #2279D0;
				padding: 4px 0 4px 25px;
				text-decoration: none;
				font-weight: bold;
			}
			
			#sub-nav ul li.level4 {
				background: none;
			}
			#sub-nav ul li.level4 a {
				color: #2279D0;
				text-decoration: none;
				padding: 4px 0 4px 30px;
			}
			#sub-nav ul li.level4 a:hover {
				color: #2279D0;
				text-decoration: none;
			}
			#sub-nav li.level4Active, #sub-nav li.level4Active {
				background: none;
			}
			#sub-nav li.level4Active a, #sub-nav li.level4Active a:hover {
				padding: 4px 0 4px 30px;
				text-decoration: none;
				font-weight: bold;
				color: #2279D0;
			}


/* ---------- news-list ------------ */

#news-list{
	padding: 12px;
	color: #5b5b5b;
	list-style: none;
}
#news-list li{ margin: 0 0 1em 0; }
#news-list h3{
	margin: 0 0 0.5em 0; padding: 0 0 0.5em 15px;
	font-size: 1em; font-weight: bold;
	background: transparent url(img/arrow-down.gif) no-repeat 0 0.2em;
	border-bottom: 1px solid #c2cad4;
}
#news-list small{
	display: block;
	margin: 0.5em 0 0 0;
	font-size: 1em;
}
#news-list small span{ font-weight: bold; }
#news-list p{ line-height: 1.4em; }
#news-list a{ text-decoration: none; }
#news-list a:hover, #news-list a:active { color: #000; text-decoration: underline; }


/* ---------- newsletter ------------ */

#newsletter{
	padding: 12px;
	color: #606060; background: #dedede;
	border-top: 1px solid #fff;
}
*html #newsletter{ padding: 10px; }
#newsletter fieldset{ border: none; }
#newsletter legend{
	padding: 0 0 0 15px;
	font-size: 1em; font-weight: bold;
	background: transparent url(img/arrow-down.gif) no-repeat 0 0.2em;
}
* html #newsletter legend{
	position: relative;
	left: -7px;
}
#newsletter p{
	color: #8e8e8e;
	font-size: 0.9em;
}
#newsletter label{
	display: block;
	margin: 0.5em 0 0.3em 0;
}
#newsletter input.text{
	width: 161px;
	padding: 2px;
	border: 1px solid #9e9e9e;
	font-size: 1em;
}
#newsletter input.submit{
	float: right;
	margin: 0.5em 0 0 0; padding: 0.1em 0.3em;
	color: #fff; background: #939393;
	border: none;
	font: bold 1em Arial, sans-serif;
	cursor: pointer;
}



/* ========================== side-bar end ========================== */

/* ========================== main-content ========================== */

#main-content h2{
	width: 100%; height: 59px;
	margin: 18px 0;
	background: transparent url(img/h2-bg.gif) no-repeat 50% 0;
	overflow: hidden;
	text-indent: -666em;
}
#main-content p{
	margin: 0 18px 18px 18px;
}
#main-content ul{ 
	margin: 0 18px 18px 18px;
	list-style: none;
}
#main-content li{
	margin: 0 0 0 10px; padding: 0 0 0.3em 15px;
	background: transparent url(img/arrow-right.gif) no-repeat 0 5px;
}

#main-content ul.bezstrzalek { list-style: disc; }
#main-content ul.bezstrzalek li { background: none; margin: 0; padding: 0; }

#article-list li{
	margin: 0 0 10px 0; padding: 3px;
	background: #f2f2f2;
}
#article-list li img{
	float: right;
	margin: 0 0 0 1em;
	display: inline; /* ie */
}
#article-list li p{ margin: 0; padding: 3px; }
#article-list li p strong{
	padding: 0 0 0 15px;
	background: transparent url(img/arrow-down.gif) no-repeat 0 55%;
}
#article-list a.more{
	float: right;
	padding: 0 0 0 15px;
	background: transparent url(img/bg-more.gif) no-repeat 0 0.3em;
	font-weight: bold;
	text-decoration: none;
}

/* ======================== main-content end ======================== */

/* ============================= footer ============================= */

#ads{ 
	width: 584px;
	position: absolute;
	top: -87px; right: 0;
	list-style: none;
}
#ads li{ 
	float: left;
	margin: 0; padding: 0;
}

/* =========================== footer end =========================== */
