/* HTML Elements */

body {
		behavior:url("csshover.htc");
	}

* {
	margin:0;
	padding:0;
}

body {
	background: #fff;
	color: #000;
}
body, select, input, textarea {
	font: 14px Arial, Verdana, Sans-Serif;
}
.noPrint {
display: none;
}
p {
	margin: 15px 0;
	line-height:20px;
}
a:link, a:visited {
	color: #ed174b;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active {
	color:#000;
	text-decoration:underline;
}
hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	margin-bottom:15px;
}

.imgright {
float:right;
margin:0 0 5px 20px;
}
.imgleft {
float:left;
margin:0 20px 5px 0;
}
/* Structure */

#topimg {
background: url(images/noprint.jpg) no-repeat;
}

#content {
width:974px;
position:relative;
}
#header {
	background: url(spacer.gif) no-repeat left top;
	width:899px;
	position:relative;
	z-index: 1; /* IE z-index bug */
}
#content-right {
width: 840px;
margin:30px 0 20px 20px;
float:left;
}
.producttable {
width: 700px;
border:0;
border-collapse:collapse;
}
.producttable td {
padding:10px;
}
#content-right ul {
margin:12px;
list-style-image:url(images/bullit.gif);
}
#content-right li {
margin:5px 0;
}

/*-----------------------products---------------------------*/


#nutritiontable {
float:right;
width: 210px;
margin:5px 10px 20px 0;
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;
}
table.productthumbs {
font-size:11px;
text-align:center;
}
table.productthumbs td {
	padding:5px;
}
table.specialtythumbs {
text-align:left;
margin-left:80px;
}
table.specialtythumbs td {
	padding:10px;
	border-bottom:1px solid #ddd;
}

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

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

}
#recipeHolder table {
width: 430px;
border:0;
border-collapse:collapse;
margin-top:15px;
float:left;
}
#recipeHolder table td {
padding:5px;
border: 1px #ccc solid;
}

/*text styles */

h2 {
color:#000;
font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
}
h3 {
color:#000;
font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
letter-spacing:0.5px;
}
.subtitle {
color: #000;
font-size:20px;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
}
.subtitle2 {
color: #000;
font-size:23px;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom:10px;
}
.hilight {
color: #000;
font-size:14px;
font-style:italic;
font-weight:bold;
letter-spacing:0.5px;
}
.hilight2 {
color: #000;
font-size:16px;
font-style:italic;
font-weight:bold;
letter-spacing:0.5px;
}
.smalltype {
font-size:10px;	
}
.smallBold {
	font-size: 12px;
	font-weight: bold;
}
/*footer */
#footer {
	padding:0;
	width: 883px;
	margin: 0 auto;
	color:#000;
	font-size:11px;
	line-height: 16px;
	background-color:#fff;
	padding: 10px;
}

#footer a, footer a:visited, footer a:active {
	color:#000;
}