@charset "UTF-8";

@import url("site.css");

/* 

Homepage CSS

*/

.home_featured {
	background-image:url(../images/bg/site/featured.jpg);
	background-repeat:repeat-x;
	height:328px;
} 

.home_container {	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg/home/home_container.jpg);
	background-repeat:no-repeat;
	height:328px;
	width: 945px;
} 

.home_a2e_hdr {
	float:right;
	background-image:url(../images/hdrs/a2e_pdf_conv_6.png);
	background-repeat:no-repeat;
	width:460px;
	height:34px;
	margin: 50px 87px 0 0;
	;
}

.home_txt_feature {
	float:right;
	width:527px;
	height:115px;
	margin: 10px 22px 0 0;
	text-align:left;
}

.home_txt_feature h1 {
	font-size:22px;
	font-weight:400;
	color:#FFFFFF;
	margin-top:0px;
}

.home_txt_feature p {
	color:#FFFFFF;
	margin:0px;
}

.home_btn_free {
	float:left;
	width:513px;
	height:96px;
	margin: 23px 0 0 212px;
}

.home_btn_buy {
	float:right;
	width:190px;
	height:83px;
	margin:13px 22px 0 0;

}

.home_col_logos {
	float:left;
	width:87px;
	text-align:center;
}

.home_col_text {
	float:left;
	width:413px;
	margin:0 0 0 25px;

}

.home_col_text h1 {
	font-size:21px;
	font-weight:400;
	margin-top:0px;

}

.home_cols_logos_ext {
	float:left;
	width:152px;
	margin:0 0 0 20px;
	text-align:center;
}

.home_cols_quote {
	float:right;
	width:185px;
	margin:0;
}

.home_cols_quote h1 {
	font-size:24px;
	font-weight:400;
	margin-top:0px;
	line-height:25px;
	font-style:italic;
}


/*our conversions tabs*/
.home_our_conv {
	border:1px solid #a9a9a9;
	border-bottom:0px;
	padding:0;
	margin:20px 0 0 0;
	width:558px;
}

ul.home_oc_tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 560px;
	border-top:0px;
	margin-left:-1px;
}
ul.home_oc_tabs li  {
	float: left;
	margin: 0;
	padding: 10px 0 14px 0;
	font-size:12px;
	font-weight:500;
	color:#333333;
	position: relative;
	width:112px;
	height:30px;
	text-align:center;
}

.home_oc_tabs_li {
	background-image:url(../images/btns/tab_conv.jpg);
	background-repeat:no-repeat;
}

ul.home_oc_tabs li a {}

ul.home_oc_tabs li a, ul.home_oc_tabs li a:hover  {
	text-decoration: none;
	display: block;
	margin-left:-2px;
	margin-top:8px;
}

.home_oc_hover, .home_oc_active {
	background-image:url(../images/btns/tab_active_conv.jpg);
	background-repeat:no-repeat;
}
/*
.home_oc_right  {
	border-right:1px solid #333333;
	color:#333;
}*/

.home_oc_tab_content {display:none;}

.home_oc_tab_content p {
	padding:0;
	margin:0;
}

.home_oc_tab_container {
	clear: both;
	margin:0;
	padding:14px;
	height:120px;
}




/*our conversions tabs*/

/* OLD CONVERSION TABS
.home_our_conv {
	background-image:url(../images/home/ourc-tabpanel.jpg);
	background-repeat:no-repeat;
	margin-left:-15px;
	border:1px #fff solid;
	width:945px;
	height:250px;
}

ul.home_oc_tabs {
	margin: 0;
	padding: 0 0 0 5px;
	float: left;
	list-style: none;
	height: 80px;
	width: 880px;
}
ul.home_oc_tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 70px;
	line-height: 70px;
	font-size:16px;
	font-weight:500;
	color:#333333;
	overflow: hidden;
	position: relative;
	width:20%;
	text-align:center;
	
}

ul.home_oc_tabs li a {}

ul.home_oc_tabs li a, ul.home_oc_tabs li a:hover  {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	color:#333;
	outline: none;
}

.home_oc_left {
	background-image:url(../images/home/ourc-shadow-left.png);
	background-position: left;
	background-repeat: no-repeat;
	color:#333;
}

.home_oc_right  {
	background-image:url(../images/home/ourc-shadow-right.png);
	background-position: right;
	background-repeat: no-repeat;
	color:#333;
}

.home_oc_tab_content {display:none;}

.home_oc_tab_container {
	clear: both;
	margin: 0 35px 20px 30px;
	border:0;
}
*/
