body  { 
   behavior: url("csshover3.htc");
   background-color:  #bbbbcc;
   margin: 0;
   padding: 0;
}

div#toplines {
  font-size: 18pt;
  font-family: Verdana, impact, sans-serif;
  height: 140px;
  margin: 0;
  padding: 30px;
  background-image: url(city.PNG);
  background-color: #ccccff;
  color: #FFFFFF;
  text-align: right;

}

div#toplines h1 {
  text-align: center;
   font-family: Verdana, impact, sans-serif;
}

div#menuline {
  width: 1200px;
  height: 40px;
  background-image: url(bar.bmp);
  background-Repeat: repeat;
}

div.menuitem {
   float: left;
   height: 40px;
   font-size: 10pt;
   font-family: Verdana, impact, sans-serif;
   padding-top: 12px;
   padding-left: 8px;
}

div.menuitem:hover {
  color: #0000bb;
   font-weight: bold;
   font-size: 12pt;
}

div.contactinfo {
  width: 100%;
  font-size: 8pt;
  text-align: center;
}

div.product {
 padding-left: 10px;
}


div.product h3 {
  color: #000088;
   font-family: Verdana, impact, sans-serif;
}

div.product h3:hover {
   font-weight: bold;
   color: #0000cc;
}

div.prodinfo {
   display: none;
   padding-left: 5px;
}

div#infoStuff {
   position: absolute;
   top: 240px;
   left: 400px;
   width: 45%;
}

div#blog {
  position: relative;
  top: 20px;
  left: 30px;
}
