/* CSS Document */

/* 
Background - squidfingers.com/patterns
Script typeface is Lamar Pen - texashero.com
Headings typeface is Trajan Pro
PS brushes in masthead by Vered - veredgf.fredfarm.com/vbrush/main.html
*/

body {
	margin: 0;
	padding: 0;
	}
body, th, td {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background: #3c2819 url("../images/bkgrd.gif") top left repeat;
	}

/* Structure
----------------------------------------------------- */
#skip {display:none;}
#wrap {
	margin: 0 auto;
	padding: 0 0 0.5em 0;
	width: 760px;
	color: #000;
	background: #ecdeaf url("../images/bkgrd_wrap.jpg") top center repeat-y;
	}
div#main_photo {}
	div#main_photo img {
	padding: 0;
	border: 0;
	}
	div#main_photo p {
	margin: 0;
	padding: .5em;
	color: #f3e5b6;
	background: #311d11 url(../images/bkgrd_custphotos.gif) bottom left repeat-x;
	font-size: 80%;
	text-align: right;
	}
	div#main_photo p a {
	color: #f3e5b6;
	}
	div#main_photo p a:hover {
	color: #ffffff;
	font-style: italic;
	}
#content {
	float: left;
	width: 495px;
	border-right: 1px solid #ac9b66;
	}
#content_cov {
	float: left;
	width: 495px;
	border-right: 1px solid #ac9b66;
	}
#content_cat {
	float: right;
	width: 535px;
	border-left: 1px solid #ac9b66;
	}
#content, #content_cat, #content_cov {
	margin: 10px 0 0 0;
	padding: 0 0 0.5em 0;
	}
div#content_photos {
	position: relative;
	clear: both;
	width: 760px;
	background: #ecdeaf url("../images/bkgrd_wrap.jpg") top center repeat-y;
	}
	div#content_photos table td {
	background: #ecdeaf url("../images/bkgrd_wrap.jpg") top center repeat-y;
	border-bottom: 1px dashed #ac9b66;
	vertical-align: top;
	}
	div#content_photos table td.photos {
	text-align: center;
	}
	div#content_photos table td.testimonials {
	padding: .8em;
	}
	div#content_photos img {
	margin: .8em .5em;
	}
	cite {
	font-style: normal;
	}
#sidebar {
	float: right;
	width: 260px;
	}
#sidebar_cat {
	float: left;
	width: 220px;
	}
#sidebar, #sidebar_cat {
	margin: 10px 0 0 0;
	padding: 0;
	}
#footer {
	clear: both;
	margin: 0;
	padding: 0.5em;
	font-size: 80%;
	text-align: center;
	border-top: 1px solid #ac9b66;
	border-bottom: 1px solid #ac9b66;
	}
#sidebar_ordering {
	padding-bottom: 1em;
	background: url(../images/bkgrd_barrels.gif) right bottom no-repeat;
	}

/* Headings
----------------------------------------------------- */
h1 {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 102px;
	background: url("../images/h1.gif") top left no-repeat;
	}
h1 span {display: none;}
h2#cat {display: none;}
h2, h3 {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ac9b66;
	border-bottom: 1px solid #ac9b66;
	}
	div#justin h2 {
	margin: 1em;
	padding: .5em;
	font-size: 120%;
	color: #900;
	}
h2 span, h3 span {
	position: absolute;
	margin-left: -9000px;
	}
#content_cat h3, #content h3 {
	margin-top: -1px;
	border:0;
	border-top: 1px solid #ac9b66;
	border-bottom: 1px dashed #ac9b66;
	}
#content_cat h4, #content_cov h4 {
	padding: 0 15px;
	color: #036; /* 036 */
	border-bottom: 1px dashed #ac9b66;
	font-size: 120%;
	font-variant: small-caps;
	font-weight: normal;
	}
#sidebar_cat h4 {
	margin: 0;
	padding: 0.2em 0 0 1em;
	color: #036; /* 036 */
	font-size: 100%;
	font-weight: normal;
	font-variant: small-caps;
	}
#content_cat h5 {
	margin: 0;
	padding: 0 15px;
	color: #3c5327;
	font-size: 100%;
	font-weight: normal;
	font-variant: small-caps;
	}

/* Text
----------------------------------------------------- */
p {padding: 0 1.4em;}
#content p {padding: 0 1.5em 0 2em;}
#content_cat p, #content_cov p {padding: 0 2em;}
#content_cat ul, #content_cov ul {padding: 0 6em;}
#sidebar p, #sidebar_cat p, #sidebar ul, #sidebar_cat ul {font-size: smaller;}
strong.cj {color:#036;}
strong.sold {
	color: #900;
	font-size: 11px;
	font-variant: small-caps;
	}
.price {
	display: block;
	margin: -0.5em 0 0 1em;
	padding-left: 15px;
	width: 66px;
	height: 22px;
	color: #3c2819;
	font-size: 14px;
	line-height: 22px;
	background: url(../images/pricetag.gif) top left no-repeat;
	}
.soldout {
	display: block;
	padding-left: 10px;
	width: 66px;
	height: 22px;
	color: #900;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 22px;
	background: url(../images/pricetag.gif) top left no-repeat;
	}
p.top {
	margin: 0 0 1em 1em;
	padding: 0;
	font-size: 80%;
	background: url(../images/top.gif) center left no-repeat;
	}
	p.top a {
	margin-left: -1em;
	}
	p.top a.custphotos {
	margin-left: 1em;
	}
	
/* Links
----------------------------------------------------- */
a:link {
	color:#036;
	}
a:visited {
	color:#333;
	}
a:hover, a:active {
	color:#06c;
	}

/* Dec
----------------------------------------------------- */
img {
	margin: 0;
	padding: 3px;
	border: 1px dashed #ac9b66;
	}
/* img.product {
	float: left;
	margin-right: 15px;
	} */
h2 img, h3 img {
	margin: 0;
	padding: 0;
	border: 0;
	}
ul {
	list-style-type: square;
	}
ul#sidebarlist, ul#orderlist {
	padding-left: 3em;
	padding-right: 1em;
	line-height: 150%;
	}
ul#orderlist {
	padding-left: 4em;
	}
	
/* Navigation
----------------------------------------------------- */
#navcontainer ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #dac78d url("../images/nav_bkgrd.gif");
	color: #030200;
	font-size: 85%;
	border-top: 1px solid #ac9b66;
	border-bottom: 1px solid #ac9b66;
	}
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
	padding: 0.2em 0.65em;
	background: #dac78d url("../images/nav_bkgrd.gif");
	color: #030200;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fbefcb;
	}
#navcontainer ul li a.c18 {
	color: #990000;
	}
#navcontainer ul li a:hover, #navcontainer ul li#active a#current, 
#navcontainer ul li a:hover.c18, #navcontainer ul li a:active.c18 {
	background: #dac78d url("../images/nav_bkgrdhover.gif");
	color: #fff;
	}
	
/* Category Structure
----------------------------------------------------- */
div.goto {font-size: 80%;}
div.goto a:hover, div.goto a:active {color:#06c;}
	
div.fauxtable {
	margin: 0;
	padding: 0;
	}
div.column {
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
	border-left: 1px dashed #ac9b66;
	}
div.clearing {clear:both;}