@charset "utf-8";
/* CSS Document */

/* =Styling all elements
========================================================================================================*/
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
	text-decoration: none;
	color:#9E0000;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ----------- Applying clearfix fix for some browsers to use in appropriate places --------- */
.clearfix:after {
	content: "";
	display: block;
	height:100%;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
.clear {
	clear:both
}
.mid-align {
	text-align:center
}
.left-align {
	text-align:left
}
.right-align {
	text-align:right
}
.a-center {
	text-align:center
}
/*=======================================================*/
/* Body
*********************************************************/
body {
	background:url(../images/bg.gif) repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:18px;
	position:relative;
	border-top:5px #990000 solid;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
/* Header
*********************************************************/
.header {
	padding-bottom:5px;
}
.header .logo-area {
	width:250px;
	padding:20px 0px 10px 10px;
	float:left
}
.header .logo-area h1 {
}
.header .right-header-area {
	width:695px;
	float:right;
  position: relative;
}
.header-facebook {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 999999;
}

.header-facebook a {
  display: block;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  padding-left: 22px;
  background: url('../images/icon-facebook.png') no-repeat left center;
}
.header .right-header-area .phonenum {
	text-align:right;
	padding-right:35px;
}
.header .right-header-area ul {
	padding-top:80px;
}
.header .right-header-area ul li {
	float:left;
	list-style:none
}
.header .right-header-area ul li a {
	display:block;
}
.header .right-header-area ul li.about-our-farm {
}
.header .right-header-area ul li.about-our-farm a {
	background:url(../images/about-our-farm.png) no-repeat left top;
	width:158px;
	height:37px;
}
.header .right-header-area ul li.about-our-farm a:hover {
	background:url(../images/about-our-farm-hr.png) no-repeat left top;
}
.header .right-header-area ul li.about-our-farm a.active {
	background:url(../images/about-our-farm-hr.png) no-repeat left top;
}
.header .right-header-area ul li.product-info {
	background:url(../images/product-info.png) no-repeat left top;
	width:137px;
	height:37px;
}
.header .right-header-area ul li.product-info a {
	background:url(../images/product-info.png) no-repeat left top;
	display:block;
	width:137px;
	height:37px;
}
.header .right-header-area ul li.product-info a:hover {
	background:url(../images/product-info-hr.png) no-repeat left top;
}
.header .right-header-area ul li.product-info:hover a {
	background:url(../images/product-info-hr.png) no-repeat left top;
}
.header .right-header-area ul li.product-info:hover {
	background:url(../images/product-info-hr.png) no-repeat left top;
}
.header .right-header-area ul li.product-info a:hover > a {
	background:url(../images/product-info-hr.png) no-repeat left top;
}
.header .right-header-area ul li.product-info a.active {
	background:url(../images/product-info-hr.png) no-repeat left top;
}
.header .right-header-area ul li.recipes {
}
.header .right-header-area ul li.recipes a {
	background:url(../images/recipes.png) no-repeat left top;
	width:92px;
	height:37px;
}
.header .right-header-area ul li.recipes a:hover {
	background:url(../images/recipes-hr.png) no-repeat left top;
}
.header .right-header-area ul li.recipes a.active {
	background:url(../images/recipes-hr.png) no-repeat left top;
}
.header .right-header-area ul li.press-releases {
}
.header .right-header-area ul li.press-releases a {
	background:url(../images/press-releases.png) no-repeat left top;
	width:155px;
	height:37px;
}
.header .right-header-area ul li.press-releases a:hover {
	background:url(../images/press-releases-hr.png) no-repeat left top;
}
.header .right-header-area ul li.press-releases a.active {
	background:url(../images/press-releases-hr.png) no-repeat left top;
}
.header .right-header-area ul li.contact-us {
}
.header .right-header-area ul li.contact-us a {
	background:url(../images/contact-us.png) no-repeat left top;
	width:119px;
	height:37px;
}
.header .right-header-area ul li.contact-us a:hover {
	background:url(../images/contact-us-hr.png) no-repeat left top;
}
.header .right-header-area ul li.contact-us a.active {
	background:url(../images/contact-us-hr.png) no-repeat left top;
}
/* Sub Menu Area CSS
*****************************/
.menu2 {
	position:relative;
	z-index:10000;
}
.menu2 li.top {
	display:block;
	float:left;
}
.menu2 li a.top_link {
	display:block;
	float:left;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */
.menu2 li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul,
.menu2 :hover ul ul,
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
.menu2 :hover ul.sub {
	left:0;
	top:35px;
	white-space:nowrap;
	width:198px;
	height:70px;
	z-index:300;
	background:url(../images/sub-menu-bg.png) no-repeat left 5px;
}
ul.sub {
	padding-top:15px!important;
	padding-left:10px;
}
ul.sub li {
	display:block;
	float:left;
	width:180px;
	font-weight:normal;
	background:none;
	height:20px!important;
	line-height:20px!important;
	margin-bottom:10px;
}
ul.sub li a {
	display:block;
	position:relative;
	font-size:13px;
	width:160px!important;
	text-indent:10px;
	color:#fff;
	text-decoration:none;
	background:url(../images/menu-bullet.gif) no-repeat 10px 12px!important;
	height:30px!important;
	line-height:30px!important;
	padding-left:10px;
}
ul.sub li a:hover {
	color:#fff;
	background:#630c0c url(../images/menu-bullet.gif) no-repeat 10px 12px!important;
	height:30px!important;
	line-height:30px!important;
}
ul.sub :hover > a {
	color:#fff;
	background:#630c0c url(../images/menu-bullet.gif) no-repeat 10px 12px!important;
	height:30px!important;
	line-height:30px!important;
}
/* Banner Area
*********************************************************/
.banner-area {
	clear:both;
	height:345px;
	margin-bottom:10px;
	position:relative
}
.pics {
	width:960px;
}
#bannerNav {
	position:absolute;
	right:20px;
	bottom:31px;
	z-index:9999999;
}
#bannerNav a {
	background: url('../images/banner-nav-bullet.png') no-repeat left top;
	width:20px;
	height:0px;
  padding-top: 20px;
	display:block;
	float:left;
	margin-right:10px;
	overflow: hidden;
}
#bannerNav a.activeSlide {
	background-position: left -20px;
}
/* Inner Banner Area
*********************************************************/
.inner-banner-area {
	clear:both;
	height:137px;
	margin-bottom:10px;
}
/* Product Featured Area
*********************************************************/
.product-featured {
	background:url(../images/Prod-info-feat-reciep-bg.png) no-repeat left top;
	height:161px;
	clear:both
}
.product-featured .product-information {
	width:440px;
	float:left
}
.product-featured .product-information .info-banner {
	width:235px;
	float:left;
	padding-top:10px;
}
.product-featured .product-information ul {
	float:left;
	width:185px;
	padding-top:40px;
	list-style:none;
	padding-left:20px;
}
.product-featured .product-information ul li {
	background:url(../images/small-bullet.gif) no-repeat left 8px;
	padding-left:10px;
	padding-bottom:5px
}
.product-featured .featured-recipe-area {
	float:left;
	width:520px;
}
.product-featured .featured-recipe-area .featured-recipe-banner {
	width:220px;
	float:left;
	padding-top:10px;
}
.product-featured .featured-recipe {
	width:260px;
	float:left;
	padding-top:25px;
	padding-left:25px;
}
.product-featured .featured-recipe .title {
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
}
.product-featured .featured-recipe p {
	padding-bottom:5px;
}
/* Home content Area
*********************************************************/
.home-content-area {
	padding-top:15px;
	clear:both
}
.home-content-area .home-left-cont {
	width:590px;
	float:left
}
.home-content-area .home-left-cont h2 {
	padding-bottom:20px;
}
.home-content-area .home-left-cont .cont-area {
	background: url(../images/cont-bg-img.png) repeat left top;
	padding:40px 30px 10px 30px
}
.home-content-area .home-left-cont .cont-area p {
	padding-bottom:15px;
	line-height:16px;
}
.home-content-area .home-right-cont {
	width:350px;
	float:right;
	padding-top:10px;
}
.photo-gallery {
	background:url(../images/photo-gallery-bg.png) no-repeat left top;
	width:342px;
	height:344px;
	margin-bottom:12px;
}
.photo-gallery .title {
	padding-top:35px;
	padding-left:40px;
}
.photo-gallery .gallery-area {
	margin-top:15px;
}
.tehama-fogs {
}
/* Scroll Script */
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 250px; /*Width of Carousel Viewer itself*/
	height: 250px; /*Height should enough to fit largest content's height*/
	margin-left:45px;
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/* Inner content Area
*********************************************************/
.inner-content-area {
	padding-top:15px;
	clear:both
}
.inner-content-area .inner-left-area {
	width:590px;
	float:left
}
.inner-content-area .inner-left-area h2 {
	padding-bottom:15px;
	padding-left:15px;
}
.inner-content-area .inner-left-area .sub-text {
	padding-left:15px;
	padding-bottom:15px;
	font-weight:bold
}
.inner-content-area .inner-left-area .asterisk {
	color:#9E0000;
}
.inner-content-area .inner-left-area .cont-area {
	background: url(../images/cont-bg-img.png) repeat left top;
	padding:40px 30px 10px 30px
}
.inner-content-area .inner-left-area .cont-area p {
	padding-bottom:15px;
	line-height:16px;
}
.inner-content-area .inner-left-area .contact-us {
	padding:0px 0px 0px 45px;
}
.inner-content-area .inner-left-area .contact-us .field-area {
	padding-bottom:15px;
	clear:both
}
.inner-content-area .inner-left-area .contact-us .field-area .label {
	width:80px;
	float:left; /*font-family:"GeoSlab703 Md BT";*/
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
}
.inner-content-area .inner-left-area .contact-us .field-area .label span {
	color:#9E0000;
}
.inner-content-area .inner-left-area .contact-us .field-area .input {
	background:url(../images/text-field-bg.gif) no-repeat left top;
	width:333px;
	height:38px;
	line-height:38px;
	float:left;
	border:none;
	padding:0px 5px;
}
.inner-content-area .inner-left-area .contact-us .field-area .textarea {
	background:url(../images/text-area-bg.gif) no-repeat left top;
	width:333px;
	height:158px;
	float:left;
	border:none;
	padding:5px;
}
.inner-content-area .inner-left-area .contact-us .submit-btn {
	text-align:right;
	padding-right:65px;
}
.inner-content-area .inner-left-area .about-us {
}
.inner-content-area .inner-left-area .about-us p {
	line-height:20px;
}
.inner-content-area .inner-left-area .about-us .about-img {
	width:500px;
	border:1px #cecdca solid;
	padding:10px;
	margin-bottom:20px;
}
.inner-content-area .inner-left-area .about-us .about-txt {
	width:220px;
	float:left
}
.inner-content-area .inner-right-area {
	width:350px;
	float:left;
	padding-left:20px;
}
.inner-content-area .inner-right-area .contact-info {
	background:url(../images/contact-info-bg.png) no-repeat left top;
	width:345px;
	height:380px;
	padding-top:19px;
}
.inner-content-area .inner-right-area .contact-info .maywood-farm {
	background:url(../images/maywood-farm.png) no-repeat left top;
	margin-top:20px;
	margin-left:35px;
	padding-left:55px;
}
.inner-content-area .inner-right-area .contact-info .maywood-farm span {
	font-size:15px;
	font-weight:bold
}
.inner-content-area .inner-right-area .contact-info .bussiness-hour {
	background:url(../images/bussiness-hour-icon.png) no-repeat left top;
	margin-top:20px;
	margin-left:35px;
	padding-left:55px;
}
.inner-content-area .inner-right-area .contact-info .bussiness-hour span {
	font-size:15px;
	font-weight:bold
}
.inner-content-area .inner-right-area .contact-info .phone {
	background:url(../images/phone-icon.png) no-repeat left top;
	margin-top:20px;
	margin-left:35px;
	padding-left:55px;
}
.inner-content-area .inner-right-area .contact-info .phone span {
	font-size:15px;
	font-weight:bold
}
.inner-content-area .inner-right-area .contact-info .fax {
	background:url(../images/fax-icon.png) no-repeat left top;
	margin-top:20px;
	margin-left:35px;
	padding-left:55px;
}
.inner-content-area .inner-right-area .contact-info .fax span {
	font-size:15px;
	font-weight:bold
}
.inner-content-area .inner-right-area .contact-info .direction {
	background:url(../images/direction-icon.png) no-repeat left top;
	margin-top:20px;
	margin-left:35px;
	padding-left:55px;
}
.inner-content-area .inner-right-area .contact-info .direction span {
	font-size:15px;
	font-weight:bold
}
.inner-content-area .inner-right-area .google-map {
	background:url(../images/map-bg.png) no-repeat left top;
	width:350px;
	height:248px;
}
.inner-content-area .inner-right-area .map {
	padding:15px;
	text-align:center
}
.inner-content-area .inner-right-area .map img {
	border:1px #808281 solid
}
.product-featured-info {
	background:url(../images/product-featured-info-bg.png) no-repeat left top;
	width:349px;
	height:444px;
	margin-bottom:20px;
}
.product-featured-info .title {
	padding-top:25px;
	padding-left:5px;
	padding-right:3px;
	clear:both;
}
.product-featured-info .product-info {
}
.product-featured-info .product-info .prod-img {
	width:190px;
	text-align:center;
	float:left;
}
.product-featured-info .product-info .prod-info {
	width:140px;
	float:left;
	padding-top:30px;
}
.product-featured-info .product-info .prod-info ul {
	list-style:none
}
.product-featured-info .product-info .prod-info ul li {
	background:url(../images/small-bullet.gif) no-repeat left 8px;
	padding-left:10px;
	padding-bottom:6px;
	font-weight:bold;
	font-size:12px;
}
.product-featured-info .featured-info {
	padding-left:30px;
	padding-top:20px;
}
.product-featured-info .featured-info .feat-info {
	width:130px;
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}
.product-featured-info .featured-info .feat-info span {
	font-size:15px;
}
.product-featured-info .featured-info .feat-img {
	width:170px;
	float:left
}
.inner-content-area .inner-left-area .press-releases {
	background: url(../images/cont-bg-img.png) repeat left top;
	padding:30px 30px 10px 30px;
	margin-bottom:10px;
}
.inner-content-area .inner-left-area .press-releases .press-img {
	width:135px;
	float:left;
	margin-right:25px;
}
.inner-content-area .inner-left-area .press-releases .press-img .img {
	border:1px #c9c7c4 solid;
	padding:5px 3px 3px 3px;
	text-align:center;
	margin-bottom:10px;
}
.inner-content-area .inner-left-area .press-releases .press-img .D-pdf {
	background:url(../images/pdf-icon.gif) no-repeat left 1px;
	padding-left:25px;
	margin-left:5px;
}
.inner-content-area .inner-left-area .press-releases .press-img .D-pdf a {
	color:#000;
}
.inner-content-area .inner-left-area .press-releases .releases-sec {
	width:360px;
	float:left
}
.inner-content-area .inner-left-area .press-releases .releases-sec h4 {
	font-size:14px;
	font-weight:bold;
	color:#9e0000;
	padding-bottom:10px;
}
.inner-content-area .inner-left-area .press-releases .releases-sec h5 {
	font-size:15px;
	font-weight:normal;
	color:#9e0000;
	padding-bottom:5px;
	font-style:italic
}
.inner-content-area .inner-left-area .press-releases .releases-sec p {
	padding-bottom:5px;
}
.inner-content-area .inner-left-area .press-releases .releases-sec p a {
	color:#9e0000;
}
.wholesale-products {
}
.wholesale-products .customer-info {
	background:url(../images/customer-info-bg.gif) no-repeat left top;
	width:527px;
	height:120px;
	padding:37px 30px 13px 30px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.wholesale-products .customer-info p {
	padding-bottom:20px;
}
.wholesale-products .customer-info p.phoneinfo {
	font-size:18px;
	color:#9e0000;
	background:url(../images/phone-img.png) no-repeat left top;
	width:170px;
	margin:0 auto;
	padding-left:20px;
}
.wholesale-products .product-info-area {
	background: url(../images/cont-bg-img.png) repeat left top;
	padding:20px 30px 10px 30px;
	margin-bottom:10px;
}
.wholesale-products .product-info-area p {
	padding-bottom:20px;
	line-height:20px;
}
.wholesale-products .product-info-area .txt {
	font-size:15px;
	font-weight:bold;
}
.wholesale-products .product-info-area .left-info-area {
	width:240px;
	float:left;
	padding-right:10px;
}
.wholesale-products .product-info-area .left-info-area ul {
	list-style: none;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
}
.wholesale-products .product-info-area .left-info-area ul li {
	background:url(../images/red-bullet.gif) no-repeat left 5px;
	padding-bottom:20px;
	padding-left:20px;
}
.wholesale-products .product-info-area .right-prod-img {
	width:275px;
	float:left;
	padding-bottom:5px;
}
.about-our-logos {
	background: url(../images/cont-bg-img.png) repeat left top;
	padding:30px 10px 10px 30px;
	margin-bottom:10px;
}
.about-our-logos p {
	padding-bottom:20px;
	line-height:20px;
}
.about-our-logos .left-logo-area {
	width:270px;
	float:left;
	padding-right:0px;
}
.about-our-logos .right-logo-area {
	width:255px;
	float:left;
	padding-left:10px;
}
.about-our-logos .left-logo-area2 {
	width:177px;
	float:left;
}
.about-our-logos .right-logo-area2 {
	width:370px;
	float:left;
}
.about-our-logos img {
	margin-top:10px;
}
/* Recipe Page
*********************************************************/
.recipes {
}
.recipes .submit-recipe {
	background:url(../images/submit-recipe-banner.gif) no-repeat left top;
	width:587px;
	height:204px;
}
.recipes .submit-recipe .Txt {
	padding-top:35px;
	padding-left:258px;
	padding-right:30px;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
}
.recipes .submit-recipe .Txt p {
	padding-top:25px;
}
/* collapsible contents
***************************************************/
.arrowlistmenu {
	width: 585px;
	float:left;
	padding-top:7px;
}
.arrowlistmenu h3 {
	font-size:20px;
	clear:both
}
.arrowlistmenu h3 span.head-icon {
	background:url(../images/star-icon.png) no-repeat left 10px;
	padding-left:45px;
	display:block;
	height:40px;
}
.arrowlistmenu .menuheader {
	color: #000;
	background:#fff url(../images/arrow-down.png) no-repeat 550px 30px;
	height:50px;
	margin-bottom: 5px;
	line-height:50px;
	cursor: pointer;
	font-weight:bold;
	font-size:15px;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	opacity:.75;
}
.arrowlistmenu .openheader {
	background-image: url(../images/arrow-up.png);
	background-position: 550px 30px;
}
.categoryitems {
	background: url(../images/cont-bg-img.png) repeat left top;
	padding:20px 10px 10px 20px;
	margin-bottom:7px;
}
.categoryitems p {
	padding-bottom:10px;
}
.featured-recipe-info {
}
.featured-recipe-info .recipe-img {
	width:150px;
	float:left;
	padding-right:20px;
}
.featured-recipe-info .recipe-info {
	width:370px;
	float:left
}
.featured-recipe-info .recipe-info .head {
	padding-bottom:10px;
}
.featured-recipe-info .recipe-info ul {
	list-style: none;
	padding-left:20px;
}
.featured-recipe-info .recipe-info ul li {
	background:url(../images/red-bullet.gif) no-repeat left 8px;
	padding-left:20px;
	padding-bottom:10px;
}
.recipe-popup {
	padding:15px;
	background:url(../images/submit-recipe-popup-bg.png) no-repeat left top;
	width:767px;
	height:518px;
}
.recipe-popup .head-area {
	background:#9e0000;
	padding:15px 10px 5px 30px;
}
.recipe-popup .head-area .heading {
	width:600px;
	float:left
}
.recipe-popup .head-area .close-icon {
	width:30px;
	float:right
}
.recipe-popup .left-form {
	width:415px;
	float:left;
	padding-right:10px;
}
.recipe-popup .right-form {
	width:260px;
	float:left;
	padding-top:130px;
}
.recipe-popup .popup-form {
	padding-top:20px;
	clear:both;
	padding-left:30px;
}
.recipe-popup .popup-form .field-area {
	padding-bottom:15px;
	clear:both
}
.recipe-popup .popup-form .field-area .label {
	width:115px;
	float:left;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	padding-top:10px;
}
.recipe-popup .popup-form .field-area .input {
	background:url(../images/text-field-bg1.png) no-repeat left top;
	width:285px;
	height:38px;
	line-height:38px;
	padding:0px 5px;
	float:left;
	border:none
}
.recipe-popup .popup-form .field-area .label2 {
	font-size:15px;
	font-weight:bold;
	line-height:20px;
}
.recipe-popup .popup-form .field-area .input2 {
	background:url(../images/text-field-bg1.png) no-repeat left top;
	width:285px;
	height:38px;
	line-height:38px;
	padding:0px 5px;
	border:none;
	margin-top:10px;
}
.recipe-popup .popup-form .field-area .uploadtxtfield {
  background:url(../images/upload-txt-field.png) no-repeat left top;
  width:255px;
  height:30px;
  padding: 8px 0 0 8px;
  border:none;
  margin-top:10px;
}
.recipe-popup .popup-form .field-area .textarea {
	background:url(../images/text-area-bg1.png) no-repeat left top;
	width:564px;
	height:84px;
	padding:5px;
	float:left;
	border:none
}
.recipe-popup .popup-form .submit-btn {
	text-align:right;
	padding-right:50px;
}
#recipe-submit-button {
  width: 113px;
  height: 37px;
  border: none;
  background: url('../images/submit-btn.gif') no-repeat center center;
  text-indent: -9999px;
  cursor: pointer;
}

#loading-image,
#form-message {
  text-align: center;
  padding: 200px 0;
  display: none;
  font-size: 24px;
  color: #9e0000;
}
/* Pop Up light box css
***********************************************************/
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 10%;
	left: 20%;
	width: 800px;
	height: 100%;
	padding: 16px;
	z-index:1002;
	overflow: auto;
}
/* Footer Area
*********************************************************/
.footer {
	background:url(../images/footer-bg.jpg) repeat-x left top;
	clear:both;
	margin-top:30px;
}
.footer-sec {
	width:960px;
	margin:0 auto;
}
.footer-sec .footer-links {
}
.footer-sec .footer-links ul {
	list-style:none
}
.footer-sec .footer-links ul li {
	padding-left:15px;
	text-transform:uppercase;
	padding-right:15px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height:27px;
}
.footer-sec .footer-links ul li a {
	color:#fff;
}
.footer-sec .footer-bot-area {
	clear:both;
	padding-top:10px;
	padding-bottom:20px;
}
.footer-sec .copright-area {
	width:350px;
	float:left;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase
}
.footer-sec .copright-area .footer-logo {
	float:left
}
.footer-sec .copright-area .copyright-txt {
	float:left;
	padding-left:10px;
	padding-top:20px;
}
.footer-sec .get-direction {
	width:140px;
	float:left;
	background:url(../images/get-direction-img.gif) no-repeat left top;
	margin-top:20px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:30px;
	height:23px;
}
.footer-sec .usda-organic {
	float:left
}
.footer-sec .design-by {
	float:right;
	font-style:italic; /*background:url(../images/sitehatchery-icon.gif) no-repeat right top;
	padding-right:20px;*/
	color:#6b5736;
	font-weight:bold;
	margin-top:20px;
}
.footer-sec .design-by a {
	color:#6b5736;
}

.form-message {
	text-align: center;
	padding: 0 0 15px 0;
	font-size: 24px;
	color: #9e0000;
}
