/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


body {
		padding:0px;
		font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
		font-size: 75%; 
		line-height: 1.5;
}



#splash {
	position:absolute;
	top:0;
	left:0;
	margin:0 auto;
	height:100%;
	width:100%;
	overflow:hidden;
}

#logo_container {
	position:absolute;
	top:0;
	left:0;
	z-index:1500;
	width:100%;
	top:50%;
}
#logo {
	width:612px;
	height:400px;
	position:relative;

	z-index:1500;
	margin:-250px auto 0;
}
#logo img {
	display:block;
	margin:0px 0;
	position:relative;
	z-index:500;
}


#emailHolder {
	position:fixed;
	bottom:10px;
	left:0;
	width:100%;
	z-index:500;
}
#emailForm h1 {
	font-size:14px;
}

#container {
	width:612px;
	margin:0 auto;
	color:#fff;
}
#container p {
	color:#fff;
	font-size:14px;
}

#emailForm {
	float:left;
	width:306px;
}

input.email {
size:33px;
height:22px;
width:190px;
font-size:16px;
color:#666;
float:left;
padding-left:5px;
padding-top:5px;
}
input.submit {
height:33px;
width:102px;
background: transparent url(i/signup_sprite.png) no-repeat 0px 0px;
float:right;
overflow:hidden;
border:0;
position:relative;
}
input:hover.submit {
background: transparent url(i/signup_sprite.png) no-repeat 0px -33px;
}
#links {
	float:right;
	width:306px;
	text-align:right;
}


#loader {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;	
	height:100%;
	overflow:hidden;
	background:#000;
}
#loader.loading {
	background:url(ajax-loader.gif) center no-repeat #000;	
}
#loader img {
}