FORM, BODY {
	SCROLLBAR-FACE-COLOR: #666600;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCC00;
	SCROLLBAR-SHADOW-COLOR: #CCCC00;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #666600;
	scrollbar-dark-shadow-color: white;
	scrollbar-3d-light-color: #C0C0C0
	}

A:
	background: #000000;
{cursor: pointer}

/*A:link {color: #339966;
text-decoration: none}

A:visited {color: #339966;
text-decoration: none}
*/
A:active {
	color: #339966;
	text-decoration: none;
}

A:hover {
	color: #339966;
	text-decoration: underline;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: normal;
	font-weight: normal;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.log1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
}
.log2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.productorsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* added by sarah20070726 */
/* nice form border */

fieldset {
	border: 1px solid #666600;
	width: auto;
}

legend {
	color: #000000;
	background: #CCCC00;
	border: 1px solid #666600;
	padding: 2px 6px
}

/* product table via css */

DIV.base-layer {
  	background: transparent;
  	border: 0px;
	color: #000000;
  	margin: 0.5em 12px 0.5em 12px;
	padding: 0;
	text-align: center;
	width: auto;
}

DIV.table-row {
 	background: transparent;
	border: none;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	text-align: center;
	width: auto;
}

DIV.big-container {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 22%;
}

DIV.small-container {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 5%;
}

/* Watch out for this DIV... rule, it appears every now and then */

DIV.space-line {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
}

/* Some rules for captions, headers and running text */

H5.colhdr {
	background: transparent;
	border: solid #666600 1px;
	color: #993333;
	font-family: sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0.3em 0.3em 0 0.3em;
	text-align: center;
	width: auto;
}

P.text {
	border: solid #666600 1px;
	margin: 0;
	padding: 0.3em 0.3em 0 0.3em;
	font-style: normal;
	font-size: 1em;
	/*text-align: center;*/
	text-indent: 0;
	width: auto;
}

/* email order form table via css */

DIV.form-table-row {
	text-align: left;
	width: 100%;
}

DIV.form-text {
	border: 0px;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	height: 50;
}

DIV.form-text p.form-text{
	padding-bottom: 5px;
}

DIV.form-text p.form-text-note{
	font-weight: bold;
	color: red;
}

DIV.form-field {
	border: none;
	float: left;
	margin: 0px;
	padding: 0;
	width: 50%;
	height: 50;
}

P.form-text {
	border: solid #666600 0px;
	margin: 0;
	padding: 5px;
	font-style: normal;
	font-size: 1em;
	/*text-align: center;*/
	text-indent: 0;
	width: auto;
}

P.note {
	color: red;
	font-weight: bold;
}

P.note-text {
	text-align: center;
	font-weight: bold;
}

DIV.header-table-row {
	text-align: left;
	width: 100%;
	overflow: hidden;
	position:relative;
	height:75px;
}

DIV.header-row-left {
	border: none;
	position:absolute;
	top:5px;
	text-align: left;
}

DIV.header-row-right {
	border: none;
	position:absolute;
	top:0px;
	left:400px;
	right: 1px;
	float:right;
	display:block;
	height:70px;
	min-width:700px;
	text-align: right;
}