html {
	background-color: white;
	background: white url("../img/background.png");
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}


/* reset some annoying stuff */

form, fieldset, ul, li, img, h1, h2, h3, p, table, tr, td {
	border-width: 0;
	padding: 0;
	margin:0;
}

a {
	outline-width: 0;
	color: #f79d26;
}

::selection {
	background-color: #f79d26;
	color: white;
}

table {
	border-collapse: collapse;
}

div#content ul {
	padding-left: 20px;
}
div#content ul li {
	margin: 5px 0;
}
div#content ul a {
	font-weight: bold;
	text-decoration: none;
}
div#content ul a:hover {
	text-decoration: underline;
}
div#content ul ul {
	padding-left: 20px;
}


/* page */

div#page {
	width: 892px;
	margin: 34px auto 50px auto;
	background-color: #d3c3b9;
}


/* header */

div#header {
	position: relative;
	background-color: #3d2211;
	height: 135px;
}

img#logo {
	position: absolute;
	left: 29px;
	top: 15px;
}
img#phone_number {
	position: absolute;
	right: 29px;
	top: 23px;
}
img#blurb {
	position: absolute;
	right: 29px;
	top: 87px;
}


/* menu */

ul#menu {
	background-color: #d3c3b9;
	height: 46px;
	padding: 5px 0 0 10px;
	position: relative;
	list-style-type: none;
}
ul#menu li {
	background-color: #d3c3b9;
	float: left;
	display: inline;
	height: 46px;
}
ul#menu li.s_full {
	background-color: white;
	height: 46px;
	border-right: 1px solid #e3d5cc;
}
ul#menu li a {
	float: left;
	border-right: 1px solid #e3d5cc;
	background-color: #d3c3b9;
	padding: 0 17px;
	height: 42px;
	background: url("../img/menu.png") no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}
ul#menu li.selected a {
	border-right-width: 0;
}
ul#menu li a:hover,
ul#menu li.selected a {
	background-color: white;
}

ul#menu li a#menu_ {
	background-position: 20px 10px;
	width: 56px;
	padding: 0 20px;
}
ul#menu li a#menu_products {
	background-position: -76px 10px;
	width: 90px;
}
ul#menu li a#menu_about-us {
	background-position: -205px 10px;
	width: 86px;
}
ul#menu li a#menu_how-to-order {
	background-position: -329px 10px;
	width: 130px;
}
ul#menu li a#menu_contact-us {
	background-position: -497px 10px;
	width: 101px;
}


ul#menu li.selected a#menu_,
ul#menu li a#menu_:hover {
	background-position: 20px -65px;
	width: 56px;
}
ul#menu li.selected a#menu_products,
ul#menu li a#menu_products:hover {
	background-position: -76px -65px;
	width: 90px;
}
ul#menu li.selected a#menu_about-us,
ul#menu li a#menu_about-us:hover {
	background-position: -205px -65px;
	width: 86px;
}
ul#menu li.selected a#menu_how-to-order,
ul#menu li a#menu_how-to-order:hover {
	background-position: -329px -65px;
	width: 130px;
}
ul#menu li.selected a#menu_contact-us,
ul#menu li a#menu_contact-us:hover {
	background-position: -497px -65px;
	width: 101px;
}

/* main */

div#main {
	background-color: #d3c3b9;
	overflow: auto;
}


/* home intro */

div#home_intro {
	position: relative;
	float: left;
	display: inline;
	width: 260px;
	height: 251px;
	background-color: white;
	margin-left: 10px;
}
div#home_intro p {
	padding: 20px;
	color: #616161;
	line-height: 21px;
}
div#home_intro img {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

img#home_leather {
	float: left;
	margin-left: 10px;
}

ul#category_selection_strip {
	padding-left: 5px;
	height: 175px;
}
ul#category_selection_strip li {
	position: relative;
	display: inline;
	float: left;
	padding: 0px 5px 0 5px;
	width: 116px;
	height: 165px;
}
ul#category_selection_strip a {
	position: absolute;
	display: block;
	color: #3d2211;
	text-decoration: none;
	padding: 10px 0 0 10px;
	left: -5px;
	width: 126px;
	height: 165px;
}
ul#category_selection_strip a:hover {
	background-color: #826e52;
	color: white;
}
ul#category_selection_strip span.img {
	display: block;
	padding: 0;
	height:115px;
	width: 115px;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
}
ul#category_selection_strip span {
	display: block;
	padding: 6px 10px 0 0;
	text-align: center;
	text-transform: lowercase;
}

/* home_see_more_button */

div#home_see_more_bottom {
	padding: 10px;
	text-align: right;
}

/* categories */

div#categories {
	width: 182px;
	float: left;
	padding: 16px 20px 22px 20px;
}

div#categories h2 {
	background-color: #c5b0a3;
	color: #3d2211;
	font-size: 21px;
	padding: 4px 0 4px 10px;
	font-family: "Bitstream Vera Serif", "Georgia", "Times New Roman", serif;
}

div#categories ul {
	list-style-type: none;
	padding-top: 10px;
}
div#categories a {
	text-decoration: none;
	background-color: #d3c3b9;
	color: #3d2211;
	display: block;
	padding: 8px 0 8px 10px;
	font-size: 16px;
	position: relative;
	height: auto !important;
	height: 0;
	text-transform: lowercase;
}
div#categories a:hover {
	background-color: #c5b0a3;
}
div#categories a.selected,
div#categories a.selected:hover {
	background-color: #826e52;
	color: white;
}


/* content */

div#content {
	background-color: white;
	float: left;
	width: 606px;
	border-top: 16px solid #d3c3b9;
	border-bottom: 22px solid #d3c3b9;
	padding: 18px 22px 40px 22px;
}

h1 {
	font-weight: normal;
	color: #3d2211;
	font-size: 23px;
	margin-bottom: 20px;
}
div#content h2 {
	font-weight: bold;
	color: #f79d26;
	font-size: 17px;
	margin-bottom: 20px;
}
div#content h3 {
	font-weight: bold;
	color: #393939;
	font-size: 14px;
	margin-bottom: 20px;
}

div#content p {
	margin: 20px 0;
	color: #696969;
	font-size: 15px;
	line-height: 21px;
}

/* products */

a.product {
	width: 151px;
	float: left;
	height: 208px;
	color: #826e52;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
a.product span.img {
	display: block;
	width: 128px;
	height: 128px;
	margin: 10px 0 8px 12px;
	background-position: center center;
	background-repeat: no-repeat;
}
a.product span.product_name {
	display: block;
	text-align: center;
	width: 128px;
	margin-left: 12px;
}

a.product span.arrow {
	height: 25px;
	width: 25px;
	position: absolute;
	background: url('../img/arrow.png') no-repeat top left;
	right: 3px;
	bottom: 3px;
}
a.product:hover span.arrow {
	background-position: bottom left;
}

/* product */

div#product_photos {
	width: 320px;
	float: left;
}
div#product_photo_med {
	position: relative;
	width: 300px;
	height: 300px;
}
div#product_photo_thumbs {
	margin-top: 10px;
}

div#magnify_tip {
	clear: both;
	color: #826e52;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 0 10px;
}
div#magnify_tip img {
	position: relative;
	top: 4px;
}

a.product_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 300px;
	height: 300px;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
}
a.product_thumb {
	float: left;
	height: 72px;
	width: 72px;
	border: 1px solid #cfcfcf;
	margin-right: 2px;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
}
a.product_thumb:hover,
a.product_thumb.selected {
	border: 1px solid #3d2211;
	cursor: pointer;
}

div#product_info {
	width: 286px;
	float: left;
}
div#product_info p {
	color: #696969;
	font-size: 15px;
	line-height: 23px;
}
div#product_info p.price {
	color: #f79d26;
	font-size: 34px;
	font-weight: bold;
	margin-top: 22px;
}
div#info_box {
	background-color: #f2e9e3;
	border: 1px solid #d3c3b9;
	padding: 10px 18px;
	margin-top: 32px;
}
div#info_box h3 {
	color: #3d2211;
	font-weight: bold;
	font-family: "Bitstream Vera Serif", "Georgia", "Times New Roman", serif;
	font-size: 19px;
	margin-bottom: 6px;
}
div#info_box th {
	text-align: left;
	font-weight: bold;
	padding: 2px 20px 5px 0;
}
div#info_box td {
	padding: 2px 0 5px 0;
}
div#info_box td,
div#info_box th {
	font-size: 15px;
	color: #3d2211;
}
div#info_box a {
	color: #3d2211;
	text-decoration: none;
}
div#info_box a:hover {
	text-decoration: underline;
}

div#product_info p.note {
	font-size: 12px;
	color: #4f4f4f;
	margin-top: 10px;
}


/* footer */

div#footer {
	position: relative;
	height: 85px;
	background-color: #513e24;
	padding-left: 30px;
}
div#footer p.contact {
	font-family: "Bitstream Vera Serif", "Georgia", "Times New Roman", serif;
	color: white;
	font-size: 20px;
	padding-top: 12px;
}
div#footer p.contact a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div#footer ul {
	padding-top: 12px;
}
div#footer li {
	display: inline;
	color: white;
}
div#footer li a {
	color: #e19126;
	font-weight: bold;
	font-size: 14px;
}


/* misc */

.clear {
	clear: both;
}

/* fb */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../img/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../img/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fancy_title_right.png') repeat-x;
}



/* Form */

form {
	margin: 0px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

input.text {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size:12px;
	margin: 0px;
	width: 180px;
	background-color: white;
}

textarea {
	border: 1px solid #cccccc;
	font-family: sans-serif;
	width: 387px;
	padding: 4px;
}

form div.input {
	padding-top: 6px;
}

form div.field {
	padding-top: 5px;
	background-color: #f5f5f5;
}

form div.field_label {
	float: left;
	width: 150px;
}

form div.field_label label {
	display: block;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	color: #5a5a5a;
	font-size: 13px;
}

form div.field_input {
	margin-left: 150px;
}


fieldset div.error  {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px !important;
}

div.error {
	background-color: #ffa79b !important;
	border: 1px solid #b91600;
	padding: 0px !important;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

form div.field_div {
	clear: both;
	padding-top: 5px;
	border-bottom: 1px solid #dfdfdf;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.field_div label {
	float: left;
}

input.submit {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: right;
}

input.text {
	width: 260px;
}

input.text:active,
input.text:focus,
textarea:active,
textarea:focus {
	border-color: #5e3408;
}

.asterisk {
	font-size: 22px;
	font-weight: bold;
	color: #f79d26;
	line-height: 10px;
}

