/* 
CSS Document - main.css
Copyright (c) 2008 YPC SRD
*/

/* Global Reset */
body,div,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a {
    text-decoration: none;
    color: inherit;
}


/* Structural Elements */

body {
  background: #0b1216 url('/images/have2p/bg-static.jpg') top left no-repeat;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #f8f8f8;
}

div.container {
  padding: 40px 50px;
}

div#home_container {
  background: transparent url('/images/have2p/bg-image.png') no-repeat;
  background-position: 600px 0px;
}

div#header {
  width: 275px;
  height: 100px;
}
div#header h1 {
    margin: 0;
    padding: 0;
}
div#header h1 a {
    display: block;
    width: 440px;
    height: 100px;
}
div#iphone {
  margin: 45px 0 0 0;
  width: 260px;
  height: 540px;
}

div#home_content {
  position: relative;
  width: 410px;
  margin: -530px 0 0 280px;
  min-height: 440px;
  border: 0px dashed #0f0;
  padding: 0px;
}
  div#navigation {
    display: block;
    width: 300px;
    height: 30px;
  }
  div#navigation ul {
      margin: 0;
      padding: 0;
  }
    div#navigation ul li {
      list-style: none;
      width: 92px;
      text-align: center;
      float: left;
      margin: 0 20px 0 0;
    }
      div#navigation ul li a {
        display: block;
        width: 92px;
        background: transparent url('/images/have2p/navbutton.gif') top left no-repeat;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        padding: 5px 0;
      }
  div#home-copy {
    margin-top: 40px;
  }  
    div#home-copy p, div#contact-copy p {
      font-size: 13px;
      margin: 0 0 20px 0;
    }
    div#home-copy p.intro {
      font-size: 20px;
      color: #c1eae0;
      line-height: 24px;
      margin-bottom: 30px;
    }
  div#contact-copy {
    margin-top: 30px;
  }
    div#contact-copy form {
      margin: 30px 0;
    }
      div#contact-copy form p {
        margin-bottom: 10px;
      }
      div#contact-copy form input {
        width: 270px;
        border: 0;
        margin: 5px 0;
      }
      div#contact-copy form input#contact_submit {
        width: 92px;
        background: transparent url('/images/have2p/navbutton.gif') top left no-repeat;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        padding: 5px 0;
      }
      div#contact-copy form textarea {
        width: 350px;
        height: 200px;
        margin: 5px 0;
        border: 0;
      }
    
  div#download-button {
    position: absolute;
    top: -135px;
    left: 200px;
  }
    div#download-button h2 {
      width: 138px;
      margin: 0;
      text-align: center;
      padding: 0;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: normal;
    }
    div#download-button a#appstore {
      display: block;
      width: 138px;
      height: 45px;
      text-indent: -3000em;
      background: transparent url('/images/have2p/appstore.png') no-repeat top left;
      margin-top: 3px;
      outline: none;
    }

    div#about-download {
        padding-top: 24px;
        font-size: 10px;
        margin-left: -200px;
    }

div#home_container div.footer {
    clear: both;
    margin: 30px 0 0 180px;
}

div.footer ul {
    margin: 0;
    padding: 0;
}
div.footer ul li {
  display: inline;
  padding: 0 20px 0 0;
  font-size: 10px;
  color: #c8c8c8;
}

div.footer ul li a {
    color: #c8c8c8;
}

*.clear {
  clear: both;
}

#suite {
    font-size: 14px;
    clear: both;
    margin-left: -200px;
}

#suite h3 {
    font-size: 20px;
    color: #c1eae0;
    margin: 0;
}

#suite td {
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 15px;
    padding-top: 10px;
}

#suite img {
    margin-right: 4px;
    vertical-align: middle;
}

div.legal {
    min-height: 300px;
}

div.legal h2 {
    padding: 20px 0;
}

.notice {
	color: #f44;
    font-weight: bold;
}
