#header {
	position: relative;
	width: 967px;
	height: 142px;
	background: url(bg/header_new.jpg) no-repeat left top;
	z-index: 3;
}
	
	#header .nav {
		height: 22px;
		position: absolute;
		border-bottom: 1px solid #FFFFFF;
		bottom: 0;
		left: 76px;	
	}
		
		#header .nav > li {
			float: left;
			margin-right: 2px;
			height: 22px;
			z-index: 1002;
		}
		
			#header .nav li img {
				float: left;
				height: 22px;
			}
			
			#header .nav li a {
				display: block;
				float: left;
				color: #fcfedc;
				text-transform: uppercase;
				background: #669B19;
				height: 14px;
				padding: 4px 12px;
			}
			
				#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;
	}