/********** 2012 Jables Design - Services *********/

/* icons */
.beigeServices {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/servicesSprite.png') 0px 0px;
  width: 35px;
  height: 75px;
  float: left;
  margin-left: 15em;
  margin-right: 1em; 
  position: relative;
  top: -25px;
}
.brnOverview {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/servicesSprite.png') -35px 0px;
  width: 30px;
  height: 20px;
  float: left;
  margin-right: 8px;  
}
.brnPricing {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/servicesSprite.png') -65px -22px;
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 8px;
}
.brnEvents {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/servicesSprite.png') -65px 0px;
  width: 25px;
  height: 20px;
  float: left;
  margin-right: 8px;
}
.brnPackage {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/servicesSprite.png') -35px -20px;
  width: 30px;
  height: 45px;
  float: left;
  margin-right: 8px;
}
.brnTravel {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/servicesSprite.png') -35px -65px;
  width: 40px;
  height: 15px;
  float: left;
  margin-right: 8px;
}

/* tag specific */
h1#Overview, h1#Events {
  line-height: 20px;
}
h1#Pricing {
  line-height: 25px;
}
h1#Package {
  line-height: 45px;
}
h1#Travel {
  line-height: 15px;
}

/* tables */
table#pkgTable {
  border:  1px solid #dad4ca;
  -moz-box-shadow: #402e23 3px 0px 3px;
  -webkit-box-shadow: #402e23 3px 0px 3px;    
  box-shadow: #402e23 3px 0px 3px; 
  width: 75%; 
  margin: 0 auto;
}
table#pkgTable th {
  color: #4f2915;
  font: 700 12px Arial, sans-serif;
  text-align: center;
  background: #f3f1e2;
  border-bottom: 2px solid #757171;
  border-right: 1px solid #cdc5c2; 
  height: 3em;
}
table#pkgTable td {
  padding: 8px 15px;
  border: 1px dashed #cdc5c2;
  background: #fff;
}
