
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: black;
}

p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}

a img, :link img, :visited img {
	border: none
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

.button {
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none !important;
	border: none;
	cursor: pointer;
	background: #E61;
	color: white !important;
}
	.button:hover {
		background: #F95;
	}


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: #F7F3F7; 
	text-align: center;
	margin-bottom: .5em;
}

#background {
	width: 892px;
	margin: 0 auto 0 auto;
	padding: 0;
	border-bottom: 1px solid #F7F3F7; /* avoids a large chunk of white space at the bottom in some browsers */
	background: url(images/bg.png) center top repeat-y;
}


#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#top {
	padding: 0px 30px;
	background: url(images/header.gif) left top repeat-y; 
}

	#top h1 {
		font-size: 35px;
		color: #246;
	}

#search {
	width: 250px;
	float: right;
	font-size: 11px;
}

	#search button {
		background: #D3D3D3;
		color: black;
		border: none;
		text-transform: uppercase;
		width: 65px;
	}
	
	#search input {
		width: 175px;
		background: white;
		color: black;
		border: 1px solid #999;
	}

#bar {
	padding: 0 30px;
	margin-bottom: 20px;
	height: 53px;
	background: transparent url(images/barfade.png);
	color: #ccc;
}
	#bar a:link, #bar a:visited {
		color: #ccc;
		text-decoration: none;
	}
	#bar a:hover, #bar a:active {
		text-decoration: underline;
	}

#menu{
	padding-top:.9em;
}

#main {
	margin: 0 30px;
	background: transparent url(images/vdivider.gif) 0 0 repeat-y;
}
	
	#main.wide {
		background: none;
	}
	
		#main.wide #content {
			width: auto;
			float: none;
		}

#content {
	width: 586px;
	float: right;
}

	#content h2 {
		font-size: 21px;
	}
	
	#content h2, #categories h2 {
		color: #246;
	}
	
	#content h3, .price {
		font-size: 16px;
		font-weight: bold;
	}
	
	#content h3 {
		color: #568;
	}

.price {
	margin:10px auto;
	color: #90A830;
}

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

#products td {
	background: #F2F2F2;
	text-align: center;
	font-weight: bold;
}

	#products td h3 {
		margin-bottom: 3px;
		font-size: 12px;
	}
	
	#products td p {
		margin: 0;
		color: #90A830;
	}
	
		#products td p img {
			vertical-align: middle;
			margin-left: 10px;
		}

#photos {
	width: 290px;
	float: right;
	margin-right: 30px;
	display: inline;
}
	#photos img {
		width: 290px;
		margin-bottom: 10px;
	}
	
#photo-thumbs {
	text-align: right;
}

	#photo-thumbs img {
		width: 80px;
		margin: 5px;
		vertical-align: middle;
}

#categories {
	width: 170px;
	float: left;
}

	#categories h2 {
		font-size: 17px;
	}
	
	#categories li {
		padding-bottom: 3px;
		margin-bottom: 3px;
		background: transparent url(images/hdivider.gif) left bottom repeat-x;
		list-style: none;
		font-size: 12px;
	}
	
	#categories li li {
		font-size: 11px;
		padding: 0;
		background: none;
		font-weight: normal;
		margin: 0 0 0 10px;
	}
	
	#categories li.selected {
		font-weight: bold;
	}
	
	#categories li a {
		text-decoration: none;
	}

#footer {
	margin: 20px 30px;
	padding-top: 7px;
	background: transparent url(images/hdivider.gif) 0 0 repeat-x;
}

	#footer p, #footer a {
		color: #789;
	}

.content{
	position: relative;
	bottom: 2px;
	right: 2px;
	background-color: white; 
	color: black;
	border: 1px solid black; 
	height: 250px;
}

a:link, a:visited {
	color: #246;
	text-decoration: underline;
}
a:hover, a:active {
	color: #89A;
	text-decoration: underline;
}

.category.current{
	background-color: #FF8;
	font-weight: bold;
}
