/*******************************************************
 * Global Layout: Start
 */

html {
  background-color: #a4d3bf;
}

body {
  margin-top: 0px;
  font-family: 'Arial', 'Helvetica', 'Lucida Grande', Sans-Serif;
  font-size: small;
}

body { 
  text-align: center; /*ie*/
}

h1, h2, h3, h4, h5, h6, p, ul, form {
  margin: 0;
  padding: 0;
}

a { 
  color: black;
  font-family: arial;
  text-decoration: none;
}

a:hover {
  background-color: #ff0d00;
  text-decoration: underline;
  color: black;
}

hr { 
  clear: both;
  visibility: hidden;
  height: 0px;
}

div.container { 
  width: 773px;
  height: 100%;
  margin: 0px auto;
  text-align: left;
  margin-top: 27px;
}

/*
 * Global Layout: End
 *******************************************************/

/*******************************************************
 * : Start
 */

body#comingsoon #main { 
  width: 753px;
  height: 493px;
  border: 10px solid #fff;
  background: url(../images/comingsoon-splash.jpg) no-repeat left top;
  background-color: #cddfed;
  vertical-align: middle;
}

body#comingsoon #main div#masthead,
body#comingsoon #main div#pitch { 
  display: none;
}

body#comingsoon #main div#signup { 
  position: relative;
  top: 298px;
  left: 62px;
  width: 350px;
  height: 140px;
}

#signup h4 { 
  color: #c93a94;
  font-family: Helvetica, Arial, verdana;
  font-size: 16px;
  /*letter-spacing: -0.5px;*/
  margin-left: 32px;
  margin-top: 6px;  
  margin-bottom: 6px;
  height: 22px; /*44px;*/
}

#signup .errorMsg { 
  color: red;
  background-color: #FDFF4F;
  font-weight: bold;
  margin-left: 34px;
  width: 275px;
  margin-right: 36px;
  padding-left: 4px;
}

#signup .successMsg { 
  color: green;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 20px;
  font-size: 120%;
}

#signup input#email { 
  width: 275px;
  height: 26px;
  margin-bottom: 6px;
  margin-left: 34px;
  color: #798b5b;
  font-family: Arial, Helvetica,  Century Gothic;
  font-size: 20px;  
  font-weight: none;
  padding-top: 4px;
}

#signup a.submit { 
  display: block;  
  width: 277px;
  height: 33px;
  margin-left: 34px;
  background: url(../images/btn-letmeknow.gif) no-repeat center top transparent ;
}

#signup a.submit:hover { 
  background-position: 0 -33px;
}

#signup a.submit h2 { 
  display: none;
}

#signup em { 
  display: block;
  margin-top: 5px;
  font-size: 10px;
  color: #6f854b;
  text-align: center;
}


/*
 * : End
 *******************************************************/

/*******************************************************
 * Footer: Start
 */
div#footer { 
  clear: both;
  width: 100%;
  color: #3b6f59;
  margin-top: 22px;
  margin-bottom: 25px;
  text-align: center;
}

div#footer h5 { 
  font-weight: none;
  font-size: 90%
}

/*
 * Footer: End
 *******************************************************/

/*******************************************************
 * : Start
 */

/*
 * : End
 *******************************************************/
