﻿body {
	padding: 0px;
	margin: 0px;
}
h2 {
	clear: left;
	color: maroon;
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
}
#body {
	margin: 25px auto;
	max-width: 900px;
	min-width: 450px;
	width: 90%;
	font-family: Verdana, Arial, sans-serif;
}
#footer {
	font-style: italic;
	color: #999999;
	padding: 10px;
	font-size: 10px;
	clear: both;
	background-color:#FFFFCC;
}
#footer a {
	color: #999999;
}
#header {
	padding-top: 10px;
	background-color:#FFFFCC;
}
#main {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 75%;
	float: left;
}
#mainlogo {
	border-style: none;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
}
#navlinks {
	background-color: #996633;
	font-weight: bold;
	line-height: 1px;
	font-size: 12px;
	padding-left: 3em;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	margin: 0px;
}
#navlinks a {
	text-decoration: none;
	color: white;
}
#navlinks a.current {
	color: #ffff66;
}
#navlinks a:hover {
	text-decoration: underline overline;
}
#navlinks li {
	padding-right: 0.75em;
	border-right-color: #7f7f7f;
	border-right-style: double;
	margin-right: 0.75em;
	list-style-type: none;
	display: inline;
}
#navlinks li.last {
	border-right-style: none;
}
#sidebar {
	font-size: 12px;
	padding: 15px;
	margin: 20px 0px 10px 75%;
	border-style: dashed;
	border-color: #996600;
	border-width: 5px;
}
#tagline {
	color: #996633;
	position: relative;
	left: 400px;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#title {
	color: navy;
	font-variant: normal;
	font-weight: bold;
	font-size: 24px;
}
#validator {
	float: right;
	border-width: 0px;
}
.dropcap {
	font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 54px;
	text-align:right;
	margin:0;
}
.headline {
	padding: 10px;
}
.product_thumb {
	clear: left;
	height: 80px;
	width: 80px;
	margin-bottom: 10px;	
	margin-right: 15px;
	padding: 5px;
	float: left;
	border-width: 1px;
	border-color: #7f7f7f;
	border-style: dashed;
}
.product_desc {
	line-height: 17px;
	font-size: 12px;
}
.product_orderinfo {
	text-align: right;
	display: block;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #996633;
}
.product_orderinfo a {
	color: white;
}
.productlink {
	text-decoration: none;
	color: #004080;
	font-style: italic;
	font-size: 14px;
}
.productlink:hover {
	text-decoration: underline overline;
}
