body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
	text-align: center;
	background-image: url(pagebg.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 140%;
}
 
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
	color:#715579;
	text-decoration: none;
}
a:hover, a:active {
	color: #715579;
	text-decoration: underline;
}

div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
input, select {
	background-color: #E9D9BA;
}

.button {
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none !important;
	border: 1px dotted #000000;
	background-color: #D2CFA2;
}

.button:hover {
	background-color: #DEDCBC;
}
a.button {
	color: #705B2E ;
}

#cart-total .button {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 9px;
	margin-left: 20px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 1070px;
	margin: auto;
	text-align: left;
	background-attachment: scroll;
	background-image: url(shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#topimg {
	background-attachment: scroll;
	background-image: url(top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}


/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	padding: 0px;
	height: 240px;
	background-attachment: scroll;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#top img {
	float: left;
	position: relative;
	top: 0px;
	left: 200px;
}
#logo {
	float: left;
	width: 700px;
}
#topright_info   {
	float: right;
	width: 225px;
	margin-right: 25px;
	text-align: right;
}

 #searchwrapper {
	width: 225px;
	margin-left: 6px;
}




	#search {
	float: right;
	color: #FFFFFF;
	margin-top: 8px;
	text-align: center;
	padding-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	}
		#search input {
	width: 52px;
	color: #FFFFFF;
	margin-bottom: 0px;
	background-attachment: scroll;
	margin-right: 2px;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #9972A5;
		}
		#search input:hover{
	background-color: #AB8AB5;
		}
		#search label input, #search label input:hover {
	width: 150px;
	background-color: #B39CB9;
	background-image: none;
		}
	
	#top h1 {
		font-size: 35px;
	}
	
	#menu {
	float: left;
	line-height: 140%;
	color: #000000;
	margin-left: 16px;
	padding-top: 10px;
	display: inline;
	clear: left;
	margin-top: 64px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	top: 2px;
	}
#menu  a:link, #menu a:visited {
	color: #ECE6D6;
	background-image: url(button.jpg);
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
		}
#menu a:hover, #menu a:active {
	background-image: url(buttonhover.jpg);
	text-decoration: none;
}

		
 				
 #featured {
	background-attachment: scroll;
	background-image: url(featured.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
}
#textbox {
	margin-top: 20px;
	margin-bottom: 20px;
}


/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#main {
	background-repeat: repeat;
	background-image: url(mainbg.jpg);
	background-attachment: scroll;
	background-position: center top;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
}

	#content {
	width: 510px;

	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
	background-image: url(contentbg.jpg);
	background-repeat: repeat;
	margin-top: 16px;
	border: 2px solid #718545;

		
	}
		#content h2 {
			font-size: 21px;
		}
		#content h3, p.price {
			font-size: 16px;
			font-weight: bold;
		}
		
		#banner, #welcome, #featured {
			margin-bottom: 30px;
		}
		
		#crumb {
			font-weight: bold;
			margin-bottom: 25px;
			font-size: 11px;
		}
		
		#pagination {
			text-align: center;
			height: 20px;
		}
			#pagination a#prev {
				float: left;
			}
			#pagination a#next {
				float: right;
			}
		
		/* Category Page */
		#products td {
	text-align: center;
	font-weight: bold;
	width: 33%;
	background-color: #E9D9BA;
		}


			#products td h3 {
				margin-bottom: 3px;
				font-size: 12px;
			}
			#products td p {
	margin: 0;
	color: #333333;
			}
			#products td p img {
				vertical-align: middle;
				margin-left: 10px;
			}
		
		/* Product page */
		#photos {
	width: 190px;
	float: right;
	margin-left: 30px;
	display: inline;
		}
			#photos img {
	width: 190px;
	margin-bottom: 10px;
			}
			#photo-thumbs {
				text-align: center;
			}
			#photo-thumbs img {
				width: 80px;
				margin: 5px;
				vertical-align: middle;
			}
			
#promo {
	background-attachment: scroll;
	background-image: url(promo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
}

#cartthanks {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-bottom: 20px;
}

		
		/* Cart page */
		.cart-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
			
		}
			.cart-item img {
				height: 70px;
				float: left;
				margin-right: 15px;
				display: inline;
			}
			.cart-item h3, .cart-item p {
				margin-bottom: 4px;
			}
		
		#cart-total {
	padding: 10px 0px 10px 0px;
	text-align: center;
		}
			#cart-total strong {
				font-size: 21px;
			}
			#cart-total img {
				vertical-align: middle;
				margin-left: 20px;
			}

			p.product-options input {
	vertical-align: middle;
	background-color: #FFFFFF;
			}
		
		p#google-checkout {
			text-align: center;
		}
		p#google-checkout img {
			display: block;
			margin: 0 auto;
		}
		
		p#update-cart {
			font-weight: bold;
			font-size: 14px;
		}
 
.productOption {
	margin-bottom: 10px;
}
#login {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	width: 180px;
	font-size: 12px;
	float: right;
}
#login   a:link, #login a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#login  a:hover, #login a:active {
	text-decoration: underline;
	color: #CCCCCC;
}
		
			
	/* Common to all pages */
	 
.sidebox {
	width: 170px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
 
	#side {
	width: 170px;
	float: left;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 16px;
	margin-bottom: 20px;
	padding-bottom: 230px;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(cards.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

		#side h2 {
			font-size: 14px;
		}
		#side li, #sideright li {
	padding-left: 18px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	font-size: 12px;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #715579;
	border-right-color: #715579;
	border-bottom-color: #715579;
	border-left-color: #715579;
		}
			#side li a {
			}
		
		#side li li {
	font-size: 11px;
	padding: 0;
	background: none;
	font-weight: normal;
	margin: 0 0 0 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
		
		#side li.selected {
			font-weight: bold;
		}
#side a:link, #side a:visited, #sideright a:link, #sideright a:visited {
	color: #333333;
	text-decoration: none;
}

#side a:hover, #side a:active, #sideright a:hover, #sideright a:active {
	color: #602C83;
	text-decoration: underline;
}
#sideright {
	float: right;
	width: 170px;
	padding-left: 16px;
	padding-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 150px;
	font-size: 12px;
}

#payment {
	text-align: center;
}
#cart {
	font-size: 12px;
	width: 180px;
	color: #FFFFFF;
	text-align: right;
	float: right;
}


#emailsub_wrapper {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 15px;
	clear: left;
	margin-top: 15px;
	background-attachment: scroll;
	background-image: url(newsletter.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
}
#cart  a:link, #cart a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#cart a:hover, #cart a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

#info {
	background-attachment: scroll;
	background-image: url(info.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	margin-top: 16px;
}


#copyright p {
	font-size: 12px;
	color: #FFFFFF;
}
#copyright a {
	color: #FFFFFF;
}




#copyright {
	padding-top: 0px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#myebay {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
}
#bottom {
	background-attachment: scroll;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
}
#bottomimg {
	position: relative;
	left: 1020px;
	bottom: 260px;
        width: 100px;
}








