#header {
	position: relative;
	background: url(bg/head.jpg) no-repeat top left;
	height: 244px;
}

	#header a {
		color: #A3A3A3;
	}

	#header p {
		position: absolute;
		color: #A3A3A3;
		margin: 0;
		padding: 0;
	}
		
		#header p.vendors {
			left: 0;
			top: 10px;
		}
		
		#header .trusted {
			left: 505px;
			top: 10px;
			width:69px;
			cursor:pointer;
			position:absolute;
		}
		
		#header p.account {
			left: 575px;
			top: 10px;			
		}
		
		#header p.basket {
			color: #B5133D;
			top: 156px;
			right: 130px;
			text-align: right;
		}
			
			#header p.basket a {
				color: #B5133D;				
			}
			
			#header p.basket .big {
				font-size: 13px;
				font-weight: bold;
			}
			
		#header form.search {
			position: absolute;
			left: 25px;
			top: 210px;
		}
			
			#header form.search a {
				color: #929192;
			}
			
		#header a.toBasket {
			position: absolute;
			top: 98px;
			left: 861px;
			display: block;
			width: 64px;
			height: 110px;
		}
		
		#header a.home {
			position: absolute;
			left: 0;
			top: 35px;
			display: block;
			height: 43px;
			width: 151px;
		}

	#header .path {
		position: absolute;
		right: 30px;
		top: 214px;
		color: #9F8088;
	}
	
		#header .path a {
			color: #9F8088;
		}
