div#full {
	height: 418px;
	background: url('../images/bg_full_home.gif') no-repeat;
	margin: 0 1px;
	padding: 10px 15px;
	}
	
div#column_right_home {
	padding: 0 20px 20px 10px;
	margin: 0;
	width: 435px;
	float: right;
	}
	
div#column_left_home {
	float: left;
	padding: 10px 5px 10px 20px;
	margin: 0;
	width: 440px;
	}
	
div#column_right_home p, div#column_left_home p {
	padding-left: 18px;
	}
	
/* ------------------- 3 Steps ----------------------*/
	
div#steps_home {
	background: url('../images/bg_3steps_home.gif') no-repeat;
	color: white;
	width: 297px;
	height: 413px;
	position: relative;
	}
	
#steps_home, #step_1, #step_2, #step_3 {
	padding: 0;
	margin: 0;
	}
	
#step_1, #step_2, #step_3 {
	color: white;
	line-height: 20px;
	position: absolute;
	right: 8px;
	width: 240px;
	height: 60px;
	overflow: hidden;
	}
	
#step_1 {
	top: 70px;
	}
	
#step_2 {
	top: 182px;
	}
	
#step_3 {
	top: 287px;
	}
	
img#process_button {
	position: absolute;
	bottom: 17px;
	right: 11px;
	}
	
	
/* ------------------- Video Player -------------------*/
	
div#video_player {
	float:right;
	width: 595px;
	height: 415px;
	}
	
/* ------------------- Type -----------------------*/

h1.home {
	color: #8ca701;
	font-size: 16px;
	}
	
.pad_10 {
		padding-top: 10px;
		}
		
.pad_25 {
		padding-top: 25px;
		}
		
/* ------------------- Why Bloodwork List -----------------------*/

ul#why_bloodwork, ul#why_bloodwork li.title{
	margin: 0 ;
	padding: 0;
	}

ul#why_bloodwork {
	list-style: none;
	}
	
ul#why_bloodwork li {
	float: left;
	}
	
ul#why_bloodwork li.title, ul#why_bloodwork li.title a.wb {
	height: 51px;
	width: 220px;
	}
	
ul#why_bloodwork li.title a.wb {
	display: block;
	}
	
ul#why_bloodwork li.desc {
	width: 170px;
	margin: 0;
	padding: 10px 10px 30px 40px;
	}
	
ul#why_bloodwork li#wb_title1 {
	background: url(../images/wb_one.gif) 0 0 no-repeat;
	}
		
ul#why_bloodwork li#wb_title2 {
	background: url(../images/wb_two.gif) 0 0 no-repeat;
	}
		
ul#why_bloodwork li#wb_title3 {
	background: url(../images/wb_three.gif) 0 0 no-repeat;
	}
		
ul#why_bloodwork li#wb_title4 {
	background: url(../images/wb_four.gif) 0 0 no-repeat;
	}
	
	
	
	