@charset "utf-8";
/*
 * Title: Main Style Sheet
 * For: html
 * Site: chewchoojunction.com
 * Author: Matthew Watts
 * Company: Rexibit Web Services - http://www.rexibit.com
 * Last Modified: 2009-11-03
*/

/* @group global reset */
/* Don't forget to set a foreground and background color on the 'html' or 'body' element! For more information on the current state of Global Reset visit http://meyerweb.com/eric/thoughts/2007/04/12/reset-styles */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img{
	border: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul{
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after{
	content: "";
}

/* @end global reset */

/* @group base html */

body{
	background: #290800;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;/*this is in place to center in older browsers*/
}
a{
	text-decoration: none;
}
a:link{/* unvisited link */
	color:#000;
}         
a:visited{/* visited link */
	color:#000;
}    
a:hover{ /* mouse over link */
	color:#000;
	text-decoration: underline;
}    
a:active{/* selected link */
	color:#000;
}
h1{
	color: #000;
	margin: 10px 0 10px;
	text-transform: capitalize;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
}
h2{
	color: #000;
	margin: 10px 0;
	text-transform: capitalize;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
}
h3{
	color: #000;
	margin: 10px 0;
	text-transform: capitalize;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
}
h4{
	color: #000;
	margin: 10px 0;
	text-transform: capitalize;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
}
h5{
	color: #000;
	margin: 10px 0;
	text-transform: capitalize;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
}
h6{
	color: #000;
	margin: 10px 0;
	text-transform: capitalize;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
}
p{
	font-size: 14px;
	line-height: 1.4em;
	margin: 10px 0;
	font-weight: normal;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
/* @end group base html */

/* @Page Background Section */
#wrapper {
	margin: 0 auto;
	width: 900px;
	min-height: 450px;
	position: relative;
}
/* @Main Items */
#header {
	background: url(http://www.chewchoojunction.com/images/interface/page_header.jpg) no-repeat;
	width: 100%;
	height: 200px;
	margin: 0;
	position: relative;
}
#middle {
	background: #ffe2a2;
	width: 100%;
	margin: 0;
	position: relative;
}
#footer {
	background: #860d06;
	width: 100%;
	height: 30px;
	margin: 0;
	position: relative;
}
/* @End Main Items */

/* @Header Items */
#header a {
	width: 100%;
	height: 100%;
	display: block;
}
/* @End Header Items */

/* @Middle Items */
#middle #navigation {
	width: 100%;
	height: 30px;
	margin: 0;
	background: #860d06;
}
#middle #supplement_content {
	width: 300px;
	display: inline;
	float: left;
	margin: 10px 0 10px 10px;
}
#middle #content {
	width: 570px;
	display: inline;
	float: left;
	margin: 10px 0 10px 10px;
}
#middle input[type=submit], #middle #search_form input[type=submit] {
	background-color: #860d06;
	line-height: 20px;
	padding: 2px;
	color: #ffe2a2;
	text-transform: capitalize;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	border: 0;
	cursor: pointer;
}
/* @End Middle Items */

/* @Middle Navigation Items */
#middle #navigation ul {
	width: 100%;
	height: 100%;
	text-align: center;
}
#middle #navigation ul li {
	margin: 0 10px;
	display: inline;
	line-height: 30px;
}
#middle #navigation ul li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 16px;
	color: #ffe2a2;
	font-weight: bold;
}
#middle #navigation ul li a:hover {
	color: #000;
}
/* @End Middle Navigation Items */

/* @Middle Supplement Content Items */
#middle #supplement_content h2 {
	width: 100%;
	margin: 0;
	color: #860d06;
	border-bottom: #860d06 solid 1px;
}
#middle #supplement_content fieldset {
	width: 100%;
	margin: 10px 0;
}
#middle #content_sections ul {
	width: 100%;
	margin: 10px 0;
}
#middle #content_sections ul li {
	width: 100%;
	margin: 10px 0;
}
#middle #content_sections ul li a {
	font-weight: bold;
}
#middle #supplement_content fieldset li {
	width: 100%;
	margin: 10px 0;
}
#middle #supplement_content fieldset li label {
	float: left;
	display: inline;
	line-height: 15px;
	font-size: 14px;
	width: 100px;
	margin: 0 10px 0 0;
}
#middle #supplement_content fieldset li input {
	border: 1px solid #000;
	line-height: 15px;
	font-size: 14px;
	background: #fff;
}
#middle #supplement_content fieldset .required:after {
	content: '*';
	color: #F00;
}
#middle #supplement_content #quote p {
	font-style: italic;
	font-size: 16px;
}
#middle #supplement_content #quote p#quote_author {
	font-style: normal;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	margin-top: -10px;
}
#middle #supplement_content #quote p:before, #middle #supplement_content #quote p:after {
	content: ' " ';
}
#middle #supplement_content #quote p#quote_author:before, #middle #supplement_content #quote p#quote_author:after {
	content: '';
}
/* @End Middle Supplement Content Items */

/* @Middle Content Items */
#middle #content h1, #middle #content h2 {
	width: 100%;
	margin: 0;
	color: #860d06;
	border-bottom: #860d06 solid 1px;
}
.image_placeholder {
	min-width: 225px;
	min-height: 225px;
	margin: 10px 0 10px 10px;
	float: right;
	background-color: #000;
}
#middle #content a {
	font-weight: bold;
}
#middle #content #menu_items {
	margin: 10px 0;
}
#middle #content #menu_items div.menu_item {
	margin: 10px 0;
}
#middle #content #menu_items .menu_item h3 {
	display: inline;
	margin-right: 10px;
}
#middle #content #price {
	display: block;
	margin: 10px 0;
}
#middle #content .street_information p {
	margin: 5px 0;
}
#middle #content #contact_form {
	width: 100%;
	margin: 10px 0;
	border: #860d06 solid 1px;
}
#middle #content #contact_form ul {
	width: 100%;
	margin: 10px 10px 0 10px;
}
#middle #content #contact_form input[type=submit] {
	margin: 0 0 10px 10px;
}
#middle #content #contact_form fieldset li {
	width: 100%;
	margin: 10px 0;
}
#middle #content #contact_form fieldset li label {
	float: left;
	display: inline;
	line-height: 15px;
	font-size: 14px;
	width: 100px;
	margin: 0 10px 0 0;
}
#middle #content #contact_form fieldset li input {
	border: 1px solid #000;
	line-height: 15px;
	font-size: 14px;
	background: #fff;
}
#middle #content #contact_form fieldset li textarea {
	border: 1px solid #000;
	line-height: 15px;
	font-size: 14px;
	background: #fff;
}
#middle #content #contact_form fieldset .required:after {
	content: '"';
	color: #F00;
}
#middle #content #contact_form fieldset p {
	margin-left: 10px;
}
#middle #content ul {
	width: 100%;
	margin: 10px 0;
}
#middle #content ul li {
	width: 100%;
	margin: 10px 0;
}
/* @End Middle Content Items */

/* @Footer Items */
#footer p {
	width: 100%;
	margin: 0;
	line-height: 30px;
	color: #ffe2a2;
	font-size: 14px;
	text-align: center;
}
#footer p a {
	color: #ffe2a2;
}
/* @End Footer Items */

/* Clearfix to be put in the parent element that contains floated items */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}