/*
-----------------------------------------------
- Flowers Express
----------------------------------------------- 
- Author:  Swear Words (www.swearwords.com.au)
----------------------------------------------- */

h1 span { display: none; }

h1.flowersexpress 
{ 
	width: 190px; 
	height: 85px; 
	background: url("../../images/site/logo_FE.gif") no-repeat; 
}

h1.checkout 
{ 
	width: 775px; 
	height: 45px; 
	background: url("../../images/site/hdr_checkout.jpg") no-repeat; 
}

h1.customerdetails
{ 
	width: 775px; 
	height: 45px; 
	background: url("../../images/site/hdr_yourdetails.jpg") no-repeat; 
}

h1.payment
{ 
	width: 775px; 
	height: 45px; 
	background: url("../../images/site/hdr_payment.jpg") no-repeat; 
}

h1.confirmation
{ 
	width: 775px; 
	height: 45px; 
	background: url("../../images/site/hdr_confirmation.jpg") no-repeat; 
}
