/* --------------- GLOBAL ATTRIBUTES --------------- */

* {
	
	padding: 0px;
	margin: 0px;
	font-family:arial;
	font-size:12px;
	
}

table td {
	vertical-align:top;
}

img {	
	border:0px;	
}

a img {	
	border:0px;	
}
a {
	color:#8c6426;
}

body {
	background-image:url(/images/body_bkg.png);
	background-repeat:repeat-x;
	background-color:#2d3d14;
	padding: 20px 0px 30px 0px;	
	font-family: Arial, Helvetica, sans-serif;
}

#rightcolumn ul {
	margin:0px 0px 0px 20px;
	list-style:none;
}


#rightcolumn ul li {
	background-image:url(/images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:10px;
	margin:6px 0px 6px 0px;
}

#wrapper {
	
	width: 1000px;
	margin: 0px auto;
	
}

#header { 

	background-image:url(/images/header_bkg.png);
	background-repeat:repeat-x;
	width: 1000px;	
	height:155px;
	
}

#header #logo {
	width:445px;
	float:left;
}

#headerlinks {
	
	color:#fff;
	width: 555px;
	float:left;
	text-align:right;
	
}

#headerlinks .fields {
	background-color:#dbc593;
	padding:3px;
}

#headerlinks div {
	margin-right:10px;
}

#headerlinks span {	
	display:block;		
}

#headerlinks .phone {
	color:#e1cc99;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}

#headerlinks .phone em {
	color:#fff;
	font-size:24px;
	font-weight:bold;
	font-style:normal;
}

#headerlinks .hours {
	color:#b5b5b5;
	margin-bottom:4px;
}

#headerlinks .hours em {
	color:#bc8226;
	font-style:normal;
	margin-left:5px;
}

#headerlinks .search {
	font-size:14px;
	color:#d8c391;
	display:inline;
}

/* --------------- Top Navigation --------------- */

#navigation {
	
	width: 1000px;	
	background-color:#000;
	padding:10px 0px 10px 0px;
	text-align:center;
}

#navigation a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	border-right:1px solid #725104;
	padding:5px 24px 5px 25px;
	font-size:14px;
}

#navigation a.last {
	border-right:none;
}

#navigation a:hover {
	color:#ffc600;
}

/* End Top Navigation */

#main {
	
	width: 1000px;	
	overflow:hidden;
	background-color:#eee;
	
}

.leftcolumnbkg {
	background-color:#5a3a15;
	background-image:url(/images/leftcolumn_bkg.png);
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.rightcolumnbkg {
	background-color:#dfdfbd;
	background-image:url(/images/rightcolumn_bkg.png);
	background-repeat:repeat-x;
}

#leftcolumn {
	
	width: 180px;
	float: left;
	
}

#leftcolumn .minorlink {
	background-image:url(/images/leftnav_minorlink_bkg.gif);
	display:block;
	width:160px;
	padding:9px 0px 8px 20px;
	margin:5px 0px 0px 0px;
	color:#eed18e;
	text-decoration:none;
}

/* --------------- Newsletter Signup --------------- */

#leftcolumn #signup {
	
	/*background-image:url(/images/leftcolumn_signup_bkg.jpg);*/
	background-repeat:no-repeat;
	text-align:center;
	padding:20px 15px 0px 15px;

	height:70px;
	
}

#leftcolumn #signup strong {
	
	display:block;
	font-size:16px;
	color:#8c6426;
	
}

#leftcolumn #signup .fields {
	display:inline-block;
	margin:5px 0px 5px 0px;
	background-color:#dbc593;
	padding:3px;
	color:#3f250b;
}

#leftcolumn #testimonial {
	
	text-align:center;
	padding:20px 15px 0px 15px;
	margin:20px 0px 0px 0px;
	
}

/* End Newsletter Signup */

#rightcolumn {	
	
	float:left;
	
}
/*
#rightcolumn h1 {
	font-size:20px;
	margin:0px 0px 10px 0px;
}
*/
#rightcolumn p {
	
	line-height:19px;
	margin:10px 0px 10px 0px;
	
}

#rightcolumn table {
	margin:10px 0px 0px 0px;
}
/*
#rightcolumn ul {
	
	padding-left:40px;
	margin:15px 0px 15px 0px;
	
}

#rightcolumn ul li {
	
	margin:0px 0px 5px 0px;
	
}
*/
/* Footer */

#footer {
	color:#8aa55f;
	text-align:center;
	padding:0px 0px 0px 0px;		
}

#footer span {
	display:block;
	margin:10px 0px 0px 0px;
}

#footer span strong {
	margin:0px 10px 0px 10px;
}

#footer span a {
	color:#8aa55f;
}

#footer span a:hover {
	color:#fff;
}

#footermenu {
	
	background-image:url(/images/footermenu_bkg.png);
	background-repeat:no-repeat;
	text-align:center;
	margin:0px 0px 20px 0px;
	padding:15px 0px 20px 0px;
}

#footermenu a {
	display:inline-block;
	color:#b28a31;
	font-size:14px;
	padding:0px 22px 0px 22px;
}

/* End Footer */

/* --------------- Layout Stuff --------------- */

.twocolumn {
	width:820px;
	overflow:auto;
	background-color:#FF0000;
}

.twocolumn .column {
	float:left;
	width:740px;
	margin:0px 30px 0px 30px;
	
}

/* End Layout Stuff */

/* Home Page Specific Stuff */

.home * {
	color:#a5bba6;
}

#rightcolumn.home {
	background-color:#07100c;
	width:820px;
}

.home #categories {
	
	background-color:#000;
	
	text-align:center;
	
}

.home #categories a {
	text-decoration:none;	
	text-align:center;
	display:inline-block;
	margin-right:2px;
}

.home #categories a span {
	display:block;
	color:#fff;
	margin:2px 0px 0px 0px;
}

.home .twocolumn {
	
	padding:15px 0px 10px 0px;
	background-color:#11281d;

}

/* End Home Page Specific Stuff */

/* --------------- Sub Pages --------------- */

.sub {	
	padding:22px 14px 20px 14px;
	width:792px;
}

.sub h1 {
	font-size:19px;
	color:#533413;
	border-bottom:1px solid #b89d5d;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

.sub h2 {
	font-size:18px;
	color:#678e2a;
	font-weight:bold;
	border-bottom:1px solid #b89d5d;
	padding:0px 0px 10px 0px;
	margin:15px 0px 15px 0px;
	font-weight:normal;
}

.sub h3 {
	font-size:16px;
	color:#678e2a;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:15px 0px 0px 0px;
}

.sub h4 {
	font-size:13px;
	color:#8c6426;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:15px 0px 0px 0px;
}
p {font-family: arial;}
.sub p {
	margin:10px 0px 10px 0px;
	color:#452400;
}

.sub strong {
	color:#000;
}

.callout1 {
	background-color:#eaead3;
	background-image:url(/images/icon_shield.gif);
	background-repeat:no-repeat;
	background-position:10px 16px;
	padding:10px 10px 10px 50px;
	margin:20px 0px 20px 0px;
	line-height:20px;
	
}


/* End Sub Page Specific Stuff */

/* Category */

.category {
	clear:both;
	border-bottom:1px solid #b89d5d;
	overflow:auto;
	padding-bottom:15px;
	margin:15px 8px 0px 8px;
	float:left;
	width:100%;
}

.category .cat_image {
	float:left;
	border:16px solid #fff;
}

.category .description {
	width:430px;
	float:left;
	margin:0px 0px 0px 15px;	
}

.category h2 {
	font-size:19px;
	color:#d39d1d;
	border-bottom:1px solid #b89d5d;
	padding:0px 0px 10px 0px;
	margin:0px 0px 15px 0px;
	font-weight:normal;
}

.category h2 span {
	font-size:19px;
	font-weight:normal;
	color:#533413;
}

.category .description img {
	float:right;
}

/* End Category */

/* Featured Items */

#featured {
	float:left;
	clear:both;
	width:785px;
	background-color:#809249;
	overflow:auto;
	padding:0px 0px 10px 9px;
	margin:10px 0px 0px 0px;
}

#featured h3 {
	font-size:19px;
	color:#d4ed88;
	font-weight:normal;
	margin:5px 0px 5px 5px;
}

/* End Featured Items */

/* Item Listing */

.itemrow {
	float:left;
	clear:both;
	width:785px;	
	overflow:auto;
	padding:0px 0px 10px 9px;
	margin:10px 0px 0px 0px;
}

.acc .item {margin-right: 0px;}


.item {
	width:186px;
	background-color:#fff;
	float:left;
	margin-right:10px;
}

.item div {
	padding:13px 13px 0px 13px;
}

.item div * {
	display:block;
}

.item div img {
	margin:0px auto;
}

.item div a {	
	color:#62401a;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}

.item div a.namelink {	
	height:20px;
}

.item div .image {
	display:block;
	height:102px;
}

.item div span {
	color:#7ab200;
	border-bottom:1px solid #d0e96f;
	padding:5px 0px 5px 0px;


}

.item div span em {
	color:#344c01;
	font-style:normal;
		height: 30px;
		padding-top: 0px;
}

/* End Item Listing */

/* Product Page */

.product {
	
}

.product .product_image {
	float:left;
	width:365px;
}

.product .product_image .image {
	width:334px;
	height:228px;
	padding:16px;
	background-color:#fff;
	text-align:center;
}

.product .product_image img {
	margin-bottom:0px;
}

.product .product_image .thumbs {
	padding-left:15px;
}

.product .product_image .thumbs table td table td {
	vertical-align:top;
}

.product .product_image .thumbs table td table td div {	
	background-color:#fff;
	width:41px;
	height:29px;
	text-align:center;
	padding:3px;
}

.product .product_image .thumbs img {
	margin-bottom:0px;
}

.product .description {
	float:left;
	width:400px;
	margin:0px 0px 0px 15px;
}

.product div.header {
	border-bottom:1px solid #b89d5d;
	overflow:auto;
	text-align:right;
}

.product .header h3 {
	font-size:19px;
	font-weight:normal;
	color:#533413;
	margin:0px 0px 5px 0px;	
}

.product .header a {
	margin:7px 0px 0px 0px;
}

.product .product_id {
	color:#507500;
	font-size:14px;
	display:block;
	margin:3px 0px 10px 0px;
}

.product .option_table {
	width:100%;
}

.product .option_table tr.header td {
	font-weight:bold;
	color:#533413;
	background-color:transparent;
}

.product .option_table td {
	color:#8c6426;
	background-color:#fff;
	border-bottom:1px solid #c3ac6c;
	padding:8px;
}

.product .option_table td input {
	width:35px;
	border:1px solid #c3ac6c;
	padding:2px;
}

.product .add_to_cart {
	margin:3px 0px 0px 0px;
	text-align:right;
	width:397px;
	padding:5px 3px 5px 0px;
	background-color:#cdcda7;
}

.product .price_quantity {
	text-align:right;
}

.product .price_quantity span {
	display:block;
	margin:5px 0px 5px 0px;
}

.product .back_to_products {
	float:right;
	margin:5px 5px 0px 0px;
}

/* End Product Page */

/* Tabs */

#tabs {
	margin:20px 0px 0px 0px;
	clear:both;
	float:left;
}

#tabs a {
	color:#aeae7c;
	text-decoration:none;
	background-image:url(/images/tabs_bkg.png);
	background-repeat:repeat-x;
	height:23px;
	display:inline-block;
	padding:5px 26px 0px 26px;
	font-weight:bold;
	font-size:13px;
	margin-right:2px;
	background-color:#fff;
}

#tabs a:hover {
	text-decoration:none;	
	background-image:none;
}

#tabs a.active {
	color:#533413;
	text-decoration:none;
	background-image:none;
}

#tabcontent {
	background-color:#fff;
	
	float:left;
	width:782px;
	clear:both;
}

.tabcell {
	padding:20px 40px 20px 40px;
	overflow:auto;
	clear:both;
}

.tabcell.photos {
	padding:20px 10px 20px 10px;
}

.tabcell.acc {
	padding:20px 0px 20px 0px;
	
}

.tabcell.acc .itemrow {
	width:760px;
	padding:0px 0px 10px 4px;
	margin:10px 0px 0px 0px;
}

#tabcontent h4, #tabcontent .header {
	color:#8ac600;
	font-size:15px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

#tabcontent ul, #tabcontent .list {
	margin:10px 0px 10px 50px;
	list-style:none;
}

#tabcontent li {
	background-image:url(/images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:0px 0px 0px 15px;
	font-size:12px;
	margin:0px 0px 5px 0px;
}

.colortable {
	
}

.colortable td {
	text-align:center;
}

.colortable td span {
	display:block;
	color:#533413;
	margin-top:3px;
}

.phototab {
	background-color:#533413;
	padding:12px;
	margin:0px 7px 20px 7px;
	text-align:center;
	float:left;
	width:342px;
}

.phototab span {
	display:block;
	text-align:left;
	color:#dfdfbd;
	font-size:13px;
	margin-top:5px;
	padding-left:10px;
}

/* End Tabs */

/* Paging */

.paging {
	clear:both;
	border-top:1px solid #b89d5d;
	border-bottom:1px solid #b89d5d;
	overflow:auto;
	float:left;
	width:100%;
	padding:0px 0px 6px 0px;
}

.paging a {
	color:#8c6426;
	margin:0px 2px 0px 2px;
}

.paging a.active {
	color:#2d3d14;
	text-decoration:none;
}

.paging img {
}

.paging table {
	float:right;
}

.paging strong {
	color:#8c6426;
	margin-right:3px;
}

.paging a {
	display:inline;
}

/*
.paging select {
	scrollbar-arrow-color:#bcd863;
}
*/

/* End Paging */

/* Account Section */

#account_nav {
	clear:both;
	text-align:center;
	margin:20px 0px 20px 0px;
}

#account_nav a {
	margin:0px 20px 0px 20px;
}

/* End Account Section */

/* Checkout Pages */

#options {
	width:200px;
	float:left;
	padding:70px 0px 0px 20px
}

#options a {
	display:block;
	width:173px;
	margin:0px auto;
	margin-bottom:10px;	
}

/* Generic Table */

.generic_table {
	width:100%;
}

.generic_table tr.header td {
	font-weight:bold;
	color:#533413;
	background-color:transparent;
}

.generic_table td {
	color:#8c6426;
	background-color:#fff;
	border-bottom:1px solid #c3ac6c;
	padding:8px;
}

.generic_table td input {
	width:35px;
	border:1px solid #c3ac6c;
	padding:2px;
}



/* End Generic Table */

/* SideList */

#sidelist {
	width:520px;
	float:left;	
}

#sidelist .inner {
	
	float:left;
}

#sidelist .left {
	float:left;
	width:201px;
	
}

#sidelist .left div {
	background-color:#6d4915;
}

#sidelist .left h3 {
	padding-bottom:5px;
	margin:0px 20px 10px 20px;
}

#sidelist .left ul {
	margin:0px 0px 0px 20px;
	list-style:none;
}

#sidelist .left ul li {
	background-image:url(/images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:10px;
	margin:6px 0px 6px 0px;
}

#sidelist .left ul li a:hover {
	text-decoration:none;
}

#sidelist .right {
	border-left:1px solid #a2700e;
	width:317px;
	float:left;
	text-align:left;
}

#sidelist .right h3 {
	
	padding-bottom:5px;
	margin:0px 20px 10px 20px;
}

#sidelist .right div {
	
	
}

#sidelist .right a {	
	font-size:14px;
	font-weight:bold;
	display:block;
	text-decoration:underline;
	margin:0px 20px 0px 20px;
}

#sidelist .right a:hover {
	text-decoration:none;
}

#sidelist .right span {
	
	color:#000;
	border-bottom:1px dashed #805d2a;
	display:block;
	margin:0px 20px 10px 20px;
	padding-bottom:5px;
	
}

#sidelistfooter {
	clear:both;
	float:right;
	margin-right:2px;
}

/* End SideList */

/* MiniCart */

#miniCart {
	background-color:#e5d6b3;
	border:3px solid #513312;
	padding:10px;
	text-align:left;
	z-index:100;
}

#miniCart .mitem {
	clear:both;
	border-bottom:1px dashed #623f1a;
	float:left;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:6px;
	width:180px;
}

#miniCart .mitem a {
	display:block;
	clear:both;
	color:#513312;
	text-decoration:none;
	padding-bottom:3px;
}

#miniCart .mitem a:hover {
	text-decoration:underline;
}

#miniCart .mitem img {
	float:left;
	border:1px solid #513312;
	margin-right:4px;
}

#miniCart .mitem span {
	color:#513312;
}

#miniCart .mitem strong {
	color:#4a6125;
}

#miniCart .mitem div {
	float:left;
	margin-top:2px;
}

#miniCart .bottom {
	clear:both;
}

#miniCart .subtotal {
	text-transform:uppercase;
	display:block;
	background-color:#fff;
	font-weight:bold;
	color:#513312;
	font-size:14px;
	padding:4px;
	margin-bottom:5px;
	width:180px;
}

#miniCart .subtotal strong {
	color:#4a6125;
	font-size:14px;
}

/* End MiniCart */

/* Utility */

.photo {
float:left;
border:15px solid white;
margin: 0px 20px 20px 0px;
}

.errors {
	margin:10px 0px 10px 40px;
	font-weight:bold;
	color:#f00;
}

.errors li {
	color:#f00;
}

.center {
	text-align:center;
}

td.right {
	text-align:right;
}

/* End Utility */

.newsitem {
	display:block;
	border-bottom:1px dashed #805d2a;
	margin:10px;
	padding:6px;
}

.newsdate {
	background-image:url(/images/bullet.gif);
	background-repeat:no-repeat;
	background-position:10px 16px;	
	padding:10px 0px 7px 20px;
	color:#3b5d05;
	font-weight:bold;
}

a.newslink {
	color:#8c6426;
	font-size:14px;
}

a:hover.newslink {
	color:#8c6426;
	font-size:14px;
	text-decoration:none;
}


.sitemap1 {
	
}

ul li.sitemap2 {
	padding-left:30px;
}
