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-color: #906342;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(pagebg.jpg);
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FEFCFD;
	line-height: 140%;
}
 
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a  img, :link  img, :visited  img, :active img ,{
    border: none
}
a:link, a:visited {
	color:#B0B364;
}
a:hover, a:active {
	color: #C6C992;
	text-decoration: underline;
}

div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
.hide {
     display: none;
}
.button {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none !important;
	background-color: #81654F;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F7F6EF;
	border-right-color: #939186;
	border-bottom-color: #939186;
	border-left-color: #F7F6EF;
}

.button:hover {
	color: #F7FBFC;
	background-color: #A28166;
}
a.button {
	color: #FEFCFD;
}
input, select {
	background-color: #A68463;
}


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

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

#shadow {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(mainbg.png);
	background-repeat: repeat-y;
	background-position: center top;
}


/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	padding: 0px;
	height: 178px;
	background-attachment: scroll;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #323232;
}
#top img {
	float: left;
	position: relative;
	top: 12px;
	left: 12px;
}
#topright {
	float: left;
	width: 114px;
	padding-right: 0px;
	padding-top: 30px;
	text-align: center;
	line-height: 120%;
	color: #FFFFFF;
	padding-left: 26px;
        font-size: 16px;
}
#topright   a:link, #topright  a:visited, #menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topright  a:hover, #topright  a:active, #menu a:hover, #menu a:active {
	text-decoration: underline;
}

#bar {
	background-attachment: scroll;
	background-image: url(barbg1.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 60px;
	padding-top: 10px;
}



	#search {
	width: 260px;
	float: right;
	font-size: 11px;
	color: #574940;
	margin-top: 6px;
	text-align: center;
	padding-bottom: 0px;
	}
		#search input {
	text-transform: uppercase;
	width: 65px;
	color: #FEFCFD;
	background-color: #81654F;
		}
		#search label input {
	width: 175px;
	background-color: #A68463;
	padding-top: 0px;
	padding-bottom: 0px;
		}
	
	#top h1 {
		font-size: 35px;
	}
	
	#menu {
	float: left;
	line-height: 140%;
	color: #FFFFFF;
	margin-left: 0px;
	padding-top: 4px;
	display: inline;
	}
		#menu a {
	margin: 0 7px;
	color: #FFFFFF;
		}
		
		.tab {
		 
		float: left;
        line-height: 45px;
        padding-right: 20px;
		padding-left; 30px;
        height: 45px;

				}
				
		.tab a {
		padding-left: 20px;
		
		}		
#featured {
	background-attachment: scroll;
	background-image: url(featured.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	float: left;
}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#main {
	padding-right: 0px;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(mainbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
	#content {
	width: 587px;
	float: right;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
		
	}
		#content h2 {
	font-size: 21px;
	color: #333333;
		}
		#content h3, p.price {
			font-size: 16px;
			font-weight: bold;
		}
		
		#banner, #welcome, #featured {
	margin-bottom: 30px;
	float: left;
		}
		
		#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%;
	border: 1px solid #333333;
	vertical-align: top;
	background-color: #322F2A;
	padding-top: 40px;
	background-attachment: scroll;
	background-image: url(tdbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
		}
#products  a:link, #products a:visited {
	color: #FAF8F9;
	text-decoration: none;
}
#products  a:hover, #products a:active {
	color: #FAF8F9;
	text-decoration: underline;
}


			#products td h3 {
				margin-bottom: 3px;
				font-size: 12px;
			}
			#products td p {
	margin: 0;
	color: #F7FBFC;
			}
			#products td p img {
				vertical-align: middle;
				margin-left: 10px;
			}
		
/* Product page */

#add {
    display: none;
}
#photos {
	width: 290px;
	float: right;
	margin-left: 30px;
	display: inline;
}
#products .button {
	font-weight: normal;
}
			#photos img {
				 
				margin-bottom: 10px;
			}
			#photo-thumbs {
				text-align: center;
			}
			#photo-thumbs img {
				
				margin: 5px;
				vertical-align: middle;
			}
#promo {
	background-attachment: scroll;
	background-image: url(promo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
}
#announce {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 20px;
	margin-top: 20px;
}

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

			p.product-options input {
	vertical-align: middle;
			}
		
		p#google-checkout {
			text-align: center;
		}
		p#google-checkout img {
			display: block;
			margin: 0 auto;
		}
		
		p#update-cart {
			font-weight: bold;
			font-size: 14px;
		}
#content select {
	color: #FEFCFD;
}

.productOption {
	margin-bottom: 10px;
}
#login {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	color: #FFFFFF;
	width: 150px;
	float: right;
	padding-right: 10px;
}
#login  a {
	color: #FFFFFF;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
		
			
	/* Common to all pages */
	#side {
	width: 200px;
	float: left;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	}
#side img {
	margin-top: 10px;
	margin-bottom: 10px;
}


		#side h2 {
			font-size: 14px;
		}
		#side li {
	padding-left: 0px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 12px;
	list-style-type: none;
        background-attachment: scroll;
	background-image: url(catbutton.png);
	background-repeat: repeat-x; 
        line-height: 24px;     
 		}
#side  li  a:link, #side li a:visited {
	width: 176px;
	display: block;
	padding-left: 20px;
	padding-top: 3px;
	font-weight: normal;
	color: #FEFCFD;
	text-decoration: none;
			}
#side li a:hover, #side li a:active {
	display: block;
	width: 176px;
	padding-left: 20px;
	padding-top: 3px;
	text-decoration: underline;

}

#side  li li  a:link, #side li li  a:visited, #side li li a:hover, #side li li a:active  {
	background-image: none;
	display: inline;
}



		#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;
		}

#emailsub_wrapper {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
	clear: left;
	margin-top: 15px;
}
#emailsub_wrapper .button {
	color: #FEFCFD;
}
#cards {
}
#cards img {
	margin-left: 17px;
}


/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	clear: both;
	height: 40px;
	background-attachment: scroll;
	background-image: url(footerbg.jpg);
	background-repeat: repeat-x;
}	
#copyright p {
	font-size: 12px;
	color: #FFFFFF;
}
#copyright a {
	color: #FFFFFF;
}




#copyright {
	padding-top: 14px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#myebay {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
#pagebottom {
	background-attachment: scroll;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
}



































