
/* ---------- GLOBAL ---------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

a {
	text-decoration: underline;
	color: #3399FF;
}

.clear {
	clear: both;
}

#clear {
	clear: both;
}

#shell {
}

#splash-content-shell {
}

#interior-content-shell {
}

	/* ---------- HEADER ---------- */
	
	#header {
		display: none;
	}
	
	/* ---------- NAVIGATION ---------- */
	
	#navigation {
		display: none;
	}
	
	/* ---------- FOOTER ---------- */
	
	#splash-footer {
	}
	
	#interior-footer {	
	}
		
		.footer-navigation {
			display: none;				
		}
		
		.footer-copyright {
			text-align: center;
			font-size: 10px;
			color: #000000;
		}
		

/* ---------- SPLASH ---------- */

.splash-feature {
	width: 750px;
}

	.splash-feature p {
		padding-bottom: 7px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
		line-height: 14px;
	}
	
	.splash-feature a {
		color: #A7E5FF;	
	}
	
	.splash-feature a:hover, .splash-feature a:active {
		color: #1965ab;
	}
	
	.splash-feature-left {
		width: 250px;
		height: 195px;
		background: url(../images/splash_feature_left.jpg) no-repeat;
		float: left;
	}
	
	.splash-feature-middle, .splash-feature-right {
		padding: 90px 25px 0 25px;
		width: 200px;
		height: 105px;
		float: left;
	}
	
	.splash-feature-middle {
		background: url(../images/splash_feature_ondemand.jpg) no-repeat;
	}
	
	.splash-feature-right {
		background: url(../images/splash_feature_logistics.jpg) no-repeat;
	}
	
.splash-main {
	width: 750px;
}

	.splash-introduction {
		padding: 35px 20px 0 35px;
		width: 435px;
		float: left;
	}
		.splash-introduction-title {	
			margin-bottom: 15px;
			background: url(../images/splash_title.jpg) no-repeat;
			width: 435px;
			height: 20px;
		}
		.splash-introduction-content {
			font-size: 14px;
			line-height: 30px;
			color: #5C5F61;
		}
	
	.splash-quote {
		background: url(../images/splash_quote.jpg) no-repeat;
		width: 260px;
		height: 265px;
		float: right;
	}
	
.splash-buckets {
	padding: 0 15px;
	background: url(../images/splash_buckets.jpg) no-repeat;
	width: 720px;
	height: 157px;
}

	.splash-bucket {
		padding: 65px 20px 0 20px;
		width: 200px;	
		height: 92px;
		float: left;
	}
		.splash-bucket p {
			padding-bottom: 7px;
			font-size: 11px;
			line-height: 14px;
			color: #FFFFFF;				
		}
	
		.splash-bucket a, .splash-bucket a:link, .splash-bucket a:visited {
			color:#52BDEC;
		}
		
		.splash-bucket a:hover, .splash-bucket a:active {
			color:#258AB7;
		}

/* ---------- INTERIOR ---------- */

#sidebar {
	display: none;
}

#content {
}
	
	.interior-header-print {
		padding-bottom: 5px;
		font-size: 13px;
		font-weight: bold;
	}
	
	.content-left {
	}
	
	.content-left h1 {
		padding-bottom: 5px;
		font-size: 11px;
		font-weight: bold;
	}
	
	.content-left p {
		padding-bottom: 5px;
	}
	
	.content-right {
		display: none;
	}

