.outer {
	margin: 0 auto;
	width: 960px;
	overflow: auto;
	position: relative;
}

.main {
	text-align: left;
	margin: 0 30px;
	width: 820px;
}

.main > h4 {
	padding-top: 10px;
	border-top: 5px solid #77F;
}

.main-refrigeration {
	margin: 0;
	width: 100%;
}

.middle-column {
	margin-left: 60px;
}

.feature-image {
	float: right;
	width: 200px;
	height: 250px;
	margin-right: 30px;
	border: 3px double black;
	background-color: #F3F3B3;
}

.generator-list-item {
	padding: 5px 0;
	border-bottom: 1px solid gray;
}

.generator-list-item > p, .generator-list-item > h4 {
	margin-left: 125px;
}

.generator-list-item > h4 {
	margin-top: 0;
}

.generator-list-item > ul {
	margin-left: 145px;
}

.generator-list-item > a {
	float: right;
}

.list-image {
	float: left;
	background-color: blue;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer {
	margin: 0;
	position: relative;
	bottom: 0;
	background-color: #CCCCFF;
	border-top: 1px solid black;
}

.clear {
	clear: both;
}

.trailer-one {
	background-image: url('../image/Duma triaxle flatbed trailer - m.JPG');
}

.trailer-two {
	background-image: url('../image/20 ft flatbed trailer - NM.JPG');
}

.trailer-three {
	background-image: url('../image/Duma triaxle low loader - m.JPG');
}

.refrigeration-hero {
	background-image: url('../image/refrigeration/GRAM100-PISTON_thumb.jpg') !important;
	background-position: top !important;
}

.refrigeration-image {
	width: 300px;
	margin-left: 5px;
}

.refrigeration-image .caption {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 600;
}

.first {
	margin-left: 0;
}

.contact-box {
	height: 200px;
	position: relative;
}

.contact-box img {
	width: 90%;
}

.contact-box a {
	position: absolute;
	top: 150px;
	left: 580px;
	font-family: Verdana, Geneva, sans-serif;
}

.homepage-contact {
	position: relative;
	left: 349px;
	top: 85px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/* Bootstrap overrides */
.hero-unit {
	padding: 30px 30px 0 30px;
	margin-top: 30px;
	margin-bottom: 0;
	background-color: rgba(200, 200, 200, 0.5);
	background-image: url('../image/truck_orange_silver.jpg');
	background-position: center;
	background-size: cover;
	width:860px;
	border-top-right-radius: 200px;
}

.hero-unit h1 {
	color: white;
	text-shadow: 1px 1px black;
}

.hero-unit h3 {
	color: #770;
	text-shadow: 1px 1px #FDC;
}

.navbar {
	margin-left: -30px;
	width: 638px;
}

.navbar-inner {
	padding-right: 0;
}

.navbar .nav li>a {
	color: #339;
}

.navbar li {
	border-right: 1px solid #77F;
}

.bold {
	font-weight: 600;
}

html, body {
	height: 100%;
}

body {
	background-color: #CCCCFF;
}