/* CSS Document */

/* Burma Super Star */

* html body {
	height: 100%; /* kill peekaboo bug in IE */
}

/* This is the Holly Hack \*/
* html .wrap { height: 1% }
/* For Win IE's eyes only */

body {
	border: none;
}

body, td {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	padding: 0;
	color:#7e3f2a;
	margin: 0;
}

#splashfooter {
	align:center;
	margin:auto;
	min-height:60px;
	background-color:#987b38;
	clear:both;
}

#wrap {
	padding:5px;
	margin:5px auto;
	float:none;
	width: 800px;
	text-align: left;
}


#menu {
	padding-top:259px;
	margin-left:10px;
}

.message {
	margin-left:15px;
	margin-bottom:10px;
	padding:10px;
	height:36px;
	background:url(images/bg_homepage_message.gif) center top no-repeat;
}

.message p {
	width:410px;
	padding:0;
	margin:0;
	text-transform:uppercase;
	letter-spacing:-1px;
	word-spacing:2px;
	font-size:9px;
	line-height:12px;
	color:#fff;
	}

/* Menu Text styles*/

h6 {
	color:#b87e57;
	line-height:normal;
	}
	
.star {
	color:#efca5c;
	font-weight:bold;
	}

.header {
	color:#b87e57;
	}
	
.text {
	color: #956352;
}	
.inthepress {
	font-size: 12px;
	color: #987b38;
	font-weight: bold;
}

ul#shop-products {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

ul#shop-products li {
	float: left;
	padding-right: 20px;
	display: block;
	text-align: center;
}

ul#shop-products li.last {
	padding-right: 0;
}

ul#shop-products li img {
	padding-bottom: 5px;
}

ul#shop-products li a {
	font-weight: bold;
}

ul#shop-products li .price {
	color: #7E3F2A;
	font-weight: normal;
}
	
#product-image {
	float: left;
	width: 320px;
}

#product-info {
	float: left;
	width: 480px;
}

#product-info h1 {
	font-size: 18px;
}

#product-info span.price {
	font-size: 16px;
	font-weight: bold;
}

#product-nav {
	padding-bottom: 20px;
	text-align: center;
}

#product-nav .dividers {
	padding: 0 10px;
}

.view-cart {
	padding-top: 20px;
}
