* {
  box-sizing: border-box;
  border-radius: 25px;
}
a:hover {
  z-index: 1;
  color: white;
}

#mainlinks:hover {
  color: blue;
}
.buttontext1:after {
  padding-left: 6vw;
  content:'Home';
}
.buttontext2 span {
  display: none;
}
.buttontext2:after {
  content:'Products Serviced';
  padding-left: .5vw;
}
.buttontext3 span {
  display: none;
}
.buttontext3:after {
  content:'Shipping/Map';
  padding-left: 2vw;
}
.buttontext4 span {
  display: none;
}
.buttontext4:after {
  content:'Special Offers';
  padding-left: 2vw;
}
.buttontext5 span {
  display: none;
}
.buttontext5:after {
  content:'Contact Us';
  padding-left: 2vw;
}
.container {
  overflow: hidden;
  position: relative;
  zmargin: 0px;
}
body {
  background-color: #01557C;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 80%
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.centertabletext {
  text-align: center;
  font-weight: bold;
}
header {
  background-color: #fea40d;
  display: block;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
#topbody {
  background-color: #FFFF00;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 !important;
}
p {
    color:black;
    font-size: 1.2vw;
    margin: 0;
}
h1 {
    margin:0;
    font-size: 1.5vw;
    background: url('../images/biglogo.jpg') center no-repeat;
    background-size: 100% 120%;
    background-color: #ffff00;
    border-radius: 0 !important;
}
h2 {
    margin:0;
    background-color: #777777;
    color:white;
    font-size: 1vw;
    border-color: #777777;
    border-style: solid;
    border-width: 5px;
    border-radius: 0 !important;
}
h3 {
    margin:0;
    background-color: #777777;
    color:white;
    font-size: 12px;
    border-color: #777777;
    border-style: solid;
    border-width: 5px;
    border-radius: 0 !important;
}
ul {
  list-style-type: none; 
  margin: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 0 !important;
  background: url('../images/menubackground.jpg')left repeat;
  background-size: 1.18vw;
}
li {
  float: left;
  position: relative;
  left: 0;
  width: 20%;
  border-radius: 0 !important;
}
li a {
  display: block;
  color: black;
  text-align: left;
  font-size: 1.4vw;
  font-weight: bold;
  padding-top: 5%;
  padding-bottom: 5%;
  text-decoration: none;
  border-radius: 0 !important;
  background: url('../images/emenu.jpg')right no-repeat;
  background-size: 2vw;
}
/*li a:hover {
  background-color: #ffff00;
} */
.column100 {
  background-color:#FFFFFF;
  float: left;
  width: 100%;
  height: 100%;
  border-color: #977777;
  border-style: solid;
  border-width: 1px;
  padding: 20px;   
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  border-radius: 0 !important;
}
.column65 {
  background-color:#FFFFFF;
  float: left;
  width: 60%;
  height: 100%;
  border-color: #977777;
  border-style: solid;
  border-width: 1px;
  padding: 20px;   
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  border-radius: 0 !important;
}
.column35 {
  background-color:#FFFFFF;
  float: left;
  width: 40%;
  height: 100%;
  border-color: #977777;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  border-radius: 0 !important;
}
.column50 {
  background-color:#FFFFFF;
  float: left;
  width: 50%;
  height: 100%;
  border-color: #977777;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  border-radius: 0 !important;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
table {
  width: 50%;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 1vw;
  border-radius: 0 !important;
}
tr:nth-child(even) {
  background-color:#f0f0f0;
  border-radius: 0 !important;
}
tr:nth-child(odd) {
  border-radius: 0 !important;
}
th:nth-child(odd),td:nth-child(odd) {
  border-radius: 0 !important;
}
th:nth-child(even),td:nth-child(even) {
  background-color:#f0f0f0;
  border-radius: 0 !important;
}
#right {
  border-radius: 0 !important;
  width: 55%;
  height: 4vw;
  position: absolute;
  right: 10%;
  margin-top: -3%;
  background: url('../images/menubackground.jpg')left repeat;
  background-size: 1.9vw;
  clip-path: polygon(40% 0%,100% 0%,100% 100%,50% 100%);
}
#bbbtvad {
  background: url('../images/bbb.png')top right no-repeat;
  background-size: 30%;
  
}
