@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family: Arial;
}

/*
#bg {
  position: fixed;
  margin: 0px;
  border: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#bg img {
  width: 100%;
}
*/
.clearfloat
{
	float:none;
	clear:both;
}

.big-blue
{
	color: #24D2FF;
	font-size:1.2em;	
}

#body
{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 98%;
	height:98%;
	padding: 1%;
	z-index: 10;
	background-image: url(/images/bg_dot_tile.jpg);
/*	background-color:#3A4E5E; */
/*	background-image: url(../images/bg_spots2.png);
	background-repeat:repeat-x repeat-y;
	font-size:1em; */
}

#pg-coming-soon
{
	width: 622px;
	min-height: 363px;
	background:url(/images/pg-coming-soon_bg.png) no-repeat top;
	margin:0px auto;
	position: relative;
	top: 100px;
}

#pg-coming-soon-bot {
	width: 622px;
	height: 10px;
	background:url(/images/pg-coming-soon_bottom_bg.png) no-repeat bottom;
	position:relative;
	margin:0px auto;
	top:97px;
}

#pg-coming-soon h1#logo
{
	position: relative;
	top: 10px;
	left: 10px;
	text-indent:-9356px;
	background:url(/images/sayhey_splash.png) no-repeat;
	width:589px;
	height:165px;
}

#pg-coming-soon #the-future
{
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #000;
	position: relative;
	left: 20px;
	top: 10px;
}

#pg-coming-soon #meantime
{
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	position: absolute;
	left: 20px;
	top: 284px;
}

#pg-coming-soon #frmComingSoon #contact-form #txtName
{
	position: absolute;
	left: 39px;
	top: 230px;
	background-color: #ff3e00;
	border: 0;
	font-weight: bold;
	color: #fff;
}

#pg-coming-soon #frmComingSoon #contact-form #label_name
{
	position: absolute;
	left: 93px;
	top: 227px;
	z-index: 2;
	font-weight: bold;
	color: #fff;
}

#pg-coming-soon #frmComingSoon #contact-form #bgImgName
{
	position: absolute;
	left: 15px;
	top: 220px;
}

#pg-coming-soon #frmComingSoon #contact-form #bgImgEmail
{
	position: absolute;
	left: 239px;
	top: 220px;
}

#pg-coming-soon #frmComingSoon #contact-form #txtEmail
{
	position: absolute;
	left: 263px;
	top: 230px;
	background-color: #ff3e00;
	border: 0;
	font-weight: bold;
	color: #fff;	
}

#pg-coming-soon #frmComingSoon #contact-form #label_email
{
	position: absolute;
	left: 317px;
	top: 227px;
	z-index: 2;
	font-weight: bold;
	color: #fff;
}

#pg-coming-soon #frmComingSoon #contact-form #imgNotifyMe
{
	position: absolute;
	left: 463px;
	top: 215px;
}

#pg-coming-soon #frmComingSoon #contact-form-success {
	position: absolute;
	left: 25px;
	top: 235px;
}


#pg-coming-soon #orange-byline
{
	position: absolute;
	background-image:url(../images/orange_gradient.png);
	width: 100%;
	height: 40px;
	top: 300px;
}

#pg-coming-soon #orange-byline #say-hey-make-a-call
{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	float: left;
/*	padding-left: 10px; */
	position: absolute;
	top: 11px;
	left: 19px;
}

#pg-coming-soon #orange-byline #dial-say-hey
{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	float: right;
/*	padding-left: 10px; */
	position: absolute;
	top: 9px;
	left: 297px;
}

#site-footer
{
	background-image:url(../images/white-slice.png);
	width: 647px;
	height: 51px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 84px;
}

#site-footer #footer-text
{
	text-align: right;
	padding-right: 30px;
	color: #fff;
	font-size: .7em;
	position: relative;
	top: 3px;
}

table { /* for MG debug table */
	background:#fff;
	z-index:100;
	} 
	
.error {
	font-weight:bold;
	color:#900;
}
