body {
	margin: 5px;
	background-color: #fff;
	background-attachment: scroll;
	/* background-image: url(../styleImages/backgrounds/pageBg.jpg); */
	background-repeat: repeat-x;
	background-position: top;
}

#container {
    width: 830px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

#header {

}
#header h1 {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 10px 0;
}


#body {
    padding: 15px 0;
}

/* Header */
#tool_box {
    display: block;
    float: right;
    margin: 0;
    padding: 0 3px 10px;
    color: #794b1d;
}
#tool_box .session {
    padding: 5px 0;
    color: #794b1d;
    text-align: right;
}
#tool_box .session .txtSession {
    color: #794b1d;
}
#tool_box .view_basket {
    text-align: right;
    padding: 5px 0;
}
html body #container a.txtviewCart, html body #container a.txtButton {
    padding: 2px 5px;
    color: #fff;
    background: #794b1d;
    border: 1px solid #794b1d;
}
html body #container a.txtviewCart:hover, html body #container a.txtButton:hover {
    background: #fff;
    color: #794b1d;
}
#tool_box .search_site {
    padding: 5px 0;
}
#tool_box .search_site .txtSession {
    color: #794b1d;
}
#tool_box .search_site .searchBox {
    border: 1px solid #794b1d;
    color: #794b1d;
}
#tool_box .search_site .searchBtn {
    color: #fff;
    background: #794b1d;
    border: 1px solid #794b1d;
}
#tool_box .search_site .searchBtn:hover {
    background: #fff;
    color: #794b1d;
    cursor: pointer;
}
#tool_box .search_site .txtLink {
    display: none;
}
#tool_box .search_site form {
    text-align: right;
}



/* Top Nav */
#main_nav { width: 826px; background: url('../styleImages/margaux/top_nav_background.png') repeat-x bottom center; }
#top_nav { display: block; margin: 0 auto; padding: 0; width: 798px; list-style: none; clear: both; }
#top_nav li { display: block; float: left; padding: 0; margin: 0; }
#top_nav li a { display: block; margin: 0; padding: 0; border: 0; background-repeat: no-repeat; }
html body #top_nav li a:hover { background-position:  0px -30px; }
#top_nav li img { display: block; margin: 0; padding: 0; border: 0; background-repeat: no-repeat;}
#top_nav li.about_us a img { width: 95px; height: 30px; }
#top_nav li.products a img { width: 98px; height: 30px; }
#top_nav li.interiors a img { width: 97px; height: 30px; }
#top_nav li.design_services a img { width: 135px; height: 30px; }
#top_nav li.bridal_registry a img { width: 136px; height: 30px; }
#top_nav li.press_and_media a img { width: 125px; height: 30px; }
#top_nav li.contact_us a img { width: 112px; height: 30px; }
#top_nav li.about_us a { background: url('../styleImages/margaux/top_nav_about_us.png') no-repeat; }
#top_nav li.products a { background: url('../styleImages/margaux/top_nav_products.png') no-repeat; }
#top_nav li.interiors a { background: url('../styleImages/margaux/top_nav_interiors.png') no-repeat; }
#top_nav li.design_services a { background: url('../styleImages/margaux/top_nav_design_services.png') no-repeat; }
#top_nav li.bridal_registry a { background: url('../styleImages/margaux/top_nav_bridal_registry.png') no-repeat; }
#top_nav li.press_and_media a { background: url('../styleImages/margaux/top_nav_press_and_media.png') no-repeat; }
#top_nav li.contact_us a { background: url('../styleImages/margaux/top_nav_contact_us.png') no-repeat; }

/* Category List */
#please_select_a_category {
    float: right;
    clear: left;
    padding: 22px 0 33px 330px;
}
#category_list { display: block; margin: 0 auto; padding: 100px 0 61px 0; width: 821px; list-style: none; }
#category_list li { display: block; float: left; padding: 0 7px; margin: 0; }
#category_list li a { display: block; margin: 0; padding: 0; border: 0; width: 153px; height: 197px; background-repeat: no-repeat; }
html body #category_list li a:hover { background: 100% 0%; }
#category_list li img { display: block; margin: 0; padding: 0; border: 0; width: 153px; height: 197px; }
#category_list #cl_item_furnishing { padding-left: 0; }
#category_list #cl_item_furnishing a { background-image: url('../styleImages/margaux/cat_furnishing.png'); }
#category_list #cl_item_accessories a { background-image: url('../styleImages/margaux/cat_accessories.png'); }
#category_list #cl_item_pillows a { background-image: url('../styleImages/margaux/cat_pillows.png'); }
#category_list #cl_item_lighting a { background-image: url('../styleImages/margaux/cat_lighting.png'); }
#category_list #cl_item_bed_and_bath a { background-image: url('../styleImages/margaux/cat_bed_and_bath.png'); }
#category_list #cl_item_bed_and_bath { padding-right: 0; }

/* category_product_list page */
#category_product_list_header {
    padding: 0 0 5px 0;
    margin: 0 0 16px;
    width: 826px;
    border-bottom: 1px solid #98a6b0;
    color: #434548;
}
.no_products #category_product_list_header {
    display: none;
}
#category_product_list_header .category_title {
    display: block;
    float: left;
    padding: 0 0 0 32px;
    text-transform: uppercase;
    font-weight: bold;
}
#category_product_list_header .pagination {
    display: block;
    float: right;
}
#category_product_list_header .pagination a {
    color: #000;
}
#category_product_list_header .pagination a.view_all {
    padding-left: 10px;
}
#category_product_list_header .pagination a:hover {
    color: #98a6b0;
}
#category_product_list_header .pagination .previous_page {
    /* border-right: 1px solid #000; */
    padding-right: 5px;
}
#category_product_list_header .pagination .next_page {
    /* border-left: 1px solid #000; */
    padding-left: 5px;
}
#category_product_list_header .pagination {
}
#category_product_list_header .pagination strong {
    text-decoration: underline;
}
.view_all #category_product_list_header .pagination .view_all {
    display: none;
}


#category_image_holder {
    float: left;
    padding-bottom: 16px;
}
.view_all #category_image_holder {
    display: none;
}
#category_image_holder img {
    /* border: 1px solid #98a6b0; */
    padding: 0px;
   border: 0px solid #794b1d;
}
#category_product_list {
    display: block;
    width: 577px;
    float: right;
}
.view_all #category_product_list {
    width: 826px;
    float: left;
}
#category_product_list li {
    display: block;
    float: right;
    padding: 0px 8px 8px 8px;
    margin: 0 3px 14px 14px;
    width: 157px;
    height: 205px;
    border: 0px solid #794b1d;
}
.view_all #category_product_list li {
    float: left;
    padding: 8px 17px;
}
.view_all #category_product_list li.item_at_start {
    margin-left: 0;
}
.view_all #category_product_list li.item_at_end {
    margin-right: 0;
}
#category_product_list img {

}
#category_product_list .image {
    display: block;
	width: 156px;
	height: 156px;
    margin: 0 0 10px;
    padding: 2px;
    border: 1px solid #794b1d;
	text-align: center;
}
#category_product_list div.details {
    padding: 0;
    width: 156px;
    text-align: center;
}
#category_product_list a {
    color: #000;
    text-decoration: none;
}
#category_product_list a:visited {
    color: #000;
}
#category_product_list a:hover {
    color: #a5a5a5;
    text-decoration: underline;
}


#product_page, #registry_page {
    color: #77491b;
}
#product_page #main_image, #registry_page #main_image{
    display: block;
    float: left;
    width: 431px;
    margin: 0 10px 14px 0;
    padding: 0;
    overflow: hidden;
}
#product_page #main_image img, #registry_page #main_image img{
    display: block;
    margin: 0 auto;
}
#product_page .details, #registry_page .details {
    display: block;
    float: left;
    width: 375px;
    padding: 0 0 15px 12px;
}
#product_page .details h2 {

}

#registry_page a:hover {
    color:#a5a5a5;
    text-decoration:none;
}
#registry_page a {
    color:#77491b;
    text-decoration:underline;
}
#registry_page ul {
    list-style: none;
}
#registry_page .catview {
    clear: both;
}


#product_page form {
    display: block;
    margin: 0;
    padding: 0;
}
html body #container fieldset {
    display: block;
    width: 360px;
    margin: 0 0 5px 0;
    padding: 5px;
    border: 1px solid #77491b;
    color: #77491b;
    text-align: right;
}
html body #container fieldset select {
    margin: 0 15px 0 0;
    padding: 1px;
    color: #77491b;
    background: #fff;
    border: 1px solid #77491b;
}
html body #container fieldset .textbox {
    margin: 0 5px;
    padding: 1px;
    color: #77491b;
    background: #fff;
    border: 1px solid #77491b;
}


#product_page #add_to_basket_box fieldset .price {
    padding: 0 5px;
}
#product_page #add_to_basket_box .submit {
    display; block;
    float: right;
    margin: 0 4px;
    padding: 0 10px;
	background: #77491b;
    color: #fff;
    border: 1px solid #77491b;
    font-weight: normal;
}
#product_page #add_to_basket_box .submit:hover {
    color: #77491b;
    background: #fff;
}


/* Static Pages */
#body.static_pages {
    padding-bottom: 10px;
}
#body.static_pages #left_content {
    display: block;
    float: left;
    width: 200px;
    margin: 0 15px 15px 0;
    color: #fff;
    background: #809aa6 url('../styleImages/margaux/left_content_footer.png') no-repeat 7px bottom;
}
#body.static_pages #left_content ul {
    list-style: none;
    border-right: 16px solid #c1d4db;
    padding: 10px 10px 95px 10px;
    color: #fff;
font-size:13px;
font-family:arial;
}
#body.static_pages #left_content h3 {
    padding: 0 0 12px 0;
    margin: 0;
font-size:16px;
text-align:left;
}

#body.static_pages #right_content {
    display: block;
    float: left;
    width: 540px;
    margin: 0 0 15px 0;
    color: #774a19;
}


#body.static_pages #right_content_w {
    display: block;
    float: left;
    width: 600px;
    margin: 0 0 15px 0;
    color: #774a19;
}

#body.static_pages #right_content h2 {
    font-size: 16px;
    margin: 10px 0;
}
#body.static_pages #right_content p {
    margin: 10px 0 0 0;
}

/* Static Page Forms */
#body.static_pages #right_content form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
#body.static_pages #right_content form dl {
    margin: 0;
text-align:left;
}
#body.static_pages #right_content form dt {

}
#body.static_pages #right_content form dt label {
    display: inline;
    font-weight: bold;
}
#body.static_pages #right_content form dt .error {
    display: block;
    color: #ff0000;

}
#body.static_pages #right_content form dd {
    margin: 0 0 10px 0;
}
#body.static_pages #right_content form dd textarea {
    width: 100%;
    height: 15em;
    padding: 2px;
    border: 1px solid #774a19;
    color: #774a19;
    background: #fdfdfc;
}
#body.static_pages #right_content form dd input[type=text] {
    width: 50%;
    border: 1px solid #774a19;
    color: #774a19;
    background: #fdfdfc;
}
#body.static_pages #right_content form dd input[type=text]:focus,
#body.static_pages #right_content form dd textarea:focus {
    background: #fff;
}

  /* Custom Static Pages */
  #body.static_pages #left_content.about_us ul {
    height: 1338px;
list-style: none;
margin-left: 0;
padding-left: 1em;
  }

  #body.static_pages #left_content.returns ul {
    height: 265px;
list-style: none;
margin-left: 0;
padding-left: 1em;
  }

  #body.static_pages #left_content.interiors ul {
    height: 1124px;
list-style: none;
margin-left: 0;
padding-left: 1em;
  }
  #body.static_pages #left_content.contact_us ul {
    height: 670px;
list-style: none;
margin-left: 0;
padding-left: 1em;
  }
  #body.static_pages #left_content.design_services ul {
    height: 1052px;
list-style: none;
margin-left: 0;
padding-left: 1em;
  }
/* Static Pages */



.txtCopyright {
    display: none;
}
/*
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 2px solid #333333;
	background-color: #FFFFFF;
	/* SKIN VARIABLE IS cAsE SeNsItIvE *//*
	background-image: url(../styleImages/getLogo.php?skin=Classic);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#topHeader {
	text-align: right;
	height: 36px;
	margin-bottom: 25px;
	padding-right: 0px;
	padding-top: 30px;
}
.boxTitleLeft, .boxTitleRight {
	color: #FFFFFF;
	background-color: #031074;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #EBEDFE;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px;
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 403px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px;
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #000000;
	padding: 3px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	position: inherit
}
/* CHECKOUT PAGES */
.colLeftCheckout { display: none; }
.colMainCheckout {
	position: relative;
	width: 826px;
	float: left;
}
.colMainCheckout div {
    color: #774a19;
}
.colMainCheckout .txtDefault, .colMainCheckout a.txtDefault, .colMainCheckout a.txtLink, .colMainCheckout a.txtLocation  {
    color: #774a19;
    text-decoration: underline;
}
.colMainCheckout .txtDefault:hover, .colMainCheckout a.txtDefault:hover, .colMainCheckout a.txtLink:hover, .colMainCheckout a.txtLocation:hover  {
    text-decoration: none;
}
.colMainCheckout .cartProgress {
    display: none;
    width: 816px;
    margin: 0 0 1px 0;
    border: 1px solid #774a19;
    color: #774a19;
}
.colMainCheckout .cartProgress .txtcartProgressCurrent {
    color: #774a19;
}
.colMainCheckout .regSep {
    padding: 10px 0;
}
html body #container .quickBuy { display: none; }
html body #container .txtContentTitle {
    color: #774a19;
}
html body #container .tdcartTitle {
    background: #774a19;
    color: #fff;
}
html body #container .tdcartOdd {
    color: #774a19;
}
html body #container .tdcartEven {
    background: #f8f6f3;
    color: #774a19;
}
html body #container #cart {
    color: #774a19;
}
html body #container .submit, html body #container .txtUpdate {
    margin: 0 10px 0 0;
    padding: 0 10px;
    background: #77491b;
    color: #fff;
    border: 1px solid #77491b;
    font-weight: normal;
}
html body #container .submit:hover, html body #container .txtUpdate:hover {
    color: #77491b;
    background: #fff;
    cursor: pointer;
}

html body #container .textbox {
    border: 1px solid #774a19;
    color: #774a19;
    background: #fcfbfa;
}
html body #container .textbox:focus {
    background: #fff;
}


#body .txtError {
    border: 1px solid #774a19;
    color: #ff0000;
    background: #fff;
}
/* f8f6f3


/* END CHECK OUT PAGES */    /*
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;
}

div.latestProds {
	text-align: center;
	width: 131px;
	height: 100px;
	float: left;
	overflow: hidden;
}



/*
Start Cross-Browser DHTML Menu
*/                    /*

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	width: 158px;
	padding: 0px;
	margin: 0px;
}

.li-nav a {
	padding: 2px 1px;
	background-color: #EBEDFE;
	width: 148px;
	display: block;
	text-indent: 2px;
	color: #070F72;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover {
	background-color: #FFFFFF;
	color: #FF6600;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 150px;
	padding: 0px;
}

.li-nav {
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 4px solid #0858B6;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 6px;
}
/*
End Cross-Browser DHTML Menu
*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a.emails {
color:#FFF;
font-size:12px;
}
a.emails:hover {
color:lightblue;
}

.cmap {
border:1px solid #774A19;
padding:2px
}

/* start mod: Added to basket message */
/* by Estelle - http://cubecart.expandingbrain.com */
html body #container .divAddedToBasket {
    border: 1px solid #774a19;
    color: #774a19;
    background: #fff;
    line-height: 2;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    position: relative;
    text-align: right;
}
/* end mod: Added to basket message */

.press_ads {
border:1px solid #794B1D;
display:block;
height:117px;
float:left;
margin-right:10px;
padding:1px;
width:100px; }

.design {
border:1px solid #794B1D;
display:block;
height:100px;
float:left;
margin-right:10px;
margin-bottom:10px;
padding:1px;
width:135px; }

.vendors {
border:1px solid #794B1D;
display:block;
height:104px;
float:left;
margin-right:8px;
margin-bottom:8px;
padding:1px;
width:165px; }


a.brown {
color: #809aa6;
text-decoration:none;
}

a.brown:hover {
color: #434548;
}
