/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
	}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #fae7bf;
	background: #181617;
	}
#wrapper {
	width: 674px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/vert_border.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 38px;
	padding-left: 38px;
	padding-bottom: 30px;
}
#top-border {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#bottom-border {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#contact-info {
	text-align: center;
	color: #fae7bf;
	font-size: 80%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(images/wooden_shadow.gif);
	padding-left: 100px;
	background-repeat: repeat-x;
	background-position: left top;
}
#contact-info p {
	padding-bottom: 0.2em;
}
#store-pics {
	padding-top: 5px;
	padding-bottom: 5px;
}
.bamboo {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#categories .cat-top-border {
	background-image: url(images/corner_r_t.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:left;
	height: 7px;
}
#categories .cat-bot-border {
	background-image: url(images/corner_r_b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align:left;
	height: 7px;
}
#categories .cat-bg {
	background-color: #444746;
	font-size: 80%;
	margin-right: 3px;
	margin-left: 3px;
}
#categories .cat-bg a {
	color: #cdf3ff;
	text-decoration: none;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	display: block;
}
#categories {
	margin-right: 17px;
	margin-left: 17px;
}
#categories table td {
	padding-top: 15px;
	padding-bottom: 15px;
}
#categories .separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3a3530;
}
/* shelf & navigation */
#shelfwrap {
	background-image: url(images/pulldown_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3a3530;
	}

#shelf {
	}

	#shelf .left {
	color:#fae7bf;
	float: left;
	width: 355px;
	padding-left: 57px;
		}
#shelf .left p {
	font-size: 80%;
	padding-bottom: 20px;
	text-indent: 2em;
}
#shelf .left h2 {
	padding-bottom: 14px;
	font-size: 150%;
	font-weight: bold;
}
		
	#shelf .right {
	margin-left: 412px;
	color:#cdf3ff;
	padding-right: 40px;
	padding-left: 21px;
		}
#shelf .right p {
	font-size: 70%;
	line-height: 1.5em;
	padding-bottom: 5px;
}
#shelf .right h3 {
	font-size: 100%;
	font-weight: bold;
}
#shelf .right  .bignumerals {
	font-size: 150%;
	font-weight: bold;
}
			
#shelfbreak {
	background: transparent;
	}
	
/* pull */
	#pull a {
	float: right;
	display: block;
	width: 92px;
	height: 63px;
	text-indent: -9999em;
	background: url(images/pull_button.jpg) no-repeat top right;
	margin-right: 29px;
		}
		
	#pull a:hover {
	background: url(images/pull_button_hover.jpg) no-repeat right top;
	margin-right: 29px;
		}		
/* misc */
.clear {clear: both;}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	font-size: 80%;
	padding-bottom: 0.3em;
	color: #c6ae72;
}
#footer a {
	color: #3e7687;
	text-decoration: underline;
}
#footer a:hover {
	color: #cdf3ff;
}
