html, body {
	font-family:"comic sans MS", verdana, tahoma, sans;
	font-size:1em;
	color:#133732;
	color:#4b5b59;
	margin:0;
	padding:0;
}
html {
	min-height:100%;
}
body {
	background:url(/images/layout/bg.jpg);
	text-align:center;
	min-height:100%;
	position:relative;
}
#wrapper {
	width:750px;
	margin:0px auto;
	text-align:left;
	position:relative;
	z-index:2;
	padding-bottom:20px;
}
#banner-container {
	height:100px;
}
#banner {
	position:absolute;
	top:0;
	left:-20px;
	background:url(/images/layout/logo.png) no-repeat top left;
	height:130px;
	width:100%;
	z-index:1;
}
#banner h1 {
	display:none;
}
#nav {
	background:#eff8f7;
	height:35px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	position:relative;
	z-index:2;
}
#nav ul li {
	float:left;
	margin:0;
	padding:5px 40px 5px 20px;
}
#nav ul li a {
	color:#849c99;
	font-size:1.1em;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#133732;
}
/* drop-down menu */
#nav li ul {
	position: absolute;
	left: -999em;
	width:250px;
	top:34px;
	padding-bottom:20px;
	margin-left:-10px;
	background:#eff8f7;
}
/* make drop-down show */
#nav li:hover ul {
	left: auto;
}
/* li elements in menus */
#nav li:hover li {
	float:none;
	padding:0;
	margin:-1px 0px 5px 0px;
	padding-top:5px;
	padding-left:10px;
}

#content {
	background:white;
	margin:0;
}
#main-content {
	margin:0;
	padding:10px 20px;
}
#footer {
	margin:0;
	padding:0;
	background:#eff8f7;
	height:35px;
	font-size:0.8em;
}
#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}
#footer ul li {
	margin:0;
	padding:0;
	float:right;
	padding:5px 20px 5px 30px;
}
#footer ul li a {
	color:#849c99;
	font-size:1.1em;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#133732;
}
/*
#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:#849c99;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	margin:0.5em 0 0.5em 0;
	font-family:times new roman;
	font-weight:normal;
	letter-spacing:0.2em;
	color:#72749b;
}
h1 {
	border-bottom:1px dotted #c1c2d7;
}
h2 {
	margin-left:5px;
}
h3 {
	margin-left:10px;
}
img  {
	border:none;
}
form {
	margin:0;
	padding:0;
}
div.clear {
	clear:both;
}
.feedback {
	border:1px solid #990000;
	background:#FFCCCC url(/images/layout/feedback.png) no-repeat 10px center;
	padding:10px;
	padding-left:50px;
}
.pagination {
	text-align:center;
	margin:1em 0;
	letter-spacing:0.2em;
	padding-top:0.5em;
	border-top:1px dotted #c1c2d7;
}
.noitems {
	text-align:center;
	letter-spacing:0.2em;
	padding-top:0.5em;
	color:#a2b1af;
}
.items {
	width:670px;
	margin-bottom:30px;
}
.subtotal_label {
	text-align:right;
}
ul {
	list-style-image:url(/images/layout/bullet.png);
}
table {
	margin-left:20px;
	border:1px solid #849c99;
	margin-top:10px;
	border-collapse:collapse;
}
th {
	color:#ffffff;
	background:#849c99;
	padding:2px;
	text-align:center;
	border-bottom:1px solid #849c99;
}
td {
	vertical-align:top;
	padding:4px;
	border-bottom:1px solid #849c99;
}
/* form */
div.errors {
	border:1px solid #990000;
	background:#FFCCCC url(/images/layout/feedback.png) no-repeat 10px center;
	padding:10px;
	padding-left:50px;
}
div.errors ul {
	list-style-image:none;
}
label {
	width:150px;
	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;
}
/* gallery */
#product_index {
	
}
#product_index .product, #product_index .productHover {
	float:left;
	height:194px;
	width:173px;
	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:160px;
	height:160px;
	border:1px solid #c1c2d7;
	position:relative;
}
#product_index .product_image img {
	position:absolute;
	top:50%;
	left:50%;
}
/* product detail page */
#product-detail {
	
}
#product-detail #image {
	margin:10px;
	margin-top:0;
	float:right;
	text-align:center;
	font-size:0.9em;
	line-height:16px;
}
#product-detail #image img.mainImage {
	border:1px solid #849c99;
}
#product-detail #image img.zoom {
	margin-right:5px;
	margin-top:5px;
}
#product-detail #price {
	font-weight:bold;
}
#product-detail #add-to-cart {
	width:350px;
	border:1px solid #849c99;
	background:#EFF8F7;
	padding-left:15px;
	padding-bottom:15px;
	margin-top:15px;
}
#product-detail h2 {
	margin-bottom:0;
	padding-bottom:0;
}
#product-detail #add-to-cart label {
	width:200px;
}
#product-detail #add-to-cart .input, #product-detail #add-to-cart .input_checkbox {
	width:200px;
	margin-left:40px;
}
#product-detail #add-to-cart .input_checkbox {
	width:auto;
}
#product-detail #add-to-cart .submit {
	margin-left:40px;
}
#product-detail #category {
	margin-top:20px;
}
#admin {
	position:absolute;
	background:#EFF8F7;
	height:120px;
	width:250px;
	border:1px solid #849c99;
	right:30px;
	bottom:30px;
	padding:10px;
	cursor:move;
}
/* cart */
#checkout {
	float:right;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #849c99;
	background:#EFF8F7;
	padding:10px 30px;
}
#checkout input {
	font-weight:bold;
}
/* --- confirm/order --- */
.confirm-address {
  float:left;
  width:300px;
  border:1px solid #849c99;
  margin:10px;
  margin-left:20px;
  margin-right:0px;
  padding:10px;
  padding-left:20px;
}
#billing_address {
  margin-right:0;
  margin-left:10px;
}
#payment input {
	font-weight:bold;
}
#payment {
  clear:left;
  padding:20px;
  padding-top:10px;
  margin-top:10px;
  margin-left:20px;
  margin-right:15px;
  border:1px solid #849c99;
  background:#EFF8F7;
}