@charset "UTF-8";
/* CSS Document */




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}


body{
	background:#efe8c5 url(images/background.jpg) no-repeat fixed top center;
	*background:#efe8c5 url(images/background_ie.jpg) no-repeat fixed top center;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding:0px 15px;
	font:12px/24px Verdana;
	color:#6e4d35;
	text-align:justify;
}

a {
	color:#69704d;
	text-decoration:underline;
}

a:hover {
	color:#a5ab8f;
	text-decoration:none;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:0px;
}


/* LEFT COL */

#left_col {
	width:201px;
	float:left;
	margin:0px 9px 0px 5px;
}

.category {
	width:201px;
	margin:10px 0px 10px 5px;
	background:url(images/cat_bg.jpg) repeat-y top center;
}

.cat_image {
	margin-bottom:10px;
}

.cat_main_image {
	padding-left:0px;
}

.category a {
	padding-left:18px;
	color:#6e4d35;
	text-decoration:none;
	font:12px/26px Verdana;
}

.category a:hover {
    color:#6e4d35;
	text-decoration:underline;
}

.cat_bottom {
	width:201px;
	height:13px;
	margin-top:10px;
	background:url(images/cat_bottom.jpg) no-repeat top center;
}

#phone a {
	display:block;
	width:201px;
	height:179px;
	padding-left:0px;
	background:url(images/phone.jpg) no-repeat top center;
}

#phone a:hover {
	background:url(images/phone.jpg) no-repeat bottom center;
}

#showroom a {
	display:block;
	width:201px;
	height:179px;
	padding-left:0px;
	background:url(images/showroom_cta.jpg) no-repeat top center;
}

#showroom a:hover {
	background-position:bottom center;
}

#social {text-align:center;}

/* RIGHT COL */

#right_col {
	width:758px;
	float:right;
	margin-right:10px;
}

#chat {
	float:left;
	display:inline;
}

p.header_links {
    float:right;
	text-align:right;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:15px;
}

p.header_links a {
	color:#6e4d35;
	text-decoration:none;
}

p.header_links a:hover {
	color:#6e4d35;
	text-decoration:underline;
}

#marketing_window {
	margin-bottom:9px;
}

/* NAVIGATION */

#navigation {
	width:741px;
	height:42px;
	padding:0px 5px 0px 12px;
	margin:0px;
	background:url(images/nav_bg.jpg) no-repeat top center;
}

#navigation a {
	display:block;
	margin:0px;
	padding:13px 5px 5px 5px;
	float:left;
}

#navigation a:hover {
	background:url(images/nav_bg_hover.jpg) repeat-x;
}

.spacer {
	float:left;
}

/* CONTENT */

#search {
	width:758px;
	height:31px;
	background:url(images/content_header.jpg) no-repeat top center;
}

#search_interior {
	width:758px;
	height:31px;
	background:#74543d;
}

#search_page {
	width:758px;
	height:31px;
	background:url(images/inter_header.jpg) no-repeat top center;
}

#content_wrapper {
	width:756px;
	border:#c25a3f 1px solid;
	background:#fff;
}

.search_table {
	float:right;
	margin-right:8px;
}

.search_field {
	height:19px;
	border:#c25a3f 1px solid;
	background:#fff;
}

.view_btn a {
	display:block;
	width:197px;
	height:61px;
	background:url(images/view_btn.jpg) no-repeat top center;
}

.view_btn a:hover {
	background:url(images/view_btn.jpg) no-repeat bottom center;
}

.product0 {
	width:374px;
	height:121px;
	background:#ebcc78;
	margin-bottom:4px;
	margin-right:4px;
	float:left;
}
.product1 {
	width:374px;
	height:121px;
	background:#ebcc78;
	margin-bottom:4px;
	margin-left:4px;
	float:left;
}

#dealer_btn {
	width:178px;
	display:inline;
	float:right;
	margin-right:25px;
}

#dealer_login a {
	display:block;
	width:178px;
	height:41px;
	margin:5px 12px;
	background:url(images/dealer_btn.jpg) no-repeat top left;
}

#dealer_login a:hover {
	background-position:bottom left;
}

/* FOOTER */

#footer_wrapper {
	width:971px;
	height:67px;
	margin:15px auto 0px auto;
	padding:8px;
	font:10px/16px Verdana;
	color:#6e4d35;
	text-align: center;
	background:url(images/footer_bg.jpg) no-repeat top center;
}

#footer_wrapper a {
	color:#6e4d35;
	text-decoration: none;
}

#footer_wrapper a:hover {
	color:#2e2219;
	text-decoration: underline;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin: 5px 0px;
	font:normal 20px/22px Verdana;
	color:#6e4d35;
}
h2 {
	padding:0px 15px;
	font:bold 14px Verdana;
	color:#6e4d35;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#6e4d35;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 15px;
}
li {
	font:12px/26px Verdana;
	color:#6e4d35;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Verdana;
	color:#6e4d35;
	letter-spacing:0px;
}
#contact_table {
	width: 400px;
	font:11px/20px Verdana;
	color:#6e4d35;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	height: 20px;
	text-align: right;
	padding:0px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 250px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}

#captcha {
	margin-bottom:3px;
}

.captcha_info {
	margin-left:45px;
}


.sociable {
	display:none;
}

p.map_text {
	text-align:center;
	padding:0px;
	font-size:10px;
	margin:0px;
}

.form_table {
    margin-left:15px;
	font:12px/24px Verdana;
	color:#6e4d35;
}



/* DIGISHOP */

#categoryGrid , #productGrid, #productDetail, #customerLogin, #checkoutBilling, #checkoutPayment, #checkoutConfirm, #clientAccount, #viewCart, #checkoutOnePage, #checkoutComplete {
	margin:0px;
	padding:5px;
	font-family:Verdana;
	color:#000000;
}
#categoryGrid table, #productGrid table {
	text-align:center;
	color:#000000;
}
.photo {
	text-align:center;
	margin:10px 0px;
	height:230px;
}
#btmOptions {
	color:#000000;
}
.pagination, #pageNote, .display, .sort, .search, #viewCart, #newCustomer, #existingCustomer, #passwordRemindCustomer, .form-field, .form-label, .form-label-required, .field-price, .pageNote, #billInfo, #shipInfo, #paymentInfo, #orderDetails, .logout, #orderList, #myAccount, #checkoutOnePage {
	font:normal 11px/14px Verdana;
	color:#000000;
}
.label {
	color:#000000;
}
.option {
	color:#000000;
}
.description {
	font:10px/14px Verdana;
}
.details {
	color:#000000;
}
#price {
	font:bold 14px/28px Verdana;
	color:#000000;
}
.buttons {
	color:#000000;
}
.addToCartBtnNoImage {
	color:#000000;
}
.detailBtnNoImage {
	color:#000000;
}
.form-label, .form-label-required {
	float:left;
	margin:0px 5px 5px 0px;
	color:#000000;
}
.form-field, .field-price {
	float:left;
	margin:0px 0px 5px 0px;
	color:#000000;
}
#productDescription, a.link {
	font:10px/14px Verdana;
	color:#000000;
}
.hdr-title {
	font:bold 14px/18px Verdana;
	color:#000000;
}

a.link {
	font:bold 14px Verdana;
	color:#000000;
	text-decoration:none;
}
a.link:hover {
	text-decoration:underline;
}

a.sublink {
	font:12px Verdana;
	color:#000000;
	text-decoration:none;
}
a.sublink:hover {
	text-decoration:underline;
}

#productsRelated {
	width:400px;
	margin:35px 0px 0px 0px;
	color:#000000;
}
#productsRelated .hdr-title {
	margin:0px 0px 10px 0px;
	text-align:center;
	color:#000000;
}
#productsRelated .content-odd {
	width:200px;
	float:left;
	text-align:center;
	margin:0px 0px 15px 0px;
	color:#000000;
}
#productsRelated .content-even {
	width:200px;
	float:right;
	text-align:center;
	margin:0px 0px 15px 0px;
	color:#000000;
}
#productsRelated .details {
	font:bold 14px/18px Verdana;
	color:#000000;
}
#productsRelated .details a {
	display:block;
	width:90px;
	height:14px;
	padding:3px 0px 5px 0px;
	*padding:2px 0px 6px 0px;
	margin:5px 0px 0px 0px;
	text-align:center;
	color:#000000;
	border:thin solid #FFFFFF;
	text-decoration:none;
}
#productsRelated .details a:hover {
	text-decoration:underline;
}



#product_left {
	float:left;
	width:415px;
	color:#000000;
}
#product_right {
	float:right;
	width:310px;
	margin:0px;
	text-align:left;
	color:#000000;
}

h6.product_title {
	font:bold 24px Verdana;
	color:#000000;
	padding:0px;
	margin:0px;
}
.field-label, .field-price {
	float:left;
	color:#000000;
}
.field-price {
	margin:0px 0px 0px 5px;
}
#cartButtons {
	margin:8px 0px 0px 0px;
	color:#000000;
}
#photoOptionDropDown {
	width:325px;
}

#productPhotos {
	margin-left:12px;
	color:#000000;
}
.link {
	margin-left:12px;
	color:#000000;
}



table#cartItems {
	width:715px;
	color:#000000;
	font:14px Verdana;
}


.field-label-cart {
	float:left;
	width:80px;
	color:#000000;
}
.field-price-cart {
	float:left;
	width:400px;
	margin:0px 0px 0px 5px;
	color:#000000;
}
.field-link-cart {
	margin:10px 0px;
	color:#000000;
}
a.calc-shipping-btn {
	font:bold 16px Verdana;
	margin:10px 0px;
	padding:10px 0px;
	color:#000000;
	text-decoration:none;
}




#productGrid .detailBtnNoImg {
}
#productGrid .addToCartBtnNoImg {
}




.detailBtn {
	float:left;
	width:112px;
}
.addToCartBtn {
	float:right;
	width:112px;
}
#productGrid .product_buttons .detailBtn a {
	background:url(images/btn-more-info.jpg);
	text-indent:-9000px;
	display:block;
	width:108px;
	height:24px;
	margin:2px;
}
#productGrid .product_buttons .addToCartBtn a {
	background:url(images/btn-add-to-cart.jpg);
	text-indent:-9000px;
	display:block;
	width:108px;
	height:24px;
	margin:2px;
}

#extraDetails .form-field input.submitBtn {
	margin:2px;
	border:none;
}








#productBundle {
	margin:30px 0px 0px 0px;
}

#productBundle .hdr-title {
	color:#C68215;
	font:bold 14px Verdana;
}
#bundleCaption {
	font:10px Verdana;
}
#bundlePrice {
	font:bold 12px Verdana;
}
.bPrices {
	float:left;
	width:300px;
	margin:5px 0px;
}
.batchAddToCartButtonImg {
	float:left;
	width:300px;
	margin:5px 0px;
}
#bundleOverview {
	font:10px Verdana;
	clear:both;
}
.batchAddToCartButtonImg a {
	width:104px;
	height:22px;
	display:block;
	background:url(images/add_to_cart.jpg) top left;
	border:none;
	text-indent:-9000px;
}
.batchAddToCartButtonImg a:hover {
	width:104px;
	height:22px;
	display:block;
	background:url(images/add_to_cart.jpg) bottom left;
	border:none;
	text-indent:-9000px;
}
.batchAddToCartButtonImg a img {
	display:none;
}


#productsRelated {
	width:630px;
	margin:35px 32px 0px 32px;
}
#productsRelated .hdr-title {
	margin:0px 0px 10px 0px;
	text-align:center;
}
#productsRelated .content-odd {
	width:200px;
	float:left;
	text-align:center;
	margin:0px 5px 15px 5px;
}
#productsRelated .content-even {
	width:200px;
	float:left;
	text-align:center;
	margin:0px 5px 15px 5px;
}
#productsRelated .details {
	font:bold 14px/18px Verdana;
}



#productsRelated .detailBtnNoImg a {
	width:104px;
	height:22px;
	display:block;
	background:url(images/more_details.jpg) top left;
	border:none;
	text-indent:-9000px;
}
#productsRelated .detailBtnNoImg a:hover {
	width:104px;
	height:22px;
	display:block;
	background:url(images/more_details.jpg) bottom left;
	border:none;
	text-indent:-9000px;
}
#productsRelated .detailBtnNoImg a img {
	display:none;
}

#productsRelated .details .sprice {
	width:200px;
	text-align:center;
}
#productsRelated .details .buttons {
	width:104px;
	margin:0px 48px;
}


.detailBtnNoImg {
}




a.calc-shipping-btn {
	background:url(images/btn_calculate.jpg);
	display:block;
	height:38px;
	width:198px;
	text-indent:-9000px;
}



#checkoutBilling .form-label, #checkoutBilling .form-label-required {
	clear:both;
	width:180px;
}
#checkoutShipping .form-label, #checkoutShipping .form-label-required {
	clear:both;
	width:180px;
}
#checkoutPayment .form-label, #checkoutPayment .form-label-required {
	clear:both;
	width:180px;
}
#createCustomer .form-label, #createCustomer .form-label-required {
	clear:both;
	width:180px;
}

#checkoutConfirm p {
	color:#000000;
}

#passwordRemindCustomer .body .form-label, #passwordRemindCustomer .body .form-label-required {
	clear:both;
	width:70px;
}
#existingCustomer .body .form-label, #existingCustomer .body .form-label-required {
	clear:both;
	width:70px;
}
#newCustomer .body .form-label, #newCustomer .body .form-label-required {
	clear:both;
	width:70px;
}
#newCustomer .form-label, #newCustomer .form-label-required {
	clear:both;
	width:70px;
}
#clientAccount .form-label, #clientAccount .form-label-required {
	clear:both;
	width:70px;
}



#categoryGrid .photo {
	margin:20px 0px 0px 0px;
}
#categoryGrid td {
	width:245px;
}
#categoryGrid .title {
	text-align:center;
	width:245px;
}

#categoryGrid h2 a {
	color:#C68215;
	text-decoration:none;
}
#categoryGrid h2 a:hover {
	text-decoration:underline;
}
#productGrid h2 a {
	color:#C68215;
	text-decoration:none;
}
#productGrid h2 a:hover {
	text-decoration:underline;
}




#giftCerts .form-label, #giftCerts .form-label-required {
	clear:both;
	width:80px;
}



table#cru {
	font:13px/14px Verdana;
	color:#000000;
	margin:10px;
}
table#cru td {
	padding:5px 10px;
}
table#cru td input {
	margin:0px 10px;
}



td.content-odd2 {
	padding-top:10px;
	text-align:center;
}
td.content-even2 {
	padding-top:10px;
	text-align:center;
}






#product_detail_left {
	float:left;
	width:400px;
	margin:0px 25px 0px 0px;
	color:#000000;
}
#product_detail_right {
	float:left;
	color:#000000;
}
#extraDetails .form-label, #extraDetails .form-label-required {
	clear:both;
}

#qtyPricing {
	clear:both;
	margin:10px 0px;
	display:block;
}





#product_price .storePrice {
	font:bold 11px Georgia;
	color:#E1f6FF;
}

#price .storePrice {
	font:bold 30px/38px Verdana;
	color:#000000;
}



#cartAmounts {
	margin:10px 0px;
}



#existingCustomer {
	width:400px;
	float:left;
}
#newCustomer {
	width:300px;
	float:right;
}



#billInfo {
	margin:10px 0px;
}
#shipInfo {
	margin:10px 0px;
}
#paymentInfo {
	margin:10px 0px;
}
table#orderDetails {
	margin:10px 0px;
}




.addbtn {
	float:left;
	margin:0px 0px -5px -5px;
}
.detbtn {
	float:right;
	margin:0px -5px -5px 0px;
}



.title {
	font:bold 18px Verdana;
	color:#000000;
	text-decoration:none;
	float:left;
}
.title a {
	color:#000000;
}

.sprice {
	font:bold 14px Verdana;
	float:right;
}





.product_container {
	width:245px;
}
.product_top {
	display:block;
	width:245px;
	height:13px;
	background:url(images/product_top.jpg);
}
.product_internal {
	width:231px;
	padding:5px;
	border:2px solid #C25A3F;
}
.product_bottom {
	display:block;
	width:245px;
	height:13px;
	background:url(images/product_bottom.jpg);
}





/* SPRY */

.CollapsiblePanelTab {
	cursor:pointer;
}

