a {
	color: #81450b;
}
a:visited {
	color: #005b2d;
}
body {
	font-family: Georgia, serif;
	background: url('/images/background.png') repeat;
	font-size: 12px;
	color: #5c611f;
	font-weight: normal;
}
#menu_container {
	background: #b5b320;
}
#menu, #second_menu { 
	margin: 0px;
	padding: 0px;
}
#menu {
	float: left;
	padding-left: 11px;
}
#second_menu {
	float: right;
	margin-right: 36px;
}
#menu li, #second_menu li {
	list-style: none;
	float: left;
}
#menu li.selected a, #menu li a:hover, #second_menu li.selected a, #second_menu li a:hover {
	background: #9c991c;
}
#menu li a, #second_menu li a {
	line-height: 36px;
	display: block;
	padding: 0px 13px;
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
#menu li a {
	text-transform: uppercase;
}
#second_menu li a {
	color: #e7e7c4;
}
.categories .product_distinctions {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.categories .product_distinctions li {
	list-style: none;
}
#second_menu li.separator {
	color: white;
	line-height: 34px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#second_menu li.last {
	border-right: 0px;
}
#page {
	background: #f8f8eb;
	padding-bottom: 1px;
}
h1 {
	color: #5c611f;
	font-size: 16px;
	font-weight: bold;
	margin: 29px 0px 12px 0px;
}
.categories h1 {
	font-weight: normal;
}
.categories h1.main_title {
	font-weight: bold;
}
#header h1 {
	margin-left: 21px;
}
#footer {
	background: #b66516;
	font-size: 10px;
	padding-left: 18px;
	line-height: 80px;
	width: 959px;
	margin: 0px auto;
	margin-top: 6px;
}
#footer * {
	color: white;
}
#body_content {
	border: 1px solid white;
	background: url('/images/body_content_background.png') repeat-y;
	width: 977px;
	margin: 0px auto;
	min-height: 575px;
}
#body_content_left {
	float: left;
	width: 560px;
	padding: 0px 20px;
	background: #ececdc;
}
#body_content_right {
	float: right;
	padding: 64px 20px;
	width: 336px;
	background: #e1e1cf;
}
#body_content_left_content p, #body_content_right p {
	margin-bottom: 24px;
	line-height: 22px;
}
p.first_paragraph {
	margin-top: 0px;
}
#body_content_left p.first_paragraph {
	font-size: 16px;
}
#body_content_right_content {
	background: #ececdc;
	padding: 18px 21px;
}
#body_content_left p.last_paragraph, #body_content_right_content p.last_paragraph {
	margin-bottom: 12px
}
#body_content_right #side_image {
	margin-bottom: 10px;
}

#body_content_left_content .product_listing p.first_paragraph, #body_content_left_content .product_listing p.last_paragraph {
	font-size: inherit;
}
#body_content_left_content .product_listing p.first_paragraph {
	margin-top: 14px;
}
#body_content_left_content .product_listing p.last_paragraph {
	margin-bottom: 24px;
}
.product_listing h2 {
	font-size: 16px;
	font-family: Georgia;
}
.homepage #body_content {
	background: none;
	border: 0px none;
	min-height: 0px;
}
.homepage #footer {
	padding-left: 29px;
	width: 971px;
}
.homepage #page {
	padding-bottom: 0px;
}
.product_listing {
	background: url('/images/category_bg.png') no-repeat;
	margin-left: -20px;
	width: 560px;
	padding: 0px 20px;
	margin-top: 20px;
}
.product_left {
	float: left;
	width: 350px;
}
.product_left h2 {
	margin-top: 24px;
}
.product_right {
	float: right;
	border: 1px solid #c0c0a0;
	background: white;
	width: 155px;
	height: 155px;
	padding: 10px;
	position: relative;
	margin-top: 21px;
	margin-right: 10px;
}
.product_right img, #product_image img {
	margin: auto;
	text-align: center;
	display: block;
}
.product_right .product_zoom {
	position: absolute;
	right: 4px;
	bottom: 4px;
}
#body_content_right.categories {
	padding-top: 0px;
}
#producers ul, #regions ul, #product_types ul {
	margin-left: 0px;
	padding-left: 0px;
}
#producers li, #regions li, #product_types li {
	list-style: none;
}
#producers {
	width: 50%;
	float: left;
}
#regions {
	width: 50%;
	float: right;
}
#return_to_previous_page {
	float: right;
	margin-top: 32px;
	margin-right: 12px;
	width: 100%;
	text-align: right;
	display: block;
}
#product_image {
	float: right;
	margin-right: 12px;
	margin-top: 33px;
	width: 315px;
	background: white;
	padding: 23px 0px;
	border: 1px solid #c0c0a0;
}
.product h1 {
	width: 400px;
	float: left;
}
.product #print {
	float: right;
	margin-top: 29px;
}
.inquiries .message_field label {
	vertical-align: top;
}