*, html {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a { color:#798da4; }
a:hover { color:#5b3e1e; }

div#site-wrapper { margin:0 auto; width:977px; }
ul#nav { margin:0; padding:5px 0 0 5px; width:972px; background-color:#5b3e1e; height:37px; vertical-align:middle; text-align:center; }
ul#nav li { list-style-type:none; display:inline; float:left; text-align:left; margin:0 20px 0 10px; padding:0; }
div#content { margin:0; padding:0; }


#form-contact div {
	display: block;
	line-height: 20px;
	vertical-align: middle;
}

#form-contact div input {
	line-height: 20px;
	vertical-align: middle;
}

h1 { font-size: 2.0em; color:#000; }
h2 { font-size: 1.5em; color:#5b3e1e; }

#form-contact div h2 {
	width: 100px;
	font-size: 1.2em;
	vertical-align: middle;
}

.field-row { clear:both; display:block; }
.field-label { float:left; width:150px; margin:0 10px 10px 0; }
.field-input { float:left; margin: 0 0 10px 0; }
.field-input input { width:300px; padding:5px; }
.field-input textarea { 
	width: 300px;
	height: 100px;
	font-family: Arial, sans-serif;
	font-size: .95em;
	color: #333;
	padding: 5px;
}

.empty, .emailValid, .emailMatch { font-weight: bold; color: #f00; }


/*  ------ product styles ----- */
.product-listing { float:left; width:229px; height:250px; text-align:center; margin:20px 20px 0 0; }
.marginRight0 { margin-right:0; }
.product-listing a { text-decoration:none; width:229px; height:250px; float:left; background-color:#eee; }
.product-listing a:hover { background-color:#efefef; }
.product-listing a span { font-size:14px; color:#000; text-decoration:none; border-top:1px solid #fff; width:229px; float:left; clear:both; margin:10px 0; padding:10px 0 0 0; }
/*  ------ end product styles ----- */

.product-name { font-size:24px; }
	.product-desc { font-size:12px; }
	.product-spec ul {
		float:left;
		width:150px;
		margin:20px;
		padding:0;
		line-height: 18px;
	}
	.product-dims {
		float:left;
		width:200px;
		margin:20px;
		line-height: 18px;
	}
	
#shopping-cart th {
	background-color: #798da4;
	color: #fff;
}

#shopping-cart td {
	background-color: #eee;
}

#shopping-cart td#update,
#shopping-cart td#subtotal,
#shopping-cart tr#shipping td,
#shopping-cart tr#proceed td
{
	background-color: #fff;
}

#minicart {
	position: relative;
	width: 160px;
	height: 45px;
	top: -130px;
	margin: 0 0 0 775px;
	z-index: 1000;
	background-color: #fff;
	padding: 3px 10px;
	border: 1px solid #000;
}

#minicart ul {
	margin: 0;
	padding: 0 0 0 40px;
	background: url('/img/cart-icon2.gif') 0 5px no-repeat;
	min-height: 45px;
}

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

#minicart div {
	font-weight: bold;
}

#header {
	height: 135px;
}