/*---------------------------------------------------------------
  >> Theme <<
  ---------------------------------------------------------------
  generic theme used throughout OrthoProof
  -------------------------------------------------------------*/
html, body {
  position: relative;
}

#orthoDropShadow {
  position: relative;
  z-index: 10;
}

#orthPageFrame {
  position: relative;
  z-index: 20;
}

#orthoTitleNavigation {
 position: relative;
 z-index: 40;
}
#orthoBlueSpacer {
 position: relative;
 z-index: 40;
}
#orthoGreyNavigation {
 position: relative;
 z-index: 40;
}

#orthoTopNavigation ul li a {
 position: relative;
 z-index: 50;
}

hr.cleaner {
 clear:both;
 visibility: hidden;
}
#curveImage {
  position: absolute;
  z-index: 30;
}
#curveImageHome {
  position: absolute;
  z-index: 30;
}

#orthoLeftCell ul li a  {
  position: relative;
  z-index: 40;
}
#homeTable {
  position: relative;
  z-index: 60;
}


#orthoTitleNavigation ul li.titleImg {
  margin-left: 30px;
}
