@CHARSET "UTF-8";
/* 
	DroidAhead
	CSS Styles
*/


/*@font-face {  
  	font-family: DroidAheadFont;  
    src: url('../fonts/Walkway_Bold-webfont.eot');
    src: url('../fonts/Walkway_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Walkway_Bold-webfont.woff') format('woff'),
         url('../fonts/Walkway_Bold-.ttf') format('truetype'),
         url('../fonts/Walkway_Bold-webfont.svg#WalkwayBoldRegular') format('svg');
	font-weight: normal;
}


@font-face {  
  	font-family: DroidAheadFont;  
    src: url('../fonts/Walkway_UltraBold-webfont.eot');
    src: url('../fonts/Walkway_UltraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Walkway_UltraBold-webfont.woff') format('woff'),
         url('../fonts/Walkway_UltraBold-webfont.ttf') format('truetype'),
         url('../fonts/Walkway_UltraBold-webfont.svg#WalkwayUltraBoldRegular') format('svg');
	font-weight: bold;
}*/


* {
	margin: 0; 
	padding: 0;
}

body {
	background-color: black;
/* 	background-image: url("../img/LaunchX_FeatureGraphicsForFB.png"); */
/*     background-repeat: no-repeat; */
/*     background-attachment: fixed; */
/*     background-position:top; */
/*	font-family: DroidAheadFont, Verdana, Arial;*/
	font-family: Verdana, Arial;
	/*letter-spacing: 0px;*/
	font-size: 16px;
	color: white;
}

.normalText {
/*	font-family: Arial;*/
	font-size: 15px;
/*	line-height: 22px;*/
}

p {
	padding: 5px;
}

.normalText ul {
	list-style: none;
	padding: 5px;
}

.normalText h2 {
	padding: 5px;
	font-size: 18px;
	text-decoration: underline;
}

.smallText {
	font-size: 13px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

.tutorialSectionTitle {
	background-color: #1a6f97; 
	border: 1px solid #9c9c9c; 
	padding: 6px;
	margin-bottom: 6px;
	font-size: 18px;
}

.tutorial_ul li {
	padding: 12px;
}

.tutorial_closer_ul li {
	padding: 6px 12px;
}

.markets_ul li {
	clear: both;
	padding: 0px 12px;
}

.markets_inner_ul li {
	clear: none;
	padding: 6px 12px;
	float: left;
	line-height: 96px;
}

b {
/*	letter-spacing: 1px; */
	/*text-decoration: underline;*/
}


a {
	color: #6187ce;
}

a:hover {
	color: #809fd8;
}

img {
	border: 0;
}

a:active, a:visited, a:focus {
	outline: none;
	-moz-outline-style: none;
}

ul.checklist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.checklist li {
	background-image: url(../img/checkmark32.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 16px;
	
}

ul.devicesList {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

ul.devicesList li {
	display: inline-block;
	padding-left: 50px;
	vertical-align: middle;
}

#main {
	width: 900px;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#contentWrapper {
	width: 860px;
	text-align: left;
	padding-top: 10px;
	margin: 0 auto;	 
}

#content {
	padding: 15px 30px;
}

.outer_bg {
	padding: 2px;
	background-color: #424242;
}

.inner_bg {
	background-color: #212121;
}

.android_logo_bg {
	position: absolute;
	right: 70px;
}


.launchx_btn {
  display: block;
  width: 146px;
  height: 44px;
  background: url("../img/menu_launchx_btn.png") no-repeat 0 0;
  border: none;
}

.launchx_btn:hover
{ 
  background-position: 0 -44px;
  cursor: pointer;
}

.apps_btn {
  display: block;
  width: 146px;
  height: 44px;
  background: url("../img/menu_apps_btn.png") no-repeat 0 0;
  border: none;
}

.apps_btn:hover
{ 
  background-position: 0 -44px;
  cursor: pointer;
}



.amazingtext_btn {
  display: block;
  width: 146px;
  height: 44px;
  background: url("../img/menu_amazingtext_btn.png") no-repeat 0 0;
  border: none;
}

.amazingtext_btn:hover
{ 
  background-position: 0 -44px;
  cursor: pointer;
}

.contact_btn {
  display: block;
  width: 146px;
  height: 44px;
  background: url("../img/menu_contact_btn.png") no-repeat 0 0;
  border: none;
}

.contact_btn:hover
{ 
  background-position: 0 -44px;
  cursor: pointer;
}


.selected_page
{ 
  background-position: 0 -44px;
  cursor: pointer;
}

#main_title {
	text-align: center;
}

#menu {
	margin-left: 20px;
	margin-bottom: 2px;
}

#menu ul {
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	margin-left: 4px;
}

#inner_menu {
	margin-left: 20px;
	margin-bottom: 2px;
}

#inner_menu ul {
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#inner_menu li {
	float: left;
	margin-left: 13px;
	margin-right: 13px;
}

#inner_menu a {
	color: #75befc;
	text-decoration: none;
}

#inner_menu a:hover {
	color: #1e92f4;
}

.selected_inner_page {
	text-decoration: underline !important;
	
}

.featuredLink {
	color: white;
	text-decoration: none;
	border: 0;
	outline: none;
	-moz-outline-style: none;
}

.featuredLink:hover {
	color: white;
}

/* Form */
.textbox {
	display: block;
	
	width: 260px;
	font-family: Sans-Serif, Arial;
    font-size: 15px;
    

    border: solid 2px #5687bb; 

    background-color: #EDF2F7;
    
	color : #444444;
	height:22px;
	border: solid 2px #4ea3fd;
	padding:4px 8px;
	margin-bottom:0px;
}

.textbox:focus {
	background-color: #d3e8ff;
	border: solid 2px #4ea3fd; 
}

.hint {
	color: #AAAAAA;
}

.error {
	color: red;
	border: solid 2px #fa9770; 
}

.subscribe_btn {
  display: block;
  width: 140px;
  height: 62px;
  background: url("../img/subscribe.png") no-repeat 0 0;
  border: none;
  margin-top: 0px;
}

.subscribe_btn:hover
{ 
  background-position: 0 -62px;
  cursor: pointer;
}

/* Footer */
#footer {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 10px 28px;
/*	padding-bottom: 20px;*/
/*	margin-bottom: 70px;*/
	color: #acacac;
}

#footer_menu {
	overflow: hidden;
}

#footer_copyright {
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
}

#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer li {
	float: left;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 16px;
}

#footer a {
	color: #acacac;
	text-decoration: none;
}

#footer a:hover {
	color: #cfcfcf;
	text-decoration: none;
}


/**
 * 	Orbit script css
 */
 
/* .featured_bg { background: #212121; } */
.featured_bg { 
	width: 796px !important;
	height: 500px !important;
	background: #212121;
/* 	background: #000; */
/* 	background: url(../img/featured_bg.png); */
/* 	padding: 10px; */
}

#marketsLinks {
	position: absolute; 
	right: 40px; 
	margin-top: -10px;
	border: 0px solid #3c3c3c; 
	padding: 6px;
}

#marketsLinks ul {
	overflow: hidden; 
	list-style-type: none; 
	font-size: 10px
}

#marketsLinks li {
	float: left; 
	text-align: center; 
	padding: 0px 10px;
}
