/* Cascading Style Sheet - motorwest */
/* $Id: basic.css,v 1.2 2006/07/25 11:39:35 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	behavior: url("/csshover.htc"); /* WinIE behavior call */
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
}

h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5, h6 { font-size: 11px; }

h2.homemedium {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #29762e;
	text-transform: uppercase;
}

h2.homesmall, h3.small {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #000;
}




/* ******************************************************************************* */
/* text blocks */

p, blockquote, ul, ol, dt, dd, dl {
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
}

p.homesmall {
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0 10px 10px 0;
	color: #000;
}

p.footer {
        text-align: center;
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: normal;
        font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
}

ul {
	list-style-image: url("/images/li.gif");
	margin: 0 0 0 15px;
	padding: 0;
}

li {
	margin: 0 0 8px 0;
	padding: 0;
}

.soldstrike {
	text-decoration: line-through;
}

.soldred {
	color: #f00;
}

/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

img.slides {
	border-width: 1px;
}

hr {
	background-color: #ccc;
	height: 2px;
	border: 0;
}

acronym, abbr {
	border-width: 0;
}

#backlinkholder {
	text-align: left;
	margin: 0 0 20px 10px;
}

#backlinkholder a, #backlinkholder a:link, #backlinkholder a:visited {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}


/* ******************************************************************************* */
/* links */ 

a:link {
	color: #297630;
	text-decoration: underline;
}

a:visited {
	color: #336633;
	text-decoration: underline;
}

a:hover {
	color: #339933;
	text-decoration: underline;
}

a:active {
	color: #339933;
	text-decoration: none;
}

#navhoriz a.active {
	background-color: #424242;
}


/* ******************************************************************************* */
/* left navigation links */ 

a.navleft:link {
	color: #fff;
	text-decoration: none;
}

a.navleft:visited {
	color: #fff;
	text-decoration: none;
}

a.navleft:hover {
	color: #fff;
	text-decoration: none;
}

a.navleft:active {
	color: #fff;
	text-decoration: none;
}


/* ******************************************************************************* */
/* footer navigation links */ 

a.footer:link {
	color: #297630;
	text-decoration: none;
	font-weight: bold;
}

a.footer:visited {
	color: #336633;
	text-decoration: none;
	font-weight: bold;
}

a.footer:hover {
	color: #339933;
	text-decoration: none;
	font-weight: bold;
}

a.footer:active {
	color: #339933;
	text-decoration: none;
	font-weight: bold;
}

