@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #120b04;
	background-color: #FBFBDD;
}
td {
	background-color: #FBFBDD;
}
#NavDiv {
	position: relative;
	top: -65px;
	margin-left: 260px;
}

#NavList li {
	font-size: 1.2em;
	margin-left: 2px;
	padding-left: 10px;
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
	margin-right: 10px;
}

#NavList  li  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#NavList li a:visited {
	color: #E1A447;
}
#NavList li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#NavList li a:active {
	color: #E1A643;
	text-decoration: underline;
}
#ContentDiv {
	position: relative;
	top: -58px;
}
#ContactContentDiv {
	position: relative;
	top: -68px;
	text-align: center;
}
#TextNav li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.FloatRight {
	float: right;
	margin-left: 10px;
}
#ContentDiv p {
	line-height: 1.1em;
	padding-right: 10px;
	padding-left: 10px;
}
.FloatLeft {
	float: left;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.product  {
	text-align: center;
}
#ProductTable td {
	vertical-align: top;
}
.product img {
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ProductList li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#ProductList {
	float: left;
}
#ProductDetails {
	margin-left: 225px;
}
.ItalSmall {
	font-size: .7em;
	font-style: italic;
}
#BottomDiv {
	text-align: center;
	padding: 10px;
	background-color: #140D06;
	color: #FFFFFF;
}
#TextNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#TextNav  a:visited {
	color: #e1a447;
}
#TextNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#TextNav a:active {
	color: #e1a643;
	text-decoration: underline;
}
