html, body {
		font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
		font-size:12px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}

html {
		height: 100%;
		margin-bottom: 1px;
	}

body {
		background-color: #EADAC9;
	}

p {
		line-height: 1.5em;
		margin: 1em 15px 1.2em;
	}

li {
		line-height: 1.5em;
	}

form {
		margin: 0;
		padding: 0;
		display: inline;
	}

h2 {
		color: #624F2F;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: normal;
		margin-left:15px;
		margin-top:0px;
		text-transform: uppercase;
	}

.title_big
	{
		color: #624F2F;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 2em;
		font-weight: normal;
		margin-left:15px;
		margin-top:0px;
		text-transform: uppercase;
	}

.title_small
	{
		color: #624F2F;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: normal;
		margin-left:15px;
		margin-top:0px;
		text-transform: uppercase;
	}

/* Son of Suckerfish */

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		width : 166px;
	}

#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1em;
		margin-bottom : -1px;
		width: 166px;
		border-color: #564319;
		border-style: solid;
		border-width: 1px 1px 1px 0;
	}

#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 167px;
		margin-top : -1.2em;
	}

#nav li a {
		width: 165px;
		w\idth : 164px;
		display : block;
		color : #FFF;
		font-family: 'Trebuchet MS', Tahoma, sans-serif;
		font-weight : bold;
		font-size: 8pt;
		text-decoration : none;
		padding : 2px 0 2px 2px;
		background: #77613E;
		text-transform: uppercase;
	}

#nav li ul a {
		width: 164px;
		w\idth : 163px;
	}

#nav li a:hover {
		background-color: #624F2F;
		color: #FFF;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/* Listings */

#list dl {
		margin: 1em 0;
		padding: 0;
	}

#list dt { /* Customer name */
		margin: 0 15px;
		font-weight: bold;
		color: #433413;
	}

#list .writeup {
		float: right;
		margin-right: 15px;
		margin-top: 0;
	}

#list .writeup img {
		border: 0;
	}

#list dd {
		line-height: 1.5em;
		margin: 1em 15px 1.2em;
		clear: both;
	}

#list .customer_address {
		margin: 0 15px;
		clear: none;
	}

#list .customer_url {
		margin: 0 15px;
		clear: none;
	}

#list .customer_url a {
		color: #C58C4C;
	}

#list .customer_categories ul {
		margin: 0;
		padding: 0;
	}

#list .customer_categories ul li {
		list-style-type: none;
	}

#list .hours {
		color: #C58C4C;
	}

#list .divider {
		background: url( systemimages/dottedline.gif ) left repeat-x;
		margin: 0.5em 0 1em;
	}


/* Detail */

#detail dl {
		margin: 1em 0;
		padding: 0;
	}

#detail dt { /* Customer name */
		margin: 0 15px;
		font-weight: bold;
		line-height: 1.5em;
		font-size: 18pt;
		color: #8580B8;
	}

#detail dd {
		line-height: 1.5em;
		margin: 1em 15px 1.2em;
	}

#detail .customer_address {
		margin: 0 15px;
	}

#detail .customer_url {
		margin: 0 15px;
		clear: none;
	}

#detail .customer_url a {
		color: #C58C4C;
	}

#detail .hours {
		color: #C58C4C;
		font-weight: bold;
	}

/* Product */

#detail #product_container {
		margin: 0 15px;
		/* border-left: 5px solid #DAC898;
		border-right: 5px solid #DAC898; */
	}

#product_container .product {
		background-color: #DAC898;
		width: 136px;
		/* min-height: 185px; */
		padding: 5px 0 10px;
		margin-right: 1px;
		float: left;
		font-size: 8pt;
	}

#product_container p {
		margin: 3px 5px;
	}

#product_container img {
		margin: 2px 2px 0 5px;
	}

#product_container .product_thumb {
		background-color: #C58C4C;
		height: 110px;
		text-align: center;
	}

#product_container .product_thumb img {
		width: 105px;
		height: 92px;
		margin: 9px 0 0;
	}

/* Checkout */

#checkout input, #checkout select, #checkout textarea {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

#checkout .form_label {
		vertical-align: top;
		background-color: #FFFAD3;
	}

#checkout .form_field {
		vertical-align: top;
		background-color: #B2AA5D;
	}