body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
div#body {
	width: 742px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: black;
	background: white url(../images/pageback.png) repeat-y center top;
}
div#top {
	height: 22px;
	color: black;
	background: white url(../images/pagetop.jpg) no-repeat center bottom;
}
div#popcontainer {
	padding: 10px;
	text-align: left;
}

/****************************************************************************/
/* CONTENT
/****************************************************************************/
div#content {
	padding: 0 40px;
	color: black;
}

h1 {
	font-size: 19pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 {
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0;
}

/* lists */
ul {
	margin: 15px 25px 5px 60px;
	padding: 0;
}
li { margin-bottom: 10px; }
ul.orderli { list-style-type: disc; margin-left: 16%; color: #800000;}
ul.orderli li { margin-left: 20px; color: black; }

hr {
	margin: 10px;
	color: black;
	background-color: black;
	border: none;
}
p { margin: 15px 0; }

a img { border: none; }

/* text formatting */
.smaller { font-size: 8pt; }
.bigger { font-size: 12pt; }
.centered { text-align: center; }
.indented { margin-left: 2em; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }
.italic { font-style: italic; }

.red, .red2, .brown { color: #c00; }
.black { color: black; }
.back-yellow { background: yellow; }

/* borders */
.border-orange {
	padding: 20px;
	border: 1px solid #ffa000;
	margin: 20px;
}

/* forms */
form { margin: 0; } /* ie needs this */
input.bordered, select.bordered, textarea.bordered {
	color: black;
	background-color: #e0e0e0;
	border: 1px solid black;
	margin-top: 1px;
}

/* affiliate form */
table.affiliateform td { padding: 2px; }
table.affiliateform td.first   { text-align: right; font-weight: bold; vertical-align: top; width: 40%; }
table.affiliateform td.second  { padding-left: 10px; vertical-align: top; }
table.affiliateform input.bordered,textarea { background: #e0e0e0; border: 1px solid black; }
table.affiliateform input.bordered {width: 200px;}
table.affiliateform input.short { width:100px; }

/* refer form */
table.referform { margin-right: 10%; width:70%;  }
table.referform td { font-size: 8pt; padding:0; }
table.referform td.first { text-align: right; padding-right: 1ex; }
table.referform th { font-size: 10pt; font-weight: normal; text-align: left; padding-left: 40px; }
table.referform hr { height: 0px; width: 80%; margin: 5px auto; }
table.referform input { font-size: 8pt; border: 1px solid black; background: #ddd; }

/* speaker phone */
table.speakerphone td.first   { text-align: right; font-weight: bold; vertical-align: top; width: 40%; }
table.speakerphone td.second  { padding-left: 6px; vertical-align: top; }
table.speakerphone td.second input { background: #e0e0e0; border: 1px solid black; }
table.speakerphone select { background: #e0e0e0; border: 1px solid black; }

/* news letter box */
table.newslettertbl td.first { width: 120px; text-align: right; padding-right: 5px; }
table.newslettertbl td.second { width: 300px; }

/* contact form */
table.contact td { padding: 2px; }
table.contact td.first { text-align: right; font-weight: bold; vertical-align: top; width: 40%; }
table.contact td.second { padding-left: 10px; vertical-align: top; }
table.contact td.second input { color: black; background: #e0e0e0; border: 1px solid black; }
table.contact select { color: black; background: #e0e0e0; border: 1px solid black; }
table.contact textarea { color: black; background: #e0e0e0; border: 1px solid black; }

/* two tables on order form */
table.order1 { width: 90%; border: 1px solid #000099; margin-top: 5px; margin-bottom: 5px;}
table.order1 td { padding-left: 10px;}
table.order1 h3 { text-align: left; margin: 10px; font-size: 10pt; }
table.order1 td.numberpart { width: 30%; color: #800000; font-weight: bold; vertical-align: top; }

/* order form table */
table.orderform { border: 1px solid #000099; width: 70%; margin: 15px auto;}
table.orderform th { background: #000099; color: white; margin:0; padding:0; font-size: 12px; font-weight:bold; text-align:left; padding: 2px;}
table.orderform td { padding-left: 10px;  }
table.orderform td.toppad { padding-top: 10px;  }
table.orderform td.bottompad { padding-bottom: 10px;  }

table.yellowback { background-color: #ffc; }
table.doubleborder { border: 3px double black; }
table.colorBorder2 {border: 1px solid #FF9900; }
table.thickbordered { border: 2px solid black; }
table.nicepadded td { padding: 10px; }
table.midwidth { width: 70%; }

/* breadcrumbs */
p#breadcrumb {
	font-size: 8pt;
	color: #999;
	background-color: white;
}
p#breadcrumb a, p#breadcrumb a:visited {
	color: #999;
	background-color: white;
}

/****************************************************************************/
/* FOOTER
/****************************************************************************/
div#footer {
	text-align: center;
	font-size: 8pt;
	padding: 0 40px;
	color: black;
}
div#footer a, div#footer a:visited {
	color: black;
	background-color: white;
}

div#bottom {
	height: 14px;
	color: black;
	background: white url(../images/pagebottom.png) no-repeat center top;
}
