/*
Author:			Gabre Cameron
Author URI:		http://www.pxjunkie.blogspot.com
Author E-mail:	pxjunkie@gmail.com
*/

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{  
	margin:0; 
	padding:0; 
} 
table
{ 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img
{  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var
{ 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul
{ 
	list-style:none; 
} 
caption,th
{ 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6
{ 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after
{ 
	content:''; 
} 
abbr,acronym
{
	border:0; 
}


/* CUSTOM STYLE */
body
{
	background-color: #000;
	background-image: url(../images/bg-01.png);
	/* background-image: url(http://preview.yougotthegist.com/iconstructive/images/bg-03.png); */
	/* background-image: url(http://preview.yougotthegist.com/iconstructive/images/bg-04.png); */
	/* background-image: url(http://preview.yougotthegist.com/iconstructive/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
{
	margin: 10% auto 0 auto;
	width: 802px;
}
.top
{	
	background-image: url(../images/top.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 23px;
	width: 802px;
}
.mid
{
	background-image: url(../images/mid.png);
	background-position: top left;
	background-repeat: repeat-y;
	height: 270px;
	padding: 24px 0 0 41px;
	width: 802px;
}
.mid .lft
{
	float: left;
	font-size: 13px;
	width: 307px;
}
.mid .rgt
{
	background-image: url(../images/iphone.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 307px;
	height: 231px;
	width: 453px;
}
.btm
{
	background-image: url(../images/btm.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	width: 802px;
}


/* rotator */
#Cu3er
{
	margin: 47px 0 0 104px;
}


/* countdown */
#Launch
{
	color: #0088d1;
}
.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;
}

/* contact */
#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;
}
#UpdateMe
{
}
#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;
}