*{
  margin: 0;
  padding: 0;
  outline: none;
  zoom: 1;
}

body{
  background-image:url("images/raster.png");
  background-color: #9F9F9F;
  padding-top: 100px;
}


a img{
  border: 0;
  text-decoration: none;
}

h1{
  color: orange;
  text-indent: -20000000px;
  background-image:url("images/web2net-logo.png");
  width: 231px;
  height: 107px;
  position: absolute;
}

h2{
  margin-bottom: 20px;
  background-image:url("images/it-solutions.png");
  text-indent: -2000000px;
  width: 244px;
  height: 78px;
  position: absolute;
  right: 0px;
}

h3{
  margin-bottom: 10px;
}

h4{
  font-size: 24px;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

div#title-container{
  height: 133px;
  overflow: hidden;
  position: relative;
}

div#main-container{
  width: 840px;
  color: #2D2D2D;
  margin: 0px auto;
  position: relative;
  margin-bottom: 80px;
  padding: 40px 40px;
  overflow: hidden;
  background-color: #F7F8F7;
  font-family: Trebuchet MS, Times New Roman, Sans Serif;
  z-index: 10;
}

div#main-container p{
  margin-bottom: 10px;
  text-align: justify;
}

div#wrapper{
  position: absolute;
  bottom: 75px;
  height: 580px;
}


div#background-image{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 30px;
}



div#common-header{
  height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid black;
  background-color: #2d2d2d;
  width: 100%;
  z-index: 20;
}

div#common-header a{
  border: 0 !important;
}

div#common-header ul{
  list-style-position: inside;
  position: absolute;
  height: 30px;
  top: 0px;
}

div#common-header ul li{
  float: left;
  display: block;
  font-family: Arial;
  font-size: 13px;
  height: 30px;
  overflow: hidden;
  background-color: #2D2D2D;
}

div.top-navigation-trigger{
  color: white;
  padding: 0px 20px;
  padding-top: 8px;
  text-decoration: none;
  display: block;
  float: left;
  height: 22px;
  cursor: pointer;
}


div.top-navigation-trigger:hover{
  color: #0079CC;
}


div.subtext{
  padding: 0 20px;
  height: 0px;
  overflow: hidden;
  background-color: #2D2D2D;
  position: absolute;
  top: 31px;
  clear: both;
  width: 200px;
}

label{
  color: white;
  position: relative;
  top: 12px;
}

div.subtext input.textfield{
  padding: 4px;
  display: block;
  border: 1px solid white;
  margin-top: 15px;
  width: 192px;
  background-color: white;
}

div.subtext input.submit{
  padding: 4px;
  display: block;
  border: 1px solid white;
  margin-top: 15px;
  width: 100px;
  float: right;
  background-color: white;
}


div.download{
  margin-top: 50px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  color: white;
  background-color: #676767;
  font-weight: bold;
  float: left;
}



div#windows{
  margin-right: 20px;
  background-image:url("images/windows-logo-small.png");
  background-position: 350px 20px;


}

div.italic{
  font-style: italic;
  font-size: 12px;
}

div#mac{
  background-image:url("images/apple-logo.png");
  background-position: 350px 12px;
}

div.download a{
  width: 370px;
  display: block;
  text-decoration: none;
  color: white;
  padding: 20px;
  height: 80px;
}

div.download a:hover{
  color: white;
}

span.download-title{
  font-size: 22px;
}

span.download-size-version{
  font-size: 12px;
  text-transform: uppercase;
}

div.download a:hover{
  color: orange;
}

div#footer{
  position: fixed;
  background-color: #2D2D2D;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-family: Trebuchet MS;
  z-index: 20;
}

div#footer ul{
  list-style-type: none;
}

div#footer ul li{
  display: block;
  float: left;
  margin-left: 20px;
}

div#footer ul li a{
  text-decoration: none;
  border: 0;
  color: white !important;
  font-size: 12px;
}

div#footer ul li a:hover, div#footer ul li#active a{
  color: #0079CC !important;
}
