body {
  margin: 0;
  padding: 0;
  font-size: 11px; 
  font-family: arial, helvetica, sans-serif;
  color: #000;
  overflow: hidden;
  background-color: #323232;
}

p, input, select, textarea, td {
  color: #000;
}

a, a:link, a:active, a:visited {
  color: #197bb3;
  text-decoration: none;
}

a:hover {
  color: #333;
}

h1 {
  font-size: 22px;
  color: #000;
  padding: 0;
  font-family: Arial;
}

p { margin: 20px 0 0 0; }

html, body { height: 100%; }

a, a:visited, a:link, a:active {
  text-decoration: none;
}

.clear { clear: both; }
.pad { padding: 30px 20px 30px 20px; }

.pagecontainer {
  height: 100%;
  width: 100%;
}

.container {
  padding: 40px 0 0 20px;
}

.nav {
  width: 100%;
  height: 73px;
  background: #323232 url("../images/nav-back.gif") repeat-y top left;
}

.nav a, .nav a:link, .nav a:visited {
  line-height: 110px;
}

a.nav-item, a.nav-item:visited, a.nav-item:link {
  display: block;
  width: 12%;
  height: 68px;
  float: left;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-left: 1%;
}

a.nav-item:hover {
  background: url("../images/nav-item-on.png") repeat-x bottom;
}

#home { border-bottom: 5px solid #1b858f; margin: 0 0 0 2%; }
#home-uber { 
  border-bottom: 5px solid #1b858f; 
  margin: 0 0 0 2%; 
  background: url("../images/nav-item-on.png") repeat-x bottom; 
  color: #666; 
}

#salon { border-bottom: 5px solid #d74747; }
#salon-uber { 
  border-bottom: 5px solid #d74747; 
  background: url("../images/nav-item-on.png") repeat-x bottom; 
  color: #666; 
}

#ourteam { border-bottom: 5px solid #4787d7; }
#ourteam-uber { 
  border-bottom: 5px solid #4787d7; 
  background: url("../images/nav-item-on.png") repeat-x bottom; 
  color: #666; 
}

#services { border-bottom: 5px solid #ebcb1b; }
#services-uber {
  border-bottom: 5px solid #ebcb1b; 
  background: url("../images/nav-item-on.png") repeat-x bottom; 
  color: #666; 
}

#pricing { border-bottom: 5px solid #eb821b; }
#pricing-uber {
  border-bottom: 5px solid #eb821b; 
  background: url("../images/nav-item-on.png") repeat-x bottom; 
  color: #666; 
}

#contact { border-bottom: 5px solid #43c439; }
#contact-uber {
  border-bottom: 5px solid #43c439; 
  background: url("../images/nav-item-on.png") repeat-x bottom; 
  color: #666; 
}

#shop { border-bottom: 5px solid #c61fbc; }
#shop-uber {
  border-bottom: 5px solid #c61fbc; 
  background: url("../images/nav-item-on.png") repeat-x bottom; 
  color: #666; 
}

.logo {
  position: absolute;
  top: 110px;
  left: 20px;
  width: 450px;
  height: 86px;
  background: url("../images/logo.png") no-repeat;
}

.logo a, .logo a:visited, .logo a:link {
  display: block;
  width: 450px;
  height: 86px;
  text-decoration: none;
}

.content {
  position: absolute;
  /* top: 220px; */
  left: 20px;
  width: 450px;
  background: #fef0c3;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8; /* for future compatibility */
}

.ghd {
  position: absolute;
  right: 20px;
  top: 100px;
  width: 193px;
  height: 193px;
  border: 0;
}

.ghd a img { border: 0; }

.slogan {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 400px;
  height: 66px;
  background: url("../images/slogan-flash.png") no-repeat;
}

.slogan img {
  height: 50px;
  margin: 8px 0 0 15px;
}

.prod-logos {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 150px;
  height: 37px;
  background: url("../images/prod-logos.png") no-repeat;
}