/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

p {
	margin: 8px 40px 0px 0px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: url("../img/backdrop.png") center top repeat;
}

.row {
  margin-left: -20px;
  margin-top: 25px;
  *zoom: 1;
  padding: 0px 50px 0px 50px;
}

.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
}

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 990px;
}
.progress { position:relative; width:260px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
.percent { position:absolute; display:inline-block; top:3px; left:48%; }


#status
{
	width: 200px;
	height: 30px;
}


.span1 {
	width: 890px;
}

.span1 img{
	padding: 0px 10px 0px 9px;
}

.span2 {
  width: 445px;
}

.span3 {
  width: 296px;
 }
 
.span3 img{
  border: 1px #000 solid;
 }
 
 .span3_2 {
	 width: 593px;
	 background-color: fff;
	 
 }

.span4 {
  width: 222px;
}


.menutop {
	width: 895px;
	height: 175px;
	background: #fff url("../img/menu_top_hog.jpg") no-repeat center top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.menumiddle {
	width: 895px;
	height: auto;
	background: #fff url("../img/menu_middle.jpg") repeat-y center top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.menumiddle img {
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}

.menumiddle p {
	padding: 0px 80px 0px 80px;
	margin: 0px 0px 0px 0px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-size: 17px;
	font-family: Times;
	letter-spacing: 1px;
}

.menumiddle h3 {
	font-family: 'PT Serif', serif;
	color:#fff;
	font-size: 18px;
	line-height: 1.4em;
	margin: 0 0 .4em;
	font-weight: bold;
	padding: 0px 80px 0px 80px;
	margin: 0px 0px 0px 0px;
}

.menumiddle h2 {
	font-family: 'PT Serif', serif;
	color:#fff;
	font-size: 26px;
	line-height: 1.4em;
	margin: 0 0 .4em;
	font-weight: bold;
	padding: 0px 80px 0px 80px;
	margin: 0px 0px 0px 0px;
}

.menubottom {
	width: 895px;
	height: 50px;
	background: #fff url("../img/menu_bottom.jpg") no-repeat center top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.menutopcomp {
	width: 895px;
	height: 175px;
	background: #fff url("../img/menu_top_comp.jpg") no-repeat center top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.menutophog {
	width: 895px;
	height: 175px;
	background: #fff url("../img/menu_top_hog.jpg") no-repeat center top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.menutoplamb {
	width: 895px;
	height: 175px;
	background: #fff url("../img/menu_top_lamb.jpg") no-repeat center top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.menutopbbq {
	width: 895px;
	height: 175px;
	background: #fff url("../img/menu_top_bbq.jpg") no-repeat center top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.menutoppoultry {
	width: 895px;
	height: 175px;
	background: #fff url("../img/menu_top_poultry.jpg") no-repeat center top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*------------------------------------*\
	Nivo-Slider
\*------------------------------------*/
.nivoholder {
	
	padding: 0px 0px 0px 0px;
}

.nivoSlider {
	width: 895px;
	margin: 0px 0px 0px 50px;
    /*position:relative;*/
    background:url(images/loading.gif) no-repeat 50% 50%;
	
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
	background:#333;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#6b0c36;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#6b0c36;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}













#menu2
{
	width: 762px;
height:48px;
	margin-left: auto;   
margin-right: auto;
border: 0px solid #000;

}


#navbg {
background: url("") no-repeat left top;

/*width: 990px;*/
	border: 1px solid #000;
	float: left;
	padding: 0px 0px 0px 0px;
	/*display: inline;*/
		}

.leftmenu{
padding: 0px 0px 5px 0px;
margin: 0px;
width:10px;
display:inline;
float: left;
}

.linemenu{
padding: 0px 0px 5px 0px;
margin: 0px;
width:3px;
display:inline;
float: left;
}

.rightmenu{
padding: 0px 0px 5px 0px;
margin: 0px;
width:10px;
display:inline;
float: right;
}

.suboverlinemenu{
padding: 0px 0px 5px 0px;
margin: 0px;
display:inline;
}
.suboverlinemenu ul{
padding: 0px 0px 0px 0px;
margin: 0px;

}

.suboverlinemenu ul li {
padding: 0px 0px 0px 0px;
margin: 0px;
display: inline;
/*border:#FFF dotted 1px;*/
}

.suboverlinemenu ul li img{
padding: 0px 0px 0px 0px;
margin: 0px;
display: inline;
/*border:#FFF dotted 1px;*/
}



.suboverlinemenu ul li a{
background: url("../img/button_backdrop.png") repeat-x left top;
	float: left;
	font-weight:bold;
	font-size: 17px;
	width: 146px;
	height: 48px;
	color: #f2dcba;
	font-family: Times;
	letter-spacing: 1px;
	text-align: center;
	border: 0px dashed #fff;
	padding: 12px 0px 0px 0px;
	text-decoration:none;
}
.suboverlinemenu ul li a:hover, .overlinemenu ul li a.selected{
/*border-top: 8px solid #BD001C;*/
}

/*.suboverlinemenu ul li.courseshover a{
	background: url("../img/button_line.png") no-repeat right top;
}*/

.suboverlinemenu ul li.courseshover a:hover {
color: #fff;
border-bottom: 0px solid #b3e077;
}
.suboverlinemenu ul li.bizhover a:hover {
color: #fff;
border-bottom: 0px solid #e0dc77;
}
.suboverlinemenu ul li.sshover a:hover {
color: #fff;
border-bottom: 0px solid #e0b277;
}
.suboverlinemenu ul li.weddinghover a:hover {
color: #fff;
border-bottom: 0px solid #e07777;
}
.suboverlinemenu ul li.abouthover a:hover {
color: #fff;
border-bottom: 0px solid #dc77e0;
}
.suboverlinemenu ul li.supporthover a:hover {
color: #fff;
border-bottom: 0px solid #ab77e0;
}
.suboverlinemenu ul li.contacthover a:hover {
color: #fff;
border-bottom: 0px solid #7797e0;
margin: 0px 0px 0px 0px;
}



.sbtn    {
	background-image: url(images/button.gif);
	border: 1px solid #000033;
	height: 22px;
	width: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	width: 82px;
	background-image: url(images/button.gif);
}


#header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

label {
	padding: 0px;
	text-align: center;
}

.msg {
	text-align:left;
 	color:#666;
	background-repeat: no-repeat;
 	margin-left:30px;
   margin-right:30px;
	padding:5px;
   padding-left:30px;
}

.emsg {
	text-align:left;
	margin-left:30px;
   margin-right:30px;
	color:#666;
	background-repeat: no-repeat;
	padding:5px;
   padding-left:30px;
}

#loader{
   visibility:hidden;
}


 iframe {
	width: 200px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#f1_upload_form{
   width: 250px;
   height: 30px;
   padding: 10px 0px 0px 0px;
}

#f1_error{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#FF0000;
}

#f1_ok{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#00FF00;

}


#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:left;
   width:250px;
   height: 30px;
   padding: 10px 0px 0px 0px;
}

.span3 {
  width: 250px;
}

.span5 {
  width: 250px;
}

.span6 {
  
}

.span7 {
  width: 200px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*begin our styles*/

body {
	font: 16px/1.4em 'PT Sans', sans-serif;;
	color: #1c1c1c;
}


ul {
	list-style: disc;
	padding: 0 0 0 20px;
}

a {
	color: #8a0506;
}

h1 {

}

h4 {
color: #da0476;
}

h3 {
	font-family: 'PT Serif', serif;
	font-size: 18px;
	line-height: 1.4em;
	margin: 0 0 .4em;
	font-weight: bold;
}

h2 {
	font-family: 'PT Serif', serif;
	font-size: 24px;
	line-height: 1.4em;
	margin: 0 0 .4em;
	font-weight: bold;
}

/*layout*/

.wrapper {
	background: #fff;
	padding: 0px 0px 0px 0px;
	border-left: #ccc 0px solid;
	border-right: #ccc 0px solid;
}

article {
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 20px 0 20px;
	margin: 10px 0;
}

/*header*/

header {

}

		/*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
		header:before,
		header:after {
		    content:"";
		    display:table;
		}
		
		header:after {
		    clear:both;
		}
		
		/* For IE 6/7 (trigger hasLayout) */
		header {
		    zoom:1;
		}

h1.logo a {
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	float: left;
	letter-spacing: 0.2em;
}

a.to_nav {
	float: right;
	color: #fff;
	background: #4e4e4e;
	text-decoration: none;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.to_nav:hover,
a.to_nav:focus {
	color: #1c1c1c;
	background: #ccc;
}
	
/*navigation*/	

#primary_nav ul {
	list-style: none;
	background: #1c1c1c;
	padding: 5px 0;
}

#primary_nav li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	letter-spacing: 0.1em;
	line-height: 2em;
	height: 2em;
	border-bottom: 1px solid #383838;
}

#primary_nav li:last-child a {
	border-bottom: none;
}

#primary_nav li a:hover,
#primary_nav li a:focus {
	color: #1c1c1c;
	background: #ccc;

}


.btn {
	width: 120px;
  display: inline-block;
  *display: inline;
  padding: 6px 10px 6px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #da0476;
  *background-color: #da0476;
  border: 2px solid #ffd0e9;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.50);
  border-color: #ffd0e9 #b30160 #b30160;
  
  border-bottom-color: #57002e;
  *zoom: 1;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color .3s ease;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #940551;
  *background-color: #940551;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}


.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #7bcf36;
  background-color: #7bcf36 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/*footer*/



footer {
	font-family: 'PT Serif', serif;
	font-style: italic;
	text-align: center;
	font-size: 14px;
}

/*media queries*/

		@media only screen and (min-width: 990px) {
		
			a.to_nav {
				display: none;
			}
			
			.wrapper {
				position: relative;
				width: 990px;
				margin: auto;
			}
			
			#primary_nav {
				position: absolute;
				top: 5px;
				right: 10px;
				background: none;
			}
			
			#primary_nav li {
				display: inline;
			}
			
			#primary_nav li a {
				float: left;
				border: none;
				padding: 0 10px;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
			}
			
			#primary_nav li.top {
				display: none;
			}
	
		}
	/*
		.progress {
  overflow: hidden;
  height: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 300px;
}

.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}*/

