* {
	margin: 0;
	padding: 0;
}

.clrfix{zoom:1;}
.clrfix:after{content:".";display:block;height:0;width:0;line-height:0;clear:both;visibility:hidden;}

body {
	background: #fff url("../images/bg.png") top left repeat-x;
	color: #444;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

#logo {
	width: 302px;
	height: 42px;
	text-indent: -1000em;
	letter-spacing: -1000em;
	background: transparent url('../images/logo.png') no-repeat top left;
}

#logo a {
	position: relative;
	display: block;
	width: 302px;
	height: 42px;
}

h2 {
	margin-bottom: 15px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	color: #7c5f81;
}

h2 a {
	color: #7c5f81;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 1em;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 762px;
	margin: 0 auto;
}

#header_wrapper {
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 20px;
}

#header {
}

.left {
	float: left;
}

.right {
	float: right;
}


/*-------------------------------------------------
nav
-------------------------------------------------*/
#nav {
	width: 100%;
}

#navlist {
	float: left;
	padding-top: 21px;
	list-style: none;
}

#navlist li {
	float: left;
    padding: 0 12px;
    border-right: 1px solid #fff;
}

#navlist li.last {
    border: none;
}

#navlist li.first {
	padding-left: 0;
}

#navlist a {
	font-family: Georgia, Times, serif;
	font-size: 13px;
    font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: underline;
}

.text, .textarea {
	width: 120px;
	padding: 2px 4px;
	margin-bottom: 1px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

.submit {
	padding: 2px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333;
}

#header form {
	float: right;
	padding-top: 18px;
}

#slideshow_wrapper {
	border: 1px solid #ccc;	
	padding: 5px;
	opacity: 0.999;
}

#slideshow img {
	display: block;
}

#content #slideshow p {
	margin: 0;
}

/*-------------------------------------------------
subnav
-------------------------------------------------*/
#subnav {
	clear: both;
}

#subnav ul {
	float: left;
	list-style: none;
	margin-top: 10px;
}

#subnav li {
	float: left;
}

#subnav a {
	padding: 0 6px;
	font-family: Georgia, Times, serif;
	font-size: 11px;
    font-weight: bold;
	color: #666;
	text-decoration: none;
	border-right: 1px solid #666;
	*padding: 0 4px;
}

#subnav a.last {
	padding-right: 0;
    border: none;
}

#subnav a.first {
	padding-left: 0;
}

#subnav a:hover, #subnav .selected a {
	color: #333;
	text-decoration: underline;
}

/*-------------------------------------------------
special products
-------------------------------------------------*/
#special_products {
	float: left;	
	width: 237px;
	margin: 20px 0 0 0;
/*	padding: 0 2em 0 0;*/
	border-right: 1px solid #eee;
}

#special_products .mph {
/*	display: block;*/
/*	margin-bottom: 2em;*/
	margin-left: 35px;
/*	text-align: center;*/
}


/*-------------------------------------------------
view products
-------------------------------------------------*/
#view_products {
/*	float: left;	*/
/*	width: 237px;*/
	padding-top: 20px;
}

#view_products li a {
	text-transform: lowercase;
	color: #444444;
	font-family: Georgia, Times, serif;
	font-size: 14px;
}

#view_products ul {
	list-style-image: url("../images/list_marker.png");
	margin: 0 0 1.5em 15px;
	/*border-right: 1px solid #eee;	*/
}

#view_products h2, #newest_products h2, #special_products h2 {
	text-align: left;
	padding-bottom: 2px;
	background: #fff url("../images/gradient.png") bottom left no-repeat;
}

#view_products h2 a:hover, #newest_products h2 a:hover, #special_products h2 a:hover {
	text-decoration: none;
}

/*-------------------------------------------------
newest products
-------------------------------------------------*/
#newest_products {
	float: right;
	margin-top: 20px;
	*padding-left: 25px;
}

#newest_products ul {
/*	float: right;*/
	margin-bottom: 1em;
	border: 1px solid #fff; /* make ie6 display properly */
	list-style: none;
}

#newest_products li {
	float: left;
	width: 102px;
	height: 102px;
	margin-right: 25px;
	border: 1px solid #ccc;
	text-align: center;
}

#newest_products li a {
	display: table-cell;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	
	*line-height: 100px;
	*border: 1px solid #fff;
}

#newest_products li a img {
	margin: 0 auto;
	border: 1px solid #fff;
	*border: 0;
}

#newest_products li.last {
	margin: 0;
}

.view_more {
/*	float: left;
	width: 100%;
	padding-top: 10px;
*/	font-size: 14px;
	font-family: Georgia, Times, serif;
}

.view_more a {
	color: #7c5f81;
	text-transform: lowercase;
}


/*-------------------------------------------------
content
-------------------------------------------------*/
#content_wrapper {
	clear: both;
}

#content h1 {
	margin-bottom: 20px;
	font-size: 26px;
	font-family: Georgia, Times, serif;
	border-bottom: 1px solid #efeeee;
	color: #7c5f81;
}

#content p {
	margin-bottom: 1em;
}

#content table {
	margin-bottom: 1em;
}

#content ol {
	margin-bottom: 1em;
}

#content a {
	color: #7c5f81;
}

/*-------------------------------------------------
newest
-------------------------------------------------*/
#newest {
	list-style: none;
}

#newest li {
	float: left;
	width: 45%;
	margin-right: 1em;
	padding-bottom: 2em;
}

#newest .photo {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}

#newest h3 {
	margin-bottom: 3px;
}

#newest h3 a {
	font-size: 14px;
	color: #666;
}

/*-------------------------------------------------
product categories
-------------------------------------------------*/
#categories {
	float: left;
	list-style: none;
}

#categories li {
	float: left;
	display: block;
	margin-right: 17px;
	padding-bottom: 15px;
	text-align: center; 
}

#categories li.last {
	margin-right: 0;
}

#categories img, .swatch_stand img {
	border: 1px solid #ccc;
}

#categories a {
	font-size: 14px;
	color: #666;
}

/*-------------------------------------------------
products
-------------------------------------------------*/
#products {
	margin-top: 20px;
}

#products table td {
	padding-right: 25px;
}

#products table td.last {
	padding-right: 0;
}

#products .product_image {
	width: 275px;
	padding-right: 0;
	text-align: center;
}

/*-------------------------------------------------
finishes
-------------------------------------------------*/
.names td {
	padding-bottom: 1em;
}

/*-------------------------------------------------
fabrics
-------------------------------------------------*/

table.fabrics td.first {
	width: 60px;
	padding-right: 5px;
}	

table.fabrics td.middle {
	width: 225px;
}

.column1 {
	width: 350px;
}

.column2 {
	width: 350px;
	padding-left: 20px;
	margin-left: 30px;
	border-left: 1px solid #eee;
}


table.fabrics-new {
	margin-bottom: 2em;
}

table.fabrics-new td {
	padding: 0 10px 1em 10px;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}

table.fabrics-new td img {
	display: block;
	margin: 0 auto 2px auto;
	width: 102px;
	height: 102px;
}

table.fabrics-new td small {
	white-space: nowrap;
}


/*-------------------------------------------------
store
-------------------------------------------------*/
#store_lookup {
	margin-bottom: 25px;
}

#store_results table {
	width: 100%;
}

#store_results th {
	padding: 5px;
	text-align: center;
	background-color: #ccc;
	color: #000;
}

#store_results tr.alt {
	background-color: #eee;
}

#store_results td {
	padding: 5px;
}

#store_results .phone, #store_results .distance, #store_results .map {
	text-align: center;
}

/*-------------------------------------------------
about us
-------------------------------------------------*/
#about_us_photos {
	float: left;
	padding-right: 1em;
}

#about_us_photos img {
	border: 1px solid #ccc;
}

.about_us_content {
	margin-left: 264px;
}

#usa_logo, #green_commitment {
	float: right;
	margin: 0 0 1em 1em;
}

#green_heading {
	margin-top: 2em;
	text-transform: none;
	color: #8cc63f;
}

.green_statement ul {
	margin: 0 0 1em 1em;
}

.green_statement ul li {
	margin: 0 0 4px 1em;
}

/*-------------------------------------------------
footer
-------------------------------------------------*/
#footer_wrapper {
	clear: both;
	padding: 15px 0;
}

#footer {
	border-top: 1px solid #efeeee;
	padding-top: 15px;
	font-family: Georgia, Times, serif;
	font-size: 10px;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#contract {
	float: right;
	padding-bottom: 1em;
}

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

/*-------------------------------------------------
express
-------------------------------------------------*/
#express h3 {
	margin-bottom: 2em;
}

#express .barstools {
	margin-bottom: 2em;
}

#express .barstools ul {
	float: left;
	width: 100%;
	list-style: none;
}

#express .barstools ul li {
	float: left;
	width: 240px;
	margin-bottom: 2em;
	padding-right: 21px;
}

#express .barstools ul li.last {
	padding-right: 0;
}

#express .barstools ul li img {
	width: 240px;
	height: 430px;
}

#express .dining {
	float: left;
	width: 100%;
}

#express .dining img {
	float: left;
	margin-right: 20px;
}

/*-------------------------------------------------
404 not found
-------------------------------------------------*/
#not_found h3 {
	margin-bottom: 1em;
}

#not_found ul {
	margin: 0 0 1em 1em;
}

#not_found ul li {
	margin-left: 1em;
}

/*-------------------------------------------------
Michael Payne Collection
-------------------------------------------------*/
table.mphc td {
	padding: 0 10px 2em 10px;
	text-align: center;
	vertical-align: top;
}

table.mphc .photo {
	*margin-bottom: 5px;
	border: 1px solid #ccc;
}

#content table.mphc td a {
	color: #666;
	font-size: 12px;
}
