html, body {
	font-family:"Lucida Sans Unicode", Verdana, tahoma, arial, sans;
	font-size:15px;
	margin:0;
	padding:0;
	height:100%;
}
html {
	
}
body {
	text-align:center;
	background:#bddba2 fixed url(/images/layout/swirl.png) bottom right no-repeat;
}
#wrapper {
	width:760px;
	padding:0 20px;
	background:url(/images/layout/wrapper.png) repeat-y center center;
	margin:0px auto;
	text-align:left;
	z-index:2;
	min-height:100%;
	position:relative;
}
#wrapper-content {
	/*
	background:url(/images/layout/wrapper-content.png) repeat-x center bottom;
	height:100%;
	*/
	position:relative;
}
#banner {
	height:100px;
	padding-left:30px;
	width:100%;
}
#banner h1 {
	margin:0;
	padding:0;
	background:none;
}
#nav {
	position:absolute;
	left:0;
	top:0;
	width:220px;
	padding-right:40px;
	padding-top:250px;
	z-index:2;
	background:url(/images/layout/daisy.jpg) no-repeat top left;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	z-index:2;
	text-align:right;
}
#nav ul li {
	margin:0;
}
#nav ul li a {
	text-decoration:none;
	color:#647c4d;
	border-bottom:1px dotted #bddba2;
	padding:10px;
	padding-right:0;
	display:block;
}
#nav ul li a:hover {
	border-bottom:1px solid #647c4d;
	color:black;
}
#content {
	position:relative;
	margin:0;
	padding-left:240px;
	padding-right:10px;
	z-index:1;
	min-height:500px;
}
#main-content {
	margin:0;
	padding:10px 20px;
	padding-bottom:50px;
	z-index:1;
}
#footer {
	margin:5px;
	margin-right:30px;
	margin-left:250px;
	padding:0;
	text-align:right;
	position:absolute;
	bottom:0;
	border-top:1px solid #bddba2;
	width:500px;
	z-index:2;
}
#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}
#footer ul li {
	margin:0;
	padding:0;
	float:right;
	padding:10px;
}
#footer ul li a {
	display:block;
}
#footer ul li a:hover {
	
}
/*
#bg-image {
	background:url(/images/layout/pillow.png) bottom right no-repeat;
	height:270px;
	width:250px;
	position:absolute;
	bottom:5px;
	right:5px;
	z-index:0;
}*/

a {
	color:#647c4d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	font-weight:normal;
	letter-spacing:0.2em;
}
h1 {
	font-size:1.8em;
	color:#48382a;
	background:url(/images/layout/h1.png) no-repeat;
	height:40px;
	padding:20px;
	padding-left:20px;
	margin:0;
	margin-left:-20px;
	margin-bottom:10px;
}
h2 {
	font-size:1.5em;
	border-bottom:1px dotted #bddba2;
	color:#48382a;
}
h3 {
	font-size:1.2em;
}
img  {
	border:none;
}
form {
	margin:0;
	padding:0;
}
div.clear {
	clear:both;
}
.feedback {
	border:1px solid #990000;
	background:#FFCCCC;
	padding:10px;
	padding-left:50px;
}
.pagination {
	text-align:center;
	margin:1em 0;
	padding-top:0.5em;
}
.noitems {
	text-align:center;
	letter-spacing:0.2em;
	padding-top:0.5em;
}
.items {
  
}
.subtotal_label {
	text-align:right;
}
.paymentLogos table {
	border:none;
}
ul {
	list-style-image:url(/images/layout/bullet.png);
}
table {
	margin-left:20px;
	margin-top:10px;
	border-collapse:collapse;
	border:1px solid #cccccc;
}
th {
	padding:4px;
	text-align:center;
	border-bottom:1px solid #cccccc;
	background:#e3f0d4;
}
td {
	vertical-align:top;
	padding:4px;
}
/* form */
div.errors {
	border:1px solid #990000;
	background:#FFCCCC;
	padding:10px;
	padding-left:50px;
}
div.errors ul {
	list-style-image:none;
}
label {
	width:140px;
	font-weight:bold;
	float:left;
	display:block;
}
label span.comment {
	font-weight:normal;
	display:block;
}
div.form_row, div.form_row_error {
	margin-top:5px;
	clear:left;
	padding:2px;
	border:1px;
}
div.form_row_error {
	background:#FFCCCC;
	border:1px solid #990000;
}
div.form_container textarea {
	width:400px;
	height:300px;
}
div.clearing {
	clear:both;
}
div.submit {
	padding-left:150px;
}
textarea {
	
}
/* gallery */
#product_index {
	margin-top:10px;
}
#product_index .product, #product_index .productHover {
	float:left;
	height:194px;
	width:150px;
	text-align:center;
	background:white;
	border-right:2px solid white;
}
#product_index .productHover {
	border-right:2px solid black;
}
#product_index .product_image {
	margin:2px 6px;
	width:140px;
	height:140px;
	position:relative;
}
#product_index .product_image img {
	position:absolute;
	top:50%;
	left:50%;
}
/* product detail page */
#product-detail {
	
}
#product-detail #image {
	float:right;
	background:#e3f0d4;
	text-align:right;
	padding:20px;
	margin-top:10px;
	margin-left:10px;
	width:200px;
	border:1px solid #bddba2;
}
#product-detail #image img.mainImage {
	margin:0 auto;
	display:block;
	border:1px solid #bddba2;
}
#product-detail #image img.zoom {
	margin-right:5px;
}
#product-detail #price {
	font-style:italic;
	letter-spacing:0.1em;
	font-size:1.2em;
}
#product-detail #add-to-cart {
	
}
#product-detail h2 {
	
}
#product-detail #add-to-cart label {
	
}
#product-detail #add-to-cart .input, #product-detail #add-to-cart .input_checkbox {
	
}
#product-detail #add-to-cart .input_checkbox {
	
}
#product-detail #add-to-cart .submit {
	
}
#product-detail #category {
	
}
#admin {
	position:absolute;
	z-index:100;
	height:120px;
	width:250px;
	right:30px;
	bottom:30px;
	padding:10px;
	cursor:move;
	background:#bddba2;
	border:1px solid #334721;
	text-align:left;
}
/* cart */
#checkout {
	float:right;
	margin-bottom:20px;
	padding:10px 30px;
	background:#E3F0D3;
	border:2px solid #BDDBA2;
	margin-top:10px;
}
#checkout input {
	font-weight:bold;
}
#continueShopping {
	float:left;
	width:200px;
	background:#eeeeee;
	border:2px solid #dddddd;
	padding:10px 30px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
}
#continueShopping input {
	
}
/* --- confirm/order --- */
.confirm-address {
	
}
#billing_address {
	
}
#payment .payment_form_container {
	margin:10px;
	padding:10px;
	background:#E3F0D3;
	border:2px solid #BDDBA2;
	text-align:center;
}
#payment input {
	font-weight:bold;
}
#payment {
	
}
table#orders {
	width:450px;
}
table#orders th {
	text-align:left;
}
/* home */
#home_worldpay {
  margin:1em 0;
}
#home_worldpay table {
  border:none;
  margin-left:0;
}
#home_worldpay table td {
  padding:0 1px 0 0;
}
#home_delivery_banner {
  border:1px solid #990000;
  background:#ffcccc url(/images/layout/delivery.png) no-repeat 20px center;
  padding:10px;
  padding-left:100px;
}
#home_delivery_banner #delivery_main {
  font-weight:bold;
  font-size:1.2em;
}
#home_delivery_banner #delivery_sub {
  color:#999999;
  font-size:0.9em;
}