
body {
	background-color: #2a2d2a;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent {
    width: 788px;
     margin-left: auto;
     margin-right: auto;
     background-color: #fff;

}
#top {
  height: 9px;
  width: 788px;
  margin: 0;
  background-image: url('../images/index_01.gif');
}

#header {
  width: 788px;
  height: 100px;
  background-color: white;
}
#preload {
  height: 1px;
  width: 1px;
  margin: 0;
  background-image: url('../images/manu_07.jpg'); //pre-load image
}


div#middleContent {
    width: 775px;
    background-image: url("../rudysbg.jpg");
    border: 6px double #a9a9a9;

}


div#footer{
    clear:both;
    padding: 0px;
    border: 0;
    height: 9px;
    width: 788px;
    margin: 0;
    background-image: url('..images/index_13.gif');
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	 color: black;
	padding-right: 20px;
	line-height: 17px;
	padding-left: 20px;
	text-align: normal;
	padding-top: 0px;
	padding-bottom: 20px;
	text-indent:25px;
}

h2, h3 {
 text-align: center;
 color: #8E2323;
}



table#coolers, table#freezers {
   border:3px groove #f4a460;

}
caption  {
 text-align: center;
 color: #8E2323;
 font-weight: bold;
 font-size: 1.1em;
 padding-bottom: 10px;
}
 th, td.item,td.nbr  {
  border: 1px solid  #8B4500;
}
tr.odd:hover,tr.even:hover {
    background: white;
}
tr.even  {
    background-color: #B3B3B3;
}
tr.odd {
    background-color: #ccc;
}
tr.head, tr.foot {
    background-color: grey;
}
tr.head {
 font-style: italic;
 font-weight: bold;
}
td.even  {
 text-align: center;
 }
 td.item {
  text-align: justify;
 }
 th  {
  text-align: center;
 }
p {text-indent:15px}



 /* following styles used for drop shadow behind image */
 div.imgholder {
  float:left;
  background: url('../specials/dropshadow.png') no-repeat bottom right;
  /* margin: 10px 7px 0 10px !important; */
  margin: 10px 0 0 5px;
  margin-left: 60px;
 }

 div.imgholder img {
  display: block;
  position: relative;
  background-color: #fff;
  /*border: 5px groove #666;*/
  margin: -3px 5px 5px -3px;
  padding: 2px;
  height: 60px;
  width: 60px;
 }
 #navsite  {
   background-image: url("../rudysbg.jpg");
   text-align:center;
 }
 #navsite p {
  display: none;
 }
 #navsite {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  /* width: 102em;
  border-right: 1px solid #666;*/
  padding: 0;
  margin-bottom: 1em;
  background-color: white;
  color: #333;
 }
 #navsite ul {
  list-style: none;
  margin: 0;
  padding: 0;
 }
 #navsite ul li {
  margin: 0;
  border-top: 1px solid #003;
  text-align: center;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
   display: inline;
 }
 #navsite ul li a {
 /* display: block; */
  padding: 2px 2px 2px 0.5em;
  border-left: 10px solid #369;
  border-right: 1px solid #69c;
  border-bottom: 1px solid #369;
  background-color: #9cafce;
  color: #fff;
  text-decoration: none;
  width: 100%;
 }
 html>body #navsite ul li a {
  width: auto;
 }
 #navsite ul li a:hover {
  border-left: 10px solid #036;
  border-right: 1px solid #69c;
  border-bottom: 1px solid #369;
  background-color: #69f;
  color: #fff;
 }