/*---------------------------------
* EEcushman.com
*
* (c) copyright 2004-2006 Ed Evans Cushman Products, Inc.
*
-----*/


#forsale_eagle_specs {

 font-family: verdana, Geneva, Arial, san-serif;
 font-size: 90%;


}

#conversion_kit_specs {

 font-family: verdana, Geneva, Arial, san-serif;
 font-size: 80%;


}


#air_filters {

margin-bottom: -16px;
/*padding-bottom: 5px;*/


}

#filter_desc {
 font-family: verdana, Geneva, Arial, san-serif;
 font-size: 80%;
 font-weight: bolder;
 margin-top: 8px;
 padding: none;
 color: black;

}

body {
  color: black;
  background-color: #000000;
  background-image:  url(images/backround2.gif);
  background-position: top left;
  background-repeat: repeat-x;
}

/* ditch background image on entrypage */
#entrypage {
  background-color: #FFFFFF;
  background-image:  none;
}


p, blockquote {
 font-family: verdana, Geneva, Arial, san-serif;
 color: black;
 font-size: 80%;
 margin-right:10px;
 text-align:center;

}

h1 {
 font-family: verdana, Geneva, Arial, san-serif;
 color: black;
 font-size: 150%;
 text-align: center;
}

h2 {
 font-family: verdana, Geneva, Arial, san-serif;
 color: black;
 font-size: 120%;
 text-align: center;
}

#navbar li {
	list-style-type: none;
	font-size: 75%;
	margin-left: -30px;
}

#navbar a { /* define general characteristics of the "navbar" buttons */
	display: block;
	width: 13em;
	border-style: solid;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding: 2px;
	color: #000000;
}


#navbar a { /* borders and colors for the non-hover state */
	border-width:  1px  2px  2px  1px; /* top, right, bottom, left */
	border-color: white; /* top, right, bottom, left */
	background-color: white;
	color: #000000;
}

#navbar a:hover { /* borders and colors for the a:hover state */
	border-width:  2px  1px  1px  2px; /* top, right, bottom, left */
	border-color: white; /* top, right, bottom, left */
	background-color: white; /* darker background (button face) */
	color: #ff8c00; /* darker text */
}

#footer {
/*
  border-top: dashed;
  border-top-width: thin;
  border-width 1px 0px 0px 0px;
*/
  border-color: black;
  font-size:           80%;
  text-align:          center;
  line-height:         normal;
  margin-top:          40px;
}

