/* HOMEPAGE RULES */

/* SITE CONTAINERS */

div#container {
	background: transparent url("/images/backgrounds/home/main_bg.jpg");
	background-repeat: no-repeat;
}

/* HEADER */



/* SITE INTRO TEXT */




/* MAIN SITE CONTENT BODY */

div#whole_site_container {
}

div#site_container {
}

div#main_body {
}	


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		font-size: 11px;
		font-weight: 100;
		line-height: 20px;
		margin: 125px 0px 0px 70px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		float: none;
	}

	div#body_text_content {
		margin: 0px 0px 0px 10px;
		padding: 0px 20px 0px 0px;
		width: 380px;
		height: 210px;
	}

		#body_text h2 {
			padding: 0px 30px 0px 10px;
		}
	
		#body_text h2, div#body_testimonials h2, div#body_work_for_us h2 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:15px;
			text-transform: uppercase;
			font-weight: 200;
			margin: 0px 0px 30px 0px;
			color: #f86f12;		
		}
	
	a#for_clients {
		position: absolute;
		width: 140px;
		right: 0px;
		background: transparent url("/images/misc_elements/for_clients.gif"); 
	}
	
	a#for_candidates {
		position: absolute;
		width: 175px;
		background: transparent url("/images/misc_elements/for_candidates.gif"); 
		left: 0px;
	}	

	a#for_clients, a#for_candidates {
		height: 46px;
		background-repeat: no-repeat;
		bottom: 4px;
		display: block;
	}
	
	a#for_clients:hover, a#for_candidates:hover {
		background-position: 0px -46px;
	}
	
	a#for_clients span, a#for_candidates span {
		visibility: hidden;
	}

	div#body_testimonials, 	div#body_work_for_us {
		position: absolute;
		right: 162px;
		width: 152px;
		font-size: 10px;
	}
		
	div#body_testimonials {
		top: 222px;
	}
	
	h3.testimonial_title {
		margin: 15px 0px 0px 0px;
		font-weight: 900;
		font-size:10px;
	}
	
	div#body_work_for_us {
		top: 458px;
	}
	
	div#body_work_for_us h2 {
		margin: 0px 0px 16px 0px;	
	}