@charset "UTF-8";
/* CSS Document */


/* Global Elements
=====================================================================*/

html{
	min-width:960px;
	background: url(../img/global/bg-interior.jpg) no-repeat top center; 
	background-color:#f5fbff;
}

body {
	font: 12px Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;
	color:#333333;
}


/* Big Tree
=====================================================================*/

#banner {
	position:relative;
	top:-42px;
	height:130px;
	padding: 40px 0 0 0;
}

.left-column {
	float:left;
	width:705px;
	margin:0 40px 0 0;
}

.right-column {
	float:left;
	width:185px;
}


.step-number {
	display:inline; color:#999;
}

.step-name {
	display:inline;
}



/* The Fleet
=====================================================================*/

.fleet-title {
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
}

.fleet-image {
	float:left;
	width:250px;
}

.fleet-image img {
	border:solid 1px #333;
}

.fleet-text {
	float:left;
	width:710px;
}




