* {
	padding: 0px;
	margin: 0px;
}

a img {
	border: 0px;
}

html, body {
	text-align: center;
}

#header {
	background: url('images/header.gif') no-repeat scroll top left;
	height: 123px;
}

#header h1.title {
	position: absolute;
	right: 10000px;
}

#header p.slogan {
	position: absolute;
	right: 10000px;
}
	
#wrapper {
	width: 684px;
	margin: 0 auto;
	text-align: left;
}

#navigation { 
	background: url('images/nav_bg.gif') no-repeat scroll;
	height: 37px;
}

#navigation ul.main_navigation {
	list-style: none;
}

#navigation ul.main_navigation li{
	display: inline;
	margin-left: 30px;
}

#navigation ul.main_navigation li a {
	line-height: 37px;
	color: #FFF;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

#navigation ul.main_navigation li a:hover {
	text-decoration: underline;
}

#slogan {
	background: url('images/slogan.gif') no-repeat scroll top left;
	height: 60px;
	}
	
#slogan p.slogan {
	position: absolute;
	right: 10000px;
}

#content {
	float: left;
	background: url('images/content_bg.gif') repeat-y top left;
	padding-bottom: 15px;
	width: 100%;
}

#content .error {
	margin-left: 36px;
	margin-bottom: 15px;
	float: left;
	width: 575px;
	border: 2px solid #83250F;
	background-color: #FFF;
	color: #000;
	background: url('images/error.gif') no-repeat center left;
	padding-left: 35px;

}

#content .error p {
	margin: 15px;
}

#content #contact_us .error {
	
	margin-left: 0px;
	
	width: 475px;
	float: none;
}

/* begin Footer content */ 


#footer {
	float: left;
	background: url('images/footer.gif') no-repeat top left;
	width: 100%;
	height: 68px;
	font-family: font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 11px;
}

#footer p.copyright {
	padding-top: 5px;
	display: block;
	float: left;
	margin-left: 40px;
}

#footer p.credit {
	display: block;
	clear: left;
	padding-top: 18px;
	margin-left: 40px;
	color: #525252;
}

#footer p.credit a { 
	color: #525252;
}

#footer ul.footer_navigation {
	display: block;
	float: left;
	padding-top: 5px;
	list-style: none;	
}

#footer ul.footer_navigation li {
	display: inline;
	margin-left: 17px;
}

#footer ul.footer_navigation li a {
	color: #525252;
	text-decoration: none;	
}

#footer ul.footer_navigation li a:hover {
	text-decoration: underline;
}

/* end Footer styles  */ 


/*Begin  Home page content */

#img_featured {
	margin-left: 36px;
	float: left;
	width: 417px;
}

#img_custom_orders{
	float: left;
	margin-left: 29px;
	width: 176px;
}

#img_now_serving{
	float: left;
	margin-left: 29px;
	margin-top: 11px;
	width: 176px;
}

#opening_text {
	margin-left: 36px;
	font-family: Georgia, Georgia, serif;
	width: 409px;
	float: left;
}

#opening_text h2{ 
	padding-top: 23px;
	padding-bottom: 20px;
	font-size: 20px;
	color: #83250f;
	font-weight: normal;
}

#opening_text p {
	padding-bottom: 1.5em;
	font-size: 14px;
	line-height: 1.6em;
}

.right_side_images {
	float: left;
	width: 176px;
	margin-left: 33px;
}

.right_side_images img {
	margin-top: 33px;
}

/* End Home page content */

/* Begin retail page content */
.menu { 
	margin-left: 39px;
	width: 409px;
	padding-bottom: 20px;
	font-family: Georgia, Georgia, serif;
	float: left;
}

.menu h2 {
	color: #83250f;
	font-weight: normal;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin-top: .5em;
	margin-bottom: .1em;
}

.menu h3 {
	font-size: .9em;
	margin: .8em 0em .2em 0em;
}

.menu p {
	font-size: 11px;
}

.menu p.description {
	color: #5C5C5C;
	margin-bottom: .7em;
}

	
/* End retail page content */

/* Begin Wholesale page content */

#wholesale ul {
	list-style: none;
	width: 100%;
	float: left;
	display: block;
}

#wholesale ul li {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: .3em;
}

#wholesale h2 {
	clear: both;
	display: block;
	float: left;
	margin: 1em 0em .3em 0em;
}

#wholesale h2.no_description {
	margin: 1em 0em .8em 0em;
}

#wholesale p.description {
	display: block;
	float: left;
}

/* End Wholesale page content */

/* Start contact us page content */

#contact_us {
	margin-left: 39px;
	font-family: Georgia, Georgia, serif;
}

#contact_us h2 {
	color: #83250f;
	font-weight: normal;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin-top: .5em;
	margin-bottom: .1em;
}

#contact_us span.label {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #83250f;
	font-weight: bold;
	display: block;
	width: 100%;
	margin: .38em 0em;
}

#contact_us #usda {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: bold;
	font-size: .8em;
	display: block;
	width: 100%;
}

#contact_us form {
	margin-top: 20px;
	padding: 20px;
	width: 80%;
	border: 1px solid #5c5c5c;
}

#contact_us form .required {
	color: #83250F;
}

#contact_us form label {
	font-weight: normal;
	font-size: .8em;
	display: block;
	width: 100%;
	margin-top: 6px;
	color: #335800;
}

#contact_us #contact_name, #contact_us #contact_email,#contact_us #contact_purpose {
	font-size: 14px;
	width: 200px;
}

#contact_us #contact_box {
	width: 350px;
	height: 100px;
}

#contact_us #submit {
	display: block;
	margin-top: 10px;
	clear: both;
}

/* End contact us page content */
