html {
	min-height: 100%;
	margin-bottom: 1px;
	background: #4B493A;
}

body {
	font-family: arial, helvetica;
	background-color: #4B493A;
	background: #4B493A;
	text-align: center;
	font-size:0.8em;
	height:auto;
	color: #3F3F3F;
}

td {
	font-size:0.8em;
}

div#page {
	width: 629px;
	height:auto;
	background-color: #D2C7A4;
	background: #D2C7A4;
	text-align: left;
	margin: auto;
	border: 10px #D2C7A4 solid;
}

/* ie hack */
html > body div#page {
	width: 609px;
}

div#logo {
	float:left;
	height: 185px;
	padding:5px;
	background-color: white;
	background: white;
	margin-right:5px;
}

div#header_image {
	float:left;
	padding:5px;
	background-color: white;
	background: white;
}

hr.dashed {
	margin-left:5px;
	margin-right:5px;
	border:0px;
	border-top:1px gray dashed;
}

hr {
	border:0px;
	border-bottom: 2px solid #D2C7A4;
	color:white;
}

h2 {
	color: #5A130D;
	font-size:1.2em;
}

img {
	border:0px;
}

form {
	border:0px;
	margin:0px;
	padding:0px;
}

a:link {
	color: #5A130D;
}

a:hover {
	color: #F76625;
}

a:visited {
	color: #5A130D;
}

a:active {
	color: #5A130D;
}

h2 a:link {
	color: #5A130D;
	text-decoration: none;
}

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

h2 a:visited {
	color: #5A130D;
	text-decoration: none;
}

h2 a:active {
	color: #5A130D;
	text-decoration: none;
}

div#footer {
	color: gray;
	padding-top:5px;
}

div#footer a:link {
	color: gray;
}

div#footer a:hover {
	color: gray;
}

div#footer a:visited {
	color: gray;
}

div#footer a:active {
	color: gray;
}

div#menu {
	width: 609px;
	margin-top: 5px;
	text-align: center;
	height:52px;
	background-color: #23383E;
	background: #23383E;
}

div#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	margin-left: 10px;
}

div#menu li {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
	line-height: 52px;
	white-space: nowrap;
}

div#menu li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	/*
	margin-right: 5px;
	background-image: url('/images/menu_arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	*/
	text-decoration: none;
	color: white;
	font-weight:bold;
}

div#menu li a:hover {
	background: #2A505B;
	/*
	margin-right: 5px;
	background-image: url('/images/menu_arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	*/
	color:#FFFFFF;
	text-decoration:none;
}

div#left {
	width: 200px;
	float: left;
}

div#left div.box {
	margin-top: 5px;
	margin-right: 5px;
	padding: 8px;
	border: 5px white solid;
	min-height: 185px;
}

div#left div.borderless_box {
	margin-top: 5px;
	margin-right: 5px;
	padding: 8px;
	min-height: 185px;
}

div#left ul {
	margin-left:15px;
	margin-right: 15px;
	padding-left:0px;
	list-style: none;
}

div#left ul li {
	padding-left:30px;
	padding-bottom:8px;
	background-image: url('/images/bullet_muffin.jpg');
	background-position: left middle;
	background-repeat: no-repeat;
}

div#right {
	width:409px;
	float:left;
}

div#right div.box {
	padding: 10px;
	margin-top: 5px;
}

div.brown_box {
	background-color: #BCA26F;
	background: #BCA26F;
}

div.grey_box {
	background-color: #AAA587;
	background: #AAA587;
}

div.white_box {
	background-color: white;
	background: white;
}

div.clear {
	clear: both;
}

div.clear_left {
	clear: left;
}

div.clear_right {
	clear: right;
}

div.white_box ul {
	margin-left:15px;
	margin-right: 15px;
	padding-left:0px;
	list-style: none;
}

div.white_box ul li {
	padding-left:30px;
	padding-bottom:8px;
	background-image: url('/images/bullet_muffin.jpg');
	background-position: left middle;
	background-repeat: no-repeat;
}

.small {
	font-size: 0.7em;
}

.price {
	font-size:1.2em;
	font-weight: bold;
	color: darkgreen;
}

em {
	font-weight: bold;
	color: #5A130D;
}

.em {
	font-weight: bold;
	color: #5A130D;
}

div.pagenav {
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:20px;
	color: #5A130D;
}

div.pagenav .num_results {
	float:left;
}

div.pagenav .nav {
	float:right;
}
