/** body **/
body, html
{
  margin: 0;
  padding: 0;
  height:100%;
  color:white;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
}

body {
  background-color:#000610;
}

a {
  text-decoration:none;
  color:#fff;
}

.lblue, a:hover {
  color:#6ABCD3;
}

div, h3, h1, h2, ul, li{
  padding:0;
}

ul, li {
  margin:0;
  list-style:none;
}

p {
  padding:0;
  margin:0;
  padding-bottom:12px;
}

img {
  border:0;
}

.emph {
	font-size: 14px;
}

.left {
  float:left;
}

.right {
  float:right;
}

.clear {
  clear:both;
}

.nofont {
  font-size:0px;
}

.center {
  margin:auto;
}

.centert {
  text-align:center;
}

.headlinkt {
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:0.5px;
}

.navlinkt {
  text-transform:uppercase;
  font-size:10px;
  letter-spacing:0.5px;
}

.outline {
  border:1px solid white;
}

.abs {
  position:absolute;
}

.rel {
  position:relative;
}

.cursor {
  cursor:pointer;
}

.copy {
  letter-spacing:0.5px;
  font-size:11px;
  line-height:17px;
}

.navEl {
  text-transform:uppercase;
  margin-right:3px;
  padding-top:2px;
  padding-bottom:2px;
  cursor:pointer;
}

.navElOn {
  background-color:#6ABCD3;
  color:white;
}

.navElOff {
  background-color:#fff;
  color:#000;
}

ul.stone li {
  list-style-type:disc;
  margin-bottom:7px;
  list-style-position:outside;
  margin-left: 15px;
}

ul.stone2 li {
  list-style-type:disc;
  list-style-position:inside;
}


#stoneMain {
  width:1000px;
  height:100%;
}

#stoneContainer, #stoneSharedContainer, #stoneFooter, #stoneHeader, #stoneRel, .stoneFull {
  width:1000px;
}

#stoneSharedContainer {
  height:716px;
}

#stoneContainer, #stoneRel {
  height:640px;
}

#stoneHeader {
  top:0px;
  height:50px;
}

#stoneHeader ul {
  margin-top:24px;
}

#stoneHeader ul, #stoneHeader li {
  display:inline;
}

#stoneHeader li {
  margin-left:10px;
}

#stoneContainer {
  top:50px;
}

#stoneInfo {
  width:232px;
  left:754px;
  padding:8px 0px 7px 14px;
  text-transform:uppercase;
  background-color:#000;
  font-size:8px;
  line-height:12px;
  top:60px;
}

#stoneFooter {
  height:17px;
  top:693px;
  background-color:#302e2f;
  color:#747070;
}

#stoneFooter .disc {
  font-size:9px;
  margin-left:11px;
  margin-top:3px;
}