/* 0.0 CSS LEGEND
--------------------------------------------------

Website Styles
Created: 01.01.10
Author: Jeremy Fields

1.0 HTML
2.0 SITE-WRAPPER
3.0 SITE-BRANDING
4.0 SITE-CONTENT
	4.0.1 CONTENT-MAIN
	4.0.2 CONTENT-SUB
		4.0.2.1 SITE-NAVIGATION
6.0 SITE-INFO

--------------------------------------------------
*/


/* @group 1.0 HTML
--------------------------------------------------*/
body {
	background: #8e9c5f;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
a {
	color: #4a8d97;
}
a:hover {
	color: #a87252;
}
div#AccessibilityLinks {
	left: -9999px;
	position: absolute;
	top: -9999px;
}
dl {
	margin: 0;
	padding: 0;
}
dl dt {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
dl dd {
	margin: 0 0 15px 0;
	padding: 0;
}
/* @end */


/* @group 2.0 SITE-WRAPPER
--------------------------------------------------*/
div#site-wrapper {
	background: transparent url(../images/site-wrapper.png) repeat-y;
	margin: 0 auto 20px auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 958px;
}
/* @end */


/* BRANDING */

/* @group 3.0 SITE-BRANDING
--------------------------------------------------*/
div#site-branding {
	border-top: 1px solid #c6c5c0;
	height: 256px;
	left: 44px;
	padding: 0 1px;
	position: absolute;
	top: 40px;
	width: 228px;
	z-index: 500;
}
div#site-branding h1 {
	background: transparent url(../images/h1.png) no-repeat 0 0;
	border-top: 1px solid #fefefe;
	height: 82px;
	margin: 0 0 22px 0;
	padding: 0;
	position: relative;
	width: 228px;
}
div#site-branding h1 a {
	display: block;
	height: 95px;
	left: 0;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 228px;
}
div#site-branding div#site-branding-contact {
	color: #444;
	font-size: 14px;
	line-height: 1.2;
	padding-left: 10px;
}
div#site-branding div#site-branding-contact a {
	color: #444;
}
div#site-branding div#site-branding-contact p {
	margin: 0 0 15px 0;
}
/* @end */


/* CONTENT */

/* @group 4.0 SITE-CONTENT
--------------------------------------------------*/
div#site-content {
	background: transparent url(../images/site-content.png) no-repeat;
	padding: 40px 44px 0 44px;
	overflow: hidden;
	width: 870px;
}
/* @end */

/* @group 4.0.1 CONTENT-MAIN
--------------------------------------------------*/
div#content-main {
	color: #555;
	float: right;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	padding: 280px 20px 10px 20px;
	position: relative;
	width: 590px;
}
div#content-main h2 {
	background: #555c39;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	height: 41px;
	left: 0;
	line-height: 41px;
	margin: 0;
	position: absolute;
	text-indent: 12px;
	top: 0;
	width: 630px;
}
div#content-main h2 span {
	font-size: 18px;
}
div#content-main h3 {
	color: #555c39;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
div#content-main h3 a {
	border-bottom: 1px solid #ddd;
	color: #999;
	padding: 0 3px;
	text-decoration: none;
}
div#content-main h3 a:hover {
	background: #f3f3e9;
	color: #777;
}
div#content-main h4 {
	color: #333;
	font-size: 16px;
	margin: 0 0 5px 0;
}
div#content-main p {
	margin-bottom: 15px;
}
div#content-main p#section-header {
	left: 0;
	line-height: 0;
	margin: 0;
	position: absolute;
	top: 51px;
	width: 630px;
}
div#content-main p#section-header img {
	background: #fefefe;
	border: 1px solid #c6c5c0;
	padding: 1px;
}
div#content-main p#section-header span {
	background: #f3f3e9;
	border: 1px solid #c6c5c0;
	border-top: none;
	color: #999;
	display: block;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 30px;
	padding: 0 10px 0 0;
	text-align: right;
	width: 618px;
}

div#content-main div#content-images {
	color: #999;
	float: right;
	margin: 0 0 20px 20px;
	text-align: center;
}
div#content-main div#content-images img {
	padding: 1px;
	border: 1px solid #c6c5c0;
}

div#content-main ul#animals {
	border-bottom: 1px solid #c6c5c0;
	margin: 0 0 20px 0;
	padding: 0;
}
div#content-main ul#animals li.animal {
	border-top: 1px solid #c6c5c0;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 20px 10px;
	width: 570px;
}
div#content-main ul#animals li.animal a.animal-list-image {
	border: 1px solid #c6c5c0;
	display: block;
	height: 125px;
	float: left;
	padding: 1px;
	width: 150px;
}
div#content-main ul#animals li.animal a.animal-list-image img {
	float: left;
}
div#content-main ul#animals li.animal div.animal-list-description {
	float: right;
	width: 396px;
}
div#content-main ul#animals li.animal div.animal-list-description h4 {
	font-size: 16px;
	margin: 0;
}
div#content-main ul#animals li.animal div.animal-list-description h4 span {
	display: block;
	float: right;
	font-size: 12px;
}
div#content-main ul#animals li.animal div.animal-list-description p {
	margin: 0;
}
div#content-main ul#animals li.animal div.animal-list-description ul {
	margin: 0 0 15px 0;
	padding: 0;
}
div#content-main ul#animals li.animal div.animal-list-description li {
	color: #999;
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#content-main p#animal-detail-image {
	float: right;
	margin: 0 0 20px 20px;
}
div#content-main p#animal-detail-image a {
	display: block;
	float: right;
}
div#content-main p#animal-detail-image img {
	border: 1px solid #c6c5c0;
	float: right;
	padding: 1px;
}
div#content-main li#animal-detail-contact a {
	background: transparent url(../images/email.png) no-repeat center left;
	font-weight: bold;
	padding-left: 22px;
}

div#content-main form {
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 590px;
}
div#content-main form p.text,
div#content-main form p.textarea,
div#content-main form p.select {
	margin: 0 0 15px 0;
	overflow: hidden;
	width: 590px;
}
div#content-main form p.text label,
div#content-main form p.textarea label,
div#content-main form p.select label {
	color: #333;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1.5;
	padding: 2px 10px 0 0;
	text-align: right;
	text-transform: uppercase;
	width: 120px;
}
div#content-main form p.text input,
div#content-sub form p.text input {
	border: 1px solid #999;
	float: left;
	font-size: 14px;
	margin: 0;
	outline: none;
	padding: 3px;
	width: 352px;
}
div#content-sub form p.text,
div#content-sub form p.submit {
	margin: 0 0 5px 0;
	overflow: hidden;
	width: 210px;
}
div#content-sub form p.text input {
	color: #999;
	width: 200px;
}
div#content-sub form p.text input.defaultval {
	color: #333;
}
div#content-main form p.textarea textarea {
	border: 1px solid #999;
	float: left;
	font-size: 14px;
	margin: 0;
	outline: none;
	padding: 3px;
	resize: none;
	width: 452px;
}
div#content-main form p.select select {
	border: 1px solid #999;
	float: left;
	margin: 0;
	outline: none;
	padding: 0;
}

div#content-main form p.submit {
	line-height: 1;
	margin: 0;
	padding: 0 0 0 130px;
}
div#content-main form p.submit input {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #4a8d97;
	border: none;
	color: #fff;
	float: left;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin: 0 15px 0 0;
	overflow: visible;
	padding: 0 35px;
	text-transform: uppercase;
}
div#content-main form p.submit input:hover {
	background: #a87252;
}

div#content-main form p.error {
	background: transparent url(../images/error.png) no-repeat 422px 3px;
}
div#content-main form p.error label {
	color: #f00;
	font-weight: bold;
}
div#content-main form p.error input,
div#content-main form p.error textarea {
	border-color: #f00;
}
div#content-main div#form-message-error {
	background: #ffe6e6 url(../images/form-error.png) no-repeat 40px 12px;
	border: 1px solid #f00;
	color: #f00;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 10px 40px 10px 65px;
	text-shadow: #fff 0 1px 0;
}
div#content-main div#form-message-success {
	background: #e1fae1 url(../images/form-success.png) no-repeat 40px 9px;
	border: 1px solid #0c0;
	color: #090;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 10px 40px 10px 65px;
	text-shadow: #fff 0 1px 0;
}
div#content-main form p.submit input.disabled {
	background: #eee;
	color: #666;
}

body#greenhouse table.plant-list {
	margin: 0 0 25px 0;
	width: 590px;
}
body#greenhouse table.plant-list th,
body#greenhouse table.plant-list td {
	border-bottom: 1px solid #c6c5c0;
	line-height: 1;
	padding: 7px 0 7px 3px;
}
body#greenhouse table.plant-list thead th {
	background: #f3f3e9;
	color: #777;
	font-size: 10px;
	padding: 10px 0 10px 3px;
	text-align: left;
	text-shadow: #fff 0 1px 0;
	text-transform: uppercase;
}
body#greenhouse table.plant-list tr.stripe {
	background: #f9f9f4;
}
body#greenhouse table.plant-list tbody td.plant-list-stock,
span.plant-list-stock {
	background: transparent url(../images/plant-list-stock.png) no-repeat center left;
	color: #090;
	font-weight: bold;
	padding-left: 24px;
	white-space: nowrap;
}
span.plant-list-stock { font-size: 14px; padding-bottom: 2px; padding-top: 2px; }

a.catalog-pdf {
	background: #f3f3e9 url(../images/pdf.png) no-repeat 30px 5px;
	border: 1px solid #c6c5c0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	width: 363px;
}
/* @end */

/* @group 4.0.2 CONTENT-SUB
--------------------------------------------------*/
div#content-sub {
	color: #666;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	overflow: hidden;
	padding: 257px 0 25px 0;
	width: 230px;
}
div#content-sub h4,
div#content-sub form label {
	color: #444;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
div#content-sub div#content-sub-hours,
div#content-sub div#content-sub-events,
div#content-sub p#content-sub-giftcertificates {
	padding: 15px 10px 0 10px;
}
div#content-sub div#content-sub-events ul,
div#content-sub div#content-sub-events li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#content-sub div#content-sub-events li {
	margin-bottom: 15px;
}
div#content-sub form {
	padding: 15px 10px 0 10px;
}
/* @end */


/* NAVIGATION */

/* @group 4.0.2.1 SITE-NAVIGATION
--------------------------------------------------*/
div#site-navigation {
	border-bottom: 1px solid #c6c5c0;
	font-size: 15px;
	padding: 0 1px;
	width: 228px;
}
div#site-navigation ul,
div#site-navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#site-navigation ul {
	border-bottom: 1px solid #fefefe;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 228px;
}
div#site-navigation ul li {
	border-top: 1px solid #c6c5c0;
}
div#site-navigation ul li a {
	background: transparent url(../images/site-navigation-a.png) no-repeat 209px 10px;
	border-top: 1px solid #fefefe;
	color: #444;
	display: block;
	line-height: 28px;
	outline: none;
	padding-right: 30px;
	text-align: right;
	text-decoration: none;
	width: 198px;
}
div#site-navigation ul li a:hover {
	background: #F3F3E9 url(../images/site-navigation-a.png) no-repeat 209px 10px;
	color: #000;
}

div#site-navigation ul ul {
	border: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	left: -9999px;
	padding-bottom: 6px;
	position: absolute;
	top: -9999px;
}
div#site-navigation ul ul li {
	border: none;
}
div#site-navigation ul ul li a {
	background: none;
	border: none;
	line-height: 20px;
}
div#site-navigation ul ul li#nav-facebook a {
	background: transparent url(../images/facebook.png) no-repeat center right;
	font-weight: bold;
}
div#site-navigation ul ul li a:hover {
	background: transparent;
	text-decoration: underline;
}
body#about div#site-navigation ul li#nav-about ul,
body#greenhouse div#site-navigation ul li#nav-greenhouse ul,
body#holsteiners div#site-navigation ul li#nav-holsteiners ul,
body#highlandcattle div#site-navigation ul li#nav-highlandcattle ul {
	position: static;
}
/* @end */


/* INFO */

/* @group 6.0 SITE-INFO
--------------------------------------------------*/
div#site-info {
	background: transparent url(../images/site-info.png) no-repeat bottom left;
	height: 30px;
	padding: 26px 34px 0 0;
	width: 924px;
}
div#site-info p {
	color: #999d88;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	text-align: right;
}
div#site-info p a {
	color: #999d88;
}
div#site-info p a:hover {
	color: #fff;
}
/* @end */


/* Section-specific Changes */

/* @group 7.0.0 Home
--------------------------------------------------*/
body#home div#site-wrapper { background-image: url(../images/home-site-wrapper.png); }
body#home div#site-branding,
body#home div#site-navigation { background: transparent url(../images/content-sub.png) repeat-y; }
body#home div#site-navigation { left: 44px; position: absolute; top: 297px; z-index: 400; }
body#home div#site-navigation ul li#nav-home { display: none; }
body#home div#content-main {
	float: none;
	padding: 0;
	width: 870px;
}
body#home div#content-main h2,
body#home div#content-main p#section-header {
	margin-bottom: 10px;
	margin-left: 240px;
	position: static;
}
body#home div#content-main p#section-header {
	margin-bottom: 0;
}
body#home div#content-sub {
	float: none;
	padding: 0;
}
body#home div#content-sub form,
body#home div#content-sub div#content-sub-hours,
body#home div#content-sub div#content-sub-events { display: none; }
body#home div#site-info { padding-top: 24px; }
body#home div#content-main div.home-row {
	margin-top: 10px;
	overflow: hidden;
	width: 870px;
}
body#home div#content-main div.home-row p.home-row-description {
	color: #666;
	float: left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 16px 16px;
	width: 250px;
}
body#home div#content-main div.home-row p.home-row-image {
	float: right;
	line-height: 0;
	margin: 0;
	padding-right: 16px;
	width: 135px;
}
body#home div#content-main div.home-row p.home-row-image img {
	border: 1px solid #c6c5c0;
	margin-bottom: 10px;
}
body#home div#content-main div.home-row p.home-row-image a {
	background: transparent url(../images/home-button.png) no-repeat;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 135px;
}
body#home div#content-main div.home-row p.home-row-image a:hover {
	text-decoration: underline;
}
body#home div#content-main div#home-row1 {
	background: transparent url(../images/home-row1.gif) no-repeat left bottom;
	position: relative;
}
body#home div#content-main div#home-row2 {
	background: transparent url(../images/home-row2.gif) no-repeat left bottom;
}
body#home div#content-main div.home-row h3 {
	background:  #f3f3e9;
	color: #555c39;
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	margin: 1px 2px 15px 2px;
	text-indent: 10px;
}
body#home div#content-main div.home-row h3 a {
	border: none;
	color: #555c39;
	text-decoration: none;
}
body#home div#content-main div.home-row div#home-events {
	border-top: 1px solid #c6c5c0;
	float: left;
	margin-right: 10px;
	width: 230px;
}
body#home div#content-main div.home-row div#home-events ul,
body#home div#content-main div.home-row div#home-events li {
	color: #999;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}
body#home div#content-main div.home-row div#home-events li {
	font-size: 13px;
	line-height: 1.4;
	margin: 0 16px 15px 16px;
}
body#home div#content-main div.home-row div#home-catalog {
	float: left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	width: 190px;
}
body#home div#content-main div.home-row div#home-catalog h3 {
	background: #555c39;
	color: #fff;
	font-size: 14px;
	margin: 0 0 15px 0;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
}
body#home div#content-main div.home-row div#home-catalog p {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 21px 16px 21px;
}
body#home div#content-main div.home-row div#home-catalog p a {
	text-decoration: none;
}
body#home div#content-main div.home-row div#home-catalog p a:hover {
	text-decoration: underline;
}
body#home div#content-main div.home-row div#home-facebook {
	background: transparent url(../images/home-facebook.gif) no-repeat;
	bottom: 0;
	height: 42px;
	left: 240px;
	position: absolute;
	width: 190px;
}
body#home div#content-main div.home-row div#home-facebook a {
	bottom: 0;
	display: block;
	height: 35px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	width: 190px;
}
body#home div#content-main div.home-row div#home-greenhouse {
	border-top: 1px solid #c6c5c0;
	float: right;
	width: 430px;
}
body#home div#content-main div.home-row div#home-highlandcattle {
	border-top: 1px solid #c6c5c0;
	float: left;
	width: 430px;
}
body#home div#content-main div.home-row div#home-holsteiners {
	border-top: 1px solid #c6c5c0;
	float: right;
	width: 430px;
}
/* @end */

/* @group 7.0.1 Greenhouse
--------------------------------------------------*/
body#greenhouse { background: #675f9c; }
body#greenhouse div#site-wrapper { background-image: url(../images/greenhouse-site-wrapper.png); }
body#greenhouse div#site-branding h1 { background-position: 0 -82px; }
body#greenhouse div#site-content { background-image: url(../images/greenhouse-site-content.png); }
body#greenhouse div#content-main h2 { background: #3c395c; }
body#greenhouse div#content-main h3 { color: #3c395c; }
body#greenhouse div#site-info { background-image: url(../images/greenhouse-site-info.png); }
body#greenhouse div#site-info p,
body#greenhouse div#site-info p a { color: #8a889d; }
body#greenhouse div#site-info p a:hover { color: #fff; }
/* @end */

/* @group 7.0.2 Holsteiners
--------------------------------------------------*/
body#holsteiners { background: #604228; }
body#holsteiners div#site-wrapper { background-image: url(../images/holsteiners-site-wrapper.png); }
body#holsteiners div#site-branding h1 { background-position: 0 -164px; }
body#holsteiners div#site-content { background-image: url(../images/holsteiners-site-content.png); }
body#holsteiners div#content-main h2 { background: #392618; }
body#holsteiners div#content-main h3 { color: #392618; }
body#holsteiners div#site-info { background-image: url(../images/holsteiners-site-info.png); }
body#holsteiners div#site-info p,
body#holsteiners div#site-info p a { color: #887d74; }
body#holsteiners div#site-info p a:hover { color: #fff; }
/* @end */

/* @group 7.0.2 Highland Cattle
--------------------------------------------------*/
body#highlandcattle { background: #604228; }
body#highlandcattle div#site-wrapper { background-image: url(../images/holsteiners-site-wrapper.png); }
body#highlandcattle div#site-branding h1 { background-position: 0 -164px; }
body#highlandcattle div#site-content { background-image: url(../images/holsteiners-site-content.png); }
body#highlandcattle div#content-main h2 { background: #392618; }
body#highlandcattle div#content-main h3 { color: #392618; }
body#highlandcattle div#site-info { background-image: url(../images/holsteiners-site-info.png); }
body#highlandcattle div#site-info p,
body#highlandcattle div#site-info p a { color: #887d74; }
body#highlandcattle div#site-info p a:hover { color: #fff; }
/* @end */