@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/landingbg.jpg) repeat-x;
}

#landing-wrapper {
	width: 800px;
	height: auto;
	margin: 0 auto;
}

.nav-container {
	width: 800px;
	height: 117px;
	float: left;
	clear: both;
}

.landing-nav {
	width: 480px;
	height: auto;
	float: left;
	margin: 65px 0px 0px 0px;
}

.landing-nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
}

.landing-nav ul li {
	display: inline;
	padding: 0px 15px;
	border-right: 1px #aade00 solid;
}

.landing-nav .landing-last {
	border-right: none;
}

.landing-nav .landing-first {
	padding-left: 0px;
}

.landing-nav ul a {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}

.landing-nav ul a:hover {
	color: #e0f800;
}

.landing-logo {
	width: 269px;
	height: 75px;
	float: left;
	margin: 20px 0px 0px 20px;
}

.landing-logo a {
	width: 269px;
	height: 75px;
	float: left;
	background: url(../img/truckloadlogo.png) no-repeat;
	text-indent: -9999px;
}

.landing-banner {
	background: url(../img/expobg.jpg) no-repeat;
	width: 800px;
	height: 255px;
	float: left;
	clear: both;
}

.banner-text {
	width: 350px;
	height: auto;
	float: left;
	clear: both;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0px 0px 440px;
}

.apply-now a {
	background: url(../img/apply.png) no-repeat;
	width: 260px;
	height: 90px;
	float:left;
	clear: both;
	margin: 20px 0px 0px 435px;
	text-indent: -9999px;
}

.apply-now a:hover {
	background: url(../img/applyhover.png) no-repeat;
	width: 260px;
	height: 90px;
	float:left;
	clear: both;
	margin: 20px 0px 0px 435px;
	text-indent: -9999px;
}

.contact-now a {
	background: url(../img/contact-now.png) no-repeat;
	width: 260px;
	height: 90px;
	float:left;
	clear: both;
	margin: 20px 0px 0px 435px;
	text-indent: -9999px;
}

.contact-now a:hover {
	background: url(../img/contact-now-hover.png) no-repeat;
	width: 260px;
	height: 90px;
	float:left;
	clear: both;
	margin: 20px 0px 0px 435px;
	text-indent: -9999px;
}

.greenbar {
	width: 800px;
	height: 120px;
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 22px;
	color: #e0f800;
}

.visit-us {
	width: 370px;
	height: 100px;
	float: left;
	margin: 15px 0px 0px 20px;
}

.expo-info {
	background: url(../img/expoinfo.png) no-repeat;
	width: 355px;
	height: 100px;
	float: left;
	margin: 8px 0px 0px 10px;
	text-indent: -9999px;
}

.expo-link {
	background: url(../img/expoinfo.png) no-repeat;
	width: 355px;
	height: 100px;
	float: left;
}

.landing-content {
	width: 720px;
	height: auto;
	float: left;
	clear: both;
	padding-left: 20px;
}

.landing-content h3 {
	color: #3c6c2d;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}

.landing-col {
	width: 340px;
	height: auto;
	float: left;
}

.landing-col ul li {
	margin-top: 10px;
	color: #5f615e;
	font-size: 16px;
	list-style: url(../img/arrowlist.png);
	line-height: 22px;
}

.landing-footer {
	width: 800px;
	height: 100px;
	background: #c3c3c3;
	float: left;
	clear: both;
}

.systems-link {
	width: 148px;
	height: 66px;
	float: left;
	margin: 20px 0px 0px 55px;
}

.systems-link a {
	background: url(../img/paramountsys.png);
	width: 148px;
	height: 66px;
	float: left;
	text-indent: -9999px;
}

.spirit-link {
	width: 148px;
	height: 66px;
	float: left;
	margin: 20px 0px 0px 30px;
}

.spirit-link a {
	background: url(../img/spirit.png);
	width: 148px;
	height: 66px;
	float: left;
	text-indent: -9999px;
}

.abco-link {
	width: 148px;
	height: 66px;
	float: left;
	margin: 15px 0px 0px 35px;
}

.abco-link a {
	background: url(../img/abco.png);
	width: 114px;
	height: 76px;
	float: left;
	text-indent: -9999px;
}

.logistics-link {
	width: 148px;
	height: 66px;
	float: left;
	margin: 20px 0px 0px 30px;
}

.logistics-link a {
	background: url(../img/paramountlog.png);
	width: 148px;
	height: 66px;
	float: left;
	text-indent: -9999px;
}

.below-footer {
	width: 800px;
	height: 50px;
	padding-top: 10px;
	float: left;
	clear: both;
	font-weight: bold;
	color: #5f615e;
}

.below-footer a {

	color: #3c6c2d;
	text-decoration: none;
}

.below-footer a:hover {
	text-decoration: underline;
}
/*
#contact-form{
				margin-left: 50px;
				padding-bottom: 30px;
                width: 370px;
                font-family:Arial, Helvetica, sans-serif;
                font-size:14px;
                color:# 5f615e;
                }
.form-field{
                width:300px;
                margin-top: 10px;            
                }
.form-field input{             
                width:300px;
                background:#e7e7e7;
                border:none;
                height:20px;
                margin-top:5px;               
}
.textarea{
                width:300px;
                background:#e7e7e7;
                border:none;
                resize:none;
                height: 200px;
                margin-top:5px;
}
.submit{
                width:90px;
                height: 21px;
                margin-top:10px;
                background-color:#6d9532;
                color:#fff;            
                font-weight:bold;
                text-align:center;
                padding-top:5px;
                }*/
#contact-form{width: 370px;font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#5f615e;}
.form-field{width:300px;margin-top: 10px;}
.form-field input{width:300px;background:#e7e7e7;border:none;height:20px;margin-top:5px;}
.textarea{width:300px;background:#e7e7e7;border:none;height: 200px;margin-top:5px;}
.submit{width:90px;height: 21px;margin:5px 0px 30px 0px;}		
