body {
	text-align: center;
	background: #BC987E; /* Pale taupe is a dusky brownish grey color */
	color: #3D2B1F; /* bistre:  a dark grayish brown pigment made from soot */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
}

#container_small {
	width: 400px;
	margin: 25px;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
}

#content {
}

#banner {
	background-image:url('../images/banner_pale_taupe.jpg'); /* banner veil color */
	height: 200px;
}

#logo_image {
	position: absolute;
	top: 25px;
	left:25px;
	width:150px;
	height:150px;
	background-image:url('../images/logo_taupe_150.gif');  /* logo image */
}

#logo_text {
	position: absolute;
	left: 175px;
	top: 64px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 48pt;
	color: #F5DEB3; /* wheat */
}

#logo_text2 {
	position: absolute;
	left: 175px;
	top: 64px;
	width:536px;
	height:86px;
	background-image:url('../images/banner_text.png');  /* logo image */
}

#menu {
	float: left;
	width: 160px;
	margin-top: 24px;
}

.menuitem {
	padding: 8px;
}

a {
	color: inherit;
	text-decoration:none;
}

a:hover{
	color: #F5DEB3;
}

a.menulink {
	color: inherit;
	text-decoration:none;
	font-weight: bold;
}

a.menulink:hover {
	color: #F5DEB3;
}

a.menulink_active {
	color: #F5DEB3;
	text-decoration:none;
	font-weight: bold;
}

#slideshow {
	float: left;
	clear: none;
	margin:24px;
}

#footer {
	border-top: thin dotted #3D2B1F;
	border-bottom: thin dotted #3D2B1F;
	color: #734A12; /* raw umber */
	font-size: 80%;
	text-align: right;
	margin: 24px;
	clear: left;
}

div.product {
	border: thin dotted #F5DEB3;
	margin: 4px;
	padding: 16px;
}

a.product {
	font-size: smaller;
}
