body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #ffe9f2;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none !important;
}
a:link, a:visited {
    color: #553727;
    text-decoration: underline;
}
a:hover, a:active {
    color: #9b7a69;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	padding: 10px 24px 24px 24px;
}
#main {
	border-bottom: 1px solid #563827;
	background: transparent url(../_images/border.gif) 0 0 repeat-y;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	width: 900px;
	margin: 0 auto;
	height: 99px;
	overflow: hidden;
	text-align: right;
}
	#logo {
		float: left;
	}
	#top-menu {
		font-size: 12px;
		color: #5e3601;
		margin: 15px 0 10px 0;
	}
		#top-menu a:link, #top-menu a:visited {
			color: #5e3601;
			text-decoration: none;
		}
		#top-menu a:hover, #top-menu a:active {
			text-decoration: underline;
		}
	/*
	#quick-search {
		width: 500px;
		float: right;
		text-align: right;
		margin-top: 20px;
		color: #563827;
		font-size: 11px;
	}
		#quick-search a {
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
			margin-left: 15px;
			text-decoration: none;
		}
		#quick-search input {
			vertical-align: middle;
			margin-top: 7px;
			margin-bottom: 7px;
		}
		#quick-search input.input {
			height: 18px;
			line-height: 18px;
			border: 1px solid #a7c520;
			width: 200px;
		}
	*/
/* ----------------------------------- */
/* USER MENU
/* ----------------------------------- */
#user-menu {
	padding: 4px 0;
}
	#user-menu img { vertical-align: middle; }
	#quick-search {
		float: right;
	}
		#quick-search input {
			vertical-align: middle;
			margin-bottom: 7px;
		}
		#quick-search input.input {
			height: 18px;
			line-height: 18px;
			border: 1px solid #a7c520;
			width: 200px;
		}
	
	#user-menu a:link, #user-menu a:visited {
		text-decoration: none;
		color: #5e3601;
	}
	#user-menu a:hover, #user-menu a:active {
		text-decoration: underline;
	}
	a#cart-link {
		padding: 1px 0 1px 20px;
		background: transparent url(../_images/icons/cart.gif) 0 0 no-repeat;
		margin: 0 10px 0 0;
	}
	a#wishlist-link {
		padding: 1px 0 1px 20px;
		background: transparent url(../_images/icons/wishlist.gif) 0 1px no-repeat;
		float: right;
		margin: 0 15px 0 0;
	}
	a#gift-link {
		padding: 1px 0 1px 23px;
		background: transparent url(../_images/icons/gift-certificate.gif) 0 2px no-repeat;
		float: right;
		margin: 0 15px 0 0;
	}
	a#registry-link {
		padding: 1px 0 1px 20px;
		background: transparent url(../_images/icons/gift-registry.gif) 0 0 no-repeat;
		float: right;
		margin: 0 15px 0 0;
	}
	a#facebook-link {
		padding: 1px 0 1px 20px;
		background: transparent url(../_images/icons/facebook.gif) 0 0 no-repeat;
		float: right;
		margin: 0 15px 0 0;
	}
	a#twitter-link {
		padding: 1px 0 1px 20px;
		background: transparent url(../_images/icons/twitter.gif) 0 0 no-repeat;
		float: right;
		margin: 0 15px 0 0;
	}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	background: url(../_images/menu.gif) 0 0 no-repeat;
	width: 900px;		/* Width of entire image */ 
	height: 36px;		/* Height of buttons */
	margin: 0 0 25px 0;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 36px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-01 	{ width: 96px; }
#menu-02 	{ width: 111px; }
#menu-03 	{ width: 90px; }
#menu-04 	{ width: 159px; }
#menu-05 	{ width: 142px; }
#menu-06 	{ width: 147px; }
#menu-07 	{ width: 82px; }
#menu-08 	{ width: 73px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-01 a:hover	{ background: transparent url(../_images/menu.gif) 0px -36px no-repeat; }
#menu-02 a:hover  	{ background: transparent url(../_images/menu.gif) -96px -36px no-repeat; }
#menu-03 a:hover 	{ background: transparent url(../_images/menu.gif) -207px -36px no-repeat; }
#menu-04 a:hover 	{ background: transparent url(../_images/menu.gif) -297px -36px no-repeat; }
#menu-05 a:hover 	{ background: transparent url(../_images/menu.gif) -456px -36px no-repeat; }
#menu-06 a:hover 	{ background: transparent url(../_images/menu.gif) -598px -36px no-repeat; }
#menu-07 a:hover 	{ background: transparent url(../_images/menu.gif) -745px -36px no-repeat; }
#menu-08 a:hover 	{ background: transparent url(../_images/menu.gif) -827px -36px no-repeat; }

#menu ul {
  	background: #ffd0e4;
  	list-style: none;
  	width: 185px;
  	position: absolute;
  	top: -999em;
	padding-bottom: 5px;
	padding-top: 5px;
	z-index: 10;
}
#menu li:hover ul,
#menu li.sfHover ul {
  	top: 175px;
	
}
#menu li li {
  	border: 0;
  	float: none;
	height: 20px;
	line-height: 14px;
	height: auto;
	font-size: 11px;
	display: block;
	padding: 0 5px 3px 0;
	margin: 0 15px 3px 15px;
	border-bottom: 1px solid #f4bdd5;
}
#menu li li a {
	width: 160px;
	display: block;
	height: auto;
	padding-right: 5px;
}
#menu ul a:link, #menu ul a:visited {
	background: none;
	text-decoration: none;
}
#menu ul a:hover, #menu ul a:active {
  	background: none;
	text-decoration: none;
}

/* ----------------------------------- */
/* BOTTOM
/* ----------------------------------- */
#bottom {
	width: 898px;
	margin-top: 15px;
}
#bottom input {
	vertical-align: middle;
	margin-top: 7px;
	margin-bottom: 7px;
}
#bottom input.input {
	height: 14px;
	line-height: 14px;
	border: 1px solid #bdbdbd;
	width: 150px;
	font-size: 11px;
	color: #5a4624;
}
	#information {
		float: left;
		font-size: 11px;
		padding-left: 115px;
		background: transparent url(../_images/headers/information.gif) 0 2px no-repeat;
		margin-top: 10px;
	}
	#newsletter {
		background: transparent url(../_images/headers/join-newsletter.gif) 0 10px no-repeat;
		padding-top: 30px;
	}
	#newsletter input.input {
		width: 150px;
	}

/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */
#side {
	width: 185px;
	float: left;
	margin-left: 30px;
	display: inline;
}
	#side-menu {
		margin-bottom: 40px;
		padding-top: 55px;
		background: transparent url(../_images/headers/shop.gif) 0 0 no-repeat;
	}
	#side-menu li {
		list-style: none;
		line-height: 18px;
		margin: 0 0 5px 0; 
		padding: 0 0 5px 0;
		border-bottom: 1px solid #EFEFEF;
	}		
		#side-menu li a:link, #side-menu li a:visited {
		    color: #553727;
		    text-decoration: none;
		}
		#side-menu li a:hover, #side-menu li a:active {
		    color: #a7c520;
		    text-decoration: none;
		}
	
		#side-menu li li {
			font-size: 11px;
			line-height: 14px;
			margin-left: 15px;
		}
			#side-menu li li a:link, #side-menu li li a:visited {
			    color: #876654;
			    text-decoration: none;
			}
			#side-menu li li a:hover, #side-menu li li a:active {
			    color: #a7c520;
			    text-decoration: none;
			}
	
	#whats-new {
		padding-top: 45px;
		background: transparent url(../_images/headers/whats-new.gif) 0 0 no-repeat;
	}
		#whats-new p {
			font-size: 11px;
			line-height: 14px;
		}
	
	p#blog {
		margin-top: 40px;
	}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#content {
	width: 637px;
	float: right;
	margin-right: 30px;
	display: inline;
}
	
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
		color: #553727;
	}
	
	/* Crumb */
	#crumb {
		font-size: 11px;
		margin-bottom: 20px;
	}
		#crumb, #crumb a {
			color: #919191;
		}
	
	/* **************
		HOME
	*************** */
	/*
	#welcome {
		height: 173px;
		background: transparent url(../_images/welcome.jpg) 0 0 no-repeat;
		padding-top: 97px;
		overflow: hidden;
		margin-bottom: 30px;
	}
		#welcome p {
			margin-left: 39px;
			margin-right: 238px;
			font-size: 11px;
			line-height: 14px;
		}
	*/
	
	#promo {
		width: 533px;
		height: 287px;
		float: left;
		margin: 0 0 20px 0;
		display: inline;
	}
	
	#welcome {
		width: 260px;
		height: 182px;
		float: right;
		background: #fbd5e8 url(../_images/welcome-header.gif) 0 0 no-repeat;
		padding: 90px 20px 15px 20px;
		overflow: hidden;
	}
		#welcome p {
			font-size: 11px;
			line-height: 14px;
		}
		
		.scroll-pane {
			width: 100%;
			height: 182px;
			overflow: auto;
		}
		
	
	#buttons {
		clear: both;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #e4ddd4;
	}
		#buttons .button {
			width: 212px;
			float: left;
		}
		#buttons .button.last {
			width: 204px;
			float: right;
			background: transparent url(../_images/email-signup-header.gif) 0 0 no-repeat;
			padding: 38px 0 0 0;
		}
	
	.product-thumb {
		float: left;
		margin-left: 17px;
		margin-right: 17px;
		display: inline;
		height: 225px;
		width: 125px;
		font-size: 11px;
		line-height: 14px;
		text-align: center;
	}
	
	#featured .product-thumb {
		margin-left: 21px;
		margin-right: 21px;
	}
	
	/* **************
		PRODUCT
	*************** */
	
	#photos {
		width: 275px;
		float: right;
		text-align: center;
	}
		#photos img#full {
			width: 275px;
		}
		/*
		#photos a {
			margin-left: 3px;
			margin-right: 3px;
		}
		*/
		#magnify-link {
			padding-left: 18px;
			background: transparent url(../_images/icons/magnify.gif) 0 0 no-repeat;
			margin-bottom: 20px;
		}
		#detailed-photos-link {
			padding-left: 22px;
			background: transparent url(../_images/icons/photo.gif) 0 0 no-repeat;
			margin-bottom: 20px;
		}
	
	#product-intro {
		width: 345px;
		float: left;
		margin-bottom: 20px;
	}
		p#price {
			font-size: 13px;
			font-weight: bold;
		}
		
		#product-short-desc {
			margin-bottom: 15px;
		}
		
		#product-options h2 {
			text-indent: -3000px;
			height: 27px;
			background: transparent url(../_images/headers/options.gif) 0 0 no-repeat;
		}
		
		.actions img {
			vertical-align: middle;
		}
		
		ul#product-actions li {
			font-weight: bold;
			padding-left: 25px;
			line-height: 19px;
			list-style: none;
			margin-bottom: 5px;
			text-align: left;
		}
			li#action-magnify { background: transparent url(../_images/icons/magnify.gif) 0 0 no-repeat; }
			li#action-photos { background: transparent url(../_images/icons/photo.gif) 0 0 no-repeat; }
			li#action-email { background: transparent url(../_images/icons/email.gif) 0 0 no-repeat; }
			li#action-rate { background: transparent url(../_images/icons/rate.gif) 0 0 no-repeat; }
			li#action-review { background: transparent url(../_images/icons/review.gif) 0 0 no-repeat; }
	/*
	.product-extra {
		width: 300px;
		margin-right: 18px;
		float: left;
		display: inline;
	}
	*/
	.product-extra h2 {
		height: 35px;
		text-indent: -3000px;
	}
		#product-reviews h2 { background: transparent url(../_images/headers/product-reviews.gif) 0 0 no-repeat; }
		#product-reviews .reviewer {
			font-weight: bold;
		}
		
		#recommended-products h2 { background: transparent url(../_images/headers/recommended-products.gif) 0 0 no-repeat; }
		#recommended-products li {
			list-style: none;
			padding-left: 15px;
			background: transparent url(../_images/bullet.gif) 0 3px no-repeat;
		}
		
		#related-products h2 { background: transparent url(../_images/headers/related-products.gif) 0 0 no-repeat; }
		
		#also-bought h2 { 
			background: transparent url(../_images/headers/also-bought.gif) 0 0 no-repeat;
			height: 36px;
			text-indent: -3000px; 
		}
	
	.action-box {
		display: none;
		background: #a7c520;
		padding: 10px;
		margin-bottom: 15px;
	}
		.action-box td {
			vertical-align: top;
		}
		#detailed-photos {
			text-align: center;
		}
	
	/* **************
		Category/Search
	*************** */
	#sort-by {
		font-size: 11px;
		margin-bottom: 15px;
		text-align: right;
		float: right;
	}
	span.product-price {
		font-weight: bold;
	}
	
	.subcat {
		float: left;
		margin-left: 17px;
		margin-right: 17px;
		display: inline;
		height: 200px;
		width: 125px;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
	}
	
	/* **************
		CHECKOUT
	*************** */
	#checkout-buttons {
		float: right;
	}
	
	#cart-items {
		margin: 0 0 20px 0;
	}
		#cart-items th {
			background: #ffe9f2;
			color: #cb97ac;
			padding: 3px 5px;
			font-size: 10px;
			font-weight: normal;
			text-transform: uppercase;
		}
		.cart-product td {
			padding: 15px 20px 15px 0;
			border-bottom: 1px solid #CCC;			
		}
			.cart-product td.cart-product-remove {
				padding: 0;
			}
		.cart-product-details {
			vertical-align: top;
		}
		.cart-product-price, .cart-product-remove {
			white-space: nowrap;
		}
		#cart-totals {
			text-align: right;
		}
		
		p.cart-subtotal {
			font-size: 16px;
			font-weight: bold;
		}
		
		#checkout-tabs {
			text-align: center;
			margin: 0 0 20px 0;
		}
		#checkout-tabs span {
			font-size: 14px;
			margin: 0 15px;
			list-style: none;
			padding: 3px 5px;
		}
			#checkout-tabs span.selected {
				border: 1px solid #a7c520;
				font-weight: bold;
			}
	
	.login-box {
		width: 300px;
	}
		#login-box {
			float: left;
		}
		#new-customer {
			float: right;
		}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	width: 900px;
	margin: 20px auto;
	text-align: left;
}
	#footer p {
		color: #563827;
		font-size: 11px;
	}
	#footer p span {
		float: right;
	}
	#footer a {
		font-weight: bold;
		text-decoration: none;
	}
	#footer span a {
		font-weight: normal;
	}

#links {	
	width: 900px;
	margin: 20px auto;
	text-align: left;
	background: #fdf3f7;
	padding: 24px;
}
	#links p {
		margin: 0;
		font-size: 10px;
		color: #fc87b7;
	}
		#links p.link-header {
			color: #000;
			font-weight: bold;
		}
	#links a:link, #links a:visited {
		color: #fc87b7;
	}
	#links a:hover, #links a:active {
		color: #fdb0cf;
	}

/* ----------------------------------- */
/* MISC
/* ----------------------------------- */	
a.button {
	background: #a7c520;
	color: #553727;
	padding: 4px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}
a.checkout-button {
	background: #a7c520;
	color: #553727;
	padding: 8px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 5px 0;
}

a.action-button {
	font-size: 10px;
	border: 1px solid #a7c520;
	padding: 3px 5px;
	text-decoration: none;
}


table#reg-form th { font-size: 18px; font-weight: bold; padding: 10px 0 3px 0; border-bottom: 1px solid #EFEFEF; }
table#reg-form td { padding-top: 4px; padding-bottom: 4px; }
td.label-title { width: 100px; }

table#cart-details td { padding: 6px; }
table#cart-details tr.TableHead td { font-size: 10px; color: #666; text-transform: uppercase; padding: 0 0 4px 0; border-bottom: 1px solid #CCC; }

table#cart-totals td { padding: 4px; }
table#cart-totals .cart-total { font-size: 18px; font-weight: bold; }

table#payment-cc td { padding: 4px; }

