@import url(initial.css);

html,body
{
	font: 10pt/150% "Lucida Grande","Lucida unicode", lucida, Tahoma, verdana, sans-serif;
	margin: 0;
	padding:  30px 0;
	color: #635A4C;
}

p
{
	margin: 0 0 .5em 0;
	padding: 0;
}

p.lead
{
	font-size: 140%;
	line-height: 150%;
	margin: 0 0 1.5em 0;
}

a
{
	text-decoration: none;
	color: #000;
}

a.back
{
	padding-left: 15px;
	background-image: url(../images/interface/arrowBack.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.main a { color: #069; }
a img { border: none; }

div#container
{
	padding: 0 0 70px 0;
	background-repeat: repeat-y;
	background-position: 50% 100%;
	min-height: 500px;
}

/* commented backslash hack v2 -- hides from IE 5 Mac  \*/
div#container { overflow: visible; }

/* end hack */
.main
{
	width: 780px;
	margin: 0 auto 0 auto;
	position: relative;
	overflow: hidden;
}

ul,li,dl,dt,dd
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

div#masthead
{
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0 auto 0 auto;
	padding: 0;
}

h1
{
	left: 20px;
}

/* commented backslash hack v2 -- hides from IE 5 Mac  \*/
h1 { overflow: hidden; }

/* end hack */
h1 a
{
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

h2
{
	font-family: helvetica,arial,sans-serif;
	margin: 0 0 1.5em 0;
	color: #000;
}

h2.replaced
{
	width: 400px;
	height: 50px;
	text-indent: -1234em;
	overflow: hidden;
	background-image: url(/images/interface/header_matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h2#products_header { background-position: 0 0; }
h2#aboutus_header { background-position: 0 -50px; }
h2#contactus_header { background-position: 0 -100px; }
h2#join_our_mailing_list_header { background-position: 0 -150px; }
h2#accolades_header { background-position: 0 -200px; }
h2#faq_header { background-position: 0 -250px; }
h2#news_header { background-position: 0 -300px; }

h3
{
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 120%;
	color: #000;
}

/* product */
div#product
{
	font-size: 80%;
	height: 400px;
	margin-bottom: 20px;
	padding: 0;
	overflow: visible;
	position: relative;
	width: 100%;
}

div#product h2 { color: #000; }
div#product #mainImage { margin-left: 0; }
#frontDisplay { background-color: #000; height:400px; }

div#product div#description
{
	background-repeat: repeat-x;
	background-position: 0 0;
	position: absolute;
	top: 0;
	left: 390px;
	width: 330px;
	padding: 30px;
	vertical-align: bottom;
	color: #635A4C;
	text-shadow: 0em 0em 0px #000;
	/* improves legibility on Safari */
	height: 340px;
	overflow: hidden;
}

div#product div#description dt { margin-top: 2em; }

div#product div#description ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

div#product table
{
	border-bottom: #BAAB93 solid 1px;
	width: 100%;
}

div#product table td, div#product table th
{
	border-top: 1px solid #BAAB93;
	padding: .5em 1em .5em 0;
}

div#nav
{
	color: #BAAB93;
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 390px;
	padding: 30px;
	z-index: 2;
	width: 320px;
}

div#nav a
{
	color: #BAAB93;
	padding: .1em .7em;
	border: #BAAB93 solid 1px;
	margin: 0 5px 0 0;
	display: block;
	float: left;
}

div#nav a:hover
{
	border: #fff solid 1px;
	color: #000;
}

div#nav a#selected
{
	color: #47372C;
	background-color: #BAAB93;
}

div#nav a#selected:hover
{
	border: #BAAB93 solid 1px;
	color: #47372C;
	cursor: default;
}

#vanLegend
{
	display: block;
	padding: .5em 0;
}

div#nav p
{
	padding: 0;
	margin: 0;
}

div#cutting
{
	text-align: center;
	background-color: #BAAB93;
	padding: 10px;
	margin-bottom: 1em;
	width: 510px;
}

/* menu */
div#masthead ul,div#masthead ul li
{
display:none;}





div.columns
{
	background-color: #fff;
	overflow: hidden;
	width: 750px;
	padding-bottom: 30px;
}

div.mainColumn
{
	background-color: #fff;
	width: 500px;
	padding-right: 30px;
	border-right: 220px solid #fff;
	margin-right: -200px;
	/* Hat tip to Ryan Brill */
	float: left;
}

div.sidebar
{
	background-color: #fff;
	width: 200px;
	float: left;
	font-size: 85%;
	line-height: 150%;
}

div.sidebar ul
{
	line-height: 150%;
	margin-bottom: 1.5em;
}

div.sidebar dl
{
	margin: 0 0 2em 0;
	clear: both;
	list-style: none;
	position: relative;
}

div.sidebar dl dt
{
	font-weight: bold;
	color: #000;
}

div.sidebar dl.cuttings { position: relative; }

div.sidebar dl.cuttings dt
{
	display: block;
	margin: 0 10px 10px 0;
	top: 0;
	position: absolute;
}

div.sidebar dl.cuttings dt a img
{
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #635A4C;
}

div.sidebar dl.cuttings dd { padding-left: 45px; }

dl#patinas,dl#patinas dt,dl#patinas dd
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	font-weight: bold;
}

dl#patinas
{
	height: 60px;
	width: 350px;
	margin-top: 10px;
	position: inline;
	top: 200px;
}

dl#patinas dd { float: left; }
dl#patinas dl dt { margin-top: 1em; }
dl#patinas dt { color: #BAAB93; }

dl#patinas dd img
{
	background-color: #47372C;
	border: 1px #baab93 solid;
	margin: 5px 5px 0 0;
}

dl#patinas dd a:hover img { border: 1px #fff solid; }

#footer
{
	width: 780px;
	margin: 2px auto;
	font-size: 80%;
	color: #8F796A;
	text-align: left;
	position: relative;
}

/* browser */
#browser
{
	width: 100%;
	font-size: 80%;
	line-height: 140%;
	height: 150px;
}

#browser ul li
{
	display: inline;
	text-align: center;
}

#browser ul li dl
{
	float: left;
	margin: 0 0 10px 0;
	width: 20%;
}

#browser ul li dl dt { padding: 0 .5em; }

table th, table td
{
	text-align: left;
	vertical-align: top;
	padding: .2em .5em .2em 0;
}

input.string, input.email
{
	width: 100%;
	border: 1px #BAAB93 solid;
	margin-top: .2em;
}

textarea
{
	width: 100%;
	height: 250px;
	margin-top: .2em;
	border: 1px #BAAB93 solid;
}

form { font: 9pt/150% "Lucida Grande","Lucida unicode", lucida, Tahoma, verdana, sans-serif; }

select#subject
{
	width: 200px;
	border: 1px #BAAB93 solid;
	padding: .3em;
	margin-top: .2em;
}

p.submit
{
	text-align: right;
	width: 100%;
}

label
{
	padding: 0 0 .3em 0;
	display: block;
	font: 9pt/150% "Lucida Grande","Lucida unicode", lucida, Tahoma, verdana, sans-serif;
}

fieldset { width: 450px; }
strong { color: #000; }

dl.patina
{
	width: 50%;
	float: left;
	text-align: center;
	margin: 0 0 1em 0;
}

dl.patina img
{
	padding: 15px;
	background-color: #fff;
}

div.dark
{
	color: #635A4C;
	overflow: hidden;
	padding: 20px;
}

.hidden { display: none; }

select#units
{
	font-size: 8pt;
	border: 0px #BAAB93 solid;
	background-color: transparent;
	color: #000;
	padding: 0px;
}

select#units option { border: .5em; }

span.new
{
	color: #C00;
	font-weight: bold;
}

dd#us { display: none; }

a.pdf
{
	position: absolute;
	right: 15px;
}

a.pdf:hover { color: #000; }

div#banner
{
	height: 34px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* products page */
#products
{
	width: 780px;
	font-size: 80%;
	line-height: 140%;
	background-image: url(/images/interface/silhouette.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	overflow:hidden;
	height:146px;
}

#products h3
{
	clear: both;
	padding-top: 1em;
	width: 780px;
	border-top: 1px #ccc solid;
}

#products dl
{
	float: left;
	margin: 40px 0 10px 0;
	text-align: left;
	height: 100px;
	width:auto;
	position:relative;
}

#products dl#ocean,
#products dl#sylvan { margin: 40px 15px 10px 0; }

#products dl#sylvan {
width:133px;
overflow:hidden;
}
#products dl#ocean {
width:288px;
overflow:hidden;
}
#products dl li dl
{
	float: left;
	margin: 0 0 10px 0;
	width: 20%;
}

#products dl dt
{
	padding: 0;
	margin-bottom: 0;
}

#products dl dd { display: inline; }

#products a
{
	padding: 10px 0;
	display: block;
	float: left;
	background-image: url(/images/interface/pot_matrix.gif);
	height: 80px;
	background-repeat: no-repeat;
	text-indent: -1234em;
	overflow: hidden;
}

.row
{
	clear: both;
	margin: 0 0 0 0;
	width: 100%;
}

#products img { background-color: #D0E0F0; }

#view_finish
{
	padding: 10px;
	background-color: #D0E0F0;
	text-align: center;
}

dl.faq
{
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	border-top: 1px #ccc solid;
	clear:both;
}

.faq img {
float:right;
margin:0 0 1em 1em;
}

ul.faq { margin: 0 0 1em 0; }
dl.faq dt, dl.faq dd, ul.faq li { margin: 0 0 .5em 0; }
dl.faq dt, ul.faq li { font-weight: bold; }

#product ol
{
	width: 390px;
	height: 400px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#anemone
{
	width: 55px;
	background-position: 0 0;
}

#anemone:hover { background-position: 0 -100px; }
#anemone.selected { background-position: 0 -200px; }

#nautilus
{
	width: 56px;
	background-position: -55px 0;
}

#nautilus:hover { background-position: -55px -100px; }
#nautilus.selected { background-position: -55px -200px; }

#neptune
{
	width: 67px;
	background-position: -111px 0;
}

#neptune:hover { background-position: -111px -100px; }
#neptune.selected { background-position: -111px -200px; }

#nemo
{
	width: 53px;
	background-position: -177px 0;
}

#nemo:hover { background-position: -177px -100px; }
#nemo.selected { background-position: -177px -200px; }

#urchin
{
	width: 57px;
	background-position: -229px 0;
}

#urchin:hover { background-position: -229px -100px; }
#urchin.selected { background-position: -229px -200px; }

#ribbed_planter
{
	width: 74px;
	background-position: -336px 0;
}

#ribbed_planter:hover { background-position: -336px -100px; }
#ribbed_planter.selected { background-position: -336px -200px; }

#ribbed_vase
{
	width: 59px;
	background-position: -409px 0;
}

#ribbed_vase:hover { background-position: -409px -100px; }
#ribbed_vase.selected { background-position: -409px -200px; }

#basin
{
	width: 74px;
	background-position: -515px 0;
}

#basin:hover { background-position: -515px -100px; }
#basin.selected { background-position: -515px -200px; }

#riveted_box
{
	width: 56px;
	background-position: -588px 0;
}

#riveted_box:hover { background-position: -588px -100px; }
#riveted_box.selected { background-position: -588px -200px; }

#riveted_cauldron
{
	width: 81px;
	background-position: -643px 0;
}

#riveted_cauldron:hover { background-position: -643px -100px; }
#riveted_cauldron.selected { background-position: -643px -200px; }

#crucible
{
	width: 57px;
	background-position: -723px 0;
}

#crucible:hover { background-position: -723px -100px; }
#crucible.selected { background-position: -723px -200px; }


.news {
margin: 0 0 2em 0;
}

.news dt {
font-weight:bold;
color:#000;
}

.date {
color:#D7D1C7;
}

.news img {
margin:.5em 0;
}


/* products page */
#products_matrix
{
	width: 800px;
	font-size: 80%;
	line-height: 140%;
	
}

#products_matrix h3
{
	clear: both;
	padding-top: 1em;
	width: 780px;
	border-top: 1px #ccc solid;
}

#products_matrix dl
{
	float: left;
	margin: 0 20px 10px 0;
	width: 140px;
	text-align: left;
}

#products_matrix dl li dl
{
	float: left;
	margin: 0 0 10px 0;
	width: 20%;
}

#products_matrix dl dt
{
	padding: 0;
	height: 150px;
	margin-bottom: 0;
}

#products_matrix dl dd { padding: 10px 0; }


#products_matrix img { background-color: #D0E0F0; }

.left {
margin: 0 1em 1em 0;
float:left;
}

#footer #credit {
display:none;
}

#product ol li {
display:visible !important;
}
