body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background-color: #dde6eb;
	background-image: url(images/stripe_16.png);
}
html, body {
	height: 100%;
}
a {
	color: #336699;
}
textarea {
	border: 1px solid #cccccc; /* bizarre ie6 form display bug */
}
#main {
/*	background-image:url(images/background1.gif)*/
	}
#center {
	border: 0px solid black;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 775px;
}
#logo {
/*	background: url(images/header-bg.jpg); */
/*	height: 40px; */
	margin: 0 auto; /* Firefox won't center this div without this line */
}
#logo img, .png {
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 2px;
	float: left;
	border: 0px;
}
#logo div {
	float: right;
}
#header {
	background: url(images/headerbarbg.gif) 0px 0px repeat-x;
	height: 28px;
	border: 0px solid green;
	margin: 0 auto; /* Firefox won't center this div without this line */
}
#header ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 0px solid green;
	float: right;
	font-family: "Tw Cen MT Condensed", "arial narrow", arial, helvetica, sans-serif;
}
#header li {
	background: url(images/header-sep.gif) 0 0 no-repeat;
	float: left;
	height: 28px;
	border: 0px solid red;
	font-size: 1.0em;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 50px;
}
#header li a {
	color: #ffffff;
	text-decoration: none;
}
#content {
	border: 0px solid red;
	background: url(images/leftbar-bg.gif) 6px 0px repeat-y;
}
#leftside {
	border: 0px solid purple;
	margin-left: 6px;
	margin-top: 0px;
	width: 163px;
	float: left;
	display: inline; /* redundant, but ie6 will double the margin width without this line */
}
#buttontitle {
	background: url(images/buttontitle.gif) 0 0 no-repeat;
	width: 100%;
	max-height: 50px;
	height: 50px;
	border-left: 1px solid #b1ccf0;
	border-top: 1px solid #b1ccf0;
	border-right: 1px solid #95bef0;
	border-bottom: 1px solid #95bef0;
	font-family: "Tw Cen MT Condensed", arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}
.buttontitletext {
	position: absolute;
	right: 3px;
	bottom: 2px;
	color: #CE3939;
}
.buttontitletext a {
	color: inherit;
	text-decoration: none;
}
.buttontitletext2 {
	position: absolute;
	color: #FFFFFF;
	right: 1px;
	bottom: 0px;
}
.menutopper {
	width: 100%;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: right;
	white-space: nowrap;
	background-color: #FFFFFF;
	line-height: 5px;
}
.menu, .menuselect {
	width: 100%;
	border-left: 1px solid #e2e8ec;
	border-right: 1px solid #e2e8ec;
	text-align: right;
	white-space: nowrap;
	font-family: "arial narrow", arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}
.menu img, .menuselect img {
	margin-right: 5px;
	margin-left: 5px;
	border: 0px;
}
.menu {
	border-top: 1px dotted #88b5f0;
}
.menu a {
	color: #65A0E9; /* ie6 fix */
	text-decoration: none;
}
.menuordernow {
	width: 100%;
	border-left: 1px solid #e2e8ec;
	border-right: 1px solid #e2e8ec;
	text-align: right;
	white-space: nowrap;
	font-family: "arial narrow", arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #FFF0B7;
}

.menuordernow a {
	color: #65A0E9; /* ie6 fix */
	text-decoration: none;
}
.menuordernow img {
	margin-right: 5px;
	margin-left: 5px;
	border: 0px;
}


.menuselect {
	border-top: 1px dotted #88b5f0;
	background: url(images/menuselect-bg.gif) 0 0 no-repeat;
	position: relative; /* gotta be here for text drop-shad-faux */
	color: #FFFFFF;
}
.menuselect div {
	position: absolute; /* gotta be here for text drop-shad-faux */
	right: 21px;
	bottom: 1px;
}
.menuselect a {
	color: #E10000;
}
.leftboxheader {
/*	background: url(images/leftitemheader-bg.gif) 0 0 repeat-x; */
	background-color: #e2e7ea;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4086da;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	border-left: 1px solid #c9d7e1;
	border-right: 1px solid #a8b4bc;
	border-top: 1px solid #c9d7e1;
	border-bottom: 0px solid #a8b4bc;
	margin-top: 0px;
}
.leftboxheader img {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
.leftbox {
	width: 100%;
	border-left: 1px solid #c9d7e1;
	border-top: 1px solid #a8b4bc;
	border-right: 1px solid #a8b4bc;
	border-bottom: 1px solid #a8b4bc;
	margin-bottom: 5px;
	text-align: center;
}
.leftbox div /* Extra div prevents padding from expanding .leftbox */ {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	border: 0px solid green;
}
.leftbox .text {
	margin: 1px;
	background-color: #f0f5fb;
	border: 1px solid #dce7f3;
	height: 14px;
	width: 150px;
	color: #666666;
	font-size: 0.7em;
}
#rightside {
	border: 0px solid green;
	padding-left: 8px;
	padding-top: 0px;
	float: left;
	width: 586px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	position: relative;
}
#rightside h1 {
	font-size: 1.3em;
	color: #82a6d2;
	margin: 0px;
}
#rightside h2 {
	font-size: 1.1em;
	color: #333333;
	margin: 0px;
}
#rightside img {
	border: 0px;
}
#rightside li {
	margin-top: 1em;
}

#feature {
	border: 0px solid red;
	line-height: 1px;  /* xhtml strict needs this, else unexplained padding shows up below the div's contents */
	position: relative;
	z-index: 1;
}
#featurebuttons {
	margin-top: -112px; /* slides the buttons up from below the featured image */
	z-index: 2;
	left: 0px;
	bottom: 0px;
}
#featurelinks { /* biggest cheat ever 'cause ie6 doesn't know wtf about png transparency, can't align images for shit, and the png trans fix */
	/* just breaks things even more */
					/* this spreads a 1px trans gif across the entire feature div and puts the links where they need to be */
					/* i am not proud of this -bd */
	height: 415px;
	width: 590px;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
}
#pagetitle {
	background: url(images/pagetitle.gif) 0 0 no-repeat;
	width: 100%;
	max-height: 50px;
	height: 80px;
	border: 1px solid #d3e2f7;
	font-family: "Tw Cen MT Condensed", arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #95bef0;
	position: relative;
	letter-spacing: 0.15em;
	line-height: 1.1em;
	margin-bottom: 5px;
}
#pagetitle h1 {
	text-align: center;
}
.titletext {
	border: 0px solid green;
	position: absolute; /*this is the only way get text aligned on the bottom, combined with rel pos on its parent */
	left: 3px;
	bottom: 2px;
}
.linkbox {
	border-left: 1px solid #aaccff;
	border-top: 1px solid #aaccff;
	border-right: 1px solid #aaccff;
	border-bottom: 1px solid #aaccff;
	background: #f2f7ff;
	padding: 10px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	text-align: left;
	width: auto; /* safari ignores this and wraps stuff incorrectly.  One day it will work.  Thanks Apple! */
}
.imgleft {
	float: left;
	margin: 5px 10px 0px 10px;
	padding: 5px;
	background: #f2f7ff;
	border: 1px solid #aaccff;
}
.imgleft img {
	display: block;
}
.linkbox img {
	vertical-align: middle;
	margin-right: 10px;
	border: 1px solid #3366bb;
	float: left;
}
.linkbox div {
	font-size: 1.3em;
	font-weight: bold;
	color: #e16611;
	line-height: 1em;
	padding: 0px;
	margin-bottom: 0.5em;
	text-align: left;
}
.linkbox ul {
	list-style: circle;
	list-style-position: inside;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	border: 0px solid green;
}
.leftimage {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	border: 0px solid green;
}
.leftimage img {
	display: block; /* xhtml img render problem again */
}
tt {
	font-size: 1.2em;
}
#footer {
	border-top: 1px solid #a8b4bc;
	background-color: #f0f8fc;
	background: url(images/footer1.jpg);
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #69779e;
}
#footer a {
	text-decoration: none;
}
#footermain {
	background: url(images/footer2.jpg);
	border-bottom: 1px dotted #a8b4bc;
	height: 22px;
	padding: 5px;
	margin: 0 auto; /* Firefox won't center this div without this line */
	width: 765px;
}
#footerleft {
	text-align: left;
}
#footerright {
	float: right;
	text-align: right;
}
.clear {
	clear: both;
	font-size: 1px;
}
.clearleft {
	clear: left;
	font-size: 1px;
}
.clearright {
	clear: right;
	font-size: 1px;
}
.loginbox {
	font-size: 10px;
}
.titletextindex {
	border: 0px solid green;
	position: absolute; /*this is the only way get text aligned on the bottom, combined with rel pos on its parent */
	left: 3px;
	bottom: 2px;
	letter-spacing: normal;
}
.imgpad {
	margin: 5px;
}
.wrapper {
	width: 586px;
	display: table;
}
.imgpad2 {
	margin: 5px;
	float: right;
	clear: both;
	height: 126px;
	width: 134px;
}
.testimonial1 {
	background-color: #FFFFCC;
	border: 1px solid #D4D0C8;
	padding: 5px;
	color: #000033;
	margin: 15px;
}
.testimonial2 {
	background-color: #FFE6FF;
	border: 1px solid #D4D0C8;
	padding: 5px;
	color: #333333;
	margin: 2px;
}
.testimonial3 {
	background-color: #E4FFD5;
	border: 1px solid #D4D0C8;
	padding: 5px;
	color: #333333;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.testimonial4 {
	background-color: #DDF0FF;
	border: 1px solid #D4D0C8;
	padding: 5px;
	color: #333333;
	margin: 8px;
}
.testimonial5 {
	background-color: #F0E6D2;
	border: 1px solid #D4D0C8;
	padding: 5px;
	color: #333333;
	margin-top: 3px;
	margin-right: 30px;
	margin-bottom: 3px;
	margin-left: 30px;
}
.custname {
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.ordernow {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #3C2900;
	float: right;
	border: 1px solid gold;
	padding: 4px;
	background-color: #FFFFCC;
	text-align: center;
	font-style: italic;
	margin: 6px;
}
.headline1 {
	font-size: 1.3em;
	font-weight: bold;
}
.lowclearance {
	margin-top: 0px;
	text-align: center;
}
acronym {
	font-weight: bold;
	text-decoration: underline;
}
.faqtable {
	font-size: medium;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}
.faqcol1 {
	text-align: right;
	padding: 5px;
}
.faqcol2 {
	text-align: left;
	padding: 5px;
}
.style1 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
.style2 {
	font-size: smaller
}

.style3 {
	font-size: larger;
	font-weight: bold;
}

.pie {
	text-align: center;
	border: 1px solid #bbb;
}
.pie th {
	color: #65A0E9;
	line-height: 1.7em;
	font-size: larger;
	border-bottom: 1px solid #bbb;
}
.pie td {
	vertical-align: top;
	color: #000000;
	padding: 0 5px;
}
.und {
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
.td1 {
	background-color: #FFBBBB;
}
.td2 {
	background-color: #B9EEFF;
}
.td3 {
	background-color: #FFFFCE;
}
.td4 {
	background-color: #D2FFD2;
}
.td5 {
	background-color: #E1E1E1;
}
.td6 {
	background-color: #FFC1FF;
}
.contactright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	float: right;
	text-decoration: underline;
}
