/*
Site Design
Kevin Douglas :: Satarah Studios
kdouglas@satarah.com [satarah.com]
*/

/*------[ Rouded Corners Formatting ]------*/

.bbox {
  display: block;
  border-left: 1px solid #FFF; 
  border-right: 1px solid #FFF;
  background: transparent url(../images/gold.png);
}

.bb1, .bb2, .bb3, .bb4, .bedge {
  display: block;
  overflow: hidden;
  height: 1px;
  border-left: 1px solid #FFF; 
  border-right: 1px solid #FFF;
  background: transparent url(../images/gold.png);
}

/************************************/

#hydro .bbox {
  background: transparent url(../images/blue.png);
}

#hydro .bb1, #hydro .bb2, #hydro .bb3, #hydro .bb4 {
  background: transparent url(../images/blue.png);
}

/*************************************/

#gallery .bbox {
  background: transparent url(../images/amethyst.png);
}

#gallery .bb1, #gallery .bb2, #gallery .bb3, #gallery .bb4 {
  background: transparent url(../images/amethyst.png);
}

/************************************/

#zoom .bbox {
  background: transparent url(../images/amethyst.png);
}

#zoom .bb1, #zoom .bb2, #zoom .bb3, #zoom .bb4 {
  background: transparent url(../images/amethyst.png);
}

/************************************/

#products .bbox {
  background: transparent url(../images/silver.png);
}

#products .bb1, #products .bb2, #products .bb3, #products .bb4 {
  background: transparent url(../images/silver.png);
}

/************************************/

#instructors .bbox {
  background: transparent url(../images/white.png);
}

#instructors .bb1, #instructors .bb2, #instructors .bb3, #instructors .bb4 {
  background: transparent url(../images/white.png);
}

/************************************/

#account .bbox {
  background: transparent url(../images/white.png);
}

#account .bb1, #account .bb2, #account .bb3, #account .bb4 {
  background: transparent url(../images/white.png);
}

/************************************/

#mapBox .bbox {
  background: #369;
}

#mapBox .bb1, #mapBox .bb2, #mapBox .bb3, #mapBox .bb4 {
  background: #369;
}

/************************************/

#quickList .bbox {
  background: #369;
}

#quickList .bb1, #quickList .bb2, #quickList .bb3, #quickList .bb4 {
  background: #369;
}

/************************************/

#links .bbox {
  background: transparent url(../images/bronze.png);
}

#links .bb1, #links .bb2, #links .bb3, #links .bb4 {
  background: transparent url(../images/bronze.png);
}

/************************************/

#contact .bbox {
  background: transparent url(../images/rose.png);
}

#contact .bb1, #contact .bb2, #contact .bb3, #contact .bb4 {
  background: transparent url(../images/rose.png);
}

/************************************/

#secure .bbox {
  background: transparent url(../images/white.png);
}

#secure .bb1, #secure .bb2, #secure .bb3, #secure .bb4 {
  background: transparent url(../images/white.png);
}

/************************************/

.bedge {
  margin: 0 6px;
  background: #FFF;
}

.bb4 {
  border-width: 0 2px;
  margin: 0 4px;
}

.bb3 {
  margin: 0 3px;
}

.bb2 {
  margin: 0 2px;
}

.bb1 {
  height: 2px;
  margin: 0 1px;
}
