@charset "UTF-8";
/* CSS Document */

body {
	margin: 17px;
	padding: 0;
	background-color: white;
	text-align: center;
	min-width: 1020px;
	color: black;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 90%;
	border-left: 1px solid #cd362e;
	border-right: 1px solid #cd362e;
	padding: 0 17px;
}

/* ---------------------- areas --------------------------- */
#tagline {
	background-color: #efb60a;
	height: 19px;
	text-align: center;
	padding: 8px 0 0 0;
}
#hmimages {
	height: 351px;
}
#hmimages img {
	float: left;
}
#leftimage {
	float: left;
	width: 220px;
}
#hmmaincolumn {
	background-image: url(../images/bkgd-hmcontentarea.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0 0 25px 0;
}
#maincolumn {
	padding: 0 0 25px 0;
}
#hmcontentarea {
	padding: 0 0 0 245px;
	line-height: 1.8em;
}
#contentarea {
	width: 840px;
}
#bottomnav {
	margin: 30px 0 0 0;
	text-align: center;
}

/* ------------------------- nav --------------------------- */
ul#nav {
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #cd362e;
	list-style: none;
	height: 22px;
}
ul#nav li {
	display: block;
	float: left;
	width: 129px;
	height: 22px;
	margin: 0 4px 0 0;
}
#homenav ul#nav li {
	float: right;
	height: 22px;
	margin: 0 0 0 4px;
}
ul#nav li.home {
	background-image: url(../images/btn-home.gif);
}
ul#nav li.home:hover {
	background-image: url(../images/btn-home-over.gif);
}
ul#nav li.products {
	background-image: url(../images/btn-products.gif);
}
ul#nav li.products:hover {
	background-image: url(../images/btn-products-over.gif);
}
ul#nav li.parts {
	background-image: url(../images/btn-parts.gif);
}
ul#nav li.parts:hover {
	background-image: url(../images/btn-parts-over.gif);
}
ul#nav li.about {
	background-image: url(../images/btn-about.gif);
}
ul#nav li.about:hover {
	background-image: url(../images/btn-about-over.gif);
}
ul#nav li.contact {
	background-image: url(../images/btn-contact.gif);
}
ul#nav li.contact:hover {
	background-image: url(../images/btn-contact-over.gif);
}
ul#nav li img {
	border: 0;
	width: 129px;
	height: 22px;
}
ul#nav li.edge {
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin: 0;
}
ul#nav li.edge img {
	width: 340px;
	height: 55px;
}

/* ------------------------- specific page elements ------------------ */
.hmmaincolumnSpacer {
	height: 17px;
}
.maincolumnSpacer {
	height: 8px;
}
.BizStory {
	float: right;
	width: 154px;
	margin: 0 0 10px 25px;
}
.BizStory a img {
	border: 0;
	width: 129px;
	height: 140px;
}
.BizStory a img {
	background-image: url(../images/btn-BizStory.gif);
	background-repeat: no-repeat;
}
.BizStory a img:hover {
	background-image: url(../images/btn-BizStory-over.gif);
	background-repeat: no-repeat;
}

/* ------------------------- html selectors and reusables -------------------------- */
a span {
	display: none;
}
p span {
	color: #cd362e;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 140%;
	text-align: center;
}
h3 {
	border-bottom: 1px solid #cd362e;
	font-size: 120%;
}
h4 {
	margin: 15px 0 -10px 0;
}
ul, ul ul {
	margin: 0 0 0 20px;
	padding: 0;
}
ul li {
	list-style-type: disc;
}
ul ul li {
	list-style-type: circle;
}
.floatright {
	float: right;
	margin: 0 0 10px 20px;
}
.floatleft {
	float: left;
	margin: 0 20px 10px 0;
}
.clearboth {
	clear: both;
	height: 1px;
}
.threecolumn {
	float: left;
	width: 260px;
	margin: 0 20px 0 0;
}
.twocolumn {
	float: left;
	width: 400px;
	margin: 0 20px 0 0;
}
.centered {
	text-align: center;
}
.centeredlarge {
	text-align: center;
	font-size: 130%;
}

/* ---------------------------- contact table -------------------------------- */
.contactTable th {
	font-weight: bold;
	padding: 0 20px 0 0;
	vertical-align: top;
}
.contactTable td {
	vertical-align: top;
}
