/* clear all padding and margins due to browser inconsistencies */
* {margin : 0;padding : 0;} 

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #4f4409 url(images/bkd.jpg) repeat-x left top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #ed1c24;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}

p {
	margin: 10px 0;
	padding: 0px;
	line-height: 18px;
}

img {
	border: none;
}
.imgright {
float:right;
margin:10px 0 10px 20px;
border:2px #ccc solid;
}
.imgleft {
float:left;
margin:10px 20px 10px 0;
border:2px #ccc solid;
}
.imgcenter {
margin:10px auto;
border:2px #ccc solid;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#content {
	background: #fff url(images/navback.gif) repeat-y left top;
	width: 899px;
	margin: 20px auto 0;
	padding-bottom:20px;
	border:2px solid #cdb326;
	border-top:0;
}
	
#header {
	background: url(images/headback2.jpg) no-repeat left top;
	width:899px;
	position:relative;
	z-index: 1; /* IE z-index bug */
}
#content-right {
width: 660px;
margin:330px 0 20px 210px;
float:left;
}
#content-right ul {
margin:12px 0 12px 30px;
list-style-image:url(images/bullit.gif);
}
#content-right li {
margin:5px 0;
line-height:20px;
}

/*	##################################
   	HEADINGS
	################################## */
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ed1c24;
	font-size:20px;
	}

/*	##################################
   	CONTENT
	################################## */
	
/** RECIPES */
 

table.recipes {
border:0 none;
border-collapse:collapse;
border-spacing:0;
width:390px;
margin:10px 0 0 20px;
}

table.recipes td {
padding:5px;
border:1px solid #DDDDDD;
line-height:115%;
}
.recipepic {
float:left; 
margin:10px 10px 10px 0; 
border:1px solid #000;	

}

/** PRODUCTS */


.producttable {
width: 620px;
border:0;
border-collapse:collapse;
}
.producttable td {
padding:10px;
line-height:20px;
}
.producttable ul {
width:450px;	
}
#nutritiontable {
float:right;
width: 210px;
margin:5px 10px 20px 15px;
background-color:#fff;
border:1px solid #f2f2f2;
padding: 0;
}
#nutritiontable table {
	width:210px;
	border-collapse:collapse;
	border-spacing:0;
	font-size: 10px;;
}
#nutritiontable table td {
	padding:5px 5px 2px 5px;
	border-bottom:1px solid #000;
}
#nutritiontable table td h1 {
font-size:16px;
}
#nutritiontable table td small {
font-weight:bold;
}
#nutritiontable table td h3 {
font-size:10px;
float:left;
margin:2px 0;
}
#nutritiontable table td h4 {
font-size:10px;
float:right;
margin:2px 0;
}
.left {
float:left;
}
.right {
float: right;
margin: 0 0 0 10px;
}
/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr {
	height: 1px;
	margin: 20px 10px;
	background: #3a3a3a;
	border: none;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 5px solid #2a2a2a;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */


label {
	display: block;
	margin: 0 0 5px 0;
}
	
textarea {
	width: 50%;
	height: 20px;
	margin: 0 0 20px 0;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
	background: #fff;
}

select {
	margin: 0 0 20px 0;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #3c1902;
	border: none;
	color: #fff;
}
	
/*	##################################
   	FOOTER
	################################## */

#footer {
	padding:0;
	width: 883px;
	margin: 0 auto;
	color:#fff;
	font-size:11px;
	line-height: 16px;
	background-color:#ed1c24;
	padding: 10px;
}
#footer a, footer a:visited, footer a:active {
	color:#fff;
}

/*	##################################
   	USEFUL
	################################## */

.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%;
}

.clear {
	clear: both;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

/*	##################################
   	text styles
	################################## */
.smallitalic {
	font-size:9px;
	font-style:italic;
}
.subtext {
	font-size:11px;
	color:#747474;
	font-style:italic;
	line-height:14px;
}
	
.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#182068;
	font-size:16px;
	font-style:italic;
}
.required {
color:#900;
font-style:italic;
}