/* HOMEPAGE RULES */

body {
	background: #ffffff url("/images/backgrounds/home/home_bg.gif");
	background-position: center top;
	background-repeat: no-repeat;
}
#entire_whole_site_container{
	height: 689px;

}
/* HEADER */

div#header {
	position:absolute;
	height: 95px;
}

	#header h1 {
		height: 95px;
	}


/* SITE INTRO TEXT */

div#intro_text {
	height: 150px;
}


/* ROTATING HOMEPAGE IMAGES */

div#eye_candy_container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	text-align: left;
}

	ul#eye_candy {
		position: relative;
		top: 68px;
		left: 50%;
		margin: 0px 0px 0px -725px;
		padding: 0px;
		list-style: none;
		width: 1450px;
		height: 689px;
		overflow: hidden;
	}
		
		#eye_candy li {
			position: relative;
			top: 0px;
			left: 515px;
		}


/* MAIN SITE CONTENT BODY */

div#main_body {
	width:  1000px;
	
}

/* MAIN TEXT REGION */

	div#body_text {
		position: absolute;
		width: 230px; 
		left: 60px;
		top: 280px;
		font-size: 13px;
		line-height: 19px;
	}

		#body_text h2 {
			display: none;
		}
		
		span.test_name {
			display: block;
			width: 85%;
			padding: 30px 0px;
			line-height: 20px !important;
			font-weight: bold;
		}

		img.open_quote {
			float: left;
		}
	
		img.end_quote {
			float: right;
		}
	
	div#best_in_sight_list {
		position: absolute;
		z-index: 600;
		width: 220px;
		height: 260px;
		left: 360px;
		top: 280px;
		font-size: 11px;
		line-height: 20px;
		color: #ffffff;
	}		
		
		#best_in_sight_list a {
			color: #ffffff;
		}
		
		#best_in_sight_list a:hover {
			color: #cccccc;
		}
		
		.video_link {
			color: #000000 !important;
			font-size:12px;
			font-weight: bold;
		}

	h2#best_in_sight_heading {
		position: absolute;
		font-size: 24px;
		color: #FFFFFF;
		top: -30px;
		left: -20px;
	}

a#contact_button {
	display: block;
	width: 247px;
	height: 144px;
	position: absolute;
	bottom: -50px;
	left: -27px;
	background: transparent url("/images/misc_elements/home_contact_button.png");
}

a#contact_button span {
	display: none;
}

p#thirty_years {
	display: block;
	position: absolute;
	top: 180px;
	left: 320px;
	z-index: 1000;
	height: 25px;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
}

a#thirty_years span {
	display: none !important;
}

/* FOOTER */
		
div#footer_container {
	width: 100%;
	position: absolute !important;
	z-index: 1000;
	top: 550px;
	height: 61px;
}

	div#footer {
		margin: 0px auto;
	}

/* STICKY IT STAMP! */
	
	a#sticky_stamp {
		position: absolute;
		top: 130px;
		right: 0px;
		width: 75px;
		height: 61px;
	}
	
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}