/* CSS Document */

/* One and Five LLC CSS Style Sheet, Copywrite 2007
Orange = #FF8C18
Green = #ADC513
Light Green = #E9EFC0
*/

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 4px;
	padding: 6px;
	text-align: center;
	}

.maintable {
	background: #ffffff;
	border: 1px solid #406AA5;
	width: 600px;
	/*margin: 0px;*/
	margin-left:auto;
	margin-right:auto;
	padding: 3px;
	}

.titlecell {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	}

.hmenu {
	/*table-layout: auto;
	width: 100%;*/
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.0em;
	font-weight: bold;
	white-space: pre;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	display: block;
	}

.hmenu a {
	display: block;
	}

.hmenu td {
	text-align: center;
	vertical-align: top;
	color: #0000cc;
	}

.hmenu a:link, .hmenu a:visited {
	text-decoration: none;
	color: #666666;
	}

.hmenu a:hover, .hmenu a:active, .hmenu a:focUs {
	color: #0000cc;
	text-decoration: none;
	}

.contenttable {
	background: #dadada;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	width: 100%;
	border: solid #666666 1px;
	padding: 4px;
	}

.contenttable a:link, .contenttable a:visited {
	text-decoration: none;
	color: #666666;
	}

.contenttable a:hover, .contenttable a:active, .contenttable a:focus {
	text-decoration: underline;
	color: #1E4C99;
	}

.pagetitle {
	text-align: left;
	color: #0000cc;
	font-size: 1.2em;
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	}

.pagetext {
	text-align: left;
	vertical-align: top;
	color: #333333;
	font-size: 1.0em;
	font-family: Arial, Helvetica, san-serif;
	font-weight: normal;
	}
	
.ordertable {
	table-layout: auto;
	width: 500px;
	background: #ffffff;
	border: 1px solid #666666;
	padding: 3px;
	}

.ordertext {
	text-align: right;
	vertical-align: top;
	font-size: .75em;
	font-family: Arial, Helvetica, san-serif;
	color: #333333;
	}

.orderquantity {
	text-align: left;
	vertical-align: top;
	width: 20px;
	font-size: .75em;
	font-family: Arial, Helvetica, san-serif;
	background: #cccccc;
	color: #333333;
	border: 1px solid #000000;
	}

.orderfield {
	text-align: left;
	vertical-align: top;
	width: 100px;
	font-size: .75em;
	font-family: Arial, Helvetica, san-serif;
	background: #cccccc;
	color: #333333;
	border: 1px solid #000000;
	}

.orderfield a:focus {
	background: #ffffff;
	}

.ordercomment {
	text-align: left;
	vertical-align: top;
	width: 150px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, san-serif;
	color: #666666;
	background: #cccccc;
	border: 1px solid #000000;
	}
	
.contacttable {
	table-layout: auto;
	background: #ffffff;
	border: 1px solid #666666;
	padding: 3px;
	}

.contacttext {
	text-align: right;
	vertical-align: top;
	font-size: .75em;
	font-family: Arial, Helvetica, san-serif;
	color: #333333;
	}

.contactfield {
	text-align: left;
	vertical-align: top;
	width: 150px;
	font-size: .75em;
	font-family: Arial, Helvetica, san-serif;
	background: #cccccc;
	color: #333333;
	border: 1px solid #000000;
	}

.contactfield a:focus {
	background: #E9EFC0;
	}

.contactcomment {
	text-align: left;
	vertical-align: top;
	width: 150px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, san-serif;
	color: #666666;
	background: #cccccc;
	border: 1px solid #000000;
	}

.copyright {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	}

