/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th, td {
	background: transparent;
	border: 0;
	font-size: 12px;
	font-family: Arial; color: #666; line-height: 18px;
	margin: 0;
	outline: 0;
	padding: 0;
}
body {
	line-height: 1.2;
}
ol, ul {
	margin-left: 25px;
}

:focus {
	outline: 1px #c0c dotted;
}
.ul_style {
	color:#eb1e7b;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
}
.link-URL {
	text-decoration:underline;
	font-size:10px;
}
.link-email {
	text-decoration:underline;
	color:#eb1e7b;
	font-size:10px;
}
.ingredient {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px; color: #895b15;
	text-decoration: none;
	margin:15px 0 10px 0;
}
.instructions-content {
	float:left;
	width:135px;
	height:251px;
	margin:10px 20px 0 0;
	border-right: 1px solid #FFF;
	vertical-align:bottom;
}
.instructions-content-english {
	float:left;
	width:135px;
	height:233px;
	margin:10px 20px 0 0;
	border-right: 1px solid #FFF;
	vertical-align:bottom;
}
.contacts {
	text-align:left;
	vertical-align:top;
}

