/* CSS 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
 form, label, legend,
 caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  	font-family: Arial, Helvetica, sans-serif;
}
body{
	background-color:#eeeeee;
}
div.wrapper{
	width:900px;
	margin:auto;
	border:1px solid black;
	background-color:#ffffff;
	background-image:url(images/bkgnd_herbs.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
div.header{
	width:100%;
}
div.nav{
	width:120px;
	margin-top:40px;
	float:left;
}
div.content{
	margin-top:50px;
	margin-left:190px;
	width:470px;
}
div.right_banner{
	float:right;
	font-size:13px;
	text-align:right;
	padding:15px;
}
div.footer{
	width:100%;
	margin-top:75px;
	background-color:#003300;
}
div.products{
	margin-left:10px;
}
/* FONTS */
h1{
	font-size:100%;
}
h2{
	font-size:120%;
	text-decoration:underline;
}
h3{
	text-decoration:underline;
	font-style:italic;
}
p{
	font-size:14px;
}
p.products{
	font-size:12px;
}
p.error{
	color:#FF0000;
}

/* HYPERLINKS */
ul{
	list-style-type:none;
}
a.nav:link,a.nav:visited{
	display:block;
	color:#000000;
	width:120px;
	background-color:#FFD11D;
	margin-top:20px;
	padding:6px;
	text-decoration:none;
}
a.nav:hover,a.nav:active{
	background-color:#53A020;
}
/* TABLES */
table{
	width:100%;
}
table.prod_herbs{
	text-align:center;
}
td{
	vertical-align:top;
	font-size:14px;
}
td.heading{
	text-align:left;
}

/* IMAGES */
img.products{
	border:2px solid black;
}