@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	overflow: inherit;
}

body {
	background: url(../images/page_bkgd.jpg) #FFF center 0px;
}

body, td, tb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 12pt;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #069;
}

a:hover, a:actvie {
	text-decoration: underline;
	color: #069;
}

/*button {
	float: left;
}*/



/*CONTENT*/

#wrapper {
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	width: 900px;
	min-height: 100%;
	position: relative;
	background: url(../images/wrapper_bkgd.jpg) repeat-x 0px 0px #B2B2B2;
	border-left: solid 3px #000;
	border-right: solid 3px #000;
}

#header {
	width: 714px;
	height: 103px;
	background: url(../images/header.jpg) no-repeat 0px 0px;
	float: left;
}



/*NAVIGATION*/
#navBar {
	margin: 13px 0px 0px 0px;
	width: 714px;
	height: 32px;
}

#navBar a {
	display: block;
	float: left;
}

#navBar2 {
	margin: 13px 0px 10px 0px;
	width: 714px;
	height: 32px;
	float: left;
}

#navBar2 a {
	display: block;
	float: left;
}

#prodNav_steak {
	width: 714px;
	height: 54px;
	background: url(../images/steaks_bar.jpg) no-repeat 0px 0px;
	float: left;
}

#prodNav_beef {
	width: 714px;
	height: 54px;
	background: url(../images/beef_bar.jpg) no-repeat 0px 0px;
	float: left;
}

#prodNav_specialty {
	width: 714px;
	height: 54px;
	background: url(../images/specialty_bar.jpg) no-repeat 0px 0px;
	float: left;
}

#prodNav_breaded {
	width: 714px;
	height: 54px;
	background: url(../images/breaded_bar.jpg) no-repeat 0px 0px;
	float: left;
}

#prodNav_pork {
	width: 714px;
	height: 54px;
	background: url(../images/pork_bar.jpg) no-repeat 0px 0px;
	float: left;
}

.home {
	margin: 0px 0px 0px 13px;
	width: 70px;
	height: 32px;
	float: left;
}

.home a:link, .home a:visited {
	width: 70px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/home_button.png) no-repeat 0px 0px;
}

.home a:hover, .home a:active {
	width: 70px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/home_button.png) no-repeat 0px -32px;
}

.prod {
	margin: 0px 0px 0px 13px;
	width: 94px;
	height: 32px;
	float: left;
	position: relative;
}

.prodIndent {
	text-indent: -9999px;
}


/*DROPDOWN*/
 
ul#navigation-1 {
	width:94px;
	height:32px;
	list-style:none;
}
 
ul#navigation-1 li {
	width: 94px;
	float:left;
	position: relative;
	display:block;
	left: 0;
	top: 0;
}
 
ul#navigation-1 li a:link, ul#navigation-1 li a:visited {
	display: block;
	background: url(../images/home_products.png) no-repeat 0px 0px;
	color: #DDD;
	width:94px;
	height:32px;
}
 
ul#navigation-1 li:hover a, ul#navigation-1 li a:hover, ul#navigation-1 li a:active {
	display: block;
	background: url(../images/home_products.png) no-repeat 0px -32px;
	color: #FFF;
	width:94px;
	height:32px;
}
 
ul#navigation-1 li.join a:link, ul#navigation-1 li.join a:visited  {
	display:block;
	background:#333333;
	background: url(images/nav_button3.jpg) 0px 0px repeat-x;
	color: #DDD;
	width:94px;
	height:32px;
}
 
ul#navigation-1 li.join a:hover, ul#navigation-1 li.join a:active {
	display:block;
	background: url(images/nav_button3.jpg) 0px 0px repeat-x;
	color: #FFF;
	width:94px;
	height:32px;
}
 
ul#navigation-1 li ul.navigation-2 {
	list-style:none;
	display:none;
	width: 94px;
	position: relative;
	top: 9px;
	left:0;
}
 
ul#navigation-1 li:hover ul.navigation-2 { 
	display:block; 
}
 
ul#navigation-1 li ul.navigation-2 li {
	margin: 0px 0px 1px 0px;
	width: 116px;
	height: 20px;
	font-size: 10pt;
	border: 1px solid #000;
	clear: left;
}
 
ul#navigation-1 li ul.navigation-2 li a:link, ul#navigation-1 li ul.navigation-2 li a:visited {
	padding: 3px 0px 0px 0px;
	width:116px;
	height: 17px;
	background: #666;
	text-align:left;
	text-decoration:none;
	text-indent: 5px;
	color: #FFF;
	clear: left;
	position: relative;
	z-index:1000;
}
 
ul#navigation-1 li ul.navigation-2 li:hover a, ul#navigation-1 li ul.navigation-2 li a:active, ul#navigation-1 li ul.navigation-2 li a:hover {
	padding: 3px 0px 0px 0px;
	width: 116px;
	height: 17px;
	background: #333;
	text-align:left;
	text-decoration:none;
	text-indent: 5px;
	color: #FFF;
	border: none;
	clear:left;
	position: relative;
	z-index: 1000;
}

.cust {
	margin: 0px 0px 0px 13px;
	width: 194px;
	height: 32px;
	float: left;
}

.cust a:link, .cust a:visited {
	width: 194px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/home_custom.png) no-repeat 0px 0px;
}

.cust a:hover, .cust a:active {
	width: 194px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/home_custom.png) no-repeat 0px -32px;
}

.qual {
	margin: 0px 0px 0px 13px;
	width: 164px;
	height: 32px;
	float: left;
}

.qual a:link, .qual a:visited {
	width: 164px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/home_quality.png) no-repeat 0px 0px;
}

.qual a:hover, .qual a:active {
	width: 164px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/home_quality.png) no-repeat 0px -32px;
}

.cont {
	margin: 0px 0px 0px 13px;
	width: 108px;
	height: 32px;
	float: left;
}

.cont a:link, .cont a:visited {
	width: 108px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/home_contact.png) no-repeat 0px 0px;
}

.cont a:hover, .cont a:active {
	width: 108px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/home_contact.png) no-repeat 0px -32px;
}



/*SIDEBAR*/
#sidebar {
	width: 186px;
	height: auto;
	float: right;
	border-bottom: 3px solid #000;
}

#sidebar p, #sidebar2 p {
	width: 186px;
	height: 157px;
}

#sidebar2 {
	width: 186px;
	height: auto;
	float: right;
}

.steaks {
	background: url(../images/button_steaks.jpg) no-repeat 0px 0px;
}

.steaks2 {
	background: url(../images/feat_steaks.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}

.beef {
	background: url(../images/button_ground_beef.jpg) no-repeat 0px 0px;
}

.beef2 {
	background: url(../images/feat_ground_beef.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}

.patties {
	background: url(../images/button_specialty.jpg) no-repeat 0px 0px;
}

.patties2 {
	background: url(../images/feat_specialty.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}

.breaded {
	background: url(../images/button_breaded.jpg) no-repeat 0px 0px;
}

.breaded2 {
	background: url(../images/feat_breaded.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}

.pork {
	background: url(../images/button_pork.jpg) no-repeat 0px 0px;
}

.pork2 {
	background: url(../images/feat_pork.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}

.quality {
	background: url(../images/feat_quality.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}

.formulation {
	background: url(../images/feat_contact.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}

#sidebar a:link, #sidebar a:visited {
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 28px;
	width: 155px;
	height: 19px;
	font-size: 9pt;
	line-height: 15pt;
	color: #FFF;
	text-decoration: none;
	background: url(../images/arrows.png) no-repeat 5px 0px #000;
	display: block;
	position: relative;
	top: 138px;
}

#sidebar a:hover, #sidebar a:active {
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 28px;
	width: 155px;
	height: 19px;
	font-size: 9pt;
	line-height: 15pt;
	color: #000;
	text-decoration: none;
	background: url(../images/arrows.png) no-repeat 5px -19px #EEE;
	display: block;
	position: relative;
	top: 138px;
}



/*CONTENT INFORMATION*/

#content {
	width: 714px;
	height: 681px;
	background: url(../images/home.jpg) no-repeat 0px 0px;
	overflow: hidden;
	float: left;
}

#content p {
	margin: 200px auto 0px auto;
	width: 480px;
	height: auto;
	font-size: 9.25pt;
	line-height: 18pt;
	text-indent: 10px;
}

#content_blank {
	width: 900px;
	height: 629px;
	float: left;
}

#content_blank2 {
	width: 900px;
	height: 629px;
	float: left;
}

#content_blank3, #content_blank4 {
	width: 900px;
	height: auto;
	float: left;
}

#content_blank3 h1 {
	padding: 30pt 0px 5px 0px;
	text-align: center;
	font-size: 14pt !important;
	line-height: 16pt !important;
}

#content_blank3 embed {
	margin: 0px auto 30px auto;
}

#content_blank3 h2 {
	margin: 0 auto;
	width: 800px;
	padding: 5px 0;
	font-size: 10pt !important;
}

#content_blank p, #content_blank3 p, #content_blank4 p {
	margin: 5px auto 5px auto;
	width: 800px;
	font-size: 9.25pt;
	line-height: 15pt;
	text-indent: 20px;
}

#content_blank4 p {
	font-size: 11.5pt;
	text-align: center;
	text-indent: 0px;
}

#content_blank4 blockquote {
	width: 200px;
	height: auto;
	text-align: center;
	float: left;
}

.formText {
	margin: 140px 0px 0px 32px;
	padding: 0px;
	width: 365px;
	font-size: 9.25pt;
	line-height: 15pt;
	float: left;
}

.formText p {
	text-indent: 20px;
}

.form1 {
	margin: 30px 0px 0px 0px;
	width: 225px;
	height: 252px;
	float: left;
	background: url(../images/formulation1.jpg) no-repeat 0px 0px;
}

.form2 {
	margin: 80px 0px 0px 0px;
	width: 245px;
	height: 307px;
	float: right;
	background: url(../images/formulation2.jpg) no-repeat 0px 0px;
}

.form3 {
	margin: 5px 160px 0px 0px;
	width: 361px;
	height: 168px;
	float: right;
	background: url(../images/formulation3.jpg) no-repeat 0px 0px;
}

#content_steaks {
	padding: 30px 0px 0px 0px;
	width: 900px;
	height: auto;
	background: url(../images/cut_steaks.jpg) no-repeat 0px 0px;
	float: left;
}

#content_beef {
	padding: 150px 0px 0px 0px;
	width: 900px;
	height: 479px;
	background: url(../images/ground_beef.jpg) no-repeat 0px 0px;
	float: left;
}

#content_patties {
	padding: 150px 0px 0px 0px;
	width: 900px;
	height: auto;
	background: url(../images/specialty.jpg) no-repeat 0px 0px;
	float: left;
}

#content_breaded {
	padding: 150px 0px 0px 0px;
	width: 900px;
	height: 479px;
	background: url(../images/breaded.jpg) no-repeat 0px 0px;
	float: left;
}

#content_pork {
	padding: 150px 0px 0px 0px;
	width: 900px;
	height: 479px;
	background: url(../images/pork.jpg) no-repeat 0px 0px;
	float: left;
}

.title {
	margin: 30px auto 10px auto;
	width: 800px;
	height: auto;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.homeNav {
	margin: 40px auto 0px auto;
	width: 520px;
	height: auto;
	list-style: none;
}

.homeNav li {
	margin: 0px 10px 0px 10px;
	width: 150px;
	height: 150px;
	display: inline;
}

.emailRequest {
	margin: 30px auto 0px auto;
	padding: 10px;
	width: 300px;
	height: 50px;
	text-align: center;
	background: url(../images/email_form.jpg) no-repeat center 0px #FFF;
	border: 2px solid #333;
}

.emailRequest p {
	font-weight: bold;
}

.email {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

.submit {
	margin: 0px 0px 0px 4px;
	padding: 0px 5px;
}

.submit2 {
	margin: 10px 4px;
	padding: 0px 5px;
}


#push {
	clear: both;
}

.itemDesc {
	margin: 0px 0px 5px 0px;
	padding: 0px 26px 10px 0px;
	width: 370px;
	height: auto;
	font-size: 9pt;
	line-height: 15pt;
	overflow: hidden;
	border-bottom: 2px solid #E2383F;
}

.itemDesc blockquote {
	text-indent: 20px;
}

.items {
	padding: 0px 0px 5px 0px;
	width: 396px;
	height: auto;
	float: right;
	overflow: hidden;
	border-bottom: 2px solid #E2383F;
}

.items a:link, .items a:visited {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	width: 356px;
	height: 30px;
	font-size: 10pt;
	line-height: 22pt;
	color: #000;
	text-decoration: none;
	background: url(../images/arrows2.png) no-repeat 5px 0px #CCC;
	display: block;
}

.items a:hover, .items a:active {
	padding: 0px 0px 0px 40px;
	width: 356px;
	height: 30px;
	font-size: 10pt;
	line-height: 22pt;
	color: #000;
	text-decoration: none;
	background: url(../images/arrows2.png) no-repeat 5px -30px #999;
	display: block;
}

.homeCopy {
	overflow: hidden !important;
}

.homeCopy p {
	text-indent: 20px;
}

.homeCopy h1 {
	padding: 5px 0;
	text-align: center;
	font-size: 10pt !important;
}

#contactForm {
	margin: 30px auto 20px auto;
	width: 720px;
	height: 320px;
	background: url(../images/contact_box.jpg) no-repeat center 0px;
}

#contactForm p {
	margin: 15px 0px 0px 0px;
	font-size: 9.5pt;
	text-align: left;
}

#contactForm blockquote {
	margin: 10px 0px 0px 34px;
	#margin: 10px 0px 0px 14px;
	width: 650px;
	font-size: 9.5pt;
	font-weight: bold;
	text-align: left;
}

.contactFields {
	margin: 0px 0px 0px 35px;
	#margin: 0px 0px 0px 15px;
	width: 420px;
	#width: 420px;
	height: auto;
	overflow: hidden;
	float: left;
}

.contactFields p {
	padding: 0px 0px 13px 0px;
	height: 25px;
}

.contactNotes {
	margin: 0px 0px 0px 10px;
	#margin: 0px 0px 0px 5px;
	_margin: 0px 0px 0px 0px;
	width: 220px;
	#width: 220px;
	height: 265px;
	overflow: hidden;
	float: left;
}

.contactNotes p {
	height: 25px;
}

.contactNotes button {
	margin: 10px 0px;
	float: left;
	overflow: hidden;
}

.contactBlock {
	margin: 30px auto 0px auto;
	width: 800px;
	height: auto;
	overflow: hidden;
}

.contactBlock2 {
	margin: 30px auto 20px auto;
	width: 600px;
	height: auto;
	overflow: hidden;
}

.contactBlock blockquote, .contactBlock2 blockquote {
	font-size: 9pt;
	line-height: 12pt;
}

.contactBlock span, .contactBlock2 span {
	font-size: 12pt;
}

span.break {
	font-size: 9pt;
	margin: 6px 0px 0px 0px;
	display: block;
}

.field1 {
	width: 349px;
}

.field2 {
	width: 330px;
}

.field3 {
	width: 360px;
}

.field4 {
	width: 352px;
}

.field5 {
	width: 347px;
}

.area {
	width: 210px;
	height: 160px;
	overflow: hidden;
}


/*FOOTER*/
#footer {
	margin: 0px 0px 0px 0px;
	width: 900px;
	height: auto;
	background: url(../images/footer.png) no-repeat 0px 0px;
	overflow: hidden;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #333;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #333;
}

#footer p {
	margin: 65px 0px 0px 15px;
	padding: 2px 0px 0px 0px;
	width: 800px;
	border-top: 2px solid #E2383F;
}

#footer span {
	padding: 0px 0px 0px 170px;
}

#footer a {
	margin: 0px 10px 0px 10px;
}

#copy {
	margin: 15px 0px 0px 25px;
	width: 780px;
	font-size: 7pt;
	color: #333;
}
