/*
	(1) html elements
	(2) global structures
	(3) formatting for global structures
	(4) general purpose */

/*
	(1) html elements */
body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 70%;
}

div {
	margin: 0;
	padding: 0;
}

a {
	color: #7a2d01;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 1.6em;
	color: #9b6140;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
	
h2 
{
	color: #793307;
}

/*
	(2) global structures */
	
#main {
	margin: 0 auto;
	border: 1px solid #000;
	width: 778px;
}
	
#masthead {
	background: transparent url(../images/bg_masthead.jpg) 0 0 no-repeat;
	width: 778px;
	height: 118px;
}

#logo {
	float: left;
	width: 280px;
}

#utility-nav {
	float: right;
	width: 495px;
}

#utility-nav #general {
	padding-top: 43px;
	margin-left: 4px;
}

#utility-nav #general li {
	padding-left: 4px;
}

#utility-nav #store {
	padding-top: 28px;
	float: right;
}

#content {
	background: #fff url(../images/bg_content.gif) 0 0 repeat-y;
	border-bottom: 1px solid #7a2d01;
}

#column-left {
	background: transparent url(../images/bg_column-left.jpg) 0 0 no-repeat;
	color: #6f6a52;
	width: 190px;
	padding: 0;
	padding-left: 10px;
	float: left;
}

#column-right {
	width: 558px;
	padding: 29px 5px 10px 7px;
	float: right;
	text-align: left;
}

div.page-nav {
	height: 11px;
	padding: 0 13px 5px 2px;
	letter-spacing: 1px;
}

#nav {
	list-style: none;
	margin: 18px 0 0 -10px;
	padding: 0;
	padding-left: 3px;
	border-bottom: 1px solid #936332;
	width: 196px;
}

#footer {
	padding: 10px 0;
	border-top: 1px solid #955425;
	background-color: #fcecb0;
	text-align: center;
}

/*
	(3) formatting for global structures */

#utility-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#utility-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#masthead img {
	float: left;
}
	
#column-left h1 {
	margin: 0;
	margin-left: -10px;
	padding: 0;
}

#nav ul {
	list-style: none;
	margin-left: 26px;
	margin-bottom: 10px;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav li {font-size: 1.8em;}
#nav li li {font-size: .55em; margin-left:-10px;}

#nav li a img {
	margin: 0;
	padding: 0;
}

#nav li a {
	padding-left: 24px;
	text-decoration: none;
	color: #000;
	letter-spacing: .1em;
}

#nav li.active a,
#nav li a:hover {
	background: transparent url(../images/indicator_shopnav_at.gif) 8px 3px no-repeat;
}

#nav li.active li a {
	background: none;
}

#nav li.active li.active a,
#nav li li a:hover {
	background: transparent url(../images/indicator_shop_subnav_at.gif) 16px 2px no-repeat;
}


div.page-nav a {
	color: #793307;
	text-decoration: none;
}

div.page-nav ul.breadcrumb {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #793307;
}

div.page-nav ul.breadcrumb li {
	display: inline;
	padding-left: 10px;
	background: transparent url(../images/bg_breadcrumb_page-nav.gif) 0 4px no-repeat;
}

div.page-nav ul.breadcrumb li.first {
	padding-left: 0;
	background: none;
}

div.page-nav ul.breadcrumb li a:hover {
	text-decoration: underline;
}

div.page {
	float: right;
	color: #793307;
}
	div.page.bottom {
		margin-top: 15px;
		padding-right: 13px;
	}

div.page a {
	padding: 0 2px;
	text-decoration: underline;
}

div.page a.current-page {
	text-decoration: none;
}

div.page a.next {
	padding-right: 4px;
}

/*
	(4) general purpose */

table.products-list td {
	background-color: #fff;
	vertical-align: top;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 12px;
}

table.products-list td.last {
	padding-right: 0;
}

table.products-list h2 {
	margin: 0;
	padding: 0;
}

table.products-list td img {
	display: block;
	border: 1px solid #c47936;
}

table.products-list h2 img {
	border: none;
}

table.products-list a {
	text-decoration: none;
}



table.product-detail {
	border: 1px solid #c37936;
	border-collapse: collapse;
}

table.product-detail td {
	border: 1px solid #c37936;
	vertical-align: top;
}

table.product-detail td.photo {
	padding: 0;
	padding-bottom: 5px;
}

table.product-detail td.photo #sample {
	margin-bottom: 3px;
}

table.product-detail td.details {
	padding: 23px 13px;
}

table.product-detail h1 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

table.product-detail h2 {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

table.product-detail select.medium {
	width: 220px;
	margin-bottom: 10px;
}

table.product-detail p.price {	
	font-size: 1.3em;
	font-weight: bold;
}




			
table.cart {
	border: 1px solid #c47936;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.cart td {
	border: 1px solid #c47936;
	padding: 4px;
}

table.cart tr.header td {
	font-weight: bold;
	color: #793307;
}

div.view {

}

div.view img, div.view h3 {
	float: left;
	padding-left: 5px;
}

div.view h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 6px 0 0 7px;
	margin: 0;
}



ul.related-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.related-items li {
	margin: 0;
	padding: 0;
	display: inline;
	padding-right: 4px;
}

ul.related-items li img {
	border: 1px solid #c37936;
}




.block {
	display: block;
}
	
.clear {
	clear: both;
	height: 1px;
	font-size: .01em;
	overflow: hidden;
}

#txtEmail {
	width: 125px;
	border: 1px solid #c47936;
	float: left;
}

#cmdSignUp {
	float: left;
	margin-left: 5px;
}

input.lp_button
{
	border: 1px solid #c47936;
	font-size:10px;
	font-family:verdana;
	font-weight: bold;
	color: #793307;
	background:#fff;
	padding:3px;
	border-right: 2px outset #c47936;
	border-bottom: 2px outset #c47936;
}
input.lp_button:hover
{
	background:#fcecb0;
}

/**/

table.address
{
	margin:8px 8px 8px 8px;
	border-collapse:collapse;
}
table.address tr td
{
	padding:3px;
}

table.address tr td input.text
{
	width:300px;
}

table.address tr td input.checkbox
{
	margin-left:0;
	border-style:none;
}

table.address tr td span.checkbox input
{
	margin-left:0;
	border-style:none;
}

table.address tr td input.text-state
{
	width:40px;
}

iframe.iframe1 
{
	width: 180px;
	border: none;
	height: 300px;	
}
