@charset "utf-8";
body  {
	background: #e2e3c7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
hr {
	color: #999933;
	margin-bottom: 0px;
}
.greenline {
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999933;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#container {
	width: 937px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #211EOD;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #E2E3C7;
	height: 119px;
	vertical-align: bottom;
	display: block;
	margin: 0px;
} 
#mainContentContainer {
	background-color: #211E0D;
	width: 630px;
	float: left;
	padding-left: 32px;
	height: auto;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/spacer-lightgreen.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#brownContainer {
	background-color: #211E0D;
	width: 935px;
	height: auto;
	margin-right: 3px;
	background-image: url(../images/spacer-lightgreen.gif);
	background-repeat: repeat-y;
	background-position: left;
}


#mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 612px;
	background-color: #EBE7CE;
	background-repeat: repeat-y;
	background-position: right;
	height: auto;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D09C;
	background-image: url(../images/spacer-body-right.gif);
} 
#mainContent  h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#mainContent h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #890D07;
	letter-spacing: -1px;
}
#mainContent h5 {
	color: #890D07;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#mainContent  .googlemap  a   {
	color: #333333;
	font-size: 10px;
}
#mainContent .googlemap a:hover {
	color: #890D07;
	text-decoration: underline;
}

#mainContent a {
	color: #890D07;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover {
	color: #336566;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent   .imageCollage  img {
	height: 80px;
	width: 80px;
	border: 5px solid #890D07;
	background-color: #211E0D;
	margin-right: 20px;
	margin-left: 20px;
}
#mainContent  .imageCollage  img:hover {
	border: 5px solid #006699;
}
#mainContent  .imageCollage {
	text-align: center;
	padding-top: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999933;
	border-right-color: #999933;
	border-bottom-color: #999933;
	border-left-color: #999933;
}
#mainContent   .imageCollageVert  img {
	height: 80px;
	width: 80px;
	border: 5px solid #890D07;
	background-color: #211E0D;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#mainContent  .imageCollageVert  img:hover {
	border: 5px solid #006699;
}
#mainContent  .imageCollageVert {
	padding-top: 40px;
	float: right;
	vertical-align: top;
	background-color: #EBE7CE;
}
#mainContent   .imageGallery  img {
	height: 80px;
	width: 80px;
	border: 5px solid #890D07;
	background-color: #211E0D;
	margin-right: 10px;
	margin-left: 10px;
}
#mainContent  .imageGallery  img:hover {
	border: 5px solid #006699;
}
#mainContent  .imageGallery {
	text-align: center;
	padding-top: 10px;
}
#mainContent .googlemap {
	height: 270px;
	width: 245px;
	float: right;
	margin-right: 8px;
}
#mainContent .address {
	width: 345px;
	float: left;
}
#mainContent .address td {
	padding-bottom: 5px;
	vertical-align: top;
}
#mainContent .address table {
	height: auto;
	width: 345px;
	margin: 0px;
	padding: 0px;
}
#mainContent .hours {
	clear: both;
	width: 250px;
}

#mainContent .phone {
	width: 150px;
	float: right;
}




#mainContent p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 5px;
}
#mainContent ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
}
#mainContent li {
	font-size: 12px;
	line-height: 24px;
	margin-top: 0px;
	padding-top: 0px;
	list-style-position: inside;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999933;
	color: #333333;
	font-weight: bold;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	display: inline-block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 337px;
	background-image: url(../images/sidebar-green.jpg);
	background-repeat: no-repeat;
}
#sidebar1 .sidelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.active {
	background-image: url(../images/hover-bg.jpg);
	color: #3A3B00;
	display: block;
	line-height: 24px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.active a {
	color: #3A3B00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

}

#sidebar1 .sidelink a {
	color: #F7F2CC;
	text-decoration: none;
}
#sidebar1 .sidelink a:hover {
	color: #3A3B00;
}

#sidebar1  .sidelink:hover  {
	background-image: url(../images/hover-bg.jpg);
	background-repeat: no-repeat;
}
#sidebar1 .sidelink a:active {
	background-image: url(../images/hover-bg.jpg);
	background-repeat: no-repeat;
}

#specialsContainer {
	width: 269px;
	height: 450px;
	background-color: #336566;
	padding: 0px;
	margin-top: 0px;
	float: right;
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline;
	background-image: url(../images/blue-gradient-bottom2.gif);
	margin-right: 2px;
}
#specialsContainer .specialsTop {
	background-image: url(../images/blue-gradient-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 14px;
	display: block;
	width: 270px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#specialsContainer  .specialsBody {
	background-image: url(../images/blue-gradient-body.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	width: 270px;
	display: block;
	padding: 0px;
	margin: 0px;
}
#specialsContainer .specialsBody table {
	height: auto;
	width: 269px;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
#specialsContainer .specialsBody td {
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

#specialsContainer .specialsBody h3 {
	color: #F7F2CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F7F2CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
}
#specialsContainer .specialsBody .price {
	color: #DFC92D;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}


#specialsContainer .specialsBody .name {
	color: #EDE089;
	font-weight: bold;
	font-size: 15px;
	width: 110px;
	text-align: center;
	vertical-align: top;
}


#logoHeader {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #E2E3C7;
	height: 337px;
	float: left;
	width: 665px;
	display: block;
}
#banner {
	height: 66px;
	padding-left: 34px;
	background-color: #E2E3C7;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	top: 10px;
	background-image: url(../images/banner-peanut-lg.gif);
	display: block;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 901px;
}
#banner img {
	display: block;
}



#footerContainer {
	padding: 0;
	background-color: #E2E3C7;
	height: auto;
	width: 940px;
	vertical-align: top;
	margin-top: -3px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#footerContainer .footerTop {
	background-repeat: repeat-y;
	background-position: left top;
	height: 13px;
	width: 903px;
	padding-left: 32px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #44341E;
	background-image: url(../images/spacer-lightgreen.gif);
}
#footerContainer .footerBottom {
	height: 24px;
	width: 903px;
	background-color: #44341E;
	margin-left: 32px;
}
#footerContainer  .footerBottom p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerContainer  .footerBottom .copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999966;
	text-align: left;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footerContainer  .footerBottom .littlefish {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999966;
	text-align: right;
	float: right;
	padding-right: 5px;
}
#footerContainer  .footerBottom  .littlefish a {
	text-decoration: none;
	color: #999966;
}
#footerContainer   .footerBottom   .littlefish a:hover {
	color: #D5C33F;
	text-decoration: underline;
}



#newsletterBox {
	height: 200px;
	width: 935px;
	text-align: left;
	vertical-align: top;
	background-color: #211E0D;
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/spacer-lightgreen.gif);
}
#facebook {
	width: 200px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #F7F2CC;
	height: 150px;
	margin-top: 17px;
	font-size: 12px;
	margin-left: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFCC;
}
#facebook h4 {
	margin-top: 0px;
}

#facebook a {
	color: #FFFFCC;
	text-decoration: none;
	display: block;
}
#facebook a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

#newsletterBox .form {
	width: 425px;
	float: right;
}

#facebook img {
	margin-right: 5px;
	margin-bottom: 3px;
	display: block;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#newsletterBox .newsletterForm {
	color: #666666;
	margin-left: 50px;
	border: 1px solid #FFFFCC;
	background-color: #FFFFCC;
	display: inline;
	margin-top: 0px;
	padding-top: 0px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Contact Us Page*/
#contactContainer {
	background-color: #E2E3C7;
	width: 630px;
	float: left;
	padding-left: 33px;
	height: 350px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#contactContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 612px;
	background-color: #EBE7CE;
	background-image: url(../images/spacer-body-right.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 351px;
	margin: 0;
} 
#contactContent  h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#contactContent h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #890D07;
	letter-spacing: -1px;
}
#contactContent h5 {
	color: #890D07;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#contactContent .googlemap {
	height: 270px;
	width: 250px;
	float: right;
}
#contactContent  .googlemap  a   {
	color: #333333;
	font-size: 10px;
}
#contactContent .googlemap a:hover {
	color: #890D07;
	text-decoration: underline;
}

#contactContent a {
	color: #890D07;
	font-weight: bold;
	text-decoration: none;
}
#contactContent a:hover {
	color: #336566;
	text-decoration: underline;
	font-weight: bold;
}


#contactContent p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 5px;
}
#mainContent    .meat    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 140px;
	float: left;
}
