@charset "UTF-8";
/* CSS Document */

#deep_grey {
	clear:both;
	position:relative;
	
	width:100%;
	
	background:url(images/body_deep_grey.png) repeat #2f2f2f;
}

#deep_grey #home_text {
	position:relative;
	width:865px;
	left:50%;
	margin-left:-415px;
	
	height:350px;
}

#deep_grey #home_text #left_text {
	width:432px;
	float:left;
	
	padding:40px 0;
}

#deep_grey #home_text #left_text h1 {
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
	margin:0;
}

#deep_grey #home_text #left_text p {
	padding:20px 0;
	margin:0;
	
	line-height:23px;
}

#deep_grey #home_text #right_text {
	float:left;
	
	height:350px;
	width:430px;
	
	background:url(images/home_site_previews.png) center no-repeat;
}

#light_grey {
	background:#3b3b3b;
	
	padding:20px 0;
}

#light_grey #dont_lose {
	width:100%;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	
	font-size:20px;
	
	text-align:center;
}

#light_grey #get_started {
	padding:10px 0;
	text-align:left;
	
	width:500px;
	left:50%;
	margin-left:-290px;
	
	position:relative;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:25px;
}

#steps {
	width:830px;
	
	padding:10px 0;
	
	position:relative;
	left:50%;
	margin-left:-415px;
	
	font-family:Verdana, Geneva, sans-serif;
}

#steps .step_box {
	float:left;
	width:30%;
	margin-left:1%;
	margin-right:1%;
}

#steps .step_box .step_num {
	color:#acacac;
	font-weight:bold;
}

#steps .step_box .step_name {
	color:#616061;
	font-weight:bold;
	
	font-size:16px;
	
	padding:2px 0 2px 0;
}

#steps .step_box .step_subtext {
	color:#f78e20;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

#steps .step_box .step_text {
	padding:5px 0;
	color:#8e908d;
	
	line-height:20px;
	
	font-family:"Helvetica Neue", Tahoma, Geneva, sans-serif;
}