/*** START styles.css ***/

@import url(menu.css);
@import url(form.css);

html 
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	text-align: justify;
	width: 867px;
	margin: 0 auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #5BA6CC;
	font-weight: bold;
	*margin-top: 7px;
}
h1 { font-size: 26px; }
h1 span { font-size: 18px; color: #5BA6CC; }
h2 { font-size: 24px; }
h2 span { font-size: 16px; color: #5BA6CC; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a, a:link, a:visited
{
	color: #333;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

.clearfix { clear: both; }

a img { border: none; }

ul
{
	margin: 0;
	padding: 0;
}

ul, li
{
	list-style: none;
}

.ul_top_content ul
{
	margin: 5px;
	padding: 5px;
	line-height: 18px;
}
.ul_top_content li
{
	list-style: disc;
	padding-bottom: 5px;
}

p
{
	margin: 9px 0 2px 0;
}

.error_inputfield
{
	color: red;
}
.error_loginpage
{
	clear: both;
	margin: 10px 0;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid red;
}
.error_loginpage img
{
	float: left;
	margin: 5px 0;
}

.error_loginpage p
{
	float: left;
	color: red;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
}

/** START h1's **/

h1.h1_index, h1.h1_whyjoin, h1.h1_corporate, h1.h1_ourclients, h1.h1_joinnow, h1.h1_contact, 
h1.h1_easycashfast, h1.h1_whoweare, h1.h1_howitworks, h1.h1_doubleyourmoney, h1.h1_when, h1.h1_stillnotsure, h1.h1_whatisacasestudy,
h1.h1_copyright, h1.h1_terms, h1.h1_advertise, h1.h1_presspack, h1.h1_privacy, h1.h1_careers,
h1.h1_login, h1.h1_password, h1.h1_casestudydetails
{ 
	height: 43px;
	margin: 12px 0 0 0;
	padding: 0;
}
h1 span { display: none; }

h1.h1_index { background: url(../images/h1_index.gif) top left no-repeat; }
h1.h1_whyjoin { background: url(../images/h1_whyjoin.gif) top left no-repeat; }
h1.h1_corporate { background: url(../images/h1_corporate.gif) top left no-repeat; }
h1.h1_ourclients { background: url(../images/h1_ourclients.gif) top left no-repeat; }
h1.h1_joinnow { background: url(../images/h1_joinnow.gif) top left no-repeat; }
h1.h1_contact { background: url(../images/h1_contact.gif) top left no-repeat; }
h1.h1_easycashfast { background: url(../images/h1_easycashfast.gif) top left no-repeat; }
h1.h1_whoweare { background: url(../images/h1_whoweare.gif) top left no-repeat; }
h1.h1_howitworks { background: url(../images/h1_howitworks.gif) top left no-repeat; }
h1.h1_doubleyourmoney { background: url(../images/h1_doubleyourmoney.gif) top left no-repeat; }
h1.h1_when { background: url(../images/h1_when.gif) top left no-repeat; }
h1.h1_stillnotsure { background: url(../images/h1_stillnotsure.gif) top left no-repeat; }
h1.h1_whatisacasestudy { background: url(../images/h1_whatisacasestudy.gif) top left no-repeat; }
h1.h1_copyright { background: url(../images/h1_copyright.gif) top left no-repeat; }
h1.h1_terms { background: url(../images/h1_terms.gif) top left no-repeat; }
h1.h1_advertise { background: url(../images/h1_advertise.gif) top left no-repeat; }
h1.h1_presspack { background: url(../images/h1_presspack.gif) top left no-repeat; }
h1.h1_privacy { background: url(../images/h1_privacy.gif) top left no-repeat; }
h1.h1_careers { background: url(../images/h1_careers.gif) top left no-repeat; }

h1.h1_login { background: url(../images/h1_login.gif) top left no-repeat; }
h1.h1_password { background: url(../images/h1_password.gif) top left no-repeat; }

/** END h1's **/

/****** START header ******/

#header_wrapper
{
	height: 174px;
	margin-bottom: 8px;
	background: url(../images/bg_header.jpg) top left no-repeat;
}

#logo 
{
    float: left;
	margin: 0 0 0 19px;
	width: 300px;
}
* html #logo
{
	margin: 0 0 0 10px;
}

#header_right 
{
	float: right;
	width: 230px;
	margin-top: 8px;
}
#header_form_left
{
	float: left;
	margin-right: 5px;
}
#header_form_left ul li { font-size: 11px; padding: 6px 0 8px 3px; }
#header_form_right
{
	position: relative;
	width: 135px;
}
#header_form_right ul li input { margin: 4px 0 0 0; }
#header_form_right ul li a { color: #868686; font-size: 11px; padding: 0 0 0 11px; } 

#header_right form input
{
	width: 134px;
	height: 19px;
	background: url(../images/bg_form_email.gif) top left no-repeat; 
	border: none;
}
#header_right form input #submit
{
	background: none;
}

.header_form_right_logged_in
{
	position: absolute;
}

#secondary_col
{
	float: left;
	width: 242px;
	margin-bottom: 30px;
}

#total_members, #total_payout
{
	width: 242px;
	height: 75px;
	margin-top: 5px;
}
#total_members { background: url(../images/bg_total_members.jpg) top left no-repeat; }
#total_payout { background: url(../images/bg_total_payout.jpg) top left no-repeat; }

#total_members span, #total_payout span
{
	width: 242px;
	font-size: 32px;
	font-weight: bold;
	color: #676767;
}
#total_members span p, #total_payout span p
{
	margin: 0; 
	padding: 5px 0 0 0;
	text-align: center;
}

/****** END header ******/

/****** START index ******/

#content_wrapper
{
	margin: 0 auto;
	padding: 10px;
	background: #F2F2F2 url(../images/content_bg_top2.gif) top left no-repeat;
}

#main_col
{
	float: right;
	width: 588px;
	margin: -8px 0 30px 0;
}

#top_content
{
	margin-bottom: 24px;
	padding-right: 22px;
	padding-left: 10px;
}

#index_recent_case_studies_top
{
	height: 30px;
	background: url(../images/bg_recentcasestudies_top.jpg) top left no-repeat;
}
#index_recent_case_studies_wrapper
{
	background-color: #6191A9;
}
 
#index_recent_case_studies_inner
{
	border-left: 1px solid #5F8FA8;
	border-right: 1px solid #5F8FA8;
	background: url(../images/bg_recentcasestudies.jpg) bottom left repeat-x;
}
#index_recent_case_studies_inner table
{
	width: 100%;
}
#index_recent_case_studies_inner td
{
	height: 30px;
	margin: 0;
	padding: 0 0 0 17px;
	font-size: 11px;
	background: url(../images/icon_bubble.gif) 0px 3px no-repeat;
}
#index_recent_case_studies_inner td a { text-decoration: none; }
#index_recent_case_studies_inner td a:hover { text-decoration: underline; }

#index_recent_case_studies_bottom
{
	height: 13px;
	margin-top: -12px;
	*margin-top: -12px;
	background: url(../images/bg_recentcasestudies_bottom.jpg) bottom left no-repeat;
}

/****** END index ******/

/*** START footer ***/

#footer_wrapper
{
	clear: both;
	margin: 0 auto;
	*margin-top: -8px;
	padding: 10px;
	font-size: 11px;
	background: #F2F2F2 url(../images/bg_footer.jpg) bottom left no-repeat; 
}
#footer_wrapper a { text-decoration: none; }
#footer_wrapper a:hover { text-decoration: underline; }

#footer_top
{
	padding-bottom: 15px;
}

#footer_top ul
{
	margin: 0;
	padding: 0 0 0 75px;
}
#footer_top ul li
{
	float: left;
	margin: 0;
	padding: 0;
}

#footer_bottom
{
	clear: both;
}
#footer_bottom p
{
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 10px;
}

/*** END footer ***/

/** START terms page **/

table#terms td.td_terms { width: 10%; }
table#terms td.td_terms_main { font-weight: bold; text-decoration: underline; background-color: #FAF9F9; padding-top: 10px; padding-bottom: 10px; }
table#terms td { padding: 5px; }

/** END terms page **/

/*** START testimonials ***/

.testimonials
{
	margin: 0 auto;
	line-height: 18px;
}

blockquote {
	margin: 8px 0 0 0;
  	background: transparent url(../images/quoleft.png) left top no-repeat;
  	font-style: italic;
	background-color: #fff;
}
.testimonials_right_quote {
	margin: 0;
  	padding: 0 26px 0 28px;
 	background: transparent url(../images/quoright.png) right bottom no-repeat;
 	min-height: 20px;
}
.testimonials_bg_color
{
	
}
.testimonials .quote_by
{
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	margin: 5px 0 20px 0;
	padding: 0 0 0 28px;
}

/*** END testimonials ***/

#our_clients_table tr td img
{
	border: 1px solid #5BA6CC;
	background-color: #fff;
	padding: 2px;
}

.case_study_heading
{
	margin-bottom: 0;
	padding-bottom: 0;
}
.case_study_img
{
	border: 1px solid #5BA6CC;
	margin-top: 10px;
}



/*** END styles.css ***/