/* TEST GROUP GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	background: #646464;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	}


/* SITE CONTAINERS */

div#whole_site_container {
	background: transparent url("/images/backgrounds/tile.gif");
}

div#site_container {
	background: transparent url("/images/backgrounds/header_repeat.gif");
	background-position: center top;
	background-repeat: repeat-x;
}

div#container {
	background: transparent url("/images/backgrounds/body_repeat.gif");
	background-position: center top;
	background-repeat: repeat-y;
	position: relative;
	margin: 0px auto;
	width: 1000px;
}

/* HEADER */

div#header {
	position: absolute;
	left: 9px;
	top: 17px;
}

	#header h1 {
		width: 297px;
 		display: none;
	}
	
		#header h1 span {
			display: none;
		}

/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 0px;
	width: 694px;
	height: 82px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			width: 92px;
			background: transparent url("/images/navigation/about.gif");
		}
		
		a#industries_link {
			width: 161px;
			background: transparent url("/images/navigation/industry.gif");
		}
				
		a#candidates_link {
			width: 131px;
			background: transparent url("/images/navigation/candidates.gif");
		}
		
		a#clients_link {
			width: 85px;
			background: transparent url("/images/navigation/clients.gif");
		}
		
		a#jobs_link {
			width: 102px;
			background: transparent url("/images/navigation/jobs.gif");
		}
		
		a#contact_link {
			width: 123px;
			background: transparent url("/images/navigation/contact.gif");
		}
	
		#navigation li a {
			display: block;
			height: 82px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -82px;
		}
		
			#navigation li a span {
				display: none;
			}



/* MAIN SITE CONTENT BODY */

.guy_feild {
	background: transparent url("/images/misc_elements/guy_feild.jpg");
}

.horses {
	background: transparent url("/images/misc_elements/horses.jpg");
}

.karatekid {
	background: transparent url("/images/misc_elements/karatekid.jpg");
}

.leaves {
	background: transparent url("/images/misc_elements/leaves.jpg");
}

.rocks {
	background: transparent url("/images/misc_elements/rocks.jpg");
}

.shinny {
	background: transparent url("/images/misc_elements/shinny.jpg");
}

.snowboard {
	background: transparent url("/images/misc_elements/snowboard.jpg");
}

.woods {
	background: transparent url("/images/misc_elements/woods.jpg");
}

div#main_body {
	width: 1000px;
	padding: 338px 0px 40px 0px;
	background-repeat: no-repeat;
	background-position: center top;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		float: left;
		width: 480px;
		left: 68px;
		color: #474747;
		font-size: 12px;
		line-height: 22px;
	}
			
		#body_text h2 {
			line-height: 47px;
			font-size: 22px;
			font-weight: 100;
			text-transform: uppercase;
			margin: 0px 0px 14px 0px;
			color: #ffffff;
			letter-spacing: 1px;
			
		}

		#body_text a {
			color: #ff6801;
		}
		
		#body_text a:hover {
			color: #000000;
		}
			
a.back_to_top {
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
}

	.back_to_top span{
		visibility: hidden;
	}

/* FOOTER */		

div#footer_container {
	clear: both;
	height: 97px;
	background: transparent url("/images/backgrounds/footer_repeat.gif");
	background-repeat: repeat-x;
	background-position: center top;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 97px;
		background: transparent url("/images/backgrounds/footer_bg.gif");
		background-repeat: no-repeat;
		background-position: center top;
	}
	
		p.copyright {
			display: none;
		}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 75px;
			height: 61px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}