/*
	launch.css
	Global Stylesheet for launch.innotap.com
	Created: June 30th 2009
	Creator: Matt Kircher, Mainline Media LLC
	Modified: 
*/

/* Imports
--------------------------------------------------------*/
@import url("css_reset.css");

body{
	font-size:0.689em;
	text-align:center;
	background-color:#000;
	color:#CCC;
}

a{ color:#61A2C0; }

h1, h2, h3, h4, h5, h6{ color:#FFF; text-transform:uppercase; }

#wrap{
	width:673px;
	min-height:600px;
	text-align:left;
	margin:auto;
	margin-top:50px;
	position:relative;
	left:-80px;
	background:url(../images/content/launch/launch_bg.jpg) top left no-repeat;
}

#header{ height:170px; }
	#header h2{ display:inline; }
	#header h2 a{ display:block; float:left; width:289px; height:142px; background:url(../images/content/launch/launch_logo.gif) top left no-repeat; text-indent:-10000px; overflow:hidden; position:relative; left:60px; top:30px; }
	#header h3{ float:right; width:173px; height:55px; background:url(../images/content/launch/launch_dd_logo.gif) top left no-repeat; text-indent:-10000px; overflow:hidden; position:relative; left:-60px; top:100px; }

#content{ padding:0px 65px 0px 150px; height:375px; }
	
	#terms-notice{ text-align:center; margin:0px 30px; font-weight:bold; color:#DFB642; line-height:1.2em; }
	#terms-notice strong{ color:#FFF; }
	
	#users{ float:left; width:45%; padding-right:4%; border-right:1px solid #CCC; }
	#setup{ float:right; width:45%; padding-left:4%; }
	#users, #setup{ height:120px; margin-bottom:20px; margin-top:15px; }
	#users h3, #setup h3{ font-size:1.45em; text-align:center; }
	#users p, #setup p{ text-align:center; height:50px; }
	
		#launch_button a, #setup_button a{ display:block; width:101px; height:30px; background-image:url(../images/content/launch/launch_buttons.gif); background-repeat:no-repeat; text-indent:-10000px; overflow:hidden; margin:auto; }
		#launch_button a{ background-position:0px 0px; }
		#setup_button a{ background-position:-101px 0px; }
	
	#information{ clear:both; }
		#support{ margin:0px 0px 30px; text-align:center; color:#FFF; line-height:1.2em; }
		#install-info{ padding:0px 20px; }
			#install-info h4{ font-size:1.09em; padding-left:25px; background:url(../images/content/launch/launch_info_icon.gif) 0px 0px no-repeat; }
			#install-info p{ line-height:1.2em; }
			#install-info a{ color:#FFF; }
			
#footer{ padding:0px 65px 0px 150px; }
#footer p{ font-size:0.818em; color:#666; line-height:1.2em; }
