/*
Last Updated 5/12/07


	Contents:
	
	1. Universal
	2. Header
	3. Content
	4. Footer
	5. Page Specific
	6. Page Modules


*/

/* /////////////////////////////////////////////////// 
1. Universal
////////////////////////////////////////////////////// */
#bd {
	border:solid 1px #bbb;
}
.print_only {
	display:block;
	text-indent:0px;
}

html, body {
	height: 100%;
	text-align: center;
	font-family: arial, sans-serif;
}
/* Spacer for centering pager vertically */
#distance {
	margin-bottom: -22.1153846em;
	*margin-bottom: -21.5824038em;
	width: 1px;
	height: 50%;
	float: left;
}
#main_container {

	width: 100%;
	height: 100%;
	margin: 0px;
}

/* Custom sizing to overide Yui*/
#custom-doc {
	position: relative;
	clear:left;
	margin:auto;text-align:left; /* leave unchanged */
	width:70.6153846em;/* non-IE (920/13) */
	*width:68.9135538em;/* IE */
	min-width:918px;/* optional but recommended */
	height:44.2307692em;
	*height:43.1648077em; /* IE em value (above em value * .9759) */
}

/* Logo */
h1 {
	position:absolute;
	float:left;
	width:107px;
	height:89px;
	text-indent:-5000px;
	margin-left:20px;
	margin-top:17px;
	display:block;
}
h1 a {
	display:block;
	width:107px;
	height:89px;
}
h1 img {
	margin-top:-10px;
}
h2 {
	font-family:georgia, times, serif;
	color:#504E52;
	font-size:197%;
}
h3 {
	font-family:georgia, times, serif;
	font-weight:bold;
	font-size:108%;
}
h4 {
	font-family:georgia, times, serif;
	font-weight:bold;
	font-size:108%;
	color:#fff;
}
/* /////////////////////////////////////////////////// 
2. Header 
/////////////////////////////////////////////////// */

.header {
	height:120px;
	border-style: solid;
	border-width:1px;
	border-color:#BBBBBB;
}
#main_nav {	
	float:right;
	margin-top:92px;
}
#main_nav li {
	float:left;
	
}
#main_nav li a {
	padding-left:12px;
	margin-left:1px;
	height:20px;
	display:block;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:8px;
}

#category-home-textiles { width:105px; }


#category-wall-coverings { width:230px; padding-top:0px; height:28px;}

#category-wall-coverings .last {
	cursor:pointer;
	padding-left:10px;
	margin-top:-8px;
	padding-top:8px;
	height:20px;
	float:right;
	width:90px;
}
#category-wall-coverings .first {
	cursor:pointer;
	margin-top:-8px;
	padding-top:8px;
	height:20px;
	float:left;
}

#category-furniture-8226-accessories { width:171px; height:20px;  }

/* ///////////////////////////////////////////////////
3. Content
///////////////////////////////////////////////////// */
#content {
}

.center_images {
	border-bottom:solid 2px #FFFFFF;
	height:245px;
}
#home-page .center_images {
	border-bottom:solid 2px #FFFFFF;
	height:334px;
}
.center_images img {
	float:left;
}

.large_image {
	border-left:none;
}


/* ///////////////////////////////////////////////////
4. Footer
///////////////////////////////////////////////////// */

.footer{
	height:20px;
	border-bottom: solid 2px #bbb;
	border-left:solid 1px #bbb;
	border-right:solid 1px #bbb;
}
#sub_nav {
	color:#504E52;
	position:relative;
	float:left;
	width:343px;
	height:100%;
	font-size:77%;
}
#sub_nav ul {
	padding-top:4px;
	margin-left:20px;
}
#sub_nav li {
	padding-right:10px;
	float:left;
}
#sub_nav li a {
	text-decoration:none;
	color:#504E52;
}

#sub_nav li a:hover{
	color:#000;
}
#sub_nav .active {
		color:#C61719;
	}

#footer_text{
	color:#504E52;
	padding-top:4px;
	font-size:77%;
	padding-right:5px;
	float:right;
	overflow:hidden;
}
#footer_text .nz {
	float:left;
	padding-right:20px;
}
#footer_text .au {
	font-family:;
	float:left;
	margin-left:2px;
	font-size:93%;
}
#footer_text strong{
	font-weight:bold;
}
/* /////////////////////////////////////////////////// 
5. Page Specific 
////////////////////////////////////////////////////// */

/* Index Page
---------------------------------------- */
#index_content {
	*margin-top:-3px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:2px;
	height:94px;
}
#content h2 {
	float:right;
	margin-top:55px;
	margin-right:20px;
}
#image_panel {
	position:relative;
}
#index_collections {
display:none;
}

/* Category
---------------------------------------- */

#category_main {
	*margin-top:-3px;
	height:250px;

}

#category_content {
	border-left:solid 1px #bbb;
	width:520px;
	height:235px;
	padding-top:15px;
	padding-left:10px;
	float:left;
	font-size:108%;
	font-family:georgia, times, serif;
	color:#504E53;
	line-height:16pt;
}
#category_content p { margin-bottom:10px; }

/* Range
---------------------------------------- */
#range_main {
	*margin-top:-3px;
	border-top:solid 2px #fff;
	height:185px;
}

#range-content {
	height:185px;
	width:565px;
	float:left;
}
#range-content p {
	padding:10px;
	font-family: georgia,times,serif;
	color: #504e53;
	line-height: 10pt;
}
#range_gallery {
	padding-left:8px;
}
#range_gallery img {
	padding:2px;
	*padding:1px;
}
#range_gallery li {
	float:left;
}
#range-collection {
	text-align:right;
	height:45px;
	padding: 15px 15px 0 13px;
}
#range-collection img {
	float:left;
}
#range-collection p {
	padding-top:15px;
	color:#504E53;
}
#range-collection p a {
	text-decoration:none;
	color:#504E53;
}
#range-collection p a:hover {
	color:#000;
	text-decoration:underline;
}
#range-collection p a:active {
}

/* Stuff We Love
---------------------------------------- */

#stuffwelove_main {
	*margin-top:-3px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:2px;
	height:185px;
}
#stuffwelove_content{
	position:absolute;
	height:185px;
	width:100%;
	float:right;
}
#stuffwelove_gallery {
	float:right;
	width:566px;
	padding-top:8px;
	padding-left:8px;
}
#stuffwelove_gallery img {
	padding:3px;	
}
#stuffwelove_links {
	color:#504E53;
	padding-top:15px;
	padding-left:20px;
	float:left;
	width:323px;
}
#stuffwelove_links a {
	text-decoration:none;
	color:#504E53;
}
#stuffwelove_links a:hover {
	text-decoration:underline;
	color:#000000;
}
.collection-links {
	clear:left;
	font-size:93%;
	color:#504E53;
	padding:15px 10px 0 20px;
	float:left;
	width:313px;
}
.collection-links li { height:18px; }
.collection-links li a { text-decoration:none; color:#504E53; }
.collection-links li a:hover { color:#000000; text-decoration:underline; }
.collection-links li a:active { color:#007FA5;  }
/* /////////////////////////////////////////////////// 
6. Page Modules
////////////////////////////////////////////////////// */

/* Collections Modules
---------------------------------------- */

#collections {
	font-size:93%;
	color:#504E53;
	padding-top:15px;
	padding-left:20px;
	float:left;
	width:323px;
}
#collections li { height:18px; }
#collections li a { text-decoration:none; color:#504E53; }
#collections li a:hover { color:#000000; text-decoration:underline; }
#collections li a:active { color:#007FA5; }

/* Music Module
---------------------------------------- */
#music {
	position:absolute;
	float:left;
	margin:20px 0px 0px 880px;
	text-indent:-5000px;

}
#music a {
	width:22px;
	height:11px;
	display:block;
}
#music.on {
	
}
#music.off {

}
/* Home Link
---------------------------------------- */
#home_link {
	display:none;
}
#product-page #hd, #product-page #bd{
	display:none;
}
.screen_only {
	display:none;
}
#collections-button .collections_inner {
		display:none;
}