/* HOMEPAGE RULES */

body {
	background: transparent url("/images/backgrounds/body_repeat.jpg");
}


/* SITE CONTAINERS */

div#whole_site_container {
	background: transparent url("/images/backgrounds/homepage/main_background_repeat.jpg");
	background-repeat: repeat-x;
}

div#site_container {
	background: transparent url("/images/backgrounds/homepage/header_main_background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	height: 550px;	
}


/* EYE CANDY */

div#globe_navigation {
	position: absolute;
	top: 78px;
	left: 308px;
	width: 693px;
	height: 472px;
	list-style: none;
	z-index: 100;
	overflow: hidden;
}

a#support_globe_button {
	top: 317px;
	left: 110px;
	background: transparent url("/images/misc_elements/support_globe_button.png");
}

a#product_dev_globe_button {
	top: 42px;
	left: 391px;
	background: transparent url("/images/misc_elements/product_dev_globe_button.png");
}

a#sales_marketing_globe_button {
	top: 63px;
	left: 50px;
	background: transparent url("/images/misc_elements/sales_marketing_globe_button.png");
}

a#operations_globe_button {
	top: 278px;
	left: 420px;
	background: transparent url("/images/misc_elements/operations_globe_button.png");
}

a#manufacturing_globe_button{
	top: 199px;
	left: 245px;
}

	#globe_navigation a {
		position: absolute;
		width: 180px;
		height: 165px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		cursor: pointer;
	}	

	#globe_navigation a:hover {
		background-position: 0px -165px;
	} 
	
		#globe_navigation a span {
			display: none;
		}


/* MAIN SITE CONTENT BODY */

div#main_body {
	height: 550px;
	background: transparent url("/images/eye_candy/home/home_globe_chart.jpg");
	background-position: 308px 78px;
	background-repeat: no-repeat;
}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 0px;
	right: 23px;
	list-style: none;
	z-index: 1000;
}

	#navigation li {
		float: left;
	}


		a#about_link {
			width: 103px;
			background: transparent url("/images/navigation/homepage/about.png");
		}
		
		a#employers_link {
			width: 152px;
			background: transparent url("/images/navigation/homepage/employers.png");
		}
		
		a#candidates_link {
			width: 157px;
			background: transparent url("/images/navigation/homepage/candidates.png");
		}
		
		a#jobs_link {
			width: 88px;
			background: transparent url("/images/navigation/homepage/jobs.png");
		}
		
		a#contact_link {
			width: 109px;
			background: transparent url("/images/navigation/homepage/contact.png");
		}
	
		#navigation li a {
			display: block;
			height: 115px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -115px;
		}
		
			#navigation li a span {
				display: none;
			}
		
/* MAIN TEXT REGION */

div#body_text {
	padding: 310px 0px 0px 15px;
	width: 272px;
}

#body_text h2 {}

			
/*CONTACT TYGES*/

a#contact_tyges {
	position: absolute;
	top: 501px;
	left: 18px;
	width: 294px;
	height: 58px;
	background: transparent url("/images/misc_elements/contact_tyges.jpg");
	background-position: 0px 0px;
}		
	
a#contact_tyges:hover {
	background-position: -295px 0px;
}

	a#contact_tyges span {
		display: none;
	}


/* FOOTER */		

div#footer_container {
	height: 250px;
	background: transparent url("/images/backgrounds/homepage/footer_main_background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
