@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  border: none;
}
body {
  font-family: "Myriad Pro", Myriad, Arial, serif;
}
#vertCenter {
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
#container {
  position: absolute;
  top: -300px;
  top: -313px;
  left: 50%;
  margin-left: -400px;
}
#glove { /* so elements can be positioned absolutely, relative to middle container (div#container) */
  position: relative;
  background: url(/images/base.jpg) center center no-repeat;
  width: 800px;
  height: 600px;
}
h1 {
  font-family: "Times Roman", "Times New Roman", Times, serif;
  font-size: 18px;
  color: #fff;
  padding: 7px 10px;
}
h1 span {
  font-size: 14px;
}
#nav {
  margin-top: 85px;
  float: right;
}
#nav li {
 margin-bottom: 10px;
}
#nav li:last-child { /* for standards-compliant browsers only */
  margin-bottom: 0;
}
#nav li a {
  display: block;
  /* background: url(/images/links-of-interest.jpg) center center no-repeat #F07421; */
  font-family: "Myriad Pro", Myriad, Arial, serif;
  color: #000;
  width: 21px;
  height: 100px;
  text-indent: -999em;
  height: 110px;
}
#nav li a#a2 { background: url(/images/portfolio.jpg) center center no-repeat; height: 100px;}
#nav li a#a3 { background: url(/images/contact-us.jpg) center center no-repeat #f07421; height: 100px;}
#services {
  position: relative;
  top: 60px;
  float: left;
  width: 140px;
}
#services li {
  position: relative;
  left: 15px;
  width: 103px;
  text-align: right;
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
}
#services li:last-child {/* for standards-compliant browsers */
  margin-bottom: 0;
}
/*#footer {
background: tan;
  margin-top: 25px;
  float: left;
 
}
#footer li {
  float: left;
  font-size: 9px;
  background: url(/images/pipe.gif) right center no-repeat;
  padding: 5px 10px;
  display: inline;
  
}
#footer li.last {
  background: none;
}*/
table {
  width: 720px;
  height: 15px;
  position: absolute;
  left: 40px;
  top: 625px; 
}
td {
  font-size: 9px;
  text-align: center;
  background: url(/images/pipe.gif) right center no-repeat;
}
td.last { background: none; }