body {
	margin: 0; padding: 0; position:relative;
	width: 100%;
	background-color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana, Sans-serif; }

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
a:active { color: #000; text-decoration: none; }
img { border: 0; }

#page-wrapper { position: relative; }
#inner-wrapper {
	width: 800px;
	position: relative;
	margin: 0;
	background-image: url('images/corner.gif');
	background-repeat: no-repeat;
	background-position: left top;		
	background-color: #CDBEA1;
	border: 1px solid #fff;
	border-bottom: 0; border-left: 0; border-right: 0; }
#inner-wrapper * { font-size: 12px; }

#spacer-for-footheader { height: 192px; width: 5px; }	 
#inner-footheader { 
	width: 800px;
	height: 185px;
	margin: 0;
	position: relative;
	background-image: url('images/footheader_background.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #63473B;
	border-top: 7px solid #fff; }
#footheader {
	margin: 0;
	background-color: #fff;
	width: 100%; }
	
#mainNav { text-transform: uppercase; font-size: 16px; font-weight: bold; color: #fff; }
#mainNav a { color: #fff; text-decoration: none; }
#mainNav a:hover, #mainNav a:visited:hover { text-decoration: none; color: #CDBEA1; }
#total { background-image:url('images/cart_price_bar.gif'); background-repeat:no-repeat; background-position:center; }
#total a { font-size: 9px; }

/* Large title at the top of the page. */
#title { position: absolute; left: 45px; top: 20px; padding: 0; margin: 0; }
#title a { font-size: 30px; font-weight: bold; color: #fff; text-transform: uppercase; }
#title a:hover, #title a:visited:hover { text-decoration: none; }
#title a img { margin-left: 9px; }

/**** Static Pages ****/
#bio a, #statement a, #contact a, #links a { text-decoration: underline; }
#bio, #statement, #contact, #links { margin: 0 10px 0 45px; }
#bio td.right, #statement td.right, #contact td.right, #links td.right {
	background-color: #fff;
	background-image: url('/images/bottomLeftCorner.gif');
	background-position: bottom left;
	background-repeat: no-repeat; }
#bioText, #statementText, #contactText, #linksText { margin: 18px; color: #5B3E2F; font-size: 12px; line-height: 16px; }

/**** Category Pages ****/
table#shop-page { margin: 0 10px 25px 45px; }
#desc { background-color: #fff; padding: 12px 12px 0 12px; color: #9B8075; font-size: 12px; line-height: 16px; }
#category-hero table { background-image:url('images/category_hero_cell.gif'); background-repeat: no-repeat; background-position:top center; }
#category-hero table td { position: relative; }
#category-hero table img { margin-top: 12px; }

#category-products { background-color:#fff; }
td.item a { display:block; height:122px; width:122px; position:relative; }
#category-products a, #category-products a:link { text-decoration:none; }
#category-products a:hover, #category-products a:visited:hover { text-decoration:none; }
td.item { position:relative; overflow:hidden; }
td.item div.name { position:absolute; z-index:999; bottom:0; left:0; }
td.item div.name table { background-color: #fff; }
td.item div.name table td {
	padding: 5px 0; font-size: 11px !important;
	background-image:url('images/rollover_square.gif');
	background-repeat:no-repeat;
	background-position:bottom center; }

#category-subcategories { background-color:#fff; }
#desc-footer-left { background-image:url('images/category_desc_cell_left.gif'); background-repeat: no-repeat; background-position: left; }
#desc-footer-right { background-image:url('images/category_desc_cell_right.gif'); background-repeat: no-repeat; background-position: right; }

/**** Product Detail Page ****/
table#shop-page-product { margin: 0 10px 25px 45px; }
#desc-cell p { margin: 0 0 5px 0; }
#product-desc {  }
#product-hero { background-color: #fff; background-image:url('images/product_hero_corner.gif'); background-repeat: no-repeat; background-position: top left; padding: 14px; }

/**** Checkout ****/
/* #checkoutCart, #registrationForm { font-size: 11px; } */
#checkoutCart input { text-align:center; }
#checkoutCart h2, #registrationForm h2, #paymentMethodForm h2 { font-weight: normal; font-size: 24px; margin: 0; padding: 0; color: #fff; }
#shipping_info input, #billing_info input { width: 250px; }