@charset "UTF-8";
/* CSS Document */
#header {
	height: 95px;
	width: 760px;
	background-color:#fff;
	background-image:url(../images2010/nav/topgrey.gif);
	background-repeat:repeat-x;
	vertical-align: top;
}
#header .grey {
	height: 8px;
	width: 760px;
}
#wharfside {
	margin:0px;
	padding:0px;
	float:left;
}
#wharfside a {
	display:block;
	width:350px;
	height:87px;
	margin:0px; 
	padding:0px;
	background-image: url(../images2010/nav/wharfside.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	}
#wharfside a:hover {
	background-color:#fff;
	background-image: url(../images2010/nav/wharfsideon.gif);
	}
#wharfside a span { 
	display:none;
	}
#properfurniture {
	margin:0px;
	padding:0px;
	float:right;
}
#properfurniture a {
	display:block;
	width:215px;
	height:87px;
	margin:0px; 
	padding:0px;
	background-image: url(../images2011/nav/50years.gif);
	background-repeat:no-repeat;
	}
#properfurniture a span { 
	display:none;
	}
#navbottom {
	height:35px;
	width:760px;
	background-color:#fff;
}



