@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: relative;
	}
h1 {
	line-height: .9in;
	vertical-align: middle;
	font-size: 20pt;
	border-bottom: 1px solid #CCC;
	padding-bottom: .1in;
	text-indent: .1in;
	margin-bottom: 0;
	}
h1 img {
	position: absolute;
	top: 0;
	right: .1in;
	}
h2.subheader {
	margin-top: .1in;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .4in;
	}

/* Text Styles */
div#content a {
	color: #A62B24;
	}
div#content a:visited {
	color: #DB6059;
	}
div#content h2 {
	font-size: 16pt;
	}

/* The Great DISPLAY: NONE List */
div#secondarycontent, .button {
	display: none;
	}
	
/* Product Page */
div#productsecondarycontent {
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
	}
div#productcontent {
	float: left;
	width: 350px;
	}
h3.productheader {
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 5px;
	padding-bottom: 0;
	}
.productinfo {
	width: 300px;
	margin-left: 20px;
	}
.productinfo th {
	text-align: left;
	padding: 0 5px 10px 5px;
	vertical-align: top;
	}
.productinfo td {
	padding: 10px 5px;
	vertical-align: top;
	}
#productmenu {
	clear: both;
	margin-top: 50px;
	}
#productmenu .button {
	float: left;
	}
	
/* Catalog */
table.products {
	width: 6in;
	}
table.products td {
	font-size: .85em;
	padding: 3px;
	text-align: center;
	}
table.products td p {
	text-align: left;
	margin: 0;
	padding: 0;
	}
table.products th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #000;
	text-align: left;
	padding: 3px;
	}
table.products td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}
table.products .last {
	border-right: 0;
	}

/* =FOOTER *****/
div#footer {
	border-top: 1px solid #CCC;
	text-align: center;
	font-size: 9pt;
	color: #333333;
	margin-top: .1in;
	padding-top: .1in;
	}
