* {
   margin: 0px;
   padding: 0px;
   border: 0px;
}

body {
   background: #8CA19C;
   color: #333;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
}

a {
   color: #c0c0c0;
   text-decoration: none;
}

#header {
   background: url('images/header.jpg');
   background-repeat: no-repeat;
   height: 230px;
   text-align: center;
}

#header p {
   font-size: 9px;
   color:#999999;
}

.navigation {
   background: url('images/menu_background.jpg') no-repeat;
   height: 39px;
   padding: 10px 20px 0 20px;
   text-align: center;
   margin: 0 55px 0 55px;
}

.header_button {
   background: url('images/button_bg.gif') center no-repeat;
   text-align: center;
   width: 180px;
   height: 53px;
   padding-top: 20px;
}

.header_button a {
   color: #330066;
   font-size: 14px;
   font-weight: bold;
}

.inventory_click {
   text-align: center;
}

.inventory_click a {
   color: #263C51;
   font-weight: bold;
}

.inventory_click span {
   font-style: italic;
}

.inventory_click a:hover {
   text-decoration: underline;
}

.footprint {
	font-size: 11px;
}

.smprint {
	font-size: 9px;
	margin-left: 20px;
	margin-right: 20px;
	letter-spacing: -1px;
}

#printheader {
   display: none;
}
#main {
   margin: 0 auto;
   width: 1000px;
   text-align: left;
   background: #8CA19C url('images/column_bg.jpg');
   background-repeat: repeat-y;
}
#content {

}
#footer {
   text-align: center;
   padding-top: 40px;
   color: #CCCCCC;
   font-size: 12px;
}
#listings {
   list-style: none;
   margin-left: 47px;
   margin-top: 15px;
}
#listings li {
   float: left;
}

#listings li .main {
   width: 415px;
   padding: 3px;
   margin: 10px;
   height: 180px;
   background: #EEE url('images/l_gradient.gif') repeat-x;
   border: 2px solid #192F54;
   font-size: 14px;
   display: block;
}

#listings li .main:hover {
   border: 2px solid #CCC;
   background: #EEE;
}

#listings li .description {
   padding: 6px;
   display: block;
   color: #555;
   font: 11px/20px Verdana;
}
#listings li .price {
   display: block;
   background: #74728A;
   color: #FFF;
   font-size: 24px;
   font-weight: bold;
   margin-top: 10px;
   float: right;
   width: 220px;
   height: 58px;
   line-height: 58px;
   text-align: center;
   cursor: pointer;
}
#listings li .image {
   float: left;
   color: #A1A1A1;
   width: 185px;
   text-align: center;
   margin-right: 9px;
   display: block;
}
#listings li .image .caption {
   background: #84A6C1;
   color: #EEE;
   font-size: 12px;
   width: 185px;
   height: 38px;
   line-height: 38px;
   display: block;
   margin-top: 3px;
}
#listings li .image a {
   display: inline;
   width: auto;
   height: auto;
}
#listings li img {
   width: 185px;
   height: 139px;
   display: block;
}


.carfax{ padding: 4px; background:#FFFFFF; float:right;}


 /* Drop Down Menu CSS */
   #dropmenudiv {
      position: absolute;
      border: 1px solid black;
      border-bottom-width: 0;
      font: normal 12px Verdana;
      line-height: 18px;
      z-index: 100;
      text-align: left;
      background: #243240;
   }
   #dropmenudiv a {
      width: 100%;
      display: block;
      text-indent: 3px;
      border-bottom: 1px solid black;
      padding: 3px 0;
      text-decoration: none;
      font-weight: bold;
      color: #FFF;
   }
   #dropmenudiv a:hover {
      background-color: #33485D;
   }
 /* End Drop Down Menu CSS */
   .navigation p {
      margin: 0;
      padding-top: 5px;
      color: #AAA;
   }

   .navigation a {
      color: #FFF;
      font-weight: bold;
      text-decoration: none;
      padding: 14px 12px;
      margin: 0 4px;
      font-size: 14px;

   }









#footer {
   font: 18px verdana;
   margin-top: 20px;
   text-align: center;
   margin: 0 100px;
   color: #555;
}

#footer a {
   color: #330066;
   text-decoration: underline;
}

#footer p {
   font: 12px verdana;
}

#footer h4 {
   font: 9px verdana;
   margin-bottom: 9px;
}

#footer h1 {
   font: 26px verdana;
   margin: 30px auto 16px auto;
   border-bottom: 1px solid #CCC;
   padding-bottom: 10px;
}









#listings li a.main:hover {
	border: 2px solid #888;
	border-top: 2px solid #999;
	border-bottom: 2px solid #777;
	background: #FFF;
}
