@charset "UTF-8";

/* @group Reset */
/* Reset CSS - These styles make all browsers consistent.
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;font-family: "Lucida Grande", Lucida, Verdana, sans-serif;vertical-align:baseline;}
body {line-height:1.5; background: url(site_bg.gif) repeat left top; font-family: "Lucida Grande", Lucida, Verdana, sans-serif; color: #3e3833;text-align: center;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
* {margin: 0px; padding: 0px;}
/* ----------------------------------------------------------- */

/* @end */

/* @group General HTML Tags */
p {	
	padding: 8px 35px 10px;
	line-height: 20px;
	font-size: 12px;
}
a {	color: #591212;	
	text-decoration: underline;
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
}
a:hover { text-decoration: none; }
pre {
	font-size: 11px;
	width: 590px;
	padding-left: 20px;
	overflow: hidden;
}
h1, h2 {
	font: bold 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 3px;
	margin: 0 30px 5px;
}
h2 {
	border-bottom: 1px solid #b4a894;
}
h1 a {
	font: bold 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}
table {
	text-align: left;
	border-collapse: collapse;
}
 
del {
	color: #c1191c;
	font-size: 11px;
	padding-left: 3px;
}
 
small {
	font-size: 11px;
	line-height: 1.4em;
}
 
ul, ol {
	font-size: 12px;
	line-height: 20px;
	padding: 3px 50px 15px;
	margin: 0;
}
 
ul li {
	padding: 2px 0 2px 15px;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
}

ul ul, ol ol, ul ol, ol ul {
	padding: 3px 10px 15px;
	margin: 0;
}

ol li {
	padding: 2px 0 2px 15px;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0;
}
.clear {
	clear: both;
}
 
.right {
	float: right;
}
 
.bold-blue {
	color: #55abd2;
	font-weight: bold;
}
 
.bold-red {
	color: #c1191c;
	font-weight: bold;
}
 
.light {
	color: #7f756a;
}
.center {
	text-align: center;
	margin: 0 0 0 27px;
	border: 2px solid #a39775;
}
/* @end */

/* @group Footer */

/* Site Footer
-------------------------------------------------------------- */
#footer {
	clear: both;
	height: 125px;
	width: 869px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#footer p {
	color: #aba58a;
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#footer p a {
	color: #bcb698;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @group Wrapper Styles */

#site_wrapper {
	background: url(site_fade.gif) repeat-x left top;
}
#container {
	margin: 0px auto 10px;
	width: 869px;
	text-align: left;
}

/* @end */

/* @group HeaderBar */

/* Header Styles.
-------------------------------------------------------------- */
#headerbar {
	display: block;
	height: 210px;
	width: 869px;
	margin-right: auto;
	margin-left: auto;
}
#headerbar h1 {
	display: none;
}
#headerbar img {
	float: left;
}
#headerbar #utilities {
	float: right;
	height: 140px;
	width: 345px;
}

/* @end */

/* @group Utility Menu */

/* Utility Menu
---------------------------------- */
#headerbar #utilities ul {
	height: 40px;
	width: 345px;
	list-style: none;
	display: block;
	font: 12px Helvetica;
	margin: 0;
	padding: 0;
}
#headerbar #utilities ul li {
	float: left;
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#headerbar #utilities ul li a {
	height: 36px;
	display: block;
	color: #fff;
	text-decoration: underline;
	text-align: left;
}
#headerbar #utilities ul li a span {
	display: block;
	line-height: 32px;
	padding-left: 32px;
}

#headerbar #utilities ul li#print_page a {width: 108px; background: url(util_print_page.gif) no-repeat left top;}
#headerbar #utilities ul li#email_page a {width: 107px; background: url(util_email_page.gif) no-repeat left top;}
#headerbar #utilities ul li#my_cart a {width: 130px; background: url(util_shopping_cart.gif) no-repeat left top;}


#headerbar #utilities ul li#print_page a:hover, #headerbar #utilities ul li#print_page a#current, #headerbar #utilities ul li#email_page a:hover, #headerbar #utilities ul li#email_page a#current, #headerbar #utilities ul li#my_cart a:hover, #headerbar #utilities ul li#my_cart a#current {
	text-decoration: none;
	background-position: 100% -36px;
}

/* @end */

/* @group Navigation */

/* Main Navigation Menu
---------------------------------- */
#headerbar #menu {
	background: url(menu_bg.gif) no-repeat left top;
	height: 70px;
	width: 869px;
	display: block;
	clear: both;
}
#headerbar #menu dl {
	float: left;
	height: 70px;
	width: 564px;
	display: block;
	list-style: none;
}
#headerbar #menu dl dt {
	display: none;
}
#headerbar #menu dl dd {
	float: left;
	position: relative;
	padding-top: 5px;
}
#headerbar #menu dl dd a {
	display: block;
	text-indent: -9000px;
	height: 45px;
}
#headerbar #menu dl dd#home a { width: 103px; background: url(menu_home.gif) no-repeat left top;} 
#headerbar #menu dl dd#catalog a { width: 107px; background: url(menu_catalog.jpg) no-repeat left top;}
#headerbar #menu dl dd#interior-design a { width: 163px; background: url(menu_interior_design.jpg) no-repeat left top;}
#headerbar #menu dl dd#about-us a { width: 86px; background: url(menu_about.jpg) no-repeat left top;}
#headerbar #menu dl dd#contact-us a { width: 105px; background: url(menu_contact.jpg) no-repeat left top;}

#headerbar #menu dl dd#home a:hover, #headerbar #menu dl dd#home a#current, #headerbar #menu dl dd#catalog a:hover, #headerbar #menu dl dd#catalog a#current, #headerbar #menu dl dd#interior-design a:hover, #headerbar #menu dl dd#interior-design a#current, #headerbar #menu dl dd#about-us a:hover, #headerbar #menu dl dd#about-us a#current, #headerbar #menu dl dd#contact-us a:hover, #headerbar #menu dl dd#contact-us a#current {
	background-position: 100% -45px; 
}

#headerbar #menu #search {
	display: block;
	float: right;
	padding: 15px 18px 0 0;
}
#headerbar #menu #search form {
	width: 287px;
	height: 26px;
	display: block;
}
#headerbar #menu #search form input#full_text_search {
	float: right;
	width: 200px;
	display: block;
	background: url(search_input_bg.png) no-repeat left top;
	padding: 6px 3px 6px 5px;
	border: none;
	color: #380b0b;
	margin: 0;
	font: 12px/16px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
#headerbar #menu #search form input#submit {
	background: url(search_input_button.png) no-repeat left top;
	width: 36px;
	height: 26px;
	float: right;
}

/* @end */

/* @group Main Content */
/* Double Column Main
-------------------------------------------------------------- */
#main {
	float: left;
	width: 511px;
	display: block;
}
#main .top {
	background: transparent url(main_top.gif) no-repeat left top;
	height: 82px;
	width: 511px;
}

#main .content {
	width: 511px;
	background: transparent url(main_bg.gif) repeat-y left top;
}
#main .bottom {
	background: transparent url(main_bottom.gif) no-repeat left bottom;
	height: 86px;
	width: 511px;
	clear: both;
}

/* Single Column Main
-------------------------------------------------------------- */
#single_col #main {
	float: none;
	width: 869px;
	display: block;
}
#single_col #main .top {
	background: url(single_main_top.gif) no-repeat left top;
	height: 82px;
	width: 869px;
	display: block;
}
#single_col #main .content {
	display: block;
	width: 869px;
	background: url(single_main_bg.gif) repeat-y left top;
}
#single_col #main .bottom {
	display: block;
	background: url(single_main_bottom.gif) no-repeat left bottom;
	height: 64px;
	width: 869px;
}

/* Styles spanning both Single & Double Columns
-------------------------------------------------------------- */
#main .top h1 { display: none;}
#main img.title {
	clear: left;
	display: block;
	padding: 0;
	margin: 0;
}
#main .top img.title {
	padding-top: 35px;
}

#main p {
	clear: left;
}

/* @end */

/* @group Collections */

.collection {
	clear: both;
	padding: 0 30px 0px 30px;
	display: block;
}
.collection .product {
	padding: 10px 13px;
	border-top: 1px solid #b4a894;
	float: left;
}
#single_col .collection .product {
	padding: 10px 8px 10px 0;
}
.collection .product .image {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 116px;
	height: 116px;
}
.collection .product .image img {
	background-color: #b4a894;
	padding: 5px;
	display: block;
	margin: 3px auto;
}
.collection .product .image img:hover {
	background-color: #a73711;
}
.collection .product .info {
	padding: 3px 6px 0;
}
.collection .product .info a {
	display: block;
}
.collection .links {
	display: block;
	clear: left;
	padding: 15px 15px 25px;
	border-top: 1px solid #b4a894;
	text-align: right;
}
.collection .links a {
	display: block;
}
/* @end */

/* @group Sidebar */

/* Sidebar
-------------------------------------------------------------- */
.sidebar {
	display: block;
	width: 358px;
	float: right;
	clear: right;
	position: relative;
}
.sidebar img.vertical_title {
	position: absolute;
	border: none;
	top: 0;
	left: 24px;
}
.sidebar .top {
	background: transparent url(sidebar_top.gif) no-repeat left top;
	display: block;
	height: 56px;
}
.sidebar .top h2 {
	display: none;
}
.sidebar .top img.title {
	margin-left: 70px;
	margin-top: 20px;
	padding: 0;
}
.sidebar .content {
	background: transparent url(sidebar_bg.gif) repeat-y left top;
}
.sidebar .content p {
	text-align: justify;
	padding: 5px 35px 5px 70px;
}
.sidebar .bottom {
	background: transparent url(sidebar_bottom.gif) no-repeat left bottom;
	display: block;
	height: 67px;
}
/* @end */

/* @group Category Sidebar Menu */

.sidebar ul.catagory_menu {
	padding: 0 35px 0 60px;
}
.sidebar ul.catagory_menu li, .sidebar ul.tag_menu li {
	list-style-type: none;
	padding: 4px 0 3px;
	margin: 0;
}
.sidebar ul.catagory_menu li a {
	width: 266px;
	height: 33px;
	background: url(category_menu.gif) no-repeat left top;
	display: block;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
.sidebar ul.catagory_menu li a span {
	display: block;
	padding: 8px 0px 0px 30px;
}
.sidebar ul.catagory_menu li a:hover, .sidebar ul.catagory_menu li a.current {
	background-position: 100% -33px;
	color: white;
}

/* @end */

/* @group Tag Menu */
.sidebar ul.tag_menu {
	padding-left: 75px;
	padding-right: 45px;
}
.sidebar ul.tag_menu li {
	padding: 2px 0 2px;
}
.sidebar ul.tag_menu li a {
	display: block;
	font: 13px/33px Verdana, Arial, Helvetica, sans-serif;
}
.sidebar ul.tag_menu li span.add_link, .sidebar ul.tag_menu li span.remove_link {
	width: 33px;
	height: 34px;
	float: left;
	text-indent: -9999px;
	background: url(add_remove.gif) no-repeat left top;
}
.sidebar ul.tag_menu li span.remove_link {
	background-position: left -34px;
}
.sidebar ul.tag_menu li a {
	display: block;
	height: 34px;
	padding-left: 6px;
}

.sidebar ul.tag_menu li a span.active {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	background-color: #5b1313;
}

/* @end */

/* @group Product Details */
#product_wrapper {
	width: 809px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#product_gallery {
	float: left;
	width: 256px;
	text-align: center;
	display: block;
}
#product_gallery a, #gallery_thumbs a {
	display: block;
}
#product_gallery a:hover img, #gallery_thumbs a:hover img {
	background-color: #a73711;
}
#product_gallery a {
	height: 256px;
}
#gallery_thumbs a {
	float: left;
	margin-right: 4px;
	margin-top: 6px;
	padding: 0 3px;
	height: 116px;
	width: 116px;
	display: block;
}
#product_gallery img {
	padding: 5px;
	background-color: #b4a894;
	margin: 3px auto;
	display: block;
}
#product_details {
	float: right;
	width: 550px;
}
#product_details h1, #product_details h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #b4a894;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	display: block;
	clear: both;
}
#product_details h2 {
	margin-top: 20px;
}
#product_details p {
	padding: 8px 15px 8px 20px;
}
#product_details input.button {
	display: block;
	float: left;
	margin: 15px 0 15px 25px;
}
#product_variants {
	border: 1px solid #b4a894;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	padding: 8px;
}
#product_variants ul {
	padding: 0;
	margin: 0;
}
#product_variants ul li {
	list-style-type: none;
	margin: 0;
	padding: 7px 7px 7px 5px;
}
#product_variants ul li.odd {
	background-color: #d6c8b1;
}
#product_variants ul li.even { }
/* @end */


/* @group Shopping Basket */

#basket {
	display: block;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 50px;
	margin-left: 30px;
}

#basket th {
	padding: 5px 0 2px;
	border-bottom: 1px solid #b4a894;
}

#basket td {
	vertical-align: top;
	border-bottom: 1px solid #b4a894;
}


#basket td.basket-column-one {
	padding: 7px 0;
}

#basket td.basket-column {
	width: 80px;
	padding-top: 12px;
}

.basket-images {
	margin: 0 10px 0 7px;
	float: left;
	border: 1px solid #b4a894;
}

.basket-images img {
	background-color: #b4a894;
	margin: 3px;
	padding: 5px;
	display: block;
}

.basket-images img:hover {
	background-color: #a73711;
}

.basket-desc {
	width: 400px;
	padding-top: 2px;
	float: left;
}
.basket-desc p {
	margin: 0;
	padding: 0;
}

.basket-odd, .basket-even {
	padding: 7px 10px;
}

.basket-even {
	background-color: #fbf9f2;
}

#basket-right {
	text-align: right;
	width: 250px;
	float: right;
	padding-bottom: 15px;
	padding-top: 15px;
}

#basket-right h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px 15px 0;
}
#basket p {
	padding-bottom: 2px;
}

/* @end */

/* @group Blog */

.blog_details {
	color: #6f675d;
	font-size: 11px;
	padding: 0 35px 25px;
}

/* @end */

/* @group Paginate */
#paginate {
	display: block;
	clear: both;
	text-align: center;
}

#paginate .next, #paginate .prev {
	margin: 0 3px;
}

#paginate .current {
	padding: 0 2px;
}
/* @end */

/* @group Search Results List */
#searchresults input {
	padding: 3px !important;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif !important;
}
#searchresults {
	margin: 0 !important;
	padding: 0 !important;
} 
#searchresults ol {
	margin: 0 !important;
	padding-top: 0 !important;
}
#searchresults ol li {
	list-style: none !important;
	padding: 10px 0 !important;
}
#searchresults ol li h3 {
	border-bottom: 1px dotted #b4a894 !important;
	padding-bottom: 3px !important;
	margin-bottom: 5px !important;
	display: block !important;
}
#searchresults ol li h3 a {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	text-decoration: none;
}
#searchresults ol li h3 a:hover {
	text-decoration: underline;
}
#searchresults ol li div.result-image {
	float: left !important;
	border: 1px solid #bcb09b !important;
}
#searchresults ol li div.result-image img {
	padding: 5px !important;
	margin: 0 auto !important;
}
#searchresults ol li div.result-image a:hover img {
	background-color: #a73711 !important;
}
#searchresults ol li span {
	display:block;
	padding-bottom: 7px !important;
	padding-left: 7px !important;
}
/* @end */

form#notfoundsearch {
	margin-left: 45px;
	display: block;
}
form#notfoundsearch input {
	padding: 6px;
}
form#notfoundsearch p {
	padding-left: 0 !important;
}
