body {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #000;
	font-size: 9pt;
	font-family: Arial, "Times New Roman", Times, serif;
	background-color: #f1efce;
}

h1 {
	font-weight: bold;
	font-size: 15pt;
	margin: 1em 0;
}

h2 {
	font-weight: bold;
	font-size: 13pt;
	margin: 1em 0;
}

h3 {
	font-weight: bold;
	font-size: 11pt;
	margin: 1em 0;
	color: #d2232a;
}

h4 {
	font-weight: bold;
	font-size: 9pt;
	margin: 1em 0;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul {
	margin: 0 0 1em 0;
}

form {
	padding: 0;
	margin: 0;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	position: relative;
	background: #ab8550;
	border: 1px solid black;
}

#top {
	height: 100px;
	width: 800px;
	background: white;
}

#content {
	text-align: left;
	width: 766px;
	margin: 10px;
	padding: 5px 5px 10px 5px;
	border: 2px solid #d8bb9a;
	background: white;
}

#nav {
	height: 42px;
	margin-top: 20px;
	padding: 0;
	background-color: #FFF;
	position: relative;
}
#nav ul {
	margin: 0;
	padding-left: 8px;
	list-style-type: none;
}
#nav li {
	behavior:  url('/hover.htc');
	z-index: 1001;
	display: inline;
	padding-left: 100px;
	padding-right: 25px;
	margin: 0;
	float: left;
	position: relative;
}
#nav li a {
	line-height: 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #d2232a;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li a:hover {
	color: #ab8550;
	text-decoration: underline;
}
#nav li.nosep {
	padding-right: 0;
	border-right: none;
}


#nav li ul {
	position: absolute;
	display: none;
	left: 0px;
	top: 10px;
	width: 150px;
	padding: 15px 0 6px 0;
	background: #fff;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	opacity: 0.90;
	z-index: -1;
	border: 0;
}

#nav li:hover ul,
#nav li.hover ul {
	display: block;
}

#nav li ul li {
	float: none;
	padding: 0 10px;
	border-right: 0px;
	line-height: 10px;
}

#nav li ul li a {
	display: block;
	display: inline-block; /* IE fix */
	width: 100%;
	padding: 2px 0;
	color: #d2232a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	border: 0;
	text-align: left;
	line-height: 20px;
}
#nav li ul li a:hover {color: #ab8550; text-decoration: none; }
#nav li.noborder {
	border-right: 0px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 190px;
}

#cook {
	position: absolute;
	bottom: 13px;
	right: 13px;
}

#prods td {
	background: #ab8550;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}
#prods a {
	color: #FFF;
}

#search {
	float: right;
	text-align: right;
}
#search input.text {
	border: 1px solid #d2232a;
	width: 90px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 13px;
}
#search input.image {
	margin-top: 3px;
}

#footer {
        color: black;
        line-height: 160%;
        font-size: 8.5pt;
	text-align: center;
	margin: auto;
}

.links, .links a{
	font-weight: bold;
	color: #d2232a;
}

.catimg {
	float: left;
	padding: 0px 10px 2px 0;
}
.cattxt {
	font-size: 12px;
	width: 400px;
}

.clear { clear: both; }

