#header{
	width:1000px;
	height:174px;  
	background:url(/template/images/head_bg.jpg) no-repeat top left;
	position:relative;
}
	#header .stol{
		position:absolute;
		z-index:49;
		bottom:1px;
		left:20px;
	}
	#header .pisarna{
		position:absolute;
		z-index:49;
		top:2px;
		right:2px;
	}
	#header #head_narocila{
		width: 500px;
		height: 20px;
		position:absolute;
		z-index:49;
		top:70px;
		left:175px;
		font-size: 20px;
		font-weight: bold;
		color: #224180;
	}
		#header #head_narocila a, 
		#header #head_narocila a:visited, 
		#header #head_narocila a:active{
			font-size: 20px;
			font-weight: bold;
			color: #224180;
		}
		#header #head_narocila a:hover{
			color: #2d5ab5;
			text-decoration: none;
		}
	#header ul{
		float:left;
		margin-top:110px;
		padding-left:180px;
		width:820px;
		height:29px;
		margin-bottom:2px;
	}
		#header ul li{
			float:left;
			list-style:none;
			height:29px;
			margin-right:3px;
			position:relative;
			background:none;
			margin:0;
		}
			#header ul li a{
				float:left;
				color:#FFF;
				text-decoration:none;
				height:29px;
				font-size:13px;
				font-weight:bold;
				padding:0;
				background:none;
				margin:0;
				cursor: hand;
			}
				#header ul li a span{
					float:left;
					height:29px;
					line-height:29px;
					padding:0 15px;
					display:block;
					margin:0;
					background:url("/template/images/menu_mid.png") repeat-x top;
				}
				#header ul li a b{
					display:block;
					float:left;
					height:29px;
					width:7px;
					background:url("/template/images/menu_l.png") no-repeat top left;
				}
				#header ul li a s{
					display:block;
					float:left;
					height:29px;
					width:6px;
					background:url("/template/images/menu_r.png") no-repeat top right;
				}
				#header ul li .arrow{
					position:absolute;
					z-index:12;
					bottom:-12px;
					left:50%;
					margin-left:-8px;
				}
	#header #searchbox{
		width:270px;
		float:right;
		height:30px;
		font:13px;
	}
		#header #searchbox span{
			display:block;
			width:54px;
			float:left;
			line-height:30px;
			color:#252524;
		}
		#header #searchbox input.text{
			height:18px;
			width:151px;
			padding:0 2px;
			background:url("/template/images/input_bg.jpg") no-repeat top left;
			float:left;
			margin-top:6px;
			border:none;
		}
		#header #searchbox input.button{
			float:left;
			margin-left:3px;
			border:none;
			width:48px;
			height:18px;
			margin-top:6px;
		}
	
	
	
	
	
	
	
	
	
	
