
	/**
	* menu selected
	*/
	#m1 {
		background: url(../../../images/layout/menu/over.gif) bottom center no-repeat;
		}
	
		



	/**
	* sales area
	*/
	#content {
		padding-bottom: 21px;
		}
		
	#sales {
		position: relative;
		padding-top: 60px;
		}
		
	#sales h3, .bespoke h3 {
		margin: 20px 0 10px;
		font-size: 1em;
		}
		
	.bespoke h3 {
		margin-top: 0;
		}
	

		
		
		
	/**
	* sales top navigation
	*/
	#topmenu {
		position: absolute;
		top: 1px;
		left: 1px;
		width: 662px;
		height: 30px;
		line-height: 30px;
		background-color: #000;
		}
		
	#topmenu ul li {
		display: block;
		float: left;
		margin: 0 0 0 10px;
		}
		
	#topmenu ul li a {
		color: #8E8E8E;
		text-decoration: none;
		}
		
	#topmenu ul li a:hover {
		color: #576769;
		text-decoration: underline;
		}
	
	#topmenu ul li#send {
		background: url(../../../images/layout/envolope.gif) left no-repeat;
		}
		
	#topmenu ul li#send a {
		padding: 0 0 0 35px;
		}
		
	#topmenu ul li#print {
		background: url(../../../images/layout/printer.gif) left no-repeat;
		}
		
	#topmenu ul li#print a {
		padding: 0 0 0 25px;
		}
		
	#topmenu .fR {
		padding: 0 10px;
		}
	
	
		
	/**
	* floats
	*/
	.fL {
		float: left;
		}
		
	.fR {
		float: right;
		}
		
		
		
	/**
	* features
	*/
	.moreRight ul.feature li {
		margin: 0;
		}
		
		
		
	/**
	* send to a friend
	*/
	
	form#sendFriend {
		margin: 0 0 20px 0;
	}
	
	form#sendFriend label {
	display: block;
	padding: 10px 0 0 0;
	}
	

form#sendFriend button {
	background-color:transparent;
	border:none;
	cursor:pointer;
	background:  url(../../../images/layout/buttons/submit.gif) no-repeat left;
	margin:25px 0 0 0;
	display:block;
	text-indent: -9999em;
	width: 40px;
	}
	

	
