/* ---------- GLOBAL ---------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #515C63;	
	background: #E9E9E9 url(../images/body_bg_image.jpg) top repeat-x;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #007DC3;
	border:none;
    outline:none;
}

a:hover, a:active {
	color:#005584;
	border:none;
    outline:none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #515C63;	
	margin: 15px 0px 5px 0px;
}

.clear {
	clear: both;
}

#clear {
	clear: both;
}

#shell {
	padding: 30px 0 0 15px;
	margin: 0 auto;
	width: 1054px;
}

#splash-content-shell {
	padding: 0 15px;
	margin: 0 auto;
	background: url(../images/splash_content_bg.jpg) repeat-y;
	width: 1054px;
}

#interior-content-shell {
	padding: 0 15px;
	background: url(../images/interior/interior_content_background.jpg) repeat-y;
	width: 1024px;
}

	/* ---------- HEADER ---------- */
	
	#header {
		padding: 0 15px;
		background: url(../images/header_bg.jpg) no-repeat;
		width: 1024px;
		height: 80px;
	}
	
		.header-logo {
			padding: 25px 0 0 20px;
			width: 190px;
			float: left;
		}
		
		.header-login {
			padding: 15px;
			text-align: right;
			width: 256px;
			float: right;
		}
		
			.header-login .login-text {
				background: url(../images/header_login_text.jpg) no-repeat;
				width: 50px;
				height: 18px;
				float:left;
			}
		
			.header-login .login-field input {
				margin-right: 4px;
				padding: 0 3px;
				border: #D2D2D2 1px solid;
				font-size: 10px;
				line-height: 16px;
				color: #A6A6A6;
				width: 82px;
				height: 16px;
				float: left;
			}
			
			.header-login .login-text {
				float:left;
			}
	
	
	/* ---------- NAVIGATION ---------- */
	
	#navigation {
		padding: 0 15px;
		background: url(../images/nav_bg.jpg) no-repeat;
		width: 1024px;
		height: 30px;
	}
		.nav-button a{
			float: left;
			padding-right: 1px;
		}
		
		.nav-button-right a{
			float: left;
		}
	
	/* ---------- FOOTER ---------- */
	
	#splash-footer {
		padding-top: 30px;
		text-align: center;
		background: url(../images/splash_footer_bg.jpg) no-repeat;	
	}
	
	#splash-index-footer {
		padding-top: 30px;
		text-align: center;
		background: url(../images/splash_footer_index_bg.jpg) no-repeat;	
	}
	
	#interior-footer {
		padding-top: 30px;
		text-align: center;
		background: url(../images/interior/interior_footer_bg.jpg) no-repeat;	
	}
		
		.footer-navigation {
			padding-bottom: 10px;
			font-size: 10px;
			line-height: 14px;
			color: #999999;					
		}
		
		.footer-navigation a, .footer-navigation a:link, .footer-navigation a:visited {
			color: #999999;
		}
		
		.footer-navigation a:hover, .footer-navigation a:active {
			color: #656565;
		}
		
		.footer-copyright {
			font-size: 9px;
			color: #ACACAC;
		}
		

/* ---------- SPLASH ---------- */



.splash-feature {

	padding-left: 395px;
	background: url(../images/splash_feature_bg.jpg) no-repeat;
	width: 629px;
	height: 195px;
	
}

/* .splash-feature-ondemand-content {
	padding-top: -15px;
	
} */
	
	.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-tab {
		padding-right: 7px;
		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: 1024px;
}

	.splash-introduction {
		padding: 30px 20px 10px 25px;
		width: 690px;
		float: left;
	}
	
	.splash-introduction ul {
		padding-left: 15px ;

	}
		.splash-introduction-title {	
			background: url(../images/splash_title.jpg) no-repeat;
			margin-bottom: 20px;
			width: 435px;
			height: 26px;
		}
		.splash-introduction-content {
			line-height: 16px;
			color: #5C5F61;
		}
	
	.splash-quote {
		width: 260px;
		float: right;
	}
	
.splash-buckets {
	padding: 5px 0 0 15px;
	background: url(../images/splash_bucketsv3.jpg) no-repeat;
	width: 1010px;
	height: 137px;
}

	.splash-bucket {
		
		float: left;
	}
		.splash-bucket p {
			width: 218px;	
			padding: 37px 0px 0px 30px;
			font-size: 13px;
			line-height: 16px;
			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 {
	padding: 10px;
	width: 195px;
	float: left;
}

#sidebar table, .carrier-login {
	margin-bottom: 5px;
}

	.bucket-top {
		background: url(../images/interior/sidebar_bucket_top.jpg) no-repeat;
		width: 195px;
		height: 10px;
		overflow:hidden;
	}
	
	.bucket-bottom {
		background: url(../images/interior/sidebar_bucket_bottom.jpg) no-repeat;
		width: 195px;
		height: 10px;
	}
		
	.bucket-content-top, .bucket-content-bottom {
		margin: 0 15px;
	}
	
		.bucket-content-top p, .bucket-content-bottom p {
			padding-bottom: 5px;
		}
	
	.bucket-content-top {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: #DBDCDD 1px solid;
	}
	
	.cta-top, .cta-bottom {
		display: none;
	}
	
	.submenu ul {
		padding: 5px 15px;
		line-height: 19px;
		list-style: none;
		font-size:11px;
	}
	
	.submenu ul li {
		padding-left: 10px;
	}
	
	.submenu ul li.current-page {
		padding-left: 10px;
		font-weight: bold;
		background: url(../images/interior/submenu_bullet.jpg) 0 6px no-repeat;
	}
	
	.submenu ul li a, .submenu ul li a:link, .submenu ul li a:visited {
		color: #515C63;
	}
	
	.submenu ul li a:hover, .submenu ul li a:active {
		color: #313b42;
	}

#content {
	width: 800px;
	float: left;
}

	.interior-header-print {
		display: none;
	}
	
	.content-wide {
	padding: 15px 30px 0 30px;
	}
	
	.content-wide p{
		padding-bottom: 10px;	
	}
	
	.content-wide h1 {
		padding-bottom: 10px;
		font-size: 15px;
		font-weight: bold;
		color: #007DC3;
	}
	
	.content-wide h2 {
		padding-top: 10px;
		font-size: 11px;
		font-weight: bold;
	}
	
			.content-left {
				padding: 15px 210px 0 30px;
			}
			
			.content-left h1 {
				padding-bottom: 5px;
				font-size: 15px;
				font-weight: bold;
				color: #007DC3;
			}
			
			.content-left h2 {
				padding-top: 10px;
				font-size: 11px;
				font-weight: bold;
			}
			
			.content-left p {
				padding-bottom: 5px;
			}
			
			.content-right {
				margin: 15px 15px 10px 10px;
				padding-top: 5px;
				width: 184px;
				float: right;
			}
	
	#content ul {
	padding-left: 15px;
	padding-bottom: 10px;
	}
	
	#content ul.anchor-links {
		list-style: none;
	}
	
	#content ul li {
		line-height: 18px;
	}
	
	#content ol {
	padding-left: 20px;
	padding-bottom: 10px;
	}
	


/* ------------------------- FORMS ------------------------- */

form {
	padding-left: 25px;
}
form p {
	padding-bottom: 5px;
}
.text-field {
	margin-right: 4px;
	padding: 3px 4px;
	width: 175px;
	height: 13px;
	line-height: 13px;
	font-size: 11px;
	color: #969696;
	border: 1px solid #DDDDDD;
	background: #FAF9F9;
}
.text-area {
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px 4px;
	width: 350px;
	height: 100px;
	line-height: 14px;
	font-size: 11px;
	color: #969696;
	border: 1px solid #DDDDDD;
	background: #FAF9F9;
}
.content-wide h6 {
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}


/* ------------------------- ADD-ons ------------------------- */

#blog {
	padding: 20px 35px 10px 35px;
	background: url(../images/blog_bg.jpg) no-repeat;
	
}

.blog-header {
	padding: 0;
	width: 50px;
	height: 18px;
	background:url(../images/blog-header.gif) no-repeat;
}

#closer {
	background: url(../images/closer.jpg) no-repeat;
	height: 17px;
	
}

.sidebar-quote
{
	font-size:11px;
}

#LearnMoreLink
{
	position:absolute;
	margin-left:70px;
	margin-top:145px;
	width:110px;
	height:30px;
	cursor:pointer;
}