
 #order-form
	{
	position: absolute;
	right: 10px;
	top: 0px;
	width: 139px;
	height: 234px;
	background-image: url('images/tea-packet.png');
	background-repeat: no-repeat;
	}

 #order-form:hover
	{
	background-image: url('images/tea-packet-hover.png');
	}

 #order-form a
	{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 120px;
	text-decoration: none;
	z-index: 100;
	}

 #float-r
	{
	float: right;
	width: 130px;
	height: 210px;
	}

 #print
	{
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 206px;
	height: 206px;
	background-image: url('images/print.png');
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 100;
	}

 #products
	{
	background-image: url('images/big-print.png');
	background-repeat: no-repeat;
	background-position: center center;
	}


/*----------------- CONTENT -------------------------------------------------------------------------------------------------------------------------------*/

 #content
	{
	position: relative;
	margin: 0px;
	padding-bottom: 220px;
	font-family: 'Georgia';
	font-size: 12px;
	text-align: left;
	line-height: 28px;
	color: #323232;
	}

 #cat-title
	{
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}

 #cat-content
	{
	text-align: left;
	line-height: 22px;
	color: #323232;
	}
