body {

}

#header {
	display: none;
}

#wrap {
	margin: 10px;
}

#sidewrap {
	display: none;
}

#sidenav {

}

#bluenav {
	display: none;
}

#meat {
	display: none;
}

#left {
	display: none;
}

#content {

}

#maple {
	display: none;
}

.main-img {

}


#footer {
	display: none;

}

#info {

}

/*Text*/

body {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	line-height: 16px;
	padding-bottom: 7px;
	padding-top: 7px;
}

h1 {
	font: bold 26px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	color: #fe9900;
}

h2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 4px;
	color: #A11A1A;
}

h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 4px;
	color: #A11A1A;
}

#content ul {
	padding-left: 15px;
}

#content ul li {
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position: outside;
}

#content a:link, #info a:link {
	color: #A11A1A;
}

#content a:hover {
	background-color: #fe9900;
}

/*Nav*/

#sidenav {
	background: #E2E2E2 url(images/sidebarbottom.gif) no-repeat 0 bottom;
}

#sidenav ul {
	padding-top: 10px;
	padding-bottom: 15px;
	background: url(images/sidebartop.gif) no-repeat;
	font-size: 13px;
}

#sidenav span {
	padding-left: 5px;
}

#sidenav ul li a {
	color: #3b5d14;
	text-decoration: none;
	margin: 0 10px 0 5px;
	line-height: 23px;
	display: block;
	padding-left: 5px;
	padding-bottom: 5px;
}

#sidenav a.active {
	line-height: 23px;
	background: url(images/tb_a.png) no-repeat right top;
	padding-right: 10px;
	
}

#sidenav a.active span {
	background: url(images/tb_span.png) left top no-repeat;
	display: block;
	padding-left: px;
}

#sidenav a:hover {
	line-height: 23px;
	background: url(images/tb_a.png) no-repeat right top;
	padding-right: 10px;
	
}

#sidenav a:hover span {
	background: url(images/tb_span.png) left top no-repeat;
	display: block;
	padding-left: px;
}

/*Meat Nav*/
.beef {
	background-image: url(images/beef.gif);
	display: block;
	width: 88px;
	height: 46px;
	float: left;

}

.lamb {
	background-image: url(images/lamb.gif);
	display: block;
	width: 92px;
	height: 46px;
	float: left;
}

.pork {
	background-image: url(images/pork.gif);
	display: block;
	width: 93px;
	height: 46px;
	float: left;
}

.poultry {
	background-image: url(images/poultry.gif);
	display: block;
	width: 137px;
	height: 46px;
	float: left;
}

.beef a:hover {
	background-image: url(images/beef-over.gif);
	display: block;
	width: 88px;
	height: 46px;
	float: left;

}

.lamb a:hover {
	background-image: url(images/lamb-over.gif);
	display: block;
	width: 92px;
	height: 46px;
	float: left;
}

.pork a:hover {
	background-image: url(images/pork-over.gif);
	display: block;
	width: 93px;
	height: 46px;
	float: left;
}

.poultry a:hover {
	background-image: url(images/poultry-over.gif);
	display: block;
	width: 137px;
	height: 46px;
	float: left;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

small, .postmetadata {
	font-size: 11px;
	padding-bottom: 8px;
}

.alignright {
	padding-left: 10px;
}

.alignleft {
	padding-right: 10px;
}



































