/* style for body of page */
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}

/*main paragraph style*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;

}

/*little paragraph*/
p.special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #950101;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 12px;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	margin: 5px auto;

}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;

}
h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 8px;
	margin-top: 5px;

}
h5 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;

}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	line-height: normal;
	padding: 0px;


}

/*main hyperlink style*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c70000;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c70000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #585353;
	}
a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c70000;
	text-decoration: underline;
}

/*small red hyperlinks*/
a.small:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c70000;
	text-decoration: underline;
}
a.small:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c70000;
	text-decoration: underline;
}
a.small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #585353;
	border-top: 1px solid #585353;
	}
a.small:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c70000;
	text-decoration: underline;
}

/*controls the grey border around the special box or whatever else */
.greyborder{
border:1px solid #cccccc;
}

/* main news/specials font */
.specials {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #585353;

}

.purchase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.leftline {
	border-left: 2px solid #CCCCCC;
	background-image: none;
	
}

.bodymargins {
	margin-left: 32px;
	margin-top: 5px;
}

.quantitybox {
	margin: 0px;
	padding: 1px;
	width: 60px;

}

.formbox {
	margin: 0px;
	padding: 1px;
}
.seperate {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;

}
p.recipe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;

}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 20px;




}
.red {
	color: #CC0000;
}