html {
  overflow-y:scroll;
  height:100%;
}

body {
  background:#FFFFFF;
  color:#1A1A1A;
  margin:0;
  height:100%;
}

body, textarea {
  font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
}

h1,h2,h3, h4, input {
  font-weight:bold;
  color:#4b4740
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
  margin-bottom:5px;
}

ol, ul, dl {
  margin-left:2em;
}

ol li {
  list-style:decimal outside;
}

ul li {
  list-style:disc outside;
}

img {
  border:0;
}

table {
  border-collapse:collapse;
  border:0;
}

td {
  border:0;
  padding:0;
}

pre, code {
  font-family:monospace;
  color:#050;
}

pre {
  margin:17pt;
  margin-right:0;
  padding-left:15pt;
  border-left:1px solid #ddd;
  line-height:16pt;
  overflow:auto;
}

a, a code {
  color:#00c;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px;
}
.footer, .push {
	height: 180px;
}

#hd-container {
  float:left;
  width:100%;
  height:150px;
  background:#000000 url('../images/headerbg.png') repeat-x;
  text-align:center;
  margin:auto;
  border-bottom:solid 1px #CCCCCC;
}

#hd-wrapper {
  width:57.69em;
  *width:56.25em;
  height:150px;
  margin:auto;
}

#hd {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14pt;
  text-align:left;
  margin-top:0px;
  float:left;
  width:100%;
}

#hd a {
  color:#FFFFFF;
  text-decoration:none;
}

#hd a:hover {
  color:#FF9623;
  text-decoration:none;
}

#doc-container {
  clear:both;
  float:left;
  margin:auto;
  min-height:100px;
  text-align:center;
  width:100%;
  background:#ffffff url('../images/bodybg.png') repeat-x;
}

#bd {
  margin-top:20px;
  margin-bottom:0px;
  font-size:10pt;
  width:100%;
}

#ft-border {
  clear:both;
  float:left;
  width:100%;
  height:50px;
  background:#ffffff url('../images/footerbg.png') repeat-x;
}

#ft-container {
  float:left;
  width:100%;
  background:#000000;
  text-align:center;
  margin:auto;
  border-top:solid 1px #cccccc;
  height:129px;
}

#ft-wrapper {
  width:57.69em;
  *width:56.25em;
  margin:auto;
}

#ft {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:10pt;
  text-align:right;
  font-style:italic;
  margin-top:65px;
  float:left;
  width:100%;
  color:#cccccc;
}

#title {
  width:200px;
  float:left;
  margin-top:65px;
}

#menu {
  float:right;
  margin-top:72px;
}

#menu li {
  display:inline;
  margin-left:10px;
}

#content {
  width:100%;  
}

#content h1 {
  font-size:20pt;
  font-weight:normal;
}

#content h2 {
  font-size:16pt;
  font-weight:normal;
}

#content h3 {
  font-size:14pt;
  font-weight:normal;
}

#content p,
#content li {
  line-height:17pt;
}

#content p {
  margin:0;
  margin-bottom:1em;
}

/* home styles */
#home {
  float:left;
  width:100%;
}

#home #subtitle {
  font-style:italic;
  color:#999999;
}

#home #features {
  margin-top:25px;
  width:100%;
}

#home #features h2 {
  border-bottom:solid 1px #efefef;
}

#home #features .feature-tile {
  float:left;
  width:100px;
}

.feature-tile img {
  width:100px;
}

#mobile-feature .feature-tile {
  margin-right:20px;
}

#enterprise-feature .feature-tile {
  margin-right:10px;
}

#home #features .feature-content {
  float:left;
  width:230px;
}

#home #features #mobile-feature {
  width:374px;
  float:left;
}

#mobile-feature #mobile-feature-content {
  width:360px;
  float:left;
}

#home #features #enterprise-feature {
  width:374px;
  float:right;
}

#enterprise-feature #enterprise-feature-content {
  width:360px;
  float:right;
}

#home .section-container {
 margin-top:15px;
}

/* about styles */
#about {
  float:left;
  width:100%;
}

/* contact styles */
#contact {
  float:left;
  width:100%;
}

#contact .contact-section {
  float:left;
  width:350px;
}

.contact-section h3 {
  border-bottom: solid 1px #efefef;
}

#contact #address {
  margin-left:20px;
}

/* services styles */
#services {
  float:left;
  width:100%;
}

#mobile-summary, 
#mobile-content,
#enterprise-summary,
#enterprise-content {
  float:left;
  width:100%
}

#mobile-info {
  clear:both;
  float:left;
  width:440px;
}

#mobile-tile {
  float:right;
  width:300px;
}

#mobile-tile img {
  width:300px;
}

#enterprise-services {
  clear:both;
  float:left;
}

#enterprise-tile {
  clear:both;
  float:left;
  width:200px;
  margin-right:10px;
}

#enterprise-tile img {
  width:200px;
}

#enterprise-info {
  float:left;
  width:539px;
  margin-top:10px;
}
