body
	{
		margin:0;
		background: url("images/body_bg.jpg");
		background-repeat: repeat-x;
	}
img
	{
		border: 0;
	}
h1, h2
	{
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 1em;
		color: #890356;
		margin-top: 4px;
		margin-bottom: 4px;
	}
h3 
	{
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: .8em;
		color: #777;
		margin-top: 0;
	}	
h4, legend
	{
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: .8em;
		color: #890356;
		margin-top: 0;
		margin-bottom: 0;
	}	
p, ul
	{
		font-family: Arial, sans-serif;
		font-size: .8em;
		color: #777;
		margin-top: 0px;
		margin-bottom: 8px;
		line-height: 1.4em;
		
	}
a:link
	{
		color: #890356;
	}
a:hover,
a:active,
a:visited
	{
		color: #ae4c89;
	}
hr 
	{
		border: 0;
		color: #aaa;
		background-color: #aaa;
		height: 2px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
form
	{
		margin: 0;
	}
fieldset
	{
		border:1px solid #AAAAAA;
		padding-top: 10px;
		padding-bottom: 10px;
	}
input, textarea 
	{
		margin-bottom: 10px;
	}
.emphasis
	{
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #890356;
	}
.emphasis_large
	{
		font-size:1.3em;
		font-weight:bold;
		margin-bottom:15px;
		margin-top:20px;
	}
.emphasis li 
	{
		list-style: none;
		margin-top:5px;
	}
.form_left
	{
		width: 100px;
		float: left;
		font-family: Arial, sans-serif;
		font-size: .8em;
		color: #777;
		text-align: right;
		margin-right: 10px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
.form_right
	{
		float: left;
		margin-top: 4px;
		margin-bottom: 4px;
	}
.price
	{
		color: #05ad09;
	}
#block_1
	{
		float: left;
		width: 529px;
		background: url("images/block_1_bg.jpg");
		background-repeat: no-repeat;
	}
#block_1_left
	{
		float: left;
		width: 141px;
		background: url("images/block_1_left_bg.gif");
		background-repeat: repeat-y;
		text-align:left;
	}
#product_list
	{
		width: 110px;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		padding: 0;
		margin: 0;
	}
#product_list li
	{
		text-indent: -1em;
		padding: 0 0 10px 1em;
	}
#block_1_right
	{
		float: left;
		width: 388px;
	} 
#block_1_right img
	{
		margin-top: 4px;
		margin-bottom: 4px;
	}
#block_1_right .price
	{
		float: right;
	}
#block_2
	{
		float: left;
		width: 234px;
	}	
#block_2_content
	{
		background: url("images/block_2_bg.gif");
		background-repeat: repeat-y;
		padding-left:35px;
	}
/* Start Mac IE5 filter \*/
#block_1, #block_2
	{
		/*padding-bottom: 32767px !important;
		margin-bottom: -32767px !important; */
		padding-top:30px;
	}
/* End Mac IE5 filter */
#wrapper
	{
		margin: 0 auto;
		width: 763px;
		/*overflow: hidden;*/ /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
		/* Normally a Holly-style hack height: 1% would suffice but that causes 
		IE 5.01 to completely collapse the wrapper - instead we float it */
		float: left;
		/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
		(I saw it happen many moons ago) makes the width of wrapper too small 
		the float: none with the comment is ignored by 5.01,
		5.5 and above see it and carry on about their business
		It's probably fine to just remove it, but it's left here 
		just in case that many moons ago problem rears its head again */
		float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
		content: '[DO NOT LEAVE IT IS NOT REAL]'; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
#wrapper
	{
		display: inline-block;
	}
/*\*/
#wrapper
	{
		display: block;
	}
/* end easy clearing */
#header
	{
		height: 281px;
		background: url("images/header_bg.jpg");
		background-repeat: no-repeat;
	}
#nav
	{
		float: right;
		width: 359px;
		height: 54px;
		margin-top: 195px;
		margin-right: 46px;
		text-align: center;
		display: inline; /* to fix IE6 margin-doubling bug */
	}	
#nav img 
	{
		margin-left: 1%;
		margin-right: 1%;
	}	
#footer_wrapper
	{
		width: 100%;
		height: 398px;
		background: url("images/footer_wrapper_bg.jpg");
		background-repeat: repeat-x;
		background-position: bottom left;
		margin-top:20px;
		margin-left: -8px;
		margin-bottom:-8px;
		padding-right: 16px;
	}
#footer
	{
		clear: both;
		margin: 0 auto;
		padding-left: 16px;
	}
#footer_flower
	{
		float: right;
		margin-right:-90px;
		margin-top: 10px;
		position: relative; /* to fix IE6 overflow bug */
	}
#footer_content
	{
		margin-left: 141px;
		padding-top:64px;
	}
#header, #footer
	{
		width: 763px;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
		position: relative;
		z-index: 1000;
	}
