/* Base Elements */
body {
	font: 0.7em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	/*background: #260404 url('../images/bkgd.png') repeat-x top left;*/
	background-color: #cfc9b0;
}
#validate {  
	visibility:hidden;  
	display:none;  
}  
input, select, textarea {
	font: 1em/1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
}
input {
	border: none;
	font-family: Georgia, Times, sans-serif;
	font-size: 1.2em;
}
input.button {
	background: #5d0606 url('../images/box_bkgd.png') repeat-x center left;
	border: 1px solid #fff;
	padding: 5px;
	cursor: pointer;
	color: #fff;
}
input.go_button {
	background: #5d0606 url('../images/box_bkgd.png') repeat-x center left;
	xborder: 1px solid #fff;
	cursor: pointer;
	color: #fff;
	padding: 0 5px;
	height: 1.2em;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Georgia, Times, sans-serif;
	font-size: 2.6em;
	margin: 20px 0 10px 0;
	padding: 0;
}
h2 {
	line-height: 1em;
	font-family: Georgia, Times, sans-serif;
	margin: 10px 0 15px 0;
	font-size: 2em;
}
h3 {
	font-family: Georgia, Times, sans-serif;
	margin: 10px 0 15px 0;
	font-size: 1.5em;
}
h4 {
	font-family: Georgia, Times, sans-serif;
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

p {
	margin: .5em 0;
}
ul, li {
	list-style: circle inside;
	margin: 5px 3px;
}
label {
	display: block;
	font-weight: bold;
}
hr {
	border: none;
	border-bottom: 1px solid #333;
}
#wrapper {
	margin: 0;
	padding: 0;
}
#inner_wrapper {
	width: 790px;
	margin: 0 auto;
	padding: 0 0;
}
#content {
	padding: 10px 0;
}
#header {
	background: #000 url('../images/header_bkgd.jpg') repeat-x bottom left;;
	padding: 0;
}
#header p {
	margin: 0;
}
#header h1 {
	margin: 5px 0;
}
#header .right {
	float: right;
	padding: 4px;
}
#header_inner {
	width: 790px;
	margin: 0 auto;
}
#footer {
	padding: 10px 0;
	text-align: center;
}
#footer .left {
	float: left;
	text-align: left;
}
#footer .right {
	text-align: right;
	float: right;
}
#nav {
	font-family: Georgia, Times, sans-serif;
	background: #7f3a3a url('../images/nav_bkgd.png') repeat-x bottom left;
	position:relative;
}
#nav ul {
	height: 2em;
	padding: 0;
	margin: 0;
	font-size: 150%;
	text-align: left;
	margin: 0 auto;
	width: 920px;
}
#nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#nav li a {
	height: 1.5em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0;
	padding: .5em 25px 0 25px;
	float: left;
}
#nav li a:hover {
	color: #000;
	background: transparent url('../images/nav_bkgd_over.png') repeat-x bottom left;
}
#nav li.active a {
	color: #388235;
}

.nav ul {
}
.nav li {
	display: block;
	margin: 0 18px;
	padding: 0 9px;
	float: left;
}
.nav li a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0 ;
	padding: 3px 0 3px 0;
}
.box {
	background: #5d0606 url('../images/box_bkgd.png') repeat-x top left;
	padding: 10px 20px;
}
.categories h3, .products h3 {
	font-size: 1em;
	padding: 0 0 .5em 0;
	margin: 0;
	color: #000;
}
.categories li, .products li {
	font-family: Georgia, Times, sans-serif;
	display: block;
	background-color: #e7e2c5;
	list-style: none;
	width: 125px;
	float: left;
	font-size: 120%;
	padding: 10px;
	margin: 3px;
	text-align: center;
	border: 1px solid #ccc;
	text-decoration: none;
	height: 150px;
	color: #000;
}
.products li {
	height: 17em;
}
.categories li {
	height: 14em;
}

.categories h3, .products h3 {
	height: 3em;
}
.categories li a:hover, .products li a:hover {
	color: #000;
}
.products li h3 a, .categories li h3 a {
	color: #000;
}
.products li a {
	color: #000;
}
.empty_photo {
	font-family: Georgia, Times, sans-serif;
	padding: 50px 30px 10px 30px;
	height: 65px;
	color: #666;
	font-style: italic;
	text-align: center;
}
.categories .photo img, .products .photo img {
	border: 1px solid #ccc;
}
.categories:after, .products:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.products .cost {
	font-size: 130%;
	padding: .5em;
}
.products .button {
	font-family: Georgia, Times, sans-serif;
}
.featured li {
	width: 232px;
	float: left;
	font-family: Georgia, Times, sans-serif;
	display: block;
	background-color: #e7e2c5;
	list-style: none;
	float: left;
	font-size: 120%;
	padding: 10px;
	margin: 3px;
	text-align: right;
	border: 1px solid #ccc;
	text-decoration: none;
	height: 130px;
	color: #333;
}
.featured h3 {
	margin: 0;
	padding: 0;
}
.featured h3 a {
	display: block;
	text-align: right;
	color: #333;
	padding: 0 0 5px 0;
}
.featured a {
	color: #333;
}
.featured .cost {
	text-align: right;
	padding: 0 0 5px 0;
}
.featured .photo {
	float: left;
}
#search {
	float: right;
	padding: 0;
}

#cart {
	clear: right;
	float: right;
	padding: 0;
}

.cart_summary {
	width: 100%;
	border: 1px solid #ccc;
}
.cart_summary a:link, .cart_summary a:visited {
	color:#FFFFFF;
}
.cart_summary th {
	padding: .5em;
	background: #310303;
	text-align: left;
	color:#FFFFFF;
}
.cart_summary td {
	padding: .5em;
	background: #5d0606;
	color:#FFFFFF;
}
.cart_summary_total {
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color:#000000;
}
.cart_summary tr:hover td {
	background: #A0818A;
	color: #000;
}
.cart_summary tr:hover td a {
	color: #000;
}

.options {
	padding: .5em 0;
	float: right;
}

.product_photo {
	float: right;
	margin: 0 0 10px 10px;
}

.product_photo img {
	border: 1px solid #ccc;
}
.buy_now a {
	display: block;
	font-size: 130%;
	padding: 1em 0;
}
.price {
	padding: 1em 0;
	font-size: 120%;
}
.numbers {
	width: 2em;
	text-align: center;
}

.down_qty, .up_qty {
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 8px;
}
.up_qty {
	float: right;
}
table .product_qty {
	width: 8em;
	text-align: center;
}
table td.product_cost {
	font-weight: bold;;
	text-align: center;
}
table td.product_title {
	width: 30em;
}

.notification {
	font-size: 1.5em;
	text-align: center;
	padding: 1em;
	margin: 1em 0;
	background: #333;
	color:#FFFFFF;
}

th.center, td.center {
	text-align: center;
}
th.right, td.right {
	text-align: right;
}

.breadrum {
}
h2.breadcrum {
	color: #B5B5B5;
}
h2.breadcrum a {
	color: #B5B5B5;
}
h2.breadcrum .active {
	color: #fff;
}
h2.breadcrum .ghost {
	color: #333;
}
.cart_options {
	margin: 25px 0 0 0;
	text-align: center;
}
.cart_options .button {
	font-size: 160%;
}
.tag_box p {
	float: left;
	margin: 0 5px 0 0;
	color: #333;
}
.tag_box p, .tag_box a {
	color: #666;
}
.tags {
	padding: 0;
	text-align: left;
}
.tags input {
	display: inline;
}

.tags label {
	display: inline;
}
.tags li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #7f3a3a;
}
.tags li a {
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0 5px;
	float: left;
	color: #7f3a3a;
}
.tags li a:hover, .tag_box .tags li a.active {
	color: #7f3a3a;
	text-decoration: underline;
}


.tags2 {
	padding: 0;
	text-align: left;
	list-style: none;
	margin: 0;
}
.tags2 input {
	display: inline;
}

.tags2 label {
	display: inline;
}
.tags2 li {
list-style: none;
}
.tag_box a{
text-decoration: underline;
	padding: 5px;
	color: #333;
	text-align: center;
}
.tags2 li a:hover, .tag_box a.active {
	font-weight: bold;
	color: #000;
}

table.product_options {
	margin: 5px;
}
table.product_options td {
	padding: 3px;
}
table.product_options .left {
	text-align: right;
}

.clear {
	clear: both;
}
.home_box {
	padding: 5px;
}
.home_box .right_image {
	float: right;
}
.home_box .text {
	padding: 30px 0;
	margin-right: 410px;
	font-size: 120%;
	line-height: 1.2em;
}
.description {
	font-size: 110%;
}

.categories_list {
	padding: 0;
	margin: 0;
}
.categories_list li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

.categories_list a {
	display: block;
	float: left;
	padding: 5px;
	margin: 0 15px 15px 0;
	width: 170px;
	color: #fff;
	text-align: center;
	background: #7f3a3a url('../images/nav_bkgd.png') repeat-x top left;
	border: 1px solid #333;
}
