/* Kahului Trucking Screen Styles */

body {
	font-size:13px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p {
	line-height:150%;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}
h1,h2,h3,h4 {
	margin: 15px 0;
}
.content {
	margin: 0 auto;
	width:960px;
	text-align:left;
}
.first {
	margin-left:0 !important;
	margin-top:0 !important;
}
.clear {
	clear:both;
}
#wrap-header {
	background:#b30000 url('/images/header-bg.jpg') 0 0 repeat-x;
	border-bottom:10px solid #000;
	margin-bottom:110px;
}
#wrap-global {
	background: #fff url('/images/main-bg.jpg') repeat-x 0 0;
}
#content-header {
	position:relative;
	height: 130px;
}
#content-header img {
	position:absolute;
	top: 20px;
	left: 90px;
}
#header-text {
	position:absolute;
	top: 40px;
	left: 380px;
}
#header-text h1 {
	font-size:30px;
	color:#fff;
	margin: 0;
}
#header-text h2 {
	font-size:22px;
	color: #ffcc00;
	font-weight:normal;
	margin: 6px 0 0 0;
}
#content-main {
	overflow:hidden;
	background:#F4F0E3 url('/images/body-bg.jpg') left top repeat-y;
	border:1px solid #ccc;
}
#content-main .left-column {
	width: 720px;
	float:left;
}
.left-column .content-left-column {
	overflow:hidden;
	padding: 40px 40px 0 40px;
}
#content-main .row {
	margin: 40px 0;
	overflow:hidden;
}
#content-main .item {
	float:left;
	width:300px;
	margin-left: 40px;
}
#content-main .item h2 {
	border-bottom:1px solid #cc0000;
	padding-bottom:15px;
	margin:0 0 15px 0;
}
#content-main .right-column {
	width:240px;
	float:left;
}
#content-main .right-column .content-right-column {
	padding: 40px 20px;
	height: 100%;
}
#icon-truck {
	float:left;
	margin:-30px 10px 10px -5px;
}
.content-right-column h1 {
	clear:both;
	font-size:26px;
	margin: 0 0 20px 0;
}
.content-right-column .title {
	font-weight:bold;
}
.content-right-column .bot-border {
	margin-top: 25px;
	border-bottom:1px solid #333;
	padding-bottom:10px;
}
.content-right-column ul {
	margin: 10px 0;
}
.content-right-column ul li {
	padding: 3px 0;
}

/* @group secondary */

#secondary {
	margin-top: 30px;
	background:#CCCC99;
	border: 1px solid #999;
}
.content-secondary {
	padding:40px;
	overflow:hidden;
}
.content-secondary .body {
	margin-left:340px
}
.content-secondary h2 {
	margin: 0 0 20px 0;
	font-size:24px;
}

.content-secondary img {
	float:left;
}
.content-secondary .body ul {
	float: left;
	width: 250px;
}
.content-secondary .body .right {
	margin-left:40px;
}
.content-secondary .body ul li {
	font-size:18px;
	list-style:disc;
	list-style-position:outside;
	margin-left:20px;
	padding: 3px 0;
	line-height:120%;
}
/* @end */

/* @group tertiary */

#tertiary {
	margin-top: 30px;
	background:#dedede;
}
.content-tertiary {
	border: 1px solid #999;
}
.content-tertiary .header {
	background:#ccc url('/images/services-parts-bg.jpg') top left repeat-x;
	height:50px;
	border-bottom:1px solid #999;
	position: relative;
}
.content-tertiary .header div {
	float:left;
	width: 400px;
	padding: 0 40px;
}
.content-tertiary #high-quality-parts {
	width: 399px;
	padding: 0 0 0 25px;
}
.content-tertiary .header img {
	position:absolute;
	top:-10px;
}
.content-tertiary .header h2 {
	margin-left: 85px;
}
.content-tertiary .body {
	clear:left;
	overflow:hidden;
	margin-top: 30px;
	padding: 0 40px 40px 40px;
}
.content-tertiary .body ul {
	float:left;
	width: 130px;
	margin-left:40px;
}
.content-tertiary .body #parts-list {
	padding-left: 40px;
	border-left: 1px dotted #999;
}
.content-tertiary .body ul li {
	padding: 3px 0;
	line-height:120%;
}
/* @end */

/* @group footer */

#wrap-footer {
	margin-top: 30px;
	background:#333;
	color: #fff;
}
#content-footer {
	overflow:hidden;
	padding: 20px 0;
}
#content-footer ul li ul {
	margin-top: 10px
}
#content-footer ul li ul li {
	padding: 2px 0;
	line-height:110%;
}
#content-footer h2 {
	font-size:26px;
}
.column {
	float: left;
	width: 90px;
	margin-left: 20px;
}
.two {
	width: 140px;
}
.three {
	width: 220px;
}
.six {
	width: 430px;
}
/* @end */


