body{
	font-family:Georgia, "Times New Roman", Times, serif;
	background: transparent url(Images/leftBar.gif) top left no-repeat fixed ;
	margin:0;
	color:#660033;
}
img{
	border:none;
}
p, ul{
	font-size:12px;
}
.td{
	font-size:12px;
}
.tablewidth{
	width:780px;
}
h1{
	font-weight:lighter;
	font-size:18px;
	text-decoration:underline;
}
h2{
	font-weight:lighter;
	font-size:16px;
	color:#669900;
	margin-bottom:0px;
}
.faceBack{
	/*background: transparent url(Images/face.jpg) top right no-repeat fixed ;*/
}
/*.leafBack{
	background: transparent url(Images/leaves.gif) center no-repeat fixed; 
}*/
.topNav {
	font-size:12px;
	margin-bottom:20px;
	margin-top:-10px;

}
.topNav a{
	color:#fff;
	margin-right:20px;
	
}
.topNav a:hover{
	color:#000;
}
a{
	color:#669900;
	text-decoration:none;
}
a:hover{
	color:#000;
}
.recom{
	color:#fff;
	background-color:#669900;
	padding:2px;
	top:15px;
}
.inlinelink{
	display:inline;
	font-size:12px;
}
.foot {
	color: #666666;
}
input, textarea, select{
	border: solid 1px #669900;
	color:#669900;
	width:200px;
}
.buyButton{

padding-bottom:6px;
padding-top:3px;
	border:none;
	width:85px;
	height:22px;
	font-size:10px;
	vertical-align:top;
	background: transparent url(Images/buttonBack.gif) bottom no-repeat ;
}
.priceInput{
	border:1px solid #fff;
	width:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660033;
	font-weight:bold;
	background: transparent url(Images/face.jpg) top right no-repeat fixed ;


}

/* Nav */

#nav, #nav ul { /* all lists */
	padding: 4px;
	margin: 0;
	list-style: none;
	line-height: 16px;
	
}
#nav a {
	display: block;
}
#nav li { /* all list items */
	float: left;/*width: 10em;  width needed or else Opera goes nuts */
	background: #CC6699;
	padding:8px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #CC6699;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 4em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
