/* css browser reset */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%; font-family:"Trebuchet MS", Verdana,Arial, Helvetica, sans-serif; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color:#000000;background:#ffffff;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/** general layout **/
body {background:#efecec;  font-size:14px;}
#wrapper {background:#ffffff; width:566px; margin:0px auto 0px auto; padding:10px 30px 20px 30px;}
#logo {background:url(../images/top-fill.png) repeat-x; height:59px;}
#foot {border-top:1px solid #cccccc; margin-top:20px;}

/** div style tags **/
.ingredients{clear:both;}

/** h tags **/
h1{font-size:22px; text-align:center; margin:15px 0 10px 0; line-height:32px; color:#25529c; font-weight:bold; }
h2{font-size:18px; padding:5px 0 0px 0; margin:15px 0; line-height:25px; color:#25529c; border-bottom:1px solid #cccccc;clear:both; font-weight:bold;}
h3{font-size:15px; font-weight:bold; }

/** p tags **/
p {padding:0px 0 15px 0; line-height:23px;}
.ingredients p{width:430px; margin-left:150px; padding-top:10px;}
#foot p{ font-size:10px; color:#999; text-align:center; line-height:14px;}
	
/** img tags **/
.ingredients img {float:left; padding:10px 10px 10px 0;}

/** list tags **/
ul{margin-left:35px;}
ul li{line-height:26px;}

/** a tags **/
ul li a {text-decoration:none; border:none;}
ul li a.last {border-right:none;}
ul li a:hover {color:#000000;}

a:visited {color:#0000ff}

/** general styles **/
.bold{font-weight:bold;}

