
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0;
	padding: 0; 
	background: url(../images/site/wood-bg.jpg) #aa957f;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #4b471a;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #4b471a;
	margin: 0 0 10px 0;
}

li {
	font-size: small;
	color: #4b471a;
}

td {
	font-size: small;
	color: #4b471a;
	vertical-align: top;
}

img {
	border: 0;
}

a {
	font-size: small;
	color: #4b471a;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 230%;	
	color: #cac68e;
	margin: 0 0 7px 0;
	padding: 15px 0 7px 0;
	font-weight: normal;
	background: url(../images/site/horizontal-divider.png) repeat-x bottom left;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 170%;	
	color: #cac68e;
	margin: 0 0 7px 0;
	padding: 15px 0 7px 0;
	font-weight: normal;
	text-transform:capitalize;
}

form {
	margin: 0;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

/* page element styles */ 
 
#top_bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 253px;
}

#top_logo {
	position: absolute;
	top: -16px;
	left: 16px;
}

#social_media {
	position: absolute;
	top: -16px;
	right: 16px;
	background: url(../images/site/social-media-bg.png) no-repeat top left;
	width: 67px;
	height: 53px;
}

#facebook_top {
	margin: 3px 0 0 10px;
}

#twitter_top {
	margin: 3px 0 0 0;
}

#main {
	margin: 26px auto 26px auto;
	width: 897px;
	background: url(../images/site/white-trans-bg.png);
	padding: 12px;
}

#main_inner {
	position:relative;
	background: #fff;
	padding-top: 253px;
}

#footer {
	clear: both;
	padding: 20px 80px 0px 15px;
	margin-top: 10px;
	background: #aeaa6c;
}

#footer_right {
	background: url(../images/site/vertical-divider.png) repeat-y top left;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
}

#footer div {
	font-size: 85%;
	color: #2d2d2d;
}

#footer a {
	color: #2d2d2d;
	font-size: 100%;
}


/* home page */

#home_left {
	float: left;
	width: 260px;
	background: url(../images/site/vertical-divider.png) repeat-y top right;
	margin: 13px 0 0 0;
}

#intro {
	margin: 0 14px 5px 18px;
}

#intro_handwriting p {
	font-size: 150% !important;
}

#intro_names {
	color: #aeaa6c;
}

#poll {
	position: relative;
	margin: 18px 14px 5px 18px;
	background: url(../images/site/horizontal-divider.png) repeat-x bottom right;
}

#poll_header {
	position: absolute;
	left: -25px;
}

#poll_title {
	padding: 110px 0 10px 0;
	font-weight: bold;
	background: url(../images/site/horizontal-divider.png) repeat-x bottom right;
}

#poll_question {
	color: #3a3a3a;
	padding: 10px 0 10px 0;
	font-weight: bold;
}

#vote_button {
	background: url(../images/site/vote-button.png) no-repeat 0 0;
	border: 0;
	font-size: 0;
	width: 79px;
	height: 39px;
}

#vote_button:hover {
	background-position: 0 -39px  !important;
	cursor: pointer;
}

.poll_result_left {
	float: left;
	width: 70px;
	padding: 0 10px 5px 0;
}

.poll_result_right {
	float: left;
	width: 140px;
	padding: 0 0 5px 0;
}


#home_middle {
	float: left;
	width: 326px;
	margin: 13px 0 10px 0;
}

#banner {
	margin: 0 0 0 17px;
}

#blog {
	margin: 16px 0 0 17px;
}

#blog_outer {
	background: url(../images/site/dotted-box.png) 0 0;
	padding: 1px;
	margin: 10px 0 0 0;
}

#blog_inner {
	background: url(../images/site/striped-bg.png) 0 0;
	padding: 17px 13px;
}

#home_right {
	float: left;
	width: 287px;
	height: 496px;
	position: relative;
	background: url(../images/site/home-right-side-bg.png) top left repeat-y;
	margin: 13px 0 0 10px;
}

#hatching_eggs {
	position: absolute;
	top: 10px;
	right: -15px;
	display: block;
	width: 291px;
	height: 120px;
	background: url(../images/site/home-hatching-eggs-bg.png) top left no-repeat;
}

#hatching_eggs:hover {
	background-position: 0 -120px  !important;
}

#hatching_eggs span {
	display: none;
}

#farrow_to_fork {
	position: absolute;
	top: 142px;
	right: -16px;
	display: block;
	width: 291px;
	height: 96px;
	background: url(../images/site/home-farrow-to-fork-bg.png) top left no-repeat;
}

#farrow_to_fork:hover {
	background-position: 0 -96px  !important;
}

#farrow_to_fork span {
	display: none;
}

#wildlife_videos {
	position: absolute;
	top: 248px;
	right: -14px;
	display: block;
	width: 291px;
	height: 145px;
	background: url(../images/site/home-wildlife-videos-bg.png) top left no-repeat;
}

#wildlife_videos:hover {
	background-position: 0 -145px  !important;
}

#wildlife_videos span {
	display: none;
}

#recipes {
	position: absolute;
	top: 412px;
	right: -14px;
	display: block;
	width: 291px;
	height: 115px;
	background: url(../images/site/home-recipes-bg.png) top left no-repeat;
}

#recipes:hover {
	background-position: 0 -115px  !important;
}

#recipes span {
	display: none;
}

/* content page */

#page_content {
	float: left;
	width: 860px;
	margin: 21px 0 21px 21px;
	position: relative;
}


#page_content #col1 {
	float: left;
	width: 578px;
}

#page_content #col2 {
	float: left;
	width: 261px;
	margin: 0 0 0 20px;
}

#breadcrumb {
	position: absolute;
	right: 284px;
}


#breadcrumb_far_right {
	position: absolute;
	right: 10px;
}

#breadcrumb a {
	color: #aeaa6c;
}

.product {
	background: url(../images/site/product-bg.png) repeat-y top left;
}

.product_header {
	position: relative;
	top: 10px;
	width: 289px;
	height: 81px;
	background: url(../images/site/product-header-bg.png) no-repeat top left;
}

.product_image {
	position: absolute;
	top: -19px;
	left: 5px;
	width: 81px;
	padding: 13px 14px 21px 12px;
	background: url(../images/site/product-image-bg.png) no-repeat top left;
}

.product_name {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 150px;
	font-size: 140%;
	margin: 0 0 0 0px;
	color: #000;
}

.product_name_spanning {
	width: 220px;
}


.product_description {
	width: 215px;
	margin: 40px 0 0 0;
	padding: 10px 10px 10px 35px;
	background: url(../images/site/product-description-bg.png);
}

.buy_now_button {
	border: 0;
	width: 190px;
	padding: 10px 0 10px 12px;
	background: url(../images/site/buy-now-button.png) no-repeat 0 0;
	cursor: pointer;
	text-align: left;
}

.buy_now_button:hover {
	background-position: 0 -39px  !important;
}

/* nav styles */

.nav_item {
	display: block;
	height: 48px;
	text-align: center;
}

.nav_item_active {
	display: block;
	height: 48px;
	background-position: 0 -48px  !important;
	text-align: center;
}

.nav_item:hover {
	background-position: 0 -48px  !important;
}

.nav_item span, .nav_item_active span {
	display: none;
}

#nav_home {
	width: 53px;
	background: url(../images/nav/home.png) no-repeat 0 0;
}

#nav_pigs {
	width: 41px;
	background: url(../images/nav/pigs.png) no-repeat 0 0;
}

#nav_cattle {
	width: 49px;
	background: url(../images/nav/cattle.png) no-repeat 0 0;
}

#nav_poultry {
	width: 58px;
	background: url(../images/nav/poultry.png) no-repeat 0 0;
}

#nav_sheep {
	width: 56px;
	background: url(../images/nav/sheep.png) no-repeat 0 0;
}

#nav_courses {
	width: 59px;
	background: url(../images/nav/courses.png) no-repeat 0 0;
}

#nav_wildlife {
	width: 54px;
	background: url(../images/nav/wildlife.png) no-repeat 0 0;
}

#nav_blog {
	width: 40px;
	background: url(../images/nav/blog.png) no-repeat 0 0;
}

#nav_about-us {
	width: 62px;
	background: url(../images/nav/about-us.png) no-repeat 0 0;
}

#nav_contact-us {
	width: 71px;
	background: url(../images/nav/contact-us.png) no-repeat 0 0;
}

#nav_contact {
	width: 119px;
	background: url(../images/nav/contact.png) no-repeat 0 0;
}

#navigation {
	background: url(../images/nav/nav-bg.png) repeat-x;
	height: 30px;
	width: 897px;
}

#nav, #nav ul {
	position: absolute;
	right: 8px;
	top: 201px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	position: relative;
	float: left;
	padding: 0;
}

#nav li a {
	font-weight: bold;
	font-size: 110%;
	color: #333;
}

#nav li a:hover {
	color: #0071c6;
}

#nav li ul {
	position: absolute;
	left: -999em;
	top: 48px;
	background: url(../images/nav/dd-bg.png) no-repeat bottom left;
	width: 86px;
	padding: 10px 17px 50px 17px;
	z-index: 99;
}

#nav li:hover ul {
	left: -2px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: -2px;
}

.dd_nav_item, .dd_nav_item_last {
	width: 86px;
	border-bottom: 1px #b5a582 solid;
	padding: 5px 0 5px 0 !important;
}

.dd_nav_item_last {
	border-bottom: 0;
}

.dd_nav_item a, .dd_nav_item_last a {
	color: #4b471a !important;
	font-weight: normal !important;
	display: block;
	font-size: 90% !important;
}

.dd_nav_item a:hover, .dd_nav_item_last a:hover {
	display: block;
	text-decoration: underline;
}


/* general styles */

#map_left {
	float: left;
	width: 400px;
}

#map1 {
	width: 400px; 
	height: 300px;
	margin: 0 0 50px 0;
}

#map_right {
	float: left;
	width: 400px;
	margin: 0 0 0 50px;
}

#map2 {
	width: 400px; 
	height: 400px;
}

.recipe_image {
	float: left;
	width: 190px;
}

.recipe_text {
	float: left;
	width: 600px;
}

.recipe_left {
	float: left;
	width: 400px;
}

.recipe_right {
	float: left;
	width: 400px;
	padding: 0 0 0 30px;
	background: url(../images/site/vertical-divider.png) repeat-y top left;
}

.blog_divider {
	background: url(../images/site/horizontal-divider.png) repeat-x bottom left;
	height: 1px;
	padding: 10px 0 10px 0;
}

.product_divider {
	background: url(../images/site/horizontal-divider-trans.png) repeat-x center center;
	font-size: 1px;
	line-height: 1px;
	padding: 10px 0 10px 0;
}

.padded_img img {
	padding: 0 10px 10px 10px;
}

.smallText {
	font-size: 85%;
}

.smallText a {
	font-size: 100%;
}

.largeText {
	font-size: 110%;
}

.largeText a {
	font-size: 100%;
}


.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0 30px 0 30px;
}

.clear {
	clear: both;
	font-size: 0px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

