body {
  background: #000 top center no-repeat;
  margin: 0;
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
}

a {
  color: #007399;
}
a:active { outline: none;}

h1 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  margin-top: 36px;
  margin-bottom: 36px;
}

h2 { font-size: 24px; line-height: 36px; margin-top: 20px; margin-bottom: 20px;}
h3 { line-height: 24px; font-size: 14px;}


#wrapper {
  width: 600px;
  margin-left: 280px;
  padding: 0 30px;
}

#menu {
  border-top: 2px solid #000;
  background-color: #FFF;
  background-color: rgba(255,255,255,0.85);
  box-shadow: 1px 1px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(255,255,255,0.5);
  -moz-box-shadow: 1px 1px 3px rgba(255,255,255,0.5);
  overflow: hidden;
  margin-top: 36px;
  margin-left: -200px;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul li { float: left; }

#menu ul li.active { background: #FFF; }
#menu ul li.active a { color: #000; }

#menu ul li a { 
  text-transform: uppercase;
  font-family: 'helvetica';
  color: #000; 
  text-align: center; 
  text-decoration: none; 
  display: block; 
  width: 114px; 
  font-weight: bold;
  line-height: 36px; 
  font-size:12px;
}
#menu ul li a:hover { background-color: #FFF;}

#like iframe {padding:0; margin:0;}

#like {
  border-top: 2px solid #000;
  background: rgba(255,255,255,0.80);
  width: 48px;
  min-height: 56px;
  padding: 6px;
  position: absolute;
  margin-top: -38px;
  margin-left: -270px;
}

#content {
  padding: 30px;
  min-height: 400px;
  color: #000;
  background: #fff;
  background: rgba(255,255,255,0.75);
  font-size: 16px;
  line-height: 24px;
  width: 500px;
  box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
  overflow: hidden;
  margin-left: -200px;
}

#content p { 
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 13px;
}

.services #content {
  overflow: hidden;
  width: 500px;
}

.services h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
}


#footer {
  color: #000;
  padding: 10px 20px;
  text-align: center;
  font-size: 12px;
  width: 400px;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

#footer a {
  margin-left: 10px;
}

.main {
  width: 560px;
  float: left;
}

.hiring {
  position: absolute;
  left: 670px;
  top: 200px;
  width: 280px;
  float: right;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #FFF;
  background: rgba(255,255,255,0.85);
  border: 1px solid #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  -webkit-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  -moz-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.hiring h3 {
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-top: 1em;
}

.hiring p {
  margin-bottom: 1em;
}

#stylists li em.name {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  background: #000;
  color: #FFF;
  padding: 2px 4px;
  border-radius: 5px;
  margin-right: 4px;
}
#stylists li {margin-bottom: 36px;}


#contact {
  overflow: hidden;
}

#map {
  width: 480px;
  height: 400px;
  padding: 10px;
  overflow: hidden;
}

#content .box {
  background: #222;
  border-radius: 3px;
  float: left;
  width: 220px;
  height: 50px;
  line-height: 1.0;
  font-size: 17px;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.box .item { height: 35px; color: #FFF;}
.box small { display: block; font-size: 12px; font-weight: normal;}

.box .pricing {
  font-size: 14px;
  color: #888;
}

.box .pricing span { display: inline-block; margin-right: 3px; }
.box .pricing small { color: #555;}

#contests ul li {
  list-style: circle;
  font-size: 14px;
  margin-left: 20px;
}

#contact .column { float: left; width: 250px;}

