




/* -------------- standard tags for basic/global functionality -------------- */
/* begin */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0;
	border: 0;
}
ol,
ul, 
dl, 
dd {
	position: relative;
}



#createdBy {
	display: none;
}



.colHalf {
/* see .COLHALF below */
}


.note {
	/* see span.NOTE below */
}

.indentBoth {
	margin-left: 20px;
	margin-right: 20px;
}
.fileDetails {
	font-size: 10px;
	color: #555;
}
.hidden {
	display: none;
}
.warning {
	color: red;
}

.ERROR {
	display: none;    /* prevents flagged ERRORs from being visible on front end */
	color: #FF00FF;
	background: #FFEEFF;
}



.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}





/* -------------- basic parts -------------- */
/* begin */


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-family: Tahoma, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	text-align: center; */
	color: black;
}


h1 {
	padding: 0;
	color: #e2d54a;    /* yellow */
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
h2 {
	color: #fffac4;    /* cream */
	font-weight: normal;
	padding: 0;
	font-size: 16px;
}
h3 {
	color: #fffac4;    /* cream */
	padding: 0;
	font-size: 12px;
}
h4 {
	padding-top: 0;
}
h5 {
	padding-top: 0;
}
h6 {
	padding-top: 0;
}
p,
.pod ol,
.pod ul {
	padding: 0 0 10px;
}

dl {
	margin-bottom: 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
}
blockquote {
	margin: 0 20px 0; 
}
form {
	display: inline;
}




a:link, 
a:visited {
	text-decoration: none;
	color: white;
}
a:hover, 
a:active {
	color: #e2d54a;    /* yellow */
	text-decoration: underline;
}




#page {
	position: relative;
	width: 764px;
	margin: 10px 0 0;
	text-align: left;
/*	height: 1%;    /* for IE6 */
	background: white;
}



#oilSpecs {
	position:absolute;
	top: 140px;
	left: 25px;
	width: 220px;
	text-align: right;
	line-height: 18px;
	color: white;
}
	#oilSpecs b {
		color: #e2d54a;    /* yellow */
		text-transform: uppercase;
	}


#products {
}
	#products h2 {
		font-size: 10px;
		text-transform: uppercase;
		margin: 0;
		padding: 6px 0;
	}
	#products h3 {
		font-size: 12px;
		padding-bottom: 10px;
		text-transform: uppercase;
	}
	#products td {
		text-align: center;
	}
		#products td.product {
			height: 114px;
			padding: 6px 4px;
		}



td.footer {
	border: 0px solid red;
	background: white;
	text-transform: uppercase;
	font-size: 10px;
}
	
	td.footer a:link, 
	td.footer a:visited {
		text-decoration: none;
		color: #005669;    /* blue */
	}
	td.footer a:hover, 
	td.footer a:active {
		color: #e2d54a;    /* yellow */
	}
	td.footer h3 {
		color: #005669;    /* blue */
		padding: 0;
		margin: 0;
	}
	td.footer p {
		padding: 0;
		margin: 0;
	}


/* end */
