#header {
	width: 950px;
	background-color: #FFF;
}
#header #linksbar {
	height: 35px;
	width: 950px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	position: relative;
}


#header #searchbar {
	text-align: right;
	background-image: url(Artwork/searchbar.jpg);
	background-repeat: no-repeat;
	height: 33px;
}
.linkspace {
	margin-top: 5px;
	margin-bottom: 5px;
}
#header #searchbar #searchform {
	padding-top: 5px;
}
#header #linksbar #basket a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#basket {
	position:absolute;
	left:460px;
	top:10px;
	width:357px;
	height:31px;
	z-index:1;
	text-align: left;
}
