/* HOMEPAGE RULES */

/* HEADER */

div#header {
	height: 345px;
}

	#header h1 {
		height: 345px;
	}
	

/* MAIN PAGE PHOTOS */

ul#eye_candy {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 760px;
	height: 347px;
	list-style: none;
	overflow: hidden;
	z-index: 50;
}

* html ul#eye_candy {
	right: 0px;
}

	#eye_candy li {
		position: absolute;
		top: 0px;
		left: 0px;
	}


/* MAIN TEXT REGION */

div#main_body {
	padding: 0px 0px 0px 219px;
	width: 760px;
	height: 180px;
}


/* INDIVIDUAL FEATURE PREVIEWS */

div.feature_showcase {
	float: left;
	display: inline;
	margin: 0 0 0 3%;
	width: 30%;
	height: 180px;
	overflow: hidden;
}

* html div.feature_showcase {
	margin: 0 0 0 2%;
}

	div.feature_showcase img {
		float: left;
		padding: 0px 5px 5px 0px;
		width: 82px;
		height: 52px;
	}

	div#warehousing_showcase h2, div#warehousing_showcase a {
		color: #c1c75b;
	}
	
	div#facilities_showcase h2, div#facilities_showcase a {
		color: #5b95c7;
	}
	
	div#railway_showcase h2, div#railway_showcase a {
		color: #f58547;
	}
	
	.feature_showcase h2 {
		font-size: 14px;
		line-height: 18px;
	}
		
	.feature_showcase ul, .feature_showcase ol {
		clear: left;
	}
	
		.feature_showcase ul li, .feature_showcase ol li {
			margin: 0px 0px 0px 18px;
		}
	
	#warehousing_showcase a:hover, #facilities_showcase a:hover, #railway_showcase a:hover {
		color: #999999;
	}

