body {
  margin: 0;
  padding: 0;
  font-family: Sans-serif;
  overflow-y: hidden ! important; overflow-x: auto ! important;
}

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

a:hover {
  /* text-decoration: underline; */
}

#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 10pt;
  color: #e80000; 
  /* line-height: 1; */
}

/* #nav > a { */
  /* display: block; */
  /* width: 100%; */
  /* width: 10em; */
  /* margin-left: 10px; */
/* } */

#nav a {
  display: block;
  /* margin-left: 10px; */
}


#nav li { /* all list items */
  display: block; 
  padding: 4px 0 4px 0;
  float: left; 
  width: 12.5%;
  /* width: 12%; */
  /* width: 10em; /* width needed or else Opera goes nuts */ */
}

#nav li a {
  text-align: center;
}

li.subnav {
  display: block;
  float: left;
  clear: left;
  width: 12em; 
}

#nav li ul { /* second-level lists */
  position: absolute;
  background: #fff;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  border: 1px solid black;
  margin-top: 4px;

}

#nav li ul li a {
  display: block;
  width: 10em; 
  text-align: left;
  padding: 0 0 0 4px;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

#header {
  /* border-bottom: 1px solid black; */
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}

#header h1 {
  width: 549px;
  height: 50px;
  background-image: url("images/logo.png");
  text-indent: -500px;
  /* margin-left: 10px;  */
  /* margin-top: 20px;  */
  /* margin-bottom: 20px;  */
  margin: 20px 0 0 10px;
  padding: 0;
}

#sale_animation {
  float: left;
  width: 500px;
  height: 341px;
  background-image: url("images/sale.jpg");
  background-repeat: no-repeat;
}

#sale_text1 {
  font-size: 28pt;
  font-weight: bold;
  width: 100%;
  margin-top: 200px;
  padding:0;
}

#top {
  position: relative;
  top: 0;
  left: 0;
  color: white;
  z-index: 3;
}

#bottom {
  position: relative;
  left: -2px;
  top: -41px;
  color: black;
}
#maincontain {
height: 100%;
width: 100%;
}

#iframecontain {
width: 100%;
height: 80%;
}


#main_iframe {
  border:none; 
  height: 93%;
  width: 100%;
  border-top: 1px solid black;
}


#adcontainer {
height: 20%;
width: 100%;
position: absolute;
}

div.bing {
text-align: center;
width: 100%;

}

html,body {
  height: 100%;
}
