/* HOMEPAGE RULES */

body{
	background-color: #5d869e;
}

/* SITE CONTAINERS */

div#whole_site_container {
	background: #FFFFFF url("/images/backgrounds/home/header_repeat_bg.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

.waiting_room {
	background: transparent url("/images/eye_candy/home/waiting_room.jpg");
}

.school_fish {
	background: transparent url("/images/eye_candy/home/school_fish.jpg");
}

.xc_skier {
	background: transparent url("/images/eye_candy/home/xc_skier.jpg");
}

.globe_desk {
	background: transparent url("/images/eye_candy/home/globe_desk.jpg");
}

.light_refraction {
	background: transparent url("/images/eye_candy/home/light_refraction.jpg");
}

.foothills_sunset {
	background: transparent url("/images/eye_candy/home/foothills_sunset.jpg");
}

.team_diverse {
	background: transparent url("/images/eye_candy/home/team_diverse.jpg");
}

.petry_dish {
	background: transparent url("/images/eye_candy/home/petry_dish.jpg");
}

.bonsi_tree {
	background: transparent url("/images/eye_candy/home/bonsi_tree.jpg");
}

.balanced_stones {
	background: transparent url("/images/eye_candy/home/balanced_stones.jpg");
}

.rocking_chair {
	background: transparent url("/images/eye_candy/home/rocking_chair.jpg");
}

.sunset_group {
	background: transparent url("/images/eye_candy/home/sunset_group.jpg");
}

.wave {
	background: transparent url("/images/eye_candy/home/wave.jpg");
}

.bulb {
	background: transparent url("/images/eye_candy/home/bulb.jpg");
}

.blue_prints {
	background: transparent url("/images/eye_candy/home/blue_prints.jpg");
}

.happy_office {
	background: transparent url("/images/eye_candy/home/happy_office.jpg");
}

.loby_officemates {
	background: transparent url("/images/eye_candy/home/loby_officemates.jpg");
}

.wind_farm {
	background: transparent url("/images/eye_candy/home/wind_farm.jpg");
}

.hip_meeting {
	background: transparent url("/images/eye_candy/home/hip_meeting.jpg");
}

.coffee_meeting {
	background: transparent url("/images/eye_candy/home/coffee_meeting.jpg");
}

.smiling_laptop {
	background: transparent url("/images/eye_candy/home/smiling_laptop.jpg");
}

.server_rack {
	background: transparent url("/images/eye_candy/home/server_rack.jpg");
}

.pendulaum {
	background: transparent url("/images/eye_candy/home/pendulaum.jpg");
}

.smiling_cell {
	background: transparent url("/images/eye_candy/home/smiling_cell.jpg");
}

.blue_pills {
	background: transparent url("/images/eye_candy/home/blue_pills.jpg");
}

.yellow_beakers {
	background: transparent url("/images/eye_candy/home/yellow_beakers.jpg");
}

.astroid {
	background: transparent url("/images/eye_candy/home/astroid.jpg");
}

.nebula {
	background: transparent url("/images/eye_candy/home/nebula.jpg");
}

.microchip {
	background: transparent url("/images/eye_candy/home/microchip.jpg");
}

.planet_earth {
	background: transparent url("/images/eye_candy/home/planet_earth.jpg");
}

.itl_clocks {
	background: transparent url("/images/eye_candy/home/itl_clocks.jpg");
}

.grand_central {
	background: transparent url("/images/eye_candy/home/grand_central.jpg");
}

.red_pills {
	background: transparent url("/images/eye_candy/home/red_pills.jpg");
}

.pen_calc {
	background: transparent url("/images/eye_candy/home/pen_calc.jpg");
}

.feild_desk {
	background: transparent url("/images/eye_candy/home/feild_desk.jpg");
}

div#site_container {
	background-repeat: no-repeat;
	background-position: center top;
}

div#container {
	height: 630px;

}

/* HEADER */

div#header {
	height: 365px;
}

	#header h1 {
		height: 115px;
	}



/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		left: 645px;
		top: 105px;
		width: 342px;
		height: 320px;
		color: #2e2e2e;
		font-size: 13px;
		line-height: 20px;
		text-align: left;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 30px;
			margin-bottom: 50px;
			font-weight:100;
			color: #467ca6;
		}

		#body_text a {
			color: #5c788e;
		}
		
		#body_text a:hover {
			color: #7b7b7b;
		}
		
#testamonials_block {
	position: relative;
	left: 482px;
	top: 90px;
	width: 214px;
	font-size: 12px;
	line-height: 22px;	
	color: #FFFFFF;
}	

	#testamonials_block h3 {
		font-size: 20px;
		line-height:20px;
		font-weight: 100;
		margin: 0px 0px 33px 0px;
		color: #FFFFFF;
	}
	
	#testamonials_block p{
		display: block;
		background: transparent url("/images/backgrounds/home/bottom_qoute.gif");
		background-position: left bottom;
		background-repeat: no-repeat;
		text-indent: 25px;
		height: 115px;
	}
	
	#testamonials_block span {
		display:block;
		text-align:right;
		font-weight: 900;
	}	
	
#industries_block {
	position: absolute;
	left: 727px;
	top: 409px;
	width: 214px;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}
	#industries_block ul{
		list-style:none;
	}

	#industries_block ul li a{
		display: block;
		width: 225px;
		padding: 0px 0px 5px 30px;
		line-height: 30px;
		font-size:14px;
		background: transparent url("/images/misc_elements/home/li_bg.gif");
		background-position: 0px 0px;
		color: #FFFFFF;
	}
	
	#industries_block ul li a:hover{
		background-position: 0px -35px;
		color: #000000;
	}
	
	#industries_block h3 {
		font-size: 20px;
		line-height:20px;
		font-weight: 100;
		margin: 0px 0px 33px 0px;
		color: #FFFFFF;
	}

/* FOOTER */		

div#footer_container {
	clear: both;
	height: 70px;
	background: #b2550b url("/images/body_regions/home/footer_bg.gif");
	background-repeat: repeat-x;
	background-position: center top;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 70px;
		background: transparent url("/images/body_regions/home/footer_elements.jpg");
		background-repeat: no-repeat;
		background-position: center top;
	}
	
		p.copyright {
			display: none;
		}
		
		
