/*
Author:			Gabre Cameron
Author URI:		http://www.pxjunkie.blogspot.com
Author E-mail:	gabrecameron@gmail.com
*/


/* === Default HTML === */
body
{
	background: #000;
	background-image: url(../../images/black/bg.jpg);
	background-position: center -100px;
	background-repeat: no-repeat;
	color: #b3b3b3;
	font-family: "Myriad Pro", Arial;
	font-size: 12px;
	text-align: center; /* for IE */
}
a
{
	color: #0092db;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
h2
{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
h3
{
	color: #fff;
	font-size: 13px;
}
p
{
	margin: 0 0 15px 0;
}



/* === Container === */
#Container
{
	width: 827px;
	margin: 15% auto 0 auto;
	text-align: left;
}
.clearfix
{
	clear: both;
	display: block;
}
.divider
{
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.spacer
{
	height: 20px;
}

/* === Left === */
.lft
{
	float: left;
	margin-top: 63px;
	text-align: right;
	width: 275px;
}
.tagline
{
	color: #0092db;
	font-size: 13px;
}
.msg
{
	margin: 20px 0;
}
/* launch */
.hasCountdown
{
	padding-left: 34px;
}
.countdown_amount
{
	color: #0092db;
	font-size: 40px;
	font-weight: bold;
}
.countdown_section
{
	color: #fff;
	display: inline-table;
	float: left;
	text-transform: lowercase;
	width: 60px;
}


/* === Middle === */
.mid
{
	background-image: url(../../images/black/phone.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 581px;
	margin: 0 20px;
	width: 237px;
}
/* cu3er */
#Cu3er
{
	margin: 73px 0 0 23px;
}



/* === Right === */
.rgt
{
	float: left;
	margin-top: 63px;
	text-align: left;
	width: 275px;
}
.rgt .icon
{
	float: left;
	margin-right: 10px;
}
.rgt p
{
	float: left;
	width: 233px;
}

/* contact */
.contact span
{
	color: #0092db;
	font-weight: bold;
}

/* mail */
.mail
{
	position: relative;
}
#SubscriptionForm
{
	background-image: url(../../images/black/txtbox.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	margin: 5px 0 0 0;
	padding: 0;
	width: 233px;
}
#SubscriptionForm .email
{
	background: transparent;
	border: none;
	color: #5f6a72;
	font-family: "Myriad Pro", Arial;
	font-size: 12px;
	padding: 0 0px 0 10px;
	width: 135px;
}
#SubscriptionForm .subscribe
{
	background: transparent;
	background-image: url(../../images/colours/blue/btn-subscribe.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 21px;
	margin: 1px 0 0 4px;
	width: 81px;
}
label.error, .output
{
	left: 30px;
	position: absolute;
	text-align: right;
	top: -10px;
	width: 233px;
	z-index: 2;
}

/* twitter */
.twitter .follow
{
	background-image: url(../images/blue/btn-twitter.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	float: right;	
	height: 21px;
	margin-top: 15px;
	width: 111px;
}