/* STANDARD RESET */
* html {padding:0;margin:0;}
h1,h2,h3,h4,h5{padding:0px;margin:0px;}
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:bold;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a{
	outline:none;
	border:none;
	color:#222;
}

/* BASICS */
.text_field{
	font-size:1.5em;
	padding:3px;
	float:left;
	clear:left;
}
.title_header{
	color:#eb0000;
	font-size:1.8em;
	font-weight:bold;
	width:100%;
	border-bottom:2px solid #cbcbcb;
	padding:20px 0px 5px 0px;  //t,r,b,l
}
.title_sub_header{
	float:left;
	clear:left;
	text-transform:uppercase;
	width:100%;
	color:#505050;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:4px;
	margin-top:10px;
}
#ie6_warning{
	display:none;
}
#beta_errors{
	color:#eb0000;
	font-weight:bold;
}

/* RAILS ERRORS */
.errorExplanation{
	float:left;
	background:#F1B6B5;
	border:1px solid #eb0000;
	width:100%;
}
.errorExplanation h2{
	padding:5px;
}
.errorExplanation p{
	padding:0px 5px;	
}
.errorExplanation ul{
	padding:5px 5px;	
	list-style:disc inside;
}
.errorExplanation ul li{}


/* CONTENT */
body{
	background:#f8f8f8;
	font-family: helvetica, verdana, arial, sans-serif;
  	background:url(../images/body_bg.png) top left repeat-x #f8f8f8;
}
#content{
	width:100%;
}	
#header_contain{
	width:100%;
	height:135px; /*135*/
	background:url(../images/header_bg.png) top left repeat-x #C6C6C6;
}
#header_contain #header{
	width:900px;
	margin:0 auto;
	text-align:left;
}
#header_contain #header #logo_contain{
	float:left;
	padding:10px 0px;
	margin-top:10px;
}
#header_contain #header #logo_contain #logo{
	float:left;
	background:url(../images/header_logo.png) bottom left no-repeat transparent;
	width:206px;
	height:82px;
	
}
#header_contain #header #logo_contain #logo a{
	float:left;
	width:210px;
	height:100px;
	text-indent:-9999px;
}

#header_contain #header #header_action{
	float:right;
	padding:35px 0px;
	width:680px;
}
#header_contain #header #header_action #header_login_contain{
	float:right;
	padding:0px 20px;
	font-size:1.1em;
	width:75px;
}
#header_contain #header #header_action #header_login_contain #header_login{
	float:right;
	background:url(../images/navigation_login_bg.png) bottom left no-repeat #C6C6C6;
	width:68px;
	height:36px;
	margin:4px 0px;
}
#header_contain #header #header_action #header_login_contain #header_login a{
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	width:68px;
	height:36px;
}

#header_contain #header #header_action #header_login_contain #header_login a:hover{
	color:#454545;
	text-decoration:underline;
}
#header_contain #header #header_action #header_login_contain #header_or{
	float:right;
	color:#989898;
}
#header_contain #header #header_action #header_plans_button{
	float:right;
	background:url(../images/header_plans_and_pricing_button.png) bottom left no-repeat transparent;
	width:206px;
	height:52px;
	margin:4px 0px;
}
#header_contain #header #header_action #header_plans_button a{
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	width:206px;
	height:52px;
}
/* NAVIGATION */
#navigation_contain{
	width:100%;
	height:45px;
	background:url(../images/navigation_bg.png) top left repeat-x #C6C6C6;
	margin-bottom:20px;
}
#navigation_contain #navigation{
		width:900px;
		margin:0 auto;
		text-align:left;
}
#navigation_contain #navigation #main_navigation{
	float:left;
	width:100%;
}
#navigation_contain #navigation #main_navigation a{
	text-decoration:none;
}
#navigation_contain #navigation #main_navigation .nav_tab{
	float:left;
	width:160px;
	height:48px;
	margin-right:5px;
}


#navigation_contain #navigation #main_navigation .nav_tab .nav_link{
	float:left;
	color:#454545;
	width:160px;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	padding-top:18px;
}
#navigation_contain #navigation #main_navigation .nav_tab .nav_link:hover{
	float:left;
	background:url(../images/navigation_main_button_bg.png) bottom left no-repeat transparent;
	color:#eb0000;
	width:160px;
	height:30px;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	padding-top:18px;
}
#navigation_contain #navigation #main_navigation .right_tab{
	float:right;
	width:160px;
	height:48px;
	margin-right:5px;
	z-index:1000;	
	
}
#navigation_contain #navigation #main_navigation .current{
	background:url(../images/navigation_main_button_bg.png) bottom left no-repeat transparent;
	z-index:1000;	
	color:#eb0000;
	
}
#navigation_contain #navigation #main_navigation .current .current_link{
	float:left;
	color:#eb0000;
	width:160px;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	padding-top:18px;	

}
#navigation_contain #navigation #main_navigation .current .current_link:hover{
	float:left;
	color:#eb0000;
	width:160px;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	padding-top:18px;
	
}

/*#navigation_contain #navigation #navigation_login{
	float:right;
	background:url(../images/navigation_login_bg.png) bottom left no-repeat #C6C6C6;
	width:68px;
	height:36px;
	margin:4px 0px;
}
#navigation_contain #navigation #navigation_login a{
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	width:68px;
	height:36px;
}
#navigation_contain #navigation #navigation_login .nav_tab{}
#navigation_contain #navigation #navigation_login .current{}*/
/* MAIN BODY */
#main_contain{
	width:100%;
	float:left;
	margin-bottom:50px;
}
#main_contain #inner{
	width:900px;
	margin:0 auto;
	text-align:left;
}
/* FOOTER */
#footer_contain{
	float:left;
	width:100%;
	background:url(../images/footer_bg.png) bottom left repeat-x #C6C6C6;
	height:82px;
}
#footer_contain #footer{
	width:900px;
	margin:0 auto;
	text-align:left;
}
#footer_contain #footer #footer_logo{
	float:left;
	background:url(../images/footer_logo.png) bottom left no-repeat #C6C6C6;
	width:128px;
	height:56px;
	margin:15px;
}			
#footer_contain #footer #footer_navigation{
	float:right;
	margin:35px 0px;
	
}
#footer_contain #footer #footer_navigation .border_right{
	border-right:1px solid #CBCBCB;
	padding-right:5px;
	
}
#footer_contain #footer #footer_navigation ul{
	display:inline;
}
#footer_contain #footer #footer_navigation ul li{
	display:inline;
	float:left;
	padding:0px 5px;
}
#footer_contain #footer #footer_navigation ul li a{
	color:#454545;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
#footer_contain #footer #footer_navigation ul li a:hover{}

/***************************************************************/

/* FRONT PAGE */
#intro_box_contain{
	float:left;
	background:url(../images/front_page_above_the_fold.png) bottom left no-repeat ;
	height:360px; /* 390 */
	width:900px;
}
#intro_box_contain #intro_box{
	float:right;
}

#intro_box_contain #intro_box #pitch_features_contain{
	float:right;
	width:335px;
	font-size:11pt;
	margin-top:0px;
	margin-right:20px;
	color:#f6f6f6;
}
#intro_box_contain h2{
	width:100%;
	text-align:center;
	font-size:40px; /* 46 */
	color:#f6f6f6;
	text-shadow:;
	height:70px;  /* 90 */
	line-height:65px;
	
}
#intro_box_contain #intro_box #pitch_features_contain ul{
	list-style:none;
	padding-left:1em;
	display:block;
	padding:10px;
}
#intro_box_contain #intro_box #pitch_features_contain li{
	font-size:20px;
	line-height:50px;
	display:list-item;
	
}
/* -- */
#call_to_action{
	float:left;
	width:960px;
	height:50px; /*60*/
	background:url(../images/front_page_blue_bg_rpt.png) top left repeat-y transparent;
	padding-bottom:25px;
	padding-right:35px;
	padding-top:10px;
	color:#f6f6f6;  /* #f6f6f6; */
}
#call_to_action #pitch{
	color:#f8f8f8;
	font-size:22px;  /* 25 */
	float:left;
	width:610px;
	line-height:30px; /* 30 */
	padding-bottom:15px;
	padding-top:2px;
	padding-left:25px;
	/*font-family:Georgia, times, serif;*/
}
#call_to_action #plans_button{
	color:#f8f8f8;
	width:231px;
	height:56px;
	float:left;
	background:url(../images/get_started_button.png) top left no-repeat transparent;
	text-indent:-9999px;
}

#front_page_details_contain{
	float:left;
	width:855px;
	background:url(../images/front_page_white_bg_rpt.png) top left repeat-y transparent;
	padding:20px;
	color:#222222;
}

#separator{
	text-indent:-9999px;
	float:left;
	width:1000px;
	height:0px;
	background:url(../images/blue_to_white_transition.png) top left no-repeat transparent;
}


#below_the_fold_contain{}
#below_the_fold_contain .below_the_fold_header{
	color:#eb0000;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
	border-bottom:2px solid #cbcbcb;
}
#below_the_fold_contain #screenshots{
	float:left;
	width:420px;
}
#below_the_fold_contain #screenshots_text{
	float:left;
	font-size:22px;
	padding:10px;
}
#below_the_fold_contain #screenshot_contain{
	float:left;
	padding:5px 5px;
	width:410px;
}
#below_the_fold_contain #screenshot_contain img{
	float:left;
	width:88px;
	height:88px;
	border:3px solid #373B51;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	margin:4px;
}
#below_the_fold_contain #screencast_contain img{
	border:3px solid #373B51;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	margin:4px;
	float:left;
}

#below_the_fold_contain #latest_news{
	float:right;
	width:420px;
	height:330px;
	overflow:hidden;
}

#below_the_fold_contain #latest_news_header{}
#below_the_fold_contain #latest_news .single_news_post{
	float:left;
	clear:left;
	width:100%;
	margin-bottom:5px;
	margin-top:5px;
}
#below_the_fold_contain #latest_news .single_news_post .single_news_title{
	font-weight:bold;
	font-size:1em;
	line-height:1.2em;
	
}
#below_the_fold_contain #latest_news .single_news_post .single_news_source{
	line-height:1.5em;
	float:right;
	clear:right;
	font-size:13px;
}

#below_the_fold_contain #latest_news .single_news_post .single_post_link a{
	color:#fff;
	background:#222;
	font-size:10pt;
	text-transform:uppercase;
	padding:3px;
	text-decoration:none;
}
#below_the_fold_contain #latest_news .single_news_post .single_post_link a:hover{
	background:none;
	color:#222;
}

#below_the_fold_contain #features{
	float:right;
	width:420px;

}
#below_the_fold_contain #features #features_header{}

#below_the_fold_contain #features .single_feature{
	height:69px;
	margin-top:15px;

}
#below_the_fold_contain #features .single_feature .single_feature_header{
		float:left;
		width:274px;
		padding:0px 8px;
		padding-bottom:0px;
		font-weight:bold;

}
#below_the_fold_contain #features .single_feature .single_feature_icon{
	float:left;
	width:48px;
	height:48px;
	overflow:hidden;
}
#below_the_fold_contain #features .single_feature .single_feature_pitch{
	float:left;
	width:355px;
	padding:8px;
}		
/* PLANS AND PRICING */			
#plan_explanation_box{
	margin-top:10px;
	font-size:.9em;
	padding:5px;
	border:2px solid #b7b7b7;
	background:#ededed;
	float:left;
	clear:left;
}



#plans_pitch_header_contain{
	float:left;
	clear:left;
	width:100%;
	text-align:center;
}
#plans_pitch_header_contain #plans_pitch_header{
	color:#eb0000;
	font-weight:bold;
	font-size:2em;
	padding:5px;
}
#plans_pitch_header_contain #plans_pitch_subheader{
	padding:5px;
	color:#454545;
	margin-bottom:20px;
}

#plans_contain{
float:left;
clear:left;
width:900px;
margin-bottom:20px;
}
#plans_contain #plans{
	margin: 0 auto;
	width:680px;
	background:green;
}
#plans_contain #plans .plan_contain{
	background:url(../images/plan_fill_bg.png) top left repeat-y #f8f8f8;
	width:220px;
	float:left;
	margin:0px 2px;
	
}
#plans_contain #plans .plan_contain .plan_header{
	width:220px;
	float:left;
	text-indent:-9999px;
}
#plans_contain #plans .plan_contain .plan_features{
}
#plans_contain #plans .plan_contain .plan_features .plan_feature_contain{
	width:175px;
	float:left;
	padding:2px 10px;
	margin-left:25px;
}
#plans_contain #plans .plan_contain .plan_features .plan_feature_contain .plan_check{
	float:left;
	background:url(../images/red_check.png) bottom left no-repeat transparent;
	text-indent:-9999px;
	height:13px;
	width:13px;
	padding:3px;
	
}
#plans_contain #plans .plan_contain .plan_features .plan_feature_contain .plan_feature{
	float:left;
	line-height:30px;
	height:30px;
}
#plans_contain #plans .plan_contain .plan_button{
	text-indent:-9999px;
	float:left;
	width:220px;
	height:50px;
	background:url(../images/signup_plan_button.png) top center no-repeat transparent;
	color:#fff;
	float:left;
}
#plans_contain #plans .plan_contain .plan_button a{
	float:left;
	width:205px;
	height:43px;
	color:#fff;
}
#plans_contain #plans .plan_contain .plan_footer{
	background:url(../images/plan_footer.png) bottom left repeat-y #f8f8f8;
	width:220px;
	height:3px;
	float:left;
}

/* pro plan */
#plans_contain #plans #pro_plan_contain{
	margin-top:17px;
}
#plans_contain #plans #pro_plan_features{
	height:263px;
}
#plans_contain #plans #pro_plan_contain #pro_plan_header{
	background:url(../images/pro_plan_header.png) bottom left no-repeat #f8f8f8;
	height:45px;
}
/* plus plan */
#plans_contain #plans #plus_plan_contain{	
	margin-top:64px;
}
#plans_contain #plans #plus_plan_contain #plus_plan_header{
	height:46px;
	background:url(../images/plus_plan_header2.png) bottom left no-repeat #f8f8f8;
	
}
#plus_plan_contain{
	margin-top:100px;
}
#plus_plan_contain #plus_plan_header{
	height:146px;
	background:url(../images/plus_plan_header2.png) bottom left no-repeat #f8f8f8;
}

/* basic plan */
#plans_contain #plans #basic_plan_contain{
	margin-top:150px;
}
#plans_contain #plans #basic_plan_features{
	height:247px;
}
#plans_contain #plans #basic_plan_contain #basic_plan_header{
	height:45px;
	background:url(../images/basic_plan_header.png) bottom left no-repeat #f8f8f8;
	
}
/* solo plan */
#plans_contain #plans #solo_plan_contain{
	margin-top:133px;
	
}
#plans_contain #plans #solo_plan_contain #solo_plan_header{
	height:45px;
	background:url(../images/solo_plan_header.png) bottom left no-repeat #f8f8f8;
	
}

#unlimited_tag_contain{
	text-transform:uppercase;
	width:100%;
	float:left;
	text-align:center;
}
#unlimited_tag_contain_inner{
	margin:0 auto;
	width:390px;
	text-align:center;
	border-bottom:2px solid #cbcbcb;
	height:30px;
}
#unlimited_tag_contain #unlimited_tag{
	color:#212121;
	font-weight:bold;
	font-size:1.6em;
	float:left;
}

#unlimited_tag_contain #unlimited_tag_contact{
	color:#eb0000;
	float:right;
	font-weight:bold;
	font-size:1.6em;
}
#unlimited_tag_contain #unlimited_tag_contact a{
	color:#eb0000;
	text-decoration:none;
}

#plans_features{}
#plans_features .single_feature{}
#plans_features .single_feature .single_feature_header{}		
#plans_features .single_feature .single_feature_icon{}
#plans_features .single_feature .single_feature_pitch{}


/* SIGNUP */
#new_account_title{
	color:#eb0000;
	font-size:1.8em;
	font-weight:bold;
	width:100%;
	border-bottom:2px solid #cbcbcb;
	padding:20px 0px 0px 0px;
}
#account_contain{
	float:left;
	margin:10px 0px;
	width:820px;
}
#account_contain #account_info_contain{
	float:left;
	width:470px;
}
#account_contain #account_info_contain label{
	float:left;
	padding:5px 0px;
}
#account_contain #account_info_contain .text_field{
	font-size:1.5em;
	padding:3px;
	width:460px;
}
#account_contain #account_info_contain .drop_down{
	float:left;
	clear:left;
	font-size:1.5em;
	padding:3px;
}
#account_contain #account_info_contain .field_contain{
	float:left;
	clear:left;
	width:100%;
	padding:10px 0px;
}
#account_contain #account_info_contain #terms_contain{
	float:left;
	clear:left;
	width:100%;
	padding:10px 0px;
	line-height:1em;
	font-size:11pt;
	text-align:baseline;
}
#account_contain #account_info_contain #terms_contain input{
	float:left;
	margin-right:10px;
	margin-top:2px;
	line-height:1em;
	
}
#account_contain #account_info_contain #signup_button{
	float:right;
	width:auto;
}

#account_contain #account_info_contain .field_contain label{
}
#account_contain #account_info_contain .field_contain input{
}
#account_contain #account_info_contain #account_password_contain{
	float:left;
	clear:left;
	width:100%;
}
#account_contain #account_info_contain #account_password_contain .password_field_contain{
	float:left;
	width:224px;
	padding:10px 0px;
	
}
#account_contain #account_info_contain #account_password_contain #password_left{
}
#account_contain #account_info_contain #account_password_contain #password_right{
	float:right;
	margin-left:10px;
}
#account_contain #account_info_contain #account_password_contain .password_field_contain label{
}
#account_contain #account_info_contain #account_password_contain .password_field_contain input{
	width:214px;
}
#signup_plan_contain{
	float:right;
}
#signup_plan_contain #solo_plan_contain{
	margin-top:100px;
}
#signup_plan_contain #pro_plan_contain{
	margin-top:100px;
	
}
#signup_plan_contain #pro_plan_contain #pro_plan_header{
	height:45px;
	background:url(../images/pro_plan_header.png) bottom left no-repeat #f8f8f8;
	
}
#signup_plan_contain #solo_plan_contain #solo_plan_header{
	height:45px;
	background:url(../images/solo_plan_header.png) bottom left no-repeat #f8f8f8;
	
}
#signup_plan_contain .plan_contain{
	background:url(../images/plan_fill_bg.png) top left repeat-y #f8f8f8;
	width:220px;
	float:left;
	margin:0px 2px;
	
}
#signup_plan_contain .plan_contain .plan_header{
	width:220px;
	float:left;
	text-indent:-9999px;
}
#signup_plan_contain .plan_contain .plan_features{
}
#signup_plan_contain .plan_contain .plan_features .plan_feature_contain{
	width:175px;
	float:left;
	padding:2px 10px;
	margin-left:25px;
}
#signup_plan_contain .plan_contain .plan_features .plan_feature_contain .plan_check{
	float:left;
	background:url(../images/red_check.png) bottom left no-repeat transparent;
	text-indent:-9999px;
	height:13px;
	width:13px;
	padding:3px;
	
}
#signup_plan_contain .plan_contain .plan_features .plan_feature_contain .plan_feature{
	float:left;
	line-height:30px;
	height:30px;
}
#signup_plan_contain .plan_contain .plan_button{
	text-indent:-9999px;
	float:left;
	width:220px;
	height:50px;
	background:url(../images/signup_button.png) top center no-repeat transparent;
	color:#fff;
	float:left;
}
#signup_plan_contain .plan_contain .plan_button a{
	float:left;
	width:205px;
	height:43px;
	color:#fff;
}
#signup_plan_contain .plan_contain .plan_footer{
	background:url(../images/plan_footer.png) bottom left repeat-y #f8f8f8;
	width:220px;
	height:3px;
	float:left;
}

/* LOGIN */
#login_form_title{
	color:#eb0000;
	font-size:1.8em;
	font-weight:bold;
	width:100%;
	border-bottom:2px solid #cbcbcb;
	padding:20px 0px 0px 0px;
}
#login_form_contain{
	float:left;
	margin:10px 0px;
	width:370px;
}
#login_form_contain #login_form{
	float:left;
}
#login_form_contain #login_form .text_field{
	float:left;
	width:370px;
}
#login_form_contain #login_form #flash_error{}
#login_form_contain #login_form .field_contain {
	float:left;
	clear:left;
	width:100%;
	padding:10px 0px;
	
}
#login_form_contain #login_form input[type="image"]
{
	float:right;
}

/* LABS */
#lab_header_title{
	color:#eb0000;
	font-size:1.8em;
	font-weight:bold;
	width:100%;
	border-bottom:2px solid #cbcbcb;
	padding:20px 0px 0px 0px;
}
#labs_contain{
	float:left;
	width:100%;
}
#labs_contain #labs{
	float:left;
	width:100%;
}

#labs_contain #labs #labs_pitch{
	float:left;
	padding:5px;
	font-size:1.2em;
	margin-bottom:20px;
}
#labs_contain #labs .unclassified{
	background:url(../images/id_card_unclassified_front.png) bottom left no-repeat #f8f8f8;
	float:left;
	width:373px;
	height:258px;
}
#labs_contain #labs .single_lab_experiment{
	float:left;
	background:url(../images/lab_exp_bg.png) top left no-repeat transparent;
	width:423px;
	height:290px;
	margin:5px;
	padding:10px;
	
}
#labs_contain #labs .unclassified{
	background:url(../images/id_card_unclassified_front.png) top left no-repeat transparent;
	float:left;
	height:373px;
	width:240px;
	padding:0px 8px;
	padding-top:50px;

}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_details_title{
	float:left;
	width:100px;
	font-weight:bold;
	font-size:1.6em;
	
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_icon{
	float:right;
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_icon img{
	width:80px;
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_download{
	float:right;
	clear:both;
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_version_details{
	float:right;
	clear:both;	
}


#labs_contain #labs .single_lab_experiment .single_lab_experiment_left_contain{
	float:left;
	width:75px;
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_left_contain .single_lab_experiment_download{
	float:left;
	clear:left;
	padding-top:10px;
	
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_left_contain .single_lab_experiment_download a{
	color:#000;
	font-size:.9em; 
	
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_left_contain .single_lab_experiment_version_details{
	float:left;
	clear:left;
	color:#000;
	font-size:.9em;
	padding-top:10px;
}

#labs_contain #labs .single_lab_experiment .single_lab_experiment_left_contain .single_lab_experiment_icon{
	float:left;
	width:75px;
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_icon img{
	float:left;
	width:75px;
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_details_contain{
	float:right;
	width:300px;
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_details_title{
	float:left;
	font-size:1.5em;
	font-weight:bold;
	width:100%;
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_details{}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_details p{
	float:left;
	clear:left;
	font-size:1em;
}
#labs_contain #labs .single_lab_experiment .single_lab_experiment_details .requirements{
	float:left;
	clear:left;
	font-size:.8em;
	margin-top:10px;
	width:100%;
}


/* FEATURES */
#features_header_title{}
#features_contain{}
#features_contain #signup_conversion
{
	float:right;
	width:265px;
	padding:15px;
}
#features_contain #signup_conversion h2
{
	color:#eb0000;
	font-size:1em;
	text-transform:uppercase;
}
#features_contain #signup_conversion .text_field
{
	width:260px;
}
#features_contain #signup_conversion label
{
	float:left;
	margin:5px 0px 0px 0px;
}
#features_contain #signup_conversion #terms_contain{
	float:left;
	clear:left;
	padding:10px 0px;
}
#features_contain #signup_conversion #signup_button{
	float:right;
	clear:both;
}
#features_contain #features{
	float:left;
	width:601px;
	margin-top:20px;
	
}

#features_contain #features .single_feature_contain{
	float:left;
	width:299px;
	height:220px;
	border-bottom:1px solid #DDDFE1;
	border-top:1px solid #DDDFE1;
	border-left:1px solid #DDDFE1;
	background:#f6f6f6;
}
#features_contain #features .single_feature_contain_last{
	float:left;
	width:299px;
	height:220px;
	border:1px solid #DDDFE1;
	background:#f6f6f6;
}
#features_contain #features .single_feature_contain_first{
	float:left;
	width:299px;
	height:220px;
	border-bottom:1px solid #DDDFE1;
	border-top:1px solid #DDDFE1;
	border-left:1px solid #DDDFE1;
	background:#f6f6f6;
}
#features_contain #features .row{
	border-top:none;
}
#features_contain #features .single_feature_contain_inner{
	width:100%;
	border:1px solid #fff;
	width:297px;
	height:218px;
}

#features_contain #features .single_feature_contain .single_feature{
	float:left;
	width:100%;
/*	background:url(../images/feature_repeat_bg.png) top left repeat-y #f8f8f8;
*/}

#features_contain #features .single_feature .description_contain{
	float:left;
	width:280px;
	color:#343434;
	padding:5px;
	
}
#features_contain #features .single_feature .description_contain a{
	color:#1E434C;
	font-weight:bold;
	float:right;
	font-size:12px;
}

#features_contain #features .single_feature .description_contain .description_title{
	float:left;
	font-size:22px;
	font-weight:normal;
	line-height:28px;
	width:100%;
}
#features_contain #features .single_feature .description_contain .description{
	font-size:.9em;
}
#features_contain #features .single_feature .screenshot{
	float:left;
	width:297px;
	overflow:hidden;
	height:119px;
	display:none;
}
#features_contain #features .single_feature .screenshot img{
	width:298px;
}

#features_contain #features #graph_bg{
	background:url(/images/features/graph2.png) bottom left no-repeat #f6f6f6;
}
#features_contain #features #tapmini{
	background:url(/images/features/tapmini.png) bottom left no-repeat #f6f6f6;
}
#features_contain #features #map_bg{
	background:url(/images/features/map_bg.png) bottom left no-repeat #f6f6f6;
}
#features_contain #features #iphone{
	background:url(/images/features/iphone.png) top right no-repeat #f6f6f6;
}
#features_contain #features #iphone .description_contain{
	float:left;
	width:150px;
}

#features_contain #features #stars{
	background:url(/images/features/stars.png) bottom left no-repeat #f6f6f6;
}
#features_contain #features #crash{
	background:url(/images/features/crash.png) bottom left no-repeat #f6f6f6;
}

#feature_plan .plan_contain{
	clear:left;
	background:url(../images/plan_fill_bg.png) top left repeat-y #f8f8f8;
	width:220px;
	float:left;
	margin:0px 2px;
	
}
#feature_plan .plan_contain .plan_header{
	width:220px;
	float:left;
	text-indent:-9999px;
}

#feature_plan .plan_contain .plan_features .plan_feature_contain{
	width:175px;
	float:left;
	padding:2px 10px;
	margin-left:25px;
}
#feature_plan .plan_contain .plan_features .plan_feature_contain .plan_check{
	float:left;
	background:url(../images/red_check.png) bottom left no-repeat transparent;
	text-indent:-9999px;
	height:13px;
	width:13px;
	padding:3px;
	
}
#feature_plan .plan_contain .plan_features .plan_feature_contain .plan_feature{
	float:left;
	line-height:30px;
	height:30px;
}

#feature_plan .plan_contain .plan_footer{
	background:url(../images/plan_footer.png) bottom left repeat-y #f8f8f8;
	width:220px;
	height:3px;
	float:left;
}
#feature_plan #solo_plan_contain{
	margin-top:36px;
	
}
#feature_plan #solo_plan_contain #solo_plan_header{
	height:45px;
	background:url(../images/solo_plan_header.png) bottom left no-repeat #f8f8f8;
	
}


/* CONTACT */
#contact_contain{}
#contact_contain a{
	color:#000;
}
#contact_contain #contact_form{
	float:left;
	width:400px;
}
#contact_contain #contact_form input[type="image"]{
	float:right;
}
#contact_contain #contact_form .field_contain{
	padding:5px 0px;
	float:left;
	clear:left;
}
#contact_contain #contact_form .field_contain label{
	float:left;
	padding:5px 0px 5px 0px;
}
#contact_contain #contact_form .field_contain .text_field{
	width:400px; 
}
#contact_contain #contact_form .field_contain textarea{
	font-size:13px;
	height:150px;
}
#contact_contain #contact_details_contain{
	float:right;
	padding:15px 0px;
}
#contact_contain #contact_details_contain .contact_details{
	padding:5px 0px;
}

/* ABOUT */
#about_header_title{}
#about_contain{}
#about_contain #about{
	float:left;
	width:100%;
	margin-top:20px;
	line-height:20px;
}
#about_contain #about #tapmetrics_header_title{}
#about_contain #about .title_sub_header{
	float:left;
	clear:left;
	text-transform:uppercase;
	width:100%;
	color:#505050;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:10px;
	
}
#about_contain #about #tapmetrics{
	float:left;
	clear:left;
	width:100%;
	margin-bottom:20px;
}
#about_contain #about #tapmetrics p{
	text-indent:1em;
	margin-bottom:10px;
}

#about_contain #about #investors{
	float:left;
	clear:left;
	width:100%;
	margin-bottom:20px;
}
#about_contain #about #investors a{
	text-decoration:none;
	color:#eb0000;
}
#about_contain #about #investors a:hover{
	text-decoration:underline;
	
}
#about_contain #about #team_header_title{}
#about_contain #about .title_sub_sub_header{
	float:left;
	clear:left;
	text-transform:uppercase;
	width:100%;
	color:#505050;
	font-weight:bold;
	margin-bottom:10px;
}
#about_contain #about #team {
	float:left;
	clear:left;
	width:100%;
	margin-bottom:20px;
}
#about_contain #about #team .single_member{
	float:left;
	width:440px;
}
#about_contain #about #team .single_member .single_member_photo{
	text-indent:-9999px;
	width:440px;
	height:231px;
	float:left;
}
#about_contain #about #team .single_member .single_member_story{
	float:left;
	clear:left;
	margin-top:10px;
	width:100%;
	font-size:12pt;
}
#about_contain #about #team .single_member .single_member_story p{
	text-indent:1em;
	margin-bottom:5px;
}

#about_contain #about #team #chris{
	background:url(../images/chris_ceo_about.png) top left no-repeat #f8f8f8;
	
}
#about_contain #about #team #chris #chris_ceo_about{}

#about_contain #about #team #nolan{
	background:url(../images/nolan_cto_about.png) top left no-repeat #f8f8f8;
	float:right;
}
#about_contain #about #team #nolan #nolan_cto_about{}

#about_contain #about #story_header_title{}
#about_contain #about #story{}
#about_contain #about #story p{
	margin-bottom:10px;
}




/* TAPMINI */
#tapmini_contain{}
#tapmini_screencast_contain{
	float:left;
	width:300px;
	margin-bottom:30px;
}
#tapmini_screencast_contain h1{
	font-size:1.2em;
	color:#eb0000;
	text-transform:uppercase;
}
#tapmini_screencast_contain #tapmini_screencast{
	margin-bottom:20px;
}
#tapmini_screencast_contain #tapmini_screencast img{
	border:5px solid #717171;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

#tapmini_screencast_contain #gallery{}
#tapmini_screencast_contain #gallery img{
	float:left;
	width:67px;
	height:67px;
	border:3px solid #717171;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	margin:5px;
}

#tapmini_info_block{
	width:580px;
	float:left;
	padding:0px 10px;
}
#tapmini_info_block #tapmini_header{}
#tapmini_info_block #tapmini_header #tapmini_logo{
	float:left;
	padding:0px 20px;
}
#tapmini_info_block #tapmini_header #tapmini_logo img{
}
#tapmini_info_block #tapmini_header #download_now{
	padding:20px 0px;
	float:right;
}
#tapmini_info_block #description{
	float:left;
	clear:left;
	width:100%;
}

#tapmini_info_block #description p{
	padding:10px;
}
#tapmini_info_block .feature_set{
	width:270px;
	padding:10px;
	float:left;
	clear:none;
	
}
#tapmini_info_block h2{
	font-size:1em;
	color:#eb0000;
	text-transform:uppercase;
}
#tapmini_info_block .feature_set ul{
list-style:disc outside;
font-size:.9em;
margin:5px 0px 20px 0px;
}
#tapmini_info_block .feature_set li{
	margin-bottom:.5em;
	text-shadow: #eae7e7 1px 1px 0;
}
#tapmini_faq{
	float:left;
	padding:10px;
	width:550px;
}
#tapmini_faq .tapmini_faq_block{
	float:left;
	clear:left;
	width:100%;
	font-size:15px;
	margin-bottom:10px;
}
#tapmini_faq .tapmini_faq_block .tapmini_faq_question{
	font-weight:bold;
}
#tapmini_faq .tapmini_faq_block .tapmini_faq_answer{
	float:left;
	clear:left;
	width:100%;
	
}