/*

stylesheet.css for jeepmaine.com

*/

BODY {
  text-align: center;
  color: #000000;
  background: #ae894e;
  margin: 0;

   }

#fixedWidth {
  width: 1000px;
  background: #ffffff;
  color: #000000;
  margin: 10px auto 10px auto;
  text-align: left;
 }


#catMenu {
  text-align:center;
  border-top: 2px solid #ffffff;
  background:#ae894e;}

.headercategorymenu ul { 
  padding:0;
  margin:0;
  overflow: hidden; 
  background: #ae894e; 
  list-style-type:none;
  font-family: arial, helvetica, sans-serif;}
.headercategorymenu li {
  float:none;
  margin:0;
  font-size: 90%;
  display:inline;}
.headercategorymenu a {
  color:#eee; 
  padding: 5px 15px; 
  text-decoration: none;
  float:none;
  background: #ae894e;}
.headercategorymenu a:hover { 
  color:#fff; 
  font-weight: normal; 
  text-decoration: none; 
  background: #795720;}


TR.footer {
  background: #ae894e;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ae894e;
  color: #ffffff;
  font-weight: bold;
}
