/* Back in Time CSS Document */

/*************** LIGHTBOX ****************/
/*@import url("lightbox.css");*/

/*************** SLIDER ****************/

#slider {
	float: right;
	padding-top: 15px;
	width:320px;
	margin-top:30px;
}
#slider ul, #slider li {
	margin:0;
	margin-top:3px;
	padding:0;
	list-style:none;
}
#slider li {
	width:300px;
	text-align:center;
}
#slider li img {
	width:300px;
	height:300px;
}
.sliderprevnextcontainer {
	width: 300px;
	float:right;
}
#prevBtn, #nextBtn {
	margin:0px;
	padding: 5px;
	display:inline;
	margin-top:-330px;
}
#prevBtn {
	float:left;
}
#nextBtn {
	float:right;
}
#prevBtn a, #nextBtn a {
}
#nextBtn a {
	color: #FFFFFF;
	padding: 5px;
	background-color: #a75b0a;
	text-decoration: none;
}
#prevBtn a {
	color: #FFFFFF;
	padding: 5px;
	background-color: #a75b0a;
	text-decoration: none;
}
/*************** GENERAL ***************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #D4D2BD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../site-images/bg.jpg);
	background-attachment: fixed;
	color: #666666;
}
.container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	width: 1020px;
	float: left;
}
.logo {
	height: 171px;
	width: 466px;
	z-index: 10;
	position: relative;
	left: 20px;
	top: 20px;
}
.navigation {
	text-align: right;
	background-color: #493d27;
	padding: 6px 6px 3px 3px;
	height: 19px;
	color: #FFFFFF;
	position: relative;
	top: -20px;
}
.navigation a {
	color: #FFFFFF;
}
.navigation span {
	color: #b9a885;
}
.leftcolumn {
	width: 200px;
	float: left;
	text-align: left;
}
.leftcolumn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.leftcolumn li {
	margin-bottom: 1px;
}
.leftcolumn li a {
	background-image: url(../site-images/nav-bg.jpg);
	display: block;
	height: 25px;
	padding-top: 10px;
	padding-left: 15px;
	color: #fff9cb;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: #888383;
}
.leftcolumn li a:hover {
	background-image: url(../site-images/nav-bg-RO.jpg);
	color: #FFFFFF;
}
.rightcolumn {
	width: 806px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../site-images/content-top-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
}
.contentarea {
	padding: 20px 20px 10px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
.contentarea p {
	line-height: 20px;
}
.breadcrumb {
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer {
	background-color: #493d27;
	width: 1020px;
	margin-top: 70px;
	color:#FFFFFF;
	height: 28px;
}
.footer a {
	color: #FFFFFF;
}
.copyright {
	float: left;
	width: 501px;
	padding: 6px 3px 3px 6px;
	height: 19px;
}
.footerlinks {
	float: left;
	width: 501px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: right;
	height: 19px;
}
.designby {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}
.designby a {
	color:#493D27;
}
h3 {
	color: #af9b74;
	font-size: 18px;
	font-weight: normal;
	padding-left: 18px;
	background-color: #493D27;
	height: 25px;
	padding-top: 3px;
	margin: 0px 0px 1px;
	width: 182px;
}
a {
	color: #a75b0a;
}
a:hover {
	text-decoration: none;
}
/*************** FORMS ***************/
/* Form Related */
.submitButton {
}
p.error {
}
/* Contact Us Form formatting  */
.Contact_Us label {
	background-color: #ECECEC;
	color: #333333;
	padding: 3px;
	margin-right: 4px;
	margin-bottom: 5px;
	float: left;
	width: 120px;
	text-align: right;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #d4d4d4;
}
form.Contact_Us {
	width: 350px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: normal;
}
.Contact_Us textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #d4d4d4;
	color: #333333;
	padding-left: 3px;
}
.Contact_Us input {
	background-color: #FFFFFF;
	border: 1px solid #d4d4d4;
	color: #333333;
	float: left;
	padding-left: 3px;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.Contact_Us select {
	margin-bottom: 5px;
}
input.submit {
	background-color: #a75b0a;
	border: 1px solid #493d27;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	width: 200px;
	padding-right: 2px;
	padding-left: 2px;
}
.Contact_Us p {
	clear: left;
	line-height: 0px;
	margin: 0px;
}
.error {
	background-color: #FF6666;
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	padding: 10px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
}
.error a, .error a:hover, .error a:visited {
	color:#FFF;
}
.submitarea label {
	background-color: #FFFFFF;
	margin-left: 0px;
	background-image: none;
	width: 120px;
	float: left;
	border: 1px solid #FFFFFF;
}
.captcha input {
	color: #333333;
}
.captcha input {
	height: 22px;
	padding-top: 10px;
}
.captcha label {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
}
/* Newsletter Sign Up Form - SIGNUPFORM */
form.newsletterSignUp p {
	margin: 0px;
	padding: 0px;
}
form.newsletterSignUp {
	margin: 0px;
	padding: 5px 0px 10px 18px;
	width: 182px;
}
.newsletterSignUp input {
	border: 1px solid #af9b74;
	padding: 6px 3px 3px;
	width: 134px;
	height: 17px;
	margin-bottom: 5px;
}
.newsletterSignUp .submit {
	background-color: #493d27;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 29px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0px;
}
.newsletter label {
	width: 0px;
}
/* Search Product Form */
form.searchproductsform {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	width: 182px;
}
.searchproductsform p {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.searchproductsform input {
	border: 1px solid #af9b74;
	padding: 6px 3px 3px;
	width: 134px;
	margin-bottom: 5px;
	height: 17px;
	float: left;
}
.searchproductsform .submit {
	background-color: #af9b74;
	color: #FFFFFF;
	text-align: center;
	width: 30px;
	cursor: pointer;
	height: 28px;
	padding-top: 6px;
	padding-bottom: 3px;
}
/*************** NAVIGATION ***************/
/* Site Navigation - MAINSITENAV */
ul.mainsitenav {
}
ul.mainsitenav li {
}
/* Sub Navigation - SUBSITENAV */
ul.subsitenav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.subsitenav li {
	display: inline;
	margin-right: 10px;
}
/* Child Navigation - CHILDNAV */
ul.childitems {
}
ul.childitems li {
}
/* Sibling Navigation - SIBLINGNAV */
ul.siblingitems {
}
ul.siblingitems li {
}
/*************** DROP DOWN ***************/
/* Refer to dropdown.css */

/*************** PHOTO GALLERY ***************/

/* Photos Category List - PHOTOCATLIST */
ul.photoscatlist {
}
/* Photos Category List - THUMBPHOTOCATLIST */
ul.thumb_photoscatlist {
}
/*************** BLOGS ***************/

/* Blog Category List - BLOGCATLIST */
ul.blogcatlist {
}
/* Blog Category List - BLOGARCHIVELIST */
ul.blogarchivelist {
}
/* Blog Comment Form - ADDCOMMENTFORM */
.addcommentform {
}
/* News on Homepage*/
.news {
	margin-top: 0px;
}
.newsheader {
	text-align: right;
	background-color: #af9b74;
	height: 35px;
	width: 790px;
	padding-right: 15px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
h2#latestnews {
	display:inline;
	color:#493d27;
}
.news-bg {
	background-image: url(../site-images/news-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: auto;
}
ul.newslatest {
	margin:0px;
	padding: 0px;
	list-style-type: none;
	color: #AF9B74;
}
.newslatest li {
	float: left;
	width: 383px;
	padding-left: 10px;
	padding-bottom: 10px;
	/*background-color: #ebe6dc;*/
	padding-top: 10px;
	padding-right: 10px;
}
.newslatest li h1 {
	text-align: left;
	/*background-color: #ebe6dc;*/
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	width: auto;
	border: none;
}
.newslatest li h1 a {
	color:#a75b0a;
}
li.newsalt {
	background-color: #e2dbcd;
}
li.newsalt h1 {
	background-color: #e2dbcd;
}
.townphoto {
	position: relative;
	height: 106px;
	width: 190px;
	top: 36px;
}
.newsletterSignUp .submitarea label {
	display:none;
}
/* Product Page Formatting */

#productcontentarea {
	width: 450px;
	float: left;
	clear: both;
}
.priceandcartarea {
}
.product {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
}
.product_block {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 20px;
}
.product_block h1 {
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
}
.product_block img {
	width: 130px;
	height: 130px;
	margin-right:10px;
	margin-bottom: 15px;
	border: 5px solid #FFFFFF;
}
.productprice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 10px;
}
.productdetaillink {
	background-color: #a75b0a;
	padding: 5px;
	float: right;
	width: auto;
}
.productdetaillink a {
	color: #FFFFFF;
}
form.addtocart {
}
.addtocart label {
	width: 50px;
	float: left;
}
.addtocart input {
	width: 30px;
	margin-left: 5px;
	float: left;
}
.addtocart .submit {
	width: 80px;
	float: left;
}
/* News Page Formatting */
.newsblock {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
.newspost {
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #D4D4D4;
	padding-bottom: 15px;
}
.news_block h1 {
	font-size: 16px;
}
.newssummary {
	padding-top: 10px;
	padding-bottom: 10px;
}
.newsreadmorelink a {
	color: #a75b0a;
}
.posteddate {
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}
.product-bg {
	background-image: url(../site-images/products-home-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul.productfeaturethumb {
	margin: 0px;
	padding: 20px 0px 0px;
	list-style-type: none;
	height: 360px;
	width: 740px;
}
ul.productfeaturethumb img {
	width: 130px;
	height: 130px;
	margin-top:5px;
}
ul.productfeaturethumb li {
	float: left;
	text-align: center;
	vertical-align: bottom;
	margin-right: 15px;
	width: 130px;
	margin-left: 40px;
	margin-bottom: 30px;
	font-size: 10px;
}
/* Shopping Cart formatting  */
.updatecart td {
	background-color: #af9b74;
	font-size: 12px;
	padding: 3px;
	color: #493D27;
	text-align: center;
}
.updatecart th {
	background-color: #493D27;
	color: #C8B4A5;
	padding: 3px;
}
.productname {
	text-align: left;
}
.productquantity_cell {
	text-align: center;
}
.productquantity_cell input {
	width: 30px;
	float: none;
}
.order_total {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	float: right;
}
form.setshipzip {
	clear: left;
	margin-top: 15px;
	padding-bottom: 20px;
}
.setshipzip label {
	width: 110px;
	float: left;
	margin-bottom: 5px;
	padding: 3px;
	margin-right: 5px;
}
.setshipzip .submit {
	border: 1px solid #493d27;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	margin-left: 120px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 3px;
}
.setshipzip p {
	margin: 0px;
	clear: left;
}
.updatecart table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.updatecart .cartrowalt {
	background-color: #ECECEC;
}
.updatecart p {
	margin: 0px;
	padding: 0px;
	clear: left;
}
.updatecart input {
	padding: 3px;
}
.updatecart .submit {
	border: 1px solid #493d27;
	color: #FFFFFF;
	cursor: pointer;
	padding: 3px;
	float: right;
}
form.updatecart {
	margin-bottom: 10px;
	padding-top: 10px;
}
.order-total-confirm {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.order-total-confirm div {
	width: 94px;
	float: left;
	padding: 3px;
}
.order-total-checkout {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.order-total-checkout div {
	width: 94px;
	float: left;
	padding: 3px;
}
.order-total {
	width: 200px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.order-total div {
	width: 94px;
	float: left;
	padding: 3px;
}
form.checkout {
	margin: 0px;
	padding: 0px;
	float: right;
	margin-bottom: 30px;
}
.checkout .submit {
	background-color: #009933;
	color: #FFF;
	cursor: pointer;
	padding: 3px;
}
.checkout p {
	margin: 0px;
	padding: 0px;
}
form.cart {
	clear: left;
}
form.emptycart {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	position: relative;
	top: -33px;
}
form.emptycart p {
	margin: 0px;
	padding: 0px;
}
.emptycart .submit {
	border: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	width: 125px;
	padding: 3px;
	background-color: #940000;
}
.continueshoppingdiv {
	text-align:right;
}
.continueshoppingdiv a, .continueshoppingdivempty a {
	padding: 5px;
}
p.continueshopping {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.continueshopping a {
	font-size: 12px;
	border: 1px solid #493d27;
	color: #000000;
	text-decoration: none;
}
.continueshopping a:hover {
	font-size: 12px;
	background-color: #493d27;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
}
/* Checkout Form formatting  */
form.billingshippingform {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.billingshippingform label {
	float: left;
	width: 180px;
	margin-right: 4px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #000000;
	text-align: right;
}
.billingshippingform input {
	float: left;
	width: 200px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	margin-bottom: 5px;
}
.billingshippingform select {
	float: left;
	width: 205px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #493d27;
	border: 1px solid #000000;
	color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
}
.billingshippingform textarea {
	float: left;
	width: 300px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	height: 100px;
	margin-bottom: 5px;
}
.billingshippingform .checkbox {
	float: left;
	width: 15px;
	margin: 0px 5px;
	border: none;
	background-color: #ffffff;
	padding: 0px;
}
.billingshippingform .submit {
	border: 1px solid #999999;
	color: #000000;
	cursor: pointer;
	padding: 3px;
	float: left;
	width: 200px;
	margin-left: 210px;
	display: inline;
	background-color: #D8D8D8;
}
.billingshippingform legend {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
fieldset {
	border: 1px solid #000000;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.billingshippingform p {
	clear: both;
	margin: 0px;
}
.confirmorderform legend {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.confirmorderform .submit {
	border: 1px solid #999999;
	color: #000000;
	cursor: pointer;
	padding: 3px;
	float: left;
	width: 200px;
	margin-left: 210px;
	display: inline;
	background-color: #D8D8D8;
}
.confirmorderform label {
	float: left;
	width: 180px;
	margin-right: 4px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #000000;
	text-align: right;
}
.confirmorderform input {
	float: left;
	width: 200px;
	padding-left: 3px;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	margin-bottom: 5px;
}
.confirmorderform select {
	float: left;
	width: 225px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #493d27;
	border: 1px solid #000000;
	color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
}
/* Prev/Next Links - Products and News */
.prevnextcontainer {
	width:600px;
	margin:auto;
}
.prevnextcontainer div, .prevnextcontainer form {
	display:inline;
}
.productNext, .productPrevious, .newsNext, .newsPrevious {
	background-color: #a75b0a;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border:1px #493d27 solid;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 15px;
	width:125px;
	display:inline;
}
.productNext, .newsNext {
	float:right;
	margin-bottom:10px;
}
.previouspage {
	width: 200px;
	float: left;
	padding-bottom:10px;
}
.nextpage {
	width: 200px;
	float: right;
}
/* Product main page */
.productthumbcatlist {
	list-style: none;
	width: 740px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 20px;
}
.productthumbcatlist a {
	cursor: pointer;
}
.productthumbcatlist img {
	color: inherit;
	padding: 0px;
	vertical-align: top; 
	width: 130px;
	height: 130px;
}
.productthumbcatlist li {
	display: inline;
	float: left;
	padding: 0px;
	position: relative;
	text-align: center;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
}

/* ship zip form */
#calcshippinglink {
	width: 125px;

}
#calcshippinglink a {
	border: 1px solid #493d27;
	background-color: #a75b0a;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.shipzipform {
	margin:0px;
}
.hide {
	display:none;
}
.homepagetext {
	width:595px;
}