/* layout */
html {
  background: #00171F url(../images/html.png) repeat-x bottom;
  height: 1700px;
}

body {
  background: url(../images/body.png) repeat-x top;
  color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  height: 1700px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

#shell1 {
  background: url(../images/bg-top.jpg) no-repeat;
  height: 1700px;
  margin: auto;
  width: 960px;
}

#shell2 {
  background: url(../images/bg-bottom.jpg) no-repeat bottom;
  height: 1700px;
  width: 960px;
}

#shell3 {
  margin: auto;
  height: 1700px;
  position: relative;
  width: 940px;
}

#features, #example-sites, #demo-and-contact, #tech-info, #foot {
  border-top: 2px solid #062A36;
  padding-bottom: 20px;
}

#head {
  padding-bottom: 20px;
}
  
  #head h1 {
    color: #fff;
    margin-top: 20px;
  }
  
  #head p {
    margin-top: 20px;
  }

#example-sites p {
  margin-bottom: 20px;
  margin-top: 5px;
  padding-top: 0px;
}

#demo-and-contact {
  height: 160px;
}

#tech-info .col1 {
  height: 100px;
}

  #tech-info .col1 img {
    position: absolute;
    right: -10px;
  }


#foot {
  text-align: right;
}


/*
div[class^=col] {
  background: rgba(255, 255, 255, .5);
}
*/
.col1 {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 60px;
}

.col2 {
  float: left;
  margin-right: 20px;
  width: 140px;
}

div.col-last {
  margin-right: 0;
}

.col3 {
  float: left;
  margin-right: 20px;
  width: 220px;
}

.col6 {
  float: left;
  margin-right: 20px;
  width: 460px;
}

.col9 {
  float: left;
  width: 700px;
}

.clear {
  clear: both;
}

/* content */
#nav {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
  
  #nav li {
    display: inline;
    margin-right: 40px;
  }

#head {
  font-size: 18px;
  line-height: 40px;
}

#tech-info img {
  position: relative;
  top: 10px;
}

a.thumbnail {
  background: #000;
  background: rgba(0, 0, 0, .5);
  border: 1px solid #062A36;
  display: block;
  height: 138px;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
  width: 218px;
}

  a.thumbnail span {
    display: block;
    height: 120px;
    overflow: hidden;
    margin: auto;
    position: relative;
    top: 9px;
    width: 200px;
  }
  
a img {
  border: 0;
}

    a.thumbnail span img {
      height: 120px;
      position: relative;
      width: 200px;
    }
  
  a.thumbnail:hover {
    background: rgba(0, 0, 0, .2);
    border-color: #0A4A5F;
  }
 
  a {
    color: #8FBB79;
    text-decoration: none;
  }
  
  a:hover {
    color: #D7FBC4;
  }

ul {
  margin-left: 0;
  padding-left: 0;
}

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

h1, h2, h3, h4 {
  color: #f30;
  padding: 0;
}
