body {
	margin:0;
	padding:0;
	font-size:14px;
	font-family:Baskerville, "Times New Roman", Times, serif;
	color:#6c5e2c;
}

html, body {
	height:100%;
}

div {
	display:block;
}

a {
	 color:#9d8e5c;
}

a:hover {
	color:#7b704a;
}

* {
	outline:none;
}

.headliner {
	font-size:24px;
}

#wrapper {
	display:block;
	width:800px;
	text-align: left;
	background:#ededed;

	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -4em;
}

#footer {
	width: 800px;
	background:#ededed;
	margin:0 auto -4em;
}

#footer, #push {
	height: 4em;
}

#menu {
	width:800px;
	height:42px;
	margin:0;
	padding:0;
	background-image:url('images/menu.jpg');
}

#menu_links {
	margin-left:87px;
}

#menu_links a {
	float:left;
	display:block;
	width:124px;
	height:42px;
	margin-left:1px;
	
	background-color:#777777;
	opacity:0;
	filter:alpha(opacity=0);
}

#menu_links a:hover {
	opacity:0.20;
	filter:alpha(opacity=20);
}

#about_text {
	width:500px;
	margin:0 auto -4em;
}

#about_text table {
	border:1px solid #6c5e2c;
}

#about_text table tr td {
	border:1px solid #6c5e2c;
	margin-right:-1px;
	margin-top:-1px;
}

.typicaltable {
	border-right:1px solid gray;
	border-top:1px solid gray;
}

.typicaltable tr td {
	padding:5px;
	border-bottom:1px solid gray;
	border-left:1px solid gray;
}

#products_list {
	text-align:center;
}

.products_group {
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
}

.products_group li {
	list-style-type:none;
	display:inline;
}

.products_group li a {
	width:100px;
}

.products_group .caption {
	width:100px;
}

#product_content {
	width:650px;
	margin:0 auto;
	margin-top:30px;
}

#product_text {
	float:left;
	display:block;
	width:300px;
}

#product_text ul {
	margin-left:-20px;
}

#product_text hr {
	width:100%;
	border:0;
	color:#6c5e2c;
	background-color:#6c5e2c;
	height:1px;
	margin-left:0;
	margin-top:20px;
	margin-bottom:20px;
}

.product_main_image {
	float:left;
	margin:0px;
	margin-right:40px;
}

.product_image {
	float:left;
}
