*
{
	padding: 0;
	margin: 0;
}

.clear
{
display: block;
clear: both;
}

body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #1f3218 url('../images/bg.gif') repeat-y top center;
	text-align: center;
	margin-left:-1px;
}

a img, fieldset
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

#header h1
{
	text-indent: -9999px;
	display:none;
}

h2
{
	margin-bottom: 10px;
	font-size:1.63em;
	color:#06773c;
	font-weight:normal;
}

h3
{
	margin-bottom: 10px;
	font-size:1.3em;
	color:#06773c;
	font-weight:normal;
}

h4
{
	margin-bottom: 10px;
	font-size:.81em;
	display:block;
	background:#355729;
	color:#fff;
	font-weight:bold;
	padding:2px 0 2px 4px;
}

h4 a, h4 a:hover, h4 a:visited
{
	color:#fff;
	text-decoration:none;
}

h4 a:hover
{
	text-decoration:underline;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	font-size:.81em;
}

#sidebar p a
{
	color:#e8531a;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
p.price
{
	color:#004f26;
	font-weight: bold;
	padding-top:15px;
}
/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
	font-size:.81em;
}

#nav li
{
	list-style:none outside;
	font-size:.81em;
	float:left;
	display:inline;
	color:#FFF;
	border-right:1px solid #fff;
	padding-right:8px;
	margin:0 8px 0 0;
}

#nav li#nav_last
{
	border:0;
	margin:0;
	padding:0;
}

#feed_nav ul
{
	background:url('../images/feed_nav_btm.gif') no-repeat left bottom;
	padding-bottom:30px;
	margin-bottom:-10px;
	position:relative;
}

#feed_nav h3, #feed_nav ul li
{
	color:#FFF;
	font-size:1.06em;
	font-weight:normal;
}

#feed_nav h3
{
	margin:0 15px 10px 21px;
	padding:5px 0 10px;
	border-bottom:1px solid #fff;
}

#feed_nav ul li
{
	margin:0 0 2px 21px;
	list-style:none outside;
}

.product
{
	clear:both;
}

.prod_img
{
	float:left;
	display:inline;
}

.prod_img img
{
	display:block;
	margin-bottom:15px;
}

.product_info
{
	display:inline;
	float:left;
	margin-left:15px;
	width:55%;
}

.product ul
{
	margin:5px 0 10px 0;
}

.product ul li
{
	margin-bottom:5px;
	list-style:none outside;
}

.product h5
{
	margin-bottom:0;
	font-weight:bold;	
}

.paypal, #product_list
{
  margin-bottom:10px;
}

#product_list li
{
  display:block;
}
#product_list
{
	float:left;
}
.pdflink 
{
	float:left;
	font-size:.81em;
	margin-left: 0;
    margin-top: 8px;
}
/* LAYOUT DIVS *************************/

#container
{
	width: 970px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background:#fff;
 
}

#header
{
	background: url('../images/header.jpg') no-repeat top right;
	height:225px;
}

#nav
{
	position:absolute;
	top:0;
	background:#000;
	margin-left:18px;
	padding:3px 10px 8px;
	color:#FFF;
}

#banner
{
	background:#fff url('../images/pig.jpg') no-repeat top;
	float:left;
	display:inline;
	height:207px;
	width:715px;
	margin-top:15px;
}

#feed_nav
{
	float:left;
	display:inline;
	width:20.4%;
	background:#00562a url('../images/feed_nav_bg.gif') repeat-x center 59%;
	margin:0 20px 0 18px;
}

#content_container
{
	margin:0 0 0 24.25%;
	padding-top:15px;
	width:73.75%;
}

#content
{
	float:left;
	display:inline;
	width:48.5%;
	border-right:1px solid #06773c;
	margin-right:30px;
	padding-right:30px;
}

#sidebar
{
	display:inline;
	float:left;
	width:42%;
}

#footer
{
	clear:both;
}
#pdflist
{
	float:right;
}
#pdflist p
{
	clear: left;
	float: left;
}
#pdflist img
{
	float:left;
	margin-top:-20px;
}
/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #06773c;
}

a:visited
{
	text-decoration: underline;
	color: #06773c;
}

a:hover
{
	text-decoration: underline;
	color: #06773c;
}

#nav a, #feed_nav a
{
	color: #FFF;
	text-decoration: none;
}

#nav a:visited, #feed_nav a:visited
{
	color: #FFF;
	text-decoration: none;
}

#nav a:hover, #nav a.active, #feed_nav a:hover
{
	color: #FFF;
	text-decoration: underline;
}

/* FORM **/

form
{
	width:57%;
}

label
{
	display: block;
	padding: 10px 0 5px 0;
	font-size: .81em;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
	border:1px solid #bbb;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
	border:1px solid #bbb;
	margin-bottom:10px;
	display:block;
}
