#header {
	position: relative;
	width: 967px;
	height: 142px;
	background: url(bg/header_new.jpg) no-repeat left top;
	z-index: 3;
}
	
	#header .nav {
		height: 21px;
		position: absolute;
		border-bottom: 1px solid #FFFFFF;
		bottom: 0;
	}
		
		#header .nav > li {
			float: left;
			margin-right: 2px;
			height: 22px;
			z-index: 1002;
		}
		
			#header .nav li img {
				float: left;
				height: 21px;
			}
			
			#header .nav li a {
				display: block;
				float: left;
				color: #fcfedc;
				text-transform: uppercase;
				background: url("bg/header/menue_bg_top.jpg");
				height: 14px;
				padding:4px 26px 3px 18px;
			}
			
				#header .nav li a.hover {
					/*background: #416609;*/
				}
			
					#header .nav li ul li a {
						float: none;
						background: #669B19;
						text-transform: none;
					}
				
	#header .account {
		position: absolute;
		left: 600px;
		top: 30px;
	}
	
		#header .account li {
			padding: 3px 0;
			text-transform: uppercase;
		}
		
			#header .account li a {
				color: #000000;
			}
			
	#header .basket {
		position: absolute;
		left: 832px;
		top: 53px;
	}
		#header .basket p {
			line-height: 19px;
		}
		
	#header .toBasket {
		position: absolute;
		display: block;
		width: 170px;
		height: 16px;
		top: 114px;
		right: 23px;
	}
	
	#header .freecall {
		position: absolute;
		display: block;
		width: 170px;
		height: 30px;
		top: 80px;
		left: 250px;
	}
	
	#header .homelinkleft {
		position:absolute;
		display:block;
		width:225px;
		height:141px;
		top:0;
		left:0;
	}
	
	#header .homelinkright {
		position:absolute;
		display:block;
		width:240px;
		height:75px;
		top:0;
		left:225px;
	}
	
	
.outerCont {
	position:fixed;
	top:50%;
	left:0;
	height:240px;
	margin:-120px 0 0 0;
}

.innerCont {
	position:relative;
	height:240px;
}
.facebook_header{
	position:absolute;
	top:0;
	left:0px;
	display:block;
	background:url(bg/facebook.png) no-repeat 0 0;
	height:115px;
	width:32px;
	text-decoration:none;
}
	.facebook_header:hover{
		background:url(bg/facebook_hl.png) no-repeat 0 0;
		width:40px!important;
	}
	
.blog{
	position:absolute;
	bottom:0;
	left:0px;
	display:block;
	background:url(bg/blog.png) no-repeat 0 0;
	height:115px;
	width:32px;
	text-decoration:none;
}
	.blog:hover{
		background:url(bg/blog_hl.png) no-repeat 0 0;
		width:40px!important;
	}
