/*
Author:			Ryan Green
Author URI:		www.rranda.com
Author E-mail:	rmgreen82@gmail.com
*/


/* === Default HTML Tags === */
body
{
	background-color: #f2f2f2;
	/* background-image: url(../images/bg-02.png); */
	/* background-image: url(../images/bg-03.png); */
	/* background-image: url(../images/bg-04.png); */
	/* background-image: url(../images/bg-05.png); */
	background-position: top left;
	background-repeat: repeat-x;
	color: #888888;
	font-family: 'Myriad Pro', Arial, Tahoma;
}
h1
{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}
h2
{
	color: #555555;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0;
}
p
{
	margin: 10px 0;
}


/* === Wrapper === */
#Wrapper
{
	margin: 10% auto 0 auto;
	width: 802px;
}
.top
{	
	background-image: url(../images/top.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 20px;
	width: 802px;
}
.mid
{
	background-image: url(../images/mid.png);
	background-position: top left;
	background-repeat: repeat-y;
	height: 490px;
	padding: 24px 0 0 41px;
	width: 802px;
}
.mid .lft
{
	float: left;
	font-size: 13px;
	width: 307px;
}
.mid .rgt
{
	background-image: url(../images/phone.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 307px;
	height: 435px;
	width: 453px;
}
.btm
{
	background-image: url(../images/btm.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
	width: 802px;
}


/* === Cu3er === */
#Cu3er
{
	margin: 47px 0 0 104px;
}


/* === Countdown === */
#Launch
{
	color: #FF0000;
}
.countdown_amount
{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	margin: 0;
	padding: 0;
}
.countdown_section
{
	display: block;
	float: left;
	font-size: 11px;
	text-transform: lowercase;
	width: 70px;
	padding: 0;
	margin: 0;
}


/* === Footer === */
#Footer
{
	clear: both;
	font-size: 13px;
	line-height: 46px;
	margin-top: 15px;
}
#Footer b
{
	color: #0088d1;
}
#Footer .lft
{
	background-image: url(../images/bar-lft.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 1px;
	float: left;
	height: 46px;
	width: 424px;
}
#Footer .rgt
{
	background-image: url(../images/bar-rgt.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin-left: 12px;
	height: 46px;
	width: 364px;
}
#Footer .lbl
{
	color: #555555;
	font-weight: bold;
	margin-left: 15px;
}
#Footer .phone
{
	margin-left: 40px;
}
#Footer .email
{
	margin-left: 10px;
}
.rgt .lbl
{
	display: block;
	float: left;
	margin: 0 10px;
}
#Footer table
{
	height: 46px;
	vertical-align: middle;
}
#Footer .txt-box
{
	background: transparent;
	background-image: url(../images/txt-bx.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	color: #898989;
	height: 21px;
	margin: 0 10px 0 0;
	padding: 6px 0 0 28px;
	width: 175px;
}
#Footer .send
{
	background: transparent;
	background-image: url(../images/btn-send.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 27px;
	margin: -1px 0 0 0;
	outline: 0;
	padding: 0;
	width: 28px;
}
#Footer .send:hover
{
	background-position: 0 -27px;
}
