/*  */
* {margin: 0; padding: 0;}
BODY {
	color: black;
	background: #DAC302 url(/images/plainback.jpg) no-repeat top left fixed;
	font-family: 'Arial',sans-serif;
}
table mainTable {
	width:770px;
	border-width:0;
	text-align:left;
}
td#left {
	width: 158px;
	text-align:right;
	vertical-align:top;
}
td#right {
	width: 612px;
	text-align:left;
	vertical-align:top;
}
h1 {
	font-family: 'Times New Roman','Times',serif;
	font-weight:bold;
	font-size:40px;
	color: #FFFF66;
	padding: 0 0 0 11px;
	letter-spacing: 6px;
}
img {
	border: none;
}
A {
	color: #666600;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
UL {
 margin-left: 100px;
 font-size: 11px;
}
div#login {
	text-align:right;
	color: #666600;
	font-size:9px;
	font-style:normal;
	padding: 3px 5px 0 0;
	font-family: 'Arial',sans-serif;
}
div#login A {
	color: #666600;
	font-style: normal;
	text-decoration:none;
}
div#login A:hover {
	text-decoration:underline;
}
div#maincontent {
	background: #F0E83F url(/images/tdback.jpg) no-repeat top left fixed;
	padding-bottom:10px;
}
div#maincontent p {
	font-family: 'Arial',sans-serif;
	font-size:10px;
	line-height:20px;
	padding: 0 35px 15px 35px;
	text-align:justify;
}
div.imagefloatl {
	float: left;
	margin: 10px 20px;
	background-color: #f7f14d;
	border: solid #d7d249;
	border-width: 2px  2px 2px 7px;
	padding: 5px;
	color: #666600;
	text-align: center;
	font: normal 11px "Arial";
	margin-right: 7px;
}
div.imagefloatr {
	float: right;
	margin: 10px 20px;
	background-color: #f7f14d;
	border: solid #d7d249;
	border-width: 2px  7px 2px 2px;
	padding: 5px;
	color: #666600;
	text-align: center;
	font: normal 11px "Arial";
	margin-left: 7px;
}
div#menu {
	background: #F0E83F url(/images/tdback.jpg) no-repeat top left fixed;
	margin: 0 11px 0 8px;
	font-size: 11px;
	font-family: "Arial",sans-serif;
	padding: 15px 0;
}
div#menu A {
	color: #666600;
	text-decoration: none;
	display: block;
	padding: 5px 20px 5px 5px;
	margin: 0;
	letter-spacing: 2px;
}
div#menu A:hover {
	color: #666600;
	background-color: #FFFF66;
	border-right: 5px solid #A69505;
	padding-right: 10px;
}
div#menulabel {
	font-family: 'Times New Roman','Times',serif;
	font-weight:bold;
	font-size:30px;
	color: #FFFF66;
	text-align:center;
	padding-top:10px;
	margin-left: 10px;
	letter-spacing:4px;
}
div#bottomnav {
	font-family: 'Arial',sans-serif;
	color: #666600;
	font-size:9px;
	text-align:center;
	padding-top: 15px;
}
div#bottomnav A {
	color: #666600;
	text-decoration:none;
}
div#bottomnav A:hover {
	text-decoration:underline;
}
div#footerinfo {
	font-family: "Arial",sans-serif;
	font-size:9px;
	color: #A69505;
	text-align:center;
	padding-bottom: 10px;
	padding-top:5px;
}
div#footerinfo A {
	color: #A69505;
}
/* CATALOG STUFF */
h4 {
	clear: both;
	font-weight: bold;
	font-size: 16px;
	color: #666600;
	text-align: center;
	padding: 7px;
	padding-top: 20px;
}	
table.items {
	margin: 5px;
	font-family: inherit;
	font-size: 11px;
	width: 60%;
	border: none;
	padding: 0;
	width: 60%;
}
table.items td {
	padding: 4px;
}
td.colHead {
	font-weight: bold;
	background-color: #f7f14d;
	font-size: 11px;
	height: 1px;
	padding: 5px;
	color: #DAC302;
}
td.itemNo {
	font-size: 9px;
	font-weight: bold;
	border: dashed #A69505;
	border-width: 0 0 1px 0;
}
td.itemDesc {
	border: dashed #A69505;
	border-width: 0 0 1px 0;
	height: 1px;
}
td.itemPrice {
	font-weight: bold;
	border: dashed #A69505;
	border-width: 0 0 1px 0;
}
td.itemPic {
	width: 1px;
	text-align: right;
	padding-left: 7px;
}
/* FAQ */
OL#faqQuestion {
	margin: 25px 50px;
}
OL#faqQuestion LI {
	color: #666600;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
}
UL#faq {
	margin-left: 75px;
}
UL#faq LI {
	font-size: 12px;
}