@charset "UTF-8";
body  {
	background: #FF9966;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1   { color: #c30; font-style: italic; font-size: 24px; font-family: "Times New Roman", Georgia, Times }
a, a:link {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
#container  {
	text-align: left;
	width: 935px;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#header  {
	height: 75px;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
	margin: 0px;
} 
#middle { /* enclose area around sidebar and content */
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 9em;
	padding-top: 20px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#sidebar  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar  ul  li {
	padding: 0px;
	text-align: center;
	margin: 0px;
}
#sidebar  ul  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1em;
	color: #006666;
	text-decoration: none;
	background-color: #DDDDDD;
	display: block;
	padding: 0.5em;
	margin-top: 0.5em;
}
#sidebar  a:hover {
	background-color: #FF9966;
}
#sidebar  a:active {
	background-color: #FFFFFF;
	color: #FF0000;
}
#sidebar  a.current {
	color: #660000;
}
#sidebar p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #660000;
	text-align: center;
}
#mainContent {
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 15em;
	font-size: 0.88em;
	text-align: left;
} 
#mainContent h1 {
	text-align: center;
}
#mainContent p {
	padding-right: 3em;
	padding-left: 3em;
}
#footer {
	height: 6em;
	text-align: center;
	font-size: 0.8em;
	color: #330000;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top; /* padding on this element pulls the Footer up to the Middle section */
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
} 
.clearfloat { 
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
#collection {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
#collection p {
	text-align: left;
}
.productpic {
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 33%;
}
table#retail {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #7D0900;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	text-align: left;
	vertical-align: top;
}
#retail   td {
	padding: .1em;
	border: 1px solid #663333;
}
.indent   {
	text-indent: 2em;
}
#retail tr.accent {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-color: #FFCC99;
	color: #006666;
	line-height: 1.6em;
}
.product {
	float: left;
	width: 100%;
}
