/*colors:
yellow: #ffcd5a;
cream: #fcf0d7;
light gray: #736e5f;
dark gray: #21201f;
green: #82b432;
*/
/*** reset ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 14px;
font-family: inherit;
vertical-align: middle;
text-decoration: none;
}

ol, ul, li {
list-style: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/*** reset end ***/

body {
line-height: 1.2;
color: #21201f;
background: #fcf0d7;
}

h1, h2, h3, h4 {
  font-weight:bold;
}

h1 {
  font-size:32px;
}

h2 {
  font-size:20px;
}

h3 {
  font-size:18px;
}

h4 {
  font-size:16px;
}

body {
  background:url(images/background.png) 0 0 repeat;
}

div#wrap {
  background:url(images/inbit.png) 0 0 no-repeat;
  height:800px;
  margin:30px auto;
  width:550px;
}

h2.commingSoon {
  background:url(images/commingsoon.png) 0 0 no-repeat;
  height:40px;
  margin:0 auto;
  text-indent:-99999px;
  width:240px;
}

form.notifyMe {
  height:40px;
  margin:10px auto;
  width:240px;
}

form.notifyMe input{
  border:1px solid #736e5f;
  border-radius: 5px;
  font-size:14px;
  padding:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form.notifyMe input#email {
  width:150px;
}

form.notifyMe input#submit {
  background-color:#fcf0d7;
  color:#736e5f;
  padding:2px;
  width:70px;
}

form.notifyMe input#submit:hover {
  background-color:#ffcd5a;
  border-color:#21201f;
  color:#21201f;
  text-decoration:underline;
}

form.notifyMe input#submit:active {
  background-color:#82b432;
}
