body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: 0.8em;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	height: 100%;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/
* {
	margin:0;
	padding:0;
	list-style-type: none;

} 
html, body, #wrap {
	height: 100%;
	background-position: center top;
	background-image: url(/images/brown/top.jpg);
	background-repeat: repeat-x;
	min-height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;

}
#main/* must be same height as the footer */

 {
	position: relative;
	margin-top: -82px; /* negative value of footer height */
	height: 82px;
	clear:both;
	border-top:#bbb 1px solid;
	border-bottom:#222 6px solid;
	display: block;

} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
	position: relative;
	min-height: 100%;
}
/* End hide from IE-mac */

/*------ basic structure-----------*/
td{
font-size: 12px;
}
a {
	color: #846a54;
	text-decoration: none;
}
a:visited {
	color:#846a54;
}
a:hover {
	color: #777777;
}
a:active {
	color:#FF0000;
}
h1{
	font-size:24px;
}
h2 {
	font-size:18px;
	padding-top: 4px;
	padding-bottom: 6px;
}
h3 {
	font-size:14px;
}
h4 {
font-size:12px;
}


/* container to center the layout
-------------------------------------- */
#container {
	width: 879px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	min-height: 100%;
	height: 100%;
	display: block;

}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
	padding: 0px;
	background-image: url(/images/brown/L-gold.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 122px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
#banner a{
	color: #000000;
	text-decoration:none;
}
#banner  a:hover {
	color: #000000;
}

#banner h1 {
	font-size: 46px;
	margin: 0px;
	font-family: Times, serif, "Times New Roman";
	font-weight: normal;
	letter-spacing: 7px;
	background-position: center;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	display: none;
}
#banner h2{
	color: #000000;
	font-size: 20px;
	margin: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align: center;
	display: none;
}



/*main-navi
-------------------------------------- */

#navigation {
	font-family: arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.03em;
	padding-top: 2px;
}
#topnavi {
	margin: 0px;
	font-size: 0.9em;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#topnavi a {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0.7em;
	padding-bottom: 2px;
	padding-left: 0.7em;
}
#topnavi a:visited {
	color:#524436;
}

#topnavi a:hover {
	color: #333333;
	background-color: #F6F6F6;
}

#mainnavi a:active { 
	color:#ffffff;
}
#topnavi a.selected  {
	background-color: #000000;
	color: #FFFFFF;
}
#topnavi a.selected:hover {
	background-color: #000000;
	color: #FFFFFF;
}

#topnavi a.selected:visited {
	background-color: #000000;
	color: #FFFFFF;
}
#topnavi a.red   {
	background-image: none;
	color: #ffffff;
}
#topnavi a:hover.red   {
	background-image: none;
	color: #ff0000;
}
.red    {
	background-image: none;
	color: #FF0000;
}
/*main-navi2
-------------------------------------- */
#topnavi2 {
	margin: 0px;
	font-size: 0.9em;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: right;
	display: block;
}

#topnavi2 a {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#topnavi2 a:visited {
	color:#524436;
}

#topnavi2 a:hover {
	color: #333333;
	background-color: #FFFFFF;
}

#mainnavi2 a:active { 
	color:#ffffff;
}
#topnavi2   a.selected  {
	background-color: #000000;
	color: #FFFFFF;
}
#topnavi2   a.selected:hover  {
	background-color: #000000;
	color: #FFFFFF;
}
#topnavi2   a.selected:visited  {
	background-color: #000000;
	color: #FFFFFF;
}

/**************************************************************
   Page Content
 **************************************************************/

#page {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	height: auto;
	background-color: #FFFFFF;
	margin-bottom: 82px;
}

#columns {
	margin: 0 auto;
	padding-top: 3px;
	display: block;
	min-height: 100%;
}


/* Column widths */
.width {
	width: 881px;
	margin-right: auto;
	margin-left: auto;
}

.widthPad {
	width: 881px;
}
.widthPadCart {
	width: 1200px;
}
.width25 {
	width: 25%;
}
.width33 {
	width: 33%;
}
.width49 {
	width: 49%;
}

.width50 {
	width: 50%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}
.width174 {
  width: 174px;
}
.width264 {
	width: 260px;
	padding: 0px;
}
.width531 {
	width: 531px;
	margin-left: 1px;
	margin-right: 1px;
}
.width705 {
	width: 704px;
	margin-left: 1px;
	margin-right: 1px;
}
.width905 {
	width: 900px;
	margin-left: 1px;
	margin-right: 1px;
}

.width352 {
	width: 348px;
	margin-left: 1px;
	margin-right: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
#leftcol352{
	width: 352px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#leftcol{
	width: 174px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	list-style-type: none;
}
#leftcol a.active, #rightcol a.active {
	background-image: url(/images/brown/hoverleft-color.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	color: #FF0000;
}
#leftcol a.active:hover, #rightcol a.active:hover {
	color: #A08C69;
}
#leftcol a:hover, #rightcol a:hover {
	color: #000000;
}

#leftcol a, #rightcol a {
	text-decoration: none;
	color:#7F8681;
}
#leftcol a:visited, #rightcol a:visited {
	text-decoration: none;
}
#leftcol .selected, #rightcol .selected {
	text-decoration: underline;
}

#leftcol ul, #rightcol ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
} 
#leftcol li, #rightcol li {
	margin-bottom: 1px;
}
#rightcol {
	float: right;
	width: 174px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/*------------right fixed--------*/
#rightfix a.active, #leftcol a.active {
	background-image: url(/images/hoverleft-color.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	color: #FFFFFF;
}
#rightfix a.active:hover, #leftcol a.active:hover {
	color: #FFFFFF;
	background-position: 0px -50px;
}
#rightfix a:hover, #leftcol a:hover {
	color: #000000;
}

#rightfix a, #leftcol a {
	text-decoration: none;
	color:#7F8681;
}
#rightfix a:visited, #leftcol a:visited {
	text-decoration: none;
}
#rightfix .selected, #leftcol .selected {
	text-decoration: underline;
}

#rightfix ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
} 
#rightfix li {
	margin-bottom: 1px;
}
#rightfix {
	width: 174px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: fixed;
}

/*----narrow-----*/

#narrocol {
	width: 70px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#narrocol a.active {
	background-image: url(/images/hoverleft-color.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	color: #FFFFFF;
}
#narrocol a.active:hover{
		color: #FFFFFF;
}
#narrocol a:hover {
	color: #000000;
}

#narrocol a {
	text-decoration: none;
	color:#7F8681;
}
#narrocol a:visited {
	text-decoration: none;
}
#narrocol .selected {
	text-decoration: underline;
}

#narrocol ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
} 
#narrocol li {
	margin-bottom: 1px;
}

#middlewide {
	width: 705px;
	display: inherit;
	padding-top: 0px;
}
#middle {
	width: 531px;
	display: inherit;
	padding-top: 15px;
}

#middleRight {
	width: 352px;
	display: block;
	padding-top: 15px;
}
#middleLeft {
	width: 352px;
	display: block;
	padding-top: 15px;
}
.center p{
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.centerdark {
	padding-top: 30px;
	padding-bottom: 150px;
	margin: 0px;
	background-image: url(/images/luxelife.jpg);
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.green {
	background-color: #d7cec7;
	width: 100%;
	padding-top: 2px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: both;
}
.greenIndex {
	background-color: #DDF2F3;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 160px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	height: 30px;
}

.greenTitle {
	background-color: #D7CEC7;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 100px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(/images/L-large.gif);
}
.grayTitle {
	background-color: #E0E0E8;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 100px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(/images/l-ongray.gif);
	background-position: -330px;
}
.grayService {
	background-color: #E0E0E8;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(/images/l-ongray.gif);
	background-position: -330px 50px;
	letter-spacing: .8em;
}
.staging {
	background-color: #fff;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	letter-spacing: 0.5em;
}
/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}
.paddingLeftLarge {
	padding-left: 30px;
}

.paddingRight {
  padding-right: 5px;
}
.paddingBoth {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}
.paddingCenter {
	padding-left: 20px;
}
.paddingIndex {
	padding-left: 80px;
}

.floatLeft {
	float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

/*******vendor menus*******/
#vendorbutton
{
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#indent {
	font-size: 11px;
	margin-left: 20px;
}
#indent2 {
	font-size: 10px;
	margin-left: 40px;
}


/*footer
-------------------------------------- */
#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 82px;
	margin-top: -82px;
	margin-bottom: 0px;
	background-color: #A18C69;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #846a54;
	background-image: url(/images/brown/bottom2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	clear:both;
}

#footer #bg {
	position: relative;
	height: 82px;
	background-color: #A18C69;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(/images/brown/bottom2.jpg);
	display: block;
	margin: auto auto 0;
}

#footer #bg ul {
	float: right;
	margin-top: -0.1em;
	margin-right: 1em;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
	float: left;
	letter-spacing: 0.1em;
	line-height: 0.8em !important;
	line-height: 1em;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 0.74em;
	font-weight: 400;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 0.7em 1em 0.8em;
}
#footer #bg ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#footer #bg ul li a.active {
	color: #FFFFFF;
	background-color: #000000;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}
#bg .network {
	text-align: left;
	padding-top: 5px;
	width: 100px;
	padding-bottom: 5px;
	font-size: 0.7em;
	color: #FFFFFF;
	float: left;
	padding-left: 0px;
}
#bg .footercredits {
	font-size: 0.68em;
	margin-right: 10px;
	letter-spacing: normal;
	margin-left: 10px;
	float: right;
	position: absolute;
	left: 730px;
	top: 7em;
	white-space: nowrap;
}
#bg .footercredits a, #bg .footercredits a:visited {
	color: #544639;
}
#bg .footercredits a:hover {
	color: #c7bdb3;
}

#footer #bg .hours ul {
	text-align: center;
	float: none;
}
#footer #bg .hours ul li {
	letter-spacing: -0.01em;
	line-height: 0.8em !important;
	line-height: 1em;
	color: #c7bdb3;
	font-family: arial, sans-serif;
	font-size: 0.85 em;
	font-weight: 400;
	text-align: center;
	margin-top: 0.5px;
	margin-bottom: 0.5px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
#footer #bg .hours ul li.last {
	
	border-right: 0;

}
#bg .hours{
	color: #c7bdb3;
	padding-bottom: 1px;
	padding-top: 0px;
	font-size: 0.88em;
	width: 540px;
	position: absolute;
	left: 170px;
	top: 2.4em;
	text-align: center;
	white-space: nowrap;
	float: left;
}
#bg .address {
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.8em;
	font-size: 12px;
}

/*------identity-----*/
#weburl{
	text-align:center;
	font-family: arial, sans-serif;
	font-size: 1.3em;
	color: #000000;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
	padding-top: 10px;
	background-color: #FFFFFF;
	display: block;
}
#weburl a{
	color: #999999;
}
#weburl a:hover{
	color: #000000;
}
#address{
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding-bottom: 10px;
	line-height: 1.3em;
}
#streetaddress{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #999999;
	padding-bottom: 10px;
	line-height: 1.7em;
	font-weight: 400;
	letter-spacing: 0.1em;
	background-repeat: no-repeat;
	background-position: center;
}
.chestnut {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 5400;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 15px;
	color: #999999;
	line-height: 1.7em;
	padding-bottom: 15px;
}
.sale{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding-left: 10px;
	color: #DE2121;
	letter-spacing: -.016em;
}


/*-------------deal of the day-----------*/
.centerdark .swatch {
	font-size: 0.6em;
	text-align: left;
}
.swatch{
	display: block;
	width: 170px;
	float: left;
	padding-left: 50px;
}
.swatchV{
	display: block;
	height: 200px;
	width: 160px;
	float: left;
	padding-right: 20px;
	padding-left: 40px;
}
/*----- hover vertical ------*/
.hoverboxV
{
	cursor: default;
	list-style: none;
}

.hoverboxV a
{
	cursor: default;
}

.hoverboxV a .preview
{
	display: none;
}

.hoverboxV a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -15px;
	z-index: 1;
}

.hoverboxV img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 114px;
	height: 150px;
	border-color: #CADBD1;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
}

.hoverboxV li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	clear: left;
}

.hoverboxV .preview
{
	width: 275px;
	height: 388px;
	border: 2px solid #8E6C00;
}

.flashRt{
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}



.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	position: absolute;
	top: -33px;
	left: -15px;
	z-index: 1;
	display: block;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 114px;
	height: 110px;
	border-color: #CADBD1;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	clear: left;
}

.hoverbox .preview
{
	width: 285px;
	height: 288px;
	border: 2px solid #8E6C00;
}
/*-------------hoverbox index--------------*/
.hoverboxI
{
	cursor: default;
	list-style: none;
	z-index: 20;
}

.hoverboxI a
{
	cursor: default;
}

.hoverboxI a .preview
{
	display: none;
}

.hoverboxI a:hover .preview
{
	position: absolute;
	top: -123px;
	left: -70px;
	z-index: 40;
	display: block;
}

.hoverboxI img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 114px;
	height: 110px;
	border-color: #CADBD1;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
}

.hoverboxI li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	clear: left;
}

.hoverboxI .preview
{
	width: 285px;
	height: 288px;
	border: 2px solid #8E6C00;
	z-index: 40;
} 
#salesmenu
{
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#salesmenu li
{
	display: block;
	text-align: center;
	float: left;
	list-style: none;
	font-size: 0.8em;
}

#salesmenu li a
{
	background-image: url(/images/sale-menu.jpg);
	color: #999999;
	text-decoration: none;
	font-weight: bolder;
	display: block;
	height: 38px;
	background-position: 0 -240px;
	border: 0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.02em;
	font-family: "Arial", "MS Verdana", "Univers", "Futura", "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk", "Helvetica";
	line-height: 1.1em;
	text-align: center;
	font-size: 1.115em;
	width: 174px;
	margin: 0px;
}

#salesmenu li.active a,#salesmenu li.active a:hover
{
	color: #FFFFFF;
	height: 38px;
	background-position: 0 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#salesmenu li a:hover
{
	background-position: 0 -120px;
	background-image: url(/images/sale-menu.jpg);
	color: #000000;
}
#salesmenu li {
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #846a54;
}
/*---------submenu---------*/
.submenuspace {
	padding-top: 22px;
	padding-bottom: 22px;
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
}
#submenu
{
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#submenu li
{
	display: block;
	text-align: center;
	float: left;
	list-style: none;
	font-size: 0.6em;
}

#submenu li a
{
	background-image: url(/images/sale-menu.jpg);
	color: #999999;
	text-decoration: none;
	font-weight: bolder;
	display: block;
	height: 28px;
	background-position: 0 -240px;
	border: 0;
	padding-top: 3px;
	padding-bottom: 0px;
	letter-spacing: 0.02em;
	font-family: "Arial", "MS Verdana", "Univers", "Futura", "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk", "Helvetica";
	line-height: 1.1em;
	text-align: center;
	font-size: 1.18em;
	margin-right: 10px;
	margin-left: 10px;
	width: 154px;
}

#submenu li.active a,#submenu li.active a:hover
{
	color: #FFFFFF;
	height: 28px;
	background-position: 0 0;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#submenu li a:hover
{
	background-position: 0 -120px;
	background-image: url(/images/sale-menu.jpg);
	color: #000000;
}
#submenu li {
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #846a54;
}

.saleheader {
	line-height: 29px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 33px;
	text-align: center;
	font-size: 1.7em;
	height: 70px;
	font-family: arial, sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #999999;
	border-top-color: #212121;
	border-right-color: #212121;
	border-bottom-color: #212121;
	border-left-color: #212121;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.centerimage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	clear: both;
}
.centerimage a img{
	border: 1px solid #d7cec7;
}
.mailto {
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-bottom: 2px;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #846a54;
	display: block;
	clear: both;
	color: #999999;
}
.mailto a {
	color: #999999;
}
.mailto a:hover {
	color: #666666;
}
.tearsheet {
	text-align: right;
	padding-right: 39px;
	margin-bottom: 10px;
}
.tearsheet a img{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;	
}
.itemheader {
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 33px;
	padding-bottom: 2px;
	padding-left: 33px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.05em;
	background-repeat: no-repeat;
	width: 100%;
}
 
.gallerylinklabel
 {
	font-family: Times;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}


.itemheaderSale {
	line-height: 23px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.05em;
	background-repeat: no-repeat;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
.scriptitleLeft {
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: 600;
	text-align: left;
	color: #999999;
	border: 1px solid #D7CEC7;
}
.itemsold {
	background-repeat: repeat-y;
	text-align: left;
	background-color: #AFA083;
	margin: 0px;
	padding-bottom: 12px;
	border: 2px solid #FFFFFF;
	padding-top: 6px;
}
.centerimagesold {
	background-repeat: repeat-y;
	text-align: left;
	background-color: #CCCCCC;
	margin: 0px;
	padding-bottom: 12px;
	border: 2px solid #FFFFFF;
	padding-right: 200px;
	width: 306px;
	padding-left: 20px;
}
#center .itemsold {
	background-repeat: repeat-y;
	text-align: left;
	background-color: #CCCCCC;
	margin: 0px;
	padding-bottom: 12px;
	border: 2px solid #FFFFFF;
	padding-top: 6px;
}
#center .centerimagesold {
	background-repeat: repeat-y;
	text-align: left;
	background-color: #CCCCCC;
	margin: 0px;
	padding-bottom: 12px;
	border: 2px solid #FFFFFF;
	padding-right: 200px;
	width: 306px;
	padding-left: 20px;
}
.soldpicts {
	text-align: left;
	margin: 0px;
	padding-bottom: 12px;
	width: 264px;
	padding-left: 20px;
	clear: both;
}
#SOLD{
	margin: 0px;
	font-size: 7em;
	clear: both;
	float: right;
	font-weight: bolder;
	padding-right: 20px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.soldRt{
	margin: 0px;
	font-size: 5.5em;
	font-weight: bolder;
	padding-right: 20px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	width: 200px;
	display: inline;
	float: right;
	height: 200px;
}
.soldtwoCol {
	margin: 0px;
	font-size: 4em;
	font-weight: bolder;
	padding-right: 20px;
	letter-spacing: 0.05em;
	color: #993333;
	width: 220px;
	display: inline;
	float: right;
	height: 62px;
}
#icon {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	font-size: 1.3em;
	color: #3B2D25;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #846a54;
}
.spacer {
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	text-align: center;
	border: thin solid #CCCCCC;
}
/*------ leftcol menu---------*/
#menu
{
	display: block;
}

#menu li
{
	display: block;
	text-align: center;
	float: left;
	list-style: none;	
}

#menu li a
{
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	display: block;
	width: 90px;
	height: 45px;
	background-position: 0 30px;
	border: 0;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#menu li.active a,#menu li.active a:hover
{
	color: #000;
	height: 22px;
	background-position: 0 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 26px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu li a:hover
{
	background-position: 0  50px;
}
ul.links, .menu ul
{
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.links li, .menu ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.links li a, .menu ul li a
{
	display: block;
	margin: 1px;
	height: 26px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

ul.links li a:hover, .menu ul li a:hover
{
	background-color: #846a54;
	background-image: url(/images/brown/hoverleft-color.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000000;
}

.menu ul li a
{
	border: 0;
}

.menu ul li ul
{
	margin-left: 15px;
	margin-right: 6px;
}
.advert {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 15px;
	color: #645341;
	line-height: 1.5em;
	padding-bottom: 15px;
}
.advert img {
	border: 5px solid #999999;
	margin-top: 4px;
	margin-bottom: 10px;
}

.padRt {
	float: left;
	padding-left: 8px;
}
#center .padRt img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #896C12;
	border-right-color: #896C12;
	border-bottom-color: #896C12;
	border-left-color: #896C12;
	background-color: #896C12;
}
#clearRule {
	padding-top: 10px;
	display: block;
	clear: both;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #AFA083;
	margin: 0px 0px 10px;
}
#leftcol .menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
.enlargerfont {
	font-size: 1.2em;
	list-style-type: none;
	padding-top: 10px;
}
.smallerfont {
	font-size: .8em;
}
.scriptitleRed{
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
	font-size: 1.2em;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #CCCCCC;
	text-align: center;
	font-weight: 500;
}
.alignLeft a img {
	border: 1px solid #846a54;
}
.alignRight a img {
	border: 1px solid #846a54;
}
.descript {
	height: 200px;	
}
.descriptshort {
	height: 140px;
}
.descript p, .descriptshort p{
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.tearsheet a img {
	border: 1px solid #BBE3E2;
}
.tearsheet a:hover img {
	border: 1px solid #666666;
}
.green a {
	color: #FF0000;
}
#ProMo {
	background-image: url(/images/k_Chocolate_11.17.jpg);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	display: block;
	height: 660px;
	width: 531px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#ProMo  h1 a {
	font-size: 48px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 8px;
	padding-left: 40px;
	display: block;
	padding-top: 10px;
	font-family: 'Reenie Beanie', arial, serif
}
#ProMo h2 a {
	font-size: 72px;
	color: #B33D3A;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	font-family: 'Josefin Sans Std Light', arial, serif;
}
#ProMo ul li a, #ProMo ul li a:active a:visited {
	color: #FFFFFF;
	background-color: #8E4F26;
	float: right;
	padding: 84px 8px;
	font-size: 17px;
	text-align: left;
	font-family: 'Cantarell', arial, serif;
	margin-top: 19px;
	width: 120px;
	font-weight: bold;
	line-height: 28px;
}
#ProMo a:hover {
	color: #000000;
}
.new {
	background-image: url(/images/new_arrivals32.gif);
	background-repeat: no-repeat;
}
.reduction {
	background-image: url(/images/clearance.png);
	background-repeat: no-repeat;
}

/******* slideshow cycle *******/
#slideContainer {
	width: 1095px;
	margin: -40px auto;
	position: relative;
	height: 540px;
}

div#slideshow {
	width: 705px;
	height: 708px;
	padding: 0 0 0 0;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative;
	z-index: 2;
}
div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative;
	top: 44px;
	z-index: 80;
}
	div#slideshow ul#nav li#prev {
	float: left;
	margin: 0 0 0 40px;
	}
div#slideshow ul#nav li#next {
	float: right;
	margin: 0 40px 0 0;
	}
div#slideshow ul#nav li a {
		display: block; width: 40px; height: 40px; text-indent: -9999px;
	}
div#slideshow ul#nav li#prev a {
	background: url(http://www.luxehomepa.com/images/prev-1.png);
	padding: -20px 0 0 0;
		}
div#slideshow ul#nav li#next a {
	background: url(http://www.luxehomepa.com/images/next-1.png);
	padding: -20px 0 0 0;
		}
div#slideshow ul#slides {
	list-style: none;
	}
div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}

/******* 174px slideshow cycle *******/

div#slideshow2 {
	width: 174px;
	height: 138px;
	padding: 0;
	overflow: hidden;
	z-index: 1;
	clear: both;
	text-align: center;
}

div#slideshow2 ul#slides {
		list-style: none;
	}
div#slideshow2 ul#slides li {
			margin: 0 0 0 0;
		}

div#slideshow2 ul#slides li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
		
/******* slideshow3 cycle *******/
#slideContainer3 {
	width: 531px; margin: -40px auto;
	position: relative;
}

div#slideshow3 {
	width:531px;
	height: 500px;
	padding: 0 0 0 0;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative;
	z-index: 2;
}
div#slideshow3 ul#nav {
	display: none;
	list-style: none;
	position: relative;
	top: 44px;
	z-index: 40;
}
	div#slideshow3 ul#nav li#prev {
	float: left;
	margin: 0 0 0 34px;
	}
div#slideshow3 ul#nav li#next {
	float: right;
	margin: 0 64px 0 0;
	}
div#slideshow3 ul#nav li a {
		display: block; width: 40px; height: 40px; text-indent: -9999px;
	}
div#slideshow3 ul#nav li#prev a {
	background: url(http://www.luxehomepa.com/images/prev-1.png);
	padding: -20px 0 0 0;
		}
div#slideshow3 ul#nav li#next a {
	background: url(http://www.luxehomepa.com/images/next-1.png);
	padding: -20px 0 0 0;
		}
div#slideshow3 ul#slides {
		list-style: none;
}
div#slideshow3 ul#slides li {
			margin: 0 0 20px 0;
}

/******* slideshow4 cycle *******/
#slideContainer4 {
	width: 531px; margin: -40px auto;
	position: relative;
}

div#slideshow4 {
	width:100%;
	height: 500px;
	padding: 0 0 0 0;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: inherit;
	z-index: 2;
}
div#slideshow4 ul#nav {
	display: none;
	list-style: none;
	position: relative;
	top: 44px;
	z-index: 40;
}
div#slideshow4 ul#nav li#prev {
	float: left;
	margin: 0 0 0 34px;
	}
div#slideshow4 ul#nav li#next {
	float: right;
	margin: 0 70px 0 0;
	}
div#slideshow4 ul#nav li a {
		display: block; width: 40px; height: 40px; text-indent: -9999px;
	}
div#slideshow4 ul#nav li#prev a {
	background: url(http://www.luxehomepa.com/images/prev-1.png);
	padding: -20px 0 0 0;
		}
div#slideshow4 ul#nav li#next a {
	background: url(http://www.luxehomepa.com/images/next-1.png);
	padding: -20px 0 0 0;
		}
div#slideshow4 ul#slides {
		list-style: none;
}
div#slideshow4 ul#slides li {
			margin: 0 0 20px 0;
}

/******* slideshowThumbs cycle *******/

div#thumbs {
	width:531px;
	height: 520px;
	padding: 0;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	z-index: 40;
	display: block;
}
div#thumbs2 {
	width:531px;
	height: 500px;
	padding: 0;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	z-index: 40;
	display: block;
}

#slideshowThumbs {
	margin: 0px;
	padding: 0px;
}
#navthumbs { width: 174px; margin: 0px }
#navthumbs li { width: 38px; float: left; margin: 8px; list-style: none }
#navthumbs a { width: 38px; padding: 3px; display: block; border: 1px solid #ccc; }
#navthumbs a.activeSlide {
	background-color: #B5A58C;
}
#navthumbs a:focus { outline: none; }
#navthumbs img { border: none; display: block }

#navtiny { width: 174px; margin: 0px }
#navtiny li { width: 26px; float: left; margin: 8px; list-style: none }
#navtiny a { width: 26px; padding: 3px; display: block; border: 1px solid #ccc; }
#navtiny a.activeSlide {
	background-color: #B5A58C;
}
#navtiny a:focus { outline: none; }
#navtiny img { border: none; display: block }



.enlargerfont a img {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}
#ProMo h1 {
	font-size: 24px;
}
.green h1 {
	font-size: 12px;
}
#leftcol #accordion a img, #rightcol #accordion2 a img {
	display: block;
	float: none;
	position: static;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: -32px;
	margin-left: -22px;
}
.leading {
	letter-spacing: .5em;
}
.smaller{
	font-size: 14px;
}
#immediate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	top: 0px;
	clear: both;
	background-color: #ffffff;
	width: 529px;
	text-align: center;
	letter-spacing: 0.03em;
	padding-bottom: 3px;
	padding-top: 2px;
	left: 0px;
	margin-left: 174px;
	margin-bottom: 20px;
}
.gratify{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #DE2121;
	letter-spacing: 0.3em;
	padding-right: 0px;
}
.fix{
	font-size: 80%;
}
#accordion2 hr {
	font-weight: lighter;
	color: #C8BCB0;
}
.whatis h1, .whatis h2 {
	font-size: 105%;
	color: #7F8681;
	font-weight: normal;
	letter-spacing: -0.016em;
	line-height: 1.2em;
}
.whatis {
	text-align: center;
	padding: 15px;
	padding-bottom: 15px;
}
.greenwhiteIndex {
	font-size: 105%;
	background-color: #FFFFFF;
	width: 529px;
	padding-top: 14px;
	padding-bottom: 180px;
	color: #7F8681;
	text-align: center;
	margin-top: 6px;
	margin-right: 0px;
	border: thin solid #d7cec7;
	margin-bottom: 6px;
	font-weight: bold;
}
.count {
	white-space: nowrap;
	float: right;
}
#cozy{
	font-family: Arial, Helvetica, sans-serif;
	color: #8E4F26;
	font-size: 32px;
	text-align: center;
	line-height: 36px;
	clear: both;
	display: block;
	overflow: visible;greenwhiteIndex
}
#brown{
	font-family: Arial, Helvetica, sans-serif;
	color: #645341;
	font-size: 32px;
	text-align: center;
	line-height: 30px;
	clear: both;
	display: block;
	overflow: visible;
}
.large {
	font-size: 42px;
	font-weight: bolder;
}
#SignUp .signupframe input {
	width: 256px;
	padding: 2px;
}
#SignUp .signupframe textarea {
	width: 264px;
}
#SignUp .signupframe .required {
	color: #FF0000;
}
.itemsold .sale, .itemsold .red {
	color: #993333;
}

.vendorheaderT {
	line-height: 27px;
	margin-top: 15px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 33px;
	text-align: center;
	font-size: 12px;
	height: 68px;
	font-family: arial, sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #999999;
	border-bottom-color: #C9BDB3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.vendorheaderTC {
	line-height: 27px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 33px;
	text-align: center;
	font-size: 12px;
	height: 68px;
	font-family: arial, sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #999999;
	border-top-color: #C9BDB3;
	border-right-color: #C9BDB3;
	border-bottom-color: #C9BDB3;
	border-left-color: #C9BDB3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 15px 0px 10px 174px;
}
.vendorheaderTR {
	line-height: 27px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 33px;
	text-align: center;
	font-size: 12px;
	height: 68px;
	font-family: arial, sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #999999;
	border-top-color: #C9BDB3;
	border-right-color: #C9BDB3;
	border-bottom-color: #C9BDB3;
	border-left-color: #C9BDB3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 15px 174px 10px 0px;
}
.centerhave{
	padding-left: 40px;
}
.indexMcol {
	font-size: 105%;
	background-color: #AFA083;
	width: 531px;
	color: #7F8681;
	margin-bottom: 6px;
	font-weight: bold;
	display: block;
	height: 204px;
	background-image: url(/images/mottle.jpg);
	background-repeat: repeat-y;
}
.white{
	color: #FFFFFF;
}

/*-------------have-----------*/

.haveHolder{
	display: block;
	width: 124px;
	float: left;
	margin-left: 66px;
	z-index: 9000;
}
.havePad{
	display: block;
	float: left;
	padding-left: 0px;
}

.darkred{
	color: #993333;
}
.whiteBlock {
	background-color: #ffffff;
	width: 100%;
	padding-top: 34px;
	padding-bottom: 34px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
}
.alignBlock {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	margin-left: 134px;
}

#accordion2 div a.nochild {
	display: block;
	font-weight: 400;
}
.fix #accordion2 a.active {
	color: #FF0000;
	background-image: none;
}
.facebook {
	margin-left: 126px;
	margin-top: 10px;
}

.yellow {
	background-color: #5D5B57;
	display: block;
	padding-top: 12px;
}

