/* core styles */
body, h1, h2, h3, h4, h5, h6, p, a, img, object, ul, ol, li, dl, dt, dd, form, fieldset, legend, table, thead, tbody, th, tr, td, tfoot, caption {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img  {
	border: none;
}

body {
	text-align: center; /*centers in IE*/
	background: #E7C89F;
	padding: 0;
	margin: 10px 0;
}
div#container {
	display: block;
	text-align: left; /*resets text alignment*/
	width: 713px;
	min-height: 585px;
	max-height: auto;
	margin: 20px auto; /*centers in FF, Op, etc*/
	background: #F7ECDE url('frog_tree.jpg') no-repeat 6px 187px;
	padding: 6px;
}
/* all the header stuff */
div#header {
	background: #F6B258 url('header_bkg.jpg') no-repeat center right;
	margin-bottom: 4px;
}
div#header h4 a {
	display: block;
	height: 58px;
	width: 170px;
	background: url('angies_logo.gif');
	text-indent: -9999px;
	text-decoration: none;
}
div#header h5 {
	display: none;
}
/* all the navigatgion styles */
div#navigation ul {
	list-style: none;
	display: block;
	background: #E7C89F;
	font-size: 10px;
	padding: 4px;
}
div#navigation ul li {
	display: inline;
}
div#navigation ul li a {
	text-decoration: none;
	color: #804D03;
	font-weight: bold;
	padding: 4px;
}
div#navigation ul li a:hover {
	text-decoration: none;
	color: 804D03;
	background: #FAF7F2;
}

/* main content stuff */
div#content {
	background: url('home_tree.jpg') no-repeat 0px 4px;
	display: block;
	clear: both;
	padding-left: 200px;
	padding-right: 10px;
	color: #392201;
}
div#map {
	clear: both;
	padding-left: 200px;
	padding-right: 10px;
}
/* h1 stuff */
div#content h1 {
	padding-top: 120px;
	margin-bottom: 6px;
	font-size: 14px;
	vertical-align: bottom;
}
	
/* paragraph stuff here */
div#content p {
	margin: 8px 0px;
	font-size: 13px;
	clear: both;
	float: none;
}

div#content p a {
	margin: 8px 0px;
	font-size: 13px;
	clear: both;
	float: none;
	color:#993300;
	text-decoration: none;
}

div#content h3 {
	padding-top: 30px;
	margin-bottom: 6px;
	font-size: 14px;
	vertical-align: bottom;
}


div#content h4 {
	margin: 0px 275px 0px 18px;
	font-size: 12px;
	clear: both;
	float: none;
}

/* the products */
div#content div {
	
}
div#content div h2 {
	font-size: 10px;
	border-bottom: 1px solid #E7C89F;
}

div#content p.morelink {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

div#content p.morelink a {
	text-decoration: none;
	color: #804D03;
	background: #E7C89F;
	font-weight: bold;
}

div#content p.mainlist {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
}

div#content p.mainlist a {
	text-decoration: none;
	color: #804D03;
	background: #E7C89F;
	font-weight: bold;
}

div#hours p {
	margin: -370px 0px 0px 540px;
	font-size: 12px;
}

div#hours div {
	margin: 0px 0px 0px 540px;
}

div#recommended p.minidesc {
	padding-left: 250px;
	padding-top: -200px;
	font-size: 13px;
}

div#back {
	font-size: 12px;
	display: block;
	padding-left: 400px;
}

div#back a {
	text-decoration: none;
	color: #804D03;
	list-style: none;
	background: #E7C89F;
	font-weight: bold;
}

div#menslinks {
	font-size: 12px;
	display: block;
	padding-left: 200px;
}

div#menslinks ul li {
	padding: 5px;
	color: #804D03;
	list-style: none;
	font-weight: bold;
}

div#menslinks ul li a {
	text-decoration: none;
	color: #804D03;
	list-style: none;
	background: #E7C89F;
	font-weight: bold;
}

div#subcat {
	font-size: 12px;
	display: block;
	padding-left: 200px;
}

div#subcat ul li {
	padding-left: 35px;
}

div#subcat ul li a {
	text-decoration: none;
	color: #804D03;
	list-style: none;
	background: #E7C89F;
	font-weight: bold;
}

/* footer stuff */
div#footer {
	float: none;
	clear: both;
	display: block;
/*	Ginger, the next two lines aren't necessary since this <div> should be 
	moved out of the container anyways.
	
	position: relative;
	top: 30px;
*/
	position: relative;
	bottom: 0;
	text-align: center;
}
div#footer {
	list-style: none;
	font-size: 10px;
}
div#footer address {
	font-style: normal;
}

div#footer address br {
	display: none;
}