body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #87786B;
	background-color: #FFFFFF;
	background-image: url(/img/goldbg.gif);
	background-repeat: repeat-y;
	background-position: 0px 68px ;
	margin: 0;
	padding: 0;
}

form, ul, li {
	margin: 0;
	padding: 0;
}

p {
	margin: 0.5em 0px 0.5em 0px;
}

h1, h2, h3, h4, h5 {
	margin:0;
}

a {
	color: #87786B;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border: 0;
}

table {
	border-width: 0px;
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

td {
	padding: 2px;
}

input.text {
	font-size: 11px;
	font-family: Lucida Grande, Verdana;
	color: #6a6a6a;
	border: 1px inset #DADADA;
	padding:0;
}

#container {
	position: relative;
	margin-left: 154px;
	border-top: 2px solid #978B7D;
}

#header {
	height:68px;
	width: 850px;
	background-repeat: no-repeat;
	background-color:white;
}

#header dl {
	margin:0;
	padding:0;
}

#header dt {
	float: left;
}

#header dd {
	float: right;
}

#menu {
	position: absolute;
	left:-154px;
	width: 154px;
}


#quicksearch {
	left:-154px;
	margin: 28px 0px 0px 12px;
	width: 125px;
	overflow: hidden;
}

#quicksearch input {
	width: 122px;
	height: 15px;
}

#content {
	min-height: 550px;
}



#footer {
	clear: both;
	height: 36px;
	padding-left: 12px;
}


.story {
	padding: 24px;
	width: 600px;
}

.story h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.story h2 {
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.story p {
	line-height: 1.5em;
	padding-bottom: 0.5em;
}



.sidebox {
	position: absolute;
	left: 630px;
	top: 0px;
}

.sidebox li {
	list-style-type: none;
	font-size: 10px;
	line-height: 1.5em;
	white-space: nowrap;
}



.panel {
	width: 680px;
}


.global-links {
	font-size: 11px;
	color: #978B7D;
}

.account-links {
	font-size: 9px;
	font-family: Lucida Grande, Verdana;
	color: #978B7D;
}

a.nav {
	color: #978B7D;
	text-transform: uppercase;
}

a.nav:hover {
	color: #978B7D;
	text-decoration: underline;
}

#header p.account-links {
	height: 20px;
	padding-top:10px;
	text-align: right;
}

#header p.global-links {
	text-align: right;
}


/* Menu Styles */
#menu ul {
	margin: 14px 0px 0px 0px;
	padding: 0;
	font-size: 10px;
}

#menu ul li {
	font-family: Verdana;
	list-style-type: none;
	text-align: left;
	margin-left: 16px;
	white-space: nowrap;
	margin-bottom: 15px;
	line-height: 1.3em;
	text-transform: uppercase;
}


#menu a.nav {
	color: white;
}

#menu a.nav:hover {
	color: white;
	text-decoration: underline;
}











/* Where to buy */
.wheretobuy {
	background-image:url(/img/usmap.gif);
	background-repeat:no-repeat;
	background-position: 20px 20px;
	padding: 20px 20px 50px 20px;
	height: 500px;
}

.wheretobuy h2, .replist h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.25em;
	text-decoration: underline;
}

.replist  .region {
	padding-top: 12px;
	color: #D0C18A;
	clear: both;
}


.wheretobuy ul li {
	list-style-type: none;
	font-size: 13px;
	line-height: 1.4em;
}

.wheretobuy li.inactive {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.card {
	font-size: 10px;
	width:270px;
	height: 9em;
	float: left;
	border: 1px solid #D0C18A;
	border-top: 6px solid #9D8A4A;
	margin: 10px 20px 10px 0px;
	padding: 10px;
	background-image: url('/img/cardbg.gif');
	background-repeat: repeat-x;
	background-position: 0px -20px;
}

.card p {
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.card .caption {
	font-size: 1.1em;
	font-style: italic;
	margin-top: 0.5em;
}
.card .name {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	color: #6E6134;
}

.card .address {
	margin-top: 0.5em;
	margin-bottom: 0.7em;
	line-height: 1.1em;
}

.card .phone {
	margin-bottom: 0.7em;
}

.card .webaddress a {
	font-weight: bold;
	font-style: normal;
	color: #794f50;
}

.card .hr {
	border-bottom: 1px solid #794f50;
	margin: 4px 0px;
}

.hidden {
	display: none
}


/* lists formatting */
dl.fabrics {
	float:left;
	padding-right: 40px;
	padding-bottom: 2em;
}

dl.fabrics dt {
	font-weight:bold;
	margin-top: 14px;
}

dl.fabrics dd {
	margin:0;
}

/* document lists */
ul.documents {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.documents li {
	line-height: 21px;
}

a.pdf {
	padding: 4px 0px 4px 22px;
	background-image: url(/img/pdf16.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.swatchlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.swatchlist li {
	display: block;
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
	text-align: center;
	height: 160px;
}

.productlist {
	padding-bottom: 64px;
}

.productlist .caption {
	font-size: 9px;
	text-transform: none;
}

#item_container {
	border-bottom: 1px solid #D0C18A;
}


ul.item_tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.item_tabs li {
	display: inline;
	line-height: 24px ;
	margin: 0px 20px 0px 0px;
	font-weight: bold;
	color: #9D8A4A;
}
ul.item_tabs li a {
	color: #9D8A4A;
}

ul.item_tabs li.current a {
	text-decoration: underline;
}



ul.altimages li {
	padding-bottom:6px;
}


/* Genral table styles */

td.cl, th.cl {
	text-align:left;
}

td.cl-nw, th.cl-nw{
	text-align:left;
	white-space: nowrap;
}

td.cr, th.cr {
	text-align:right;
}

td.cr-nw, th.cr-nw{
	text-align:right;
	white-space: nowrap;
}

/* available as styling */

table.availableas {
	width:100%;
	border: 1px solid #DED6CF;
}

.availableas td {
	vertical-align: top;
	padding: 4px 6px 4px 6px;
}

.availableas .cs {
	vertical-align: top;
	border-left: 1px solid #DED6CF;
}


.availableas th {
	border-bottom: 1px solid #DED6CF;
	padding: 2px 6px 2px 6px;
}

.availableas tr.even td {
	background-color: #F4F0ED;
}

.availableas tr.odd td {
	background-color: white;
}


