/* CSS Document */

#pullout {
	border: none;
	padding: 0;
	top: 290px;
}

#pullout img {border: 1px solid #a29962;}

#content {position:relative; padding-top:65px;}

#content p {text-indent: 0;}

#product {
border: 1px solid #a29962;
width: 470px;
margin-left: 30px;
margin-bottom: 10px;
margin-top: 10px;
background:#eae0a3;
position: relative;
height: 130px;
}

#product p {padding: 5px 0 0 0; font-size: 0.9em;}

#product a {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

#product img.frame {border: 1px solid #69633D;}

#product h2 {
color: #69633d;
font-size: 1em;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-variant:normal;
padding: 5px 0 0 0;
}

#copy {width: 350px; margin-left: 90px; padding-bottom: 10px;}

#photo {width: auto; height: 100px; float: left; margin: 10px;}

#button {position: absolute; right: 5px; bottom: 5px;}

#cart {float: right; margin-right: 60px;}

/*****************************************************/

#navcontainer {
	position: absolute;
	width: 530px;
	top:10px;
	right: 20px;
}

/*SHOP NAV*/
#shopnav {
	height: 20px; 
	background: ; 
	border-bottom: 1px solid #A29962;
}

#shopnav ul {
	list-style-type:none;
	padding: 0;
	margin: 0; 
	padding-left: 10px;
}

#shopnav ul li {
	display: inline; 
	float: left; 
	padding: 0;
	margin: 0; 
}

#shopnav ul a {
	display: block; 
	line-height: 20px; 
	text-align: center; 
	padding:0;
	padding-right: 10px;
	padding-left: 10px;
	font-size:13px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


#content #shopnav ul a:hover {
	color: #A29962;
	text-decoration:none;
}

#shopnav ul a:visited {
	color: #000000;
}

#shopnav ul a.currentmenu {
	color:#000000;
	background: #EAE0A3;
	border-top:1px solid #A29962;
	border-right:1px solid #A29962;
	border-left:1px solid #A29962;
}

#content #shopnav ul a.currentmenu:hover {
	color: #000000;
	
}

#underfade {
	padding: 0;
	margin: 0;
	height: 30px;
	background: url(../images/recipefade.gif);
}

p#ship-note {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #F6F2BB;
	margin: 0 48px 0 30px;
	font-size: 10px;
	line-height: 15px;
	padding: 5px;
}

/*****************************************************/