body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div {
	margin: 0;
	padding: 0;
}
#container {
	width: 940px;
	position: relative;
	top: 100px;
	margin: auto;
}
#container .product {
	width: 77%;
	height: auto;
    float: right;
	display: none;
	z-index: 0;
    padding-bottom: 25px;
}
#container .product h2 {
	color: orange;
	font-size: 1.7em;
}
#container .product h3 {
	color: orange;
	font-size: 1.4em;
}
#container #pos_prod_header {
	display: block;
}
#container .product .product_image, #container .product .product_desc {
	display: block;
	float: left;
	width: 50%;
	height: auto;
}
#container .product .product_desc {
	padding: 50px 0 0 0;
}
#container .product .cost {
	color: orange;	
}
#container .product .product_desc p{
	color: #66CC00;	
}
#container .product .product_desc a{
	color: orange;
	text-decoration: none;
}
#container .product .product_image a img {
	border: none;
}
#container .product h3{
	color: orange;	
	font-size: 1.2em;
	margin: 0;
}
#container .quote_author {
	color: orange;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
}
#container .category_quote, #container .category_desc {
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container .category_quote {
	font-weight: bold;
	font-size: 1.0em;
}
#nav {
	width: 220px;
	position: fixed;
	top: 120px;
	text-align: left;
	color: #66cc00; 
} 	
#nav ul{
	list-style-type: none;
}
#nav li{
	cursor: pointer;
	line-height: 2.3em;
	font-size: .95em;
}

#nav ul li:hover {
   text-decoration: underline;
}


.left_img {
	display: block;
	float: left;
}
.right_img {
	display: block;
	float: right;
}
.clearfix {
	clear: both;
	height: 0px;
}
a img {
	border: none;
}
.style1 {
	clear: both;
	height: 0px;
	color: #66CC00;
	font-weight: bold;
}
.style2 {color: orange}
.sub_nav { display: none; margin-left: 1em; }
#container .featured { display: block; }
