﻿#wrapper {
	text-align: center;
	background: #808080;
	padding: 1px 2px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	background: #000000;
}
#banner {
	background: #000000 url('../images/ppeheader3.gif') no-repeat center;
	position: relative;
	top: 0px;
	width: 98%;
	height: 150px;
	z-index: 2;
	left: 1%;
}
#banner h1 {
	color: #FFFFFF;
	text-align: center;
}
#content {
	background: #000000;
	position: relative;
	left: 1%; /*	top: 30px;  */;
	width: 98%;
	z-index: 2;
	color: white;
	float: left;
}
.column {position:absolute; top:5px; border:1px solid #a00;} 
#a {left:0; width:224px; text-align:left} 
#b {left:225px; width:10px;} 
#c {left:202px; width:150px;} 
#d {left:673px; width:10px;} 
#e {left:684px; width:160px;}
#content table {
	color: white;
	margin-left:auto;
	margin-right:auto;
	border:1;
	border-color:gray;
}
#content th {
	color:red;
	font-size:x-large;
}
#customerFeature {
	border: medium;
	border-color:silver;
	border-style:ridge;
	z-index: 10;
	padding:1px;
	background-color:gray;
	display:inline-table;

}
#customerFeature h2{
	color:yellow
}
#content h1 {
	color:red
}
.custlocation {
	font-size:x-small;
}
.johndeere {
	color: #339900;
	text-align: left;
}
.ih {
	color: red;
	text-align: left;
}
.ford {
	color: #3333FF;
	text-align: left;
}
.allis {
	color: #ff9933;
	text-align: left;
}
.case {
	color: yellow;
	text-align: left;
}
.style32 {
	color: #999999;
	text-align: left;
}
.description {
	color: #FFFFFF;
	font-weight: normal;
}
.price {
	text-align:right;
}
.style39 {
	color: #990033;
}
.style40 {
	color: #990033;
	font-weight: normal;
}
.style41 {
	color: #FFFFFF;
}
.style42 {
	color: #990033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.kitinc {
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.style47 {
	color: #CCCCCC;
}
.style48 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.notes {
	color: #FF9900;
}
.redcentered {
	color: red;
	text-align: center;
}
.style50 {
	color: #006699;
}
.style51 {
	font-weight: bold;
}
.style52 {
	font-weight: bold;
}
.style54 {
	color: #999999;
	font-weight: bold;
}
.style56 {
	font-size: small;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}

.partnum {
	color: red;
	vertical-align: middle;
}
#footer {
	width: 98%;
	z-index: 4;
	left: 1%;
	clear: both;
	text-align:center;
}
#footer address {
	font-style: italic;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: red;
	font-size: x-small;
}
#footer strong {
	color: yellow;
	font-size: x-large;
}
/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */
/* Begin CSS Popout Menu */
#menu {
	position: relative; /*	height: 63px;    */;
	top: 0px;
	margin: 0px auto 0px auto;
	width: 900px;
	background-color: black;
	z-index: 5;
}
#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}
#menu h2 {
	color: #fff;
	background: silver;
	text-transform: uppercase;
}
#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}
#menu a:hover {
	color: #a00;
	background: #fff;
}
#menu a:active {
	color: #060;
	background: #ccc;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 11em;
}
#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
}
#menu ul ul ul {
	top: 0;
	left: 100%;
}
/* Begin non-anchor hover selectors */
/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */
div#menu h3:hover {
	background: #000 url(http://mathismovers.com/images/expand3.gif) no-repeat -999px -9999px;
}
div#menu li:hover {
	cursor: pointer;
	z-index: 100;
}
div#menu li:hover ul ul, div#menu li li:hover ul ul, div#menu li li li:hover ul ul, div#menu li li li li:hover ul ul {
	display: none;
}
div#menu li:hover ul, div#menu li li:hover ul, div#menu li li li:hover ul, div#menu li li li li:hover ul {
	display: block;
}
/* End of non-anchor hover selectors */
/* Styling for Expand */
#menu a.x, #menu a.x:visited {
	font-weight: normal;
	color: #000;
	background: #eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}
#menu a.x:hover {
	color: #fff;
	background: #000;
}
#menu a.x:active {
	color: #060;
	background: #ccc;
}
/* End CSS Popout Menu */
