
/* CSS Document - Webside Design and Development by Flavia Oleniewski*/

/*FANCY FONTS*/
@font-face {
	font-family: '';
	src: url('');
	src: local('?'), url('') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*STRUCTURE*/
body {
	background: #2c5688 url(img/background.jpg) no-repeat center top;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #272727;
}

#page {
	width: 960px;
	background: #fbfbfb url(img/cnt_background.jpg) no-repeat left bottom;
	text-align: left;
	padding-bottom: 30px;
	margin: 0 auto;
	color: #000;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
}

/*GLOBALS*/

* {
	padding: 0;
	margin: 0;
}

img { border: 0; }

a {
	font-weight: bold;
	color: #0364b1;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #77bf37;
}

a:active { outline: none; }

:-moz-any-link:focus {
 outline: none;
}

p {
	padding: 5px 0;
	line-height: 1.5em;
}

ul { padding-left: 15px; }

#content li { padding: 5px 0; }

/* CLEARFIX */
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after { clear: both; }

.clearfix { zoom: 1; /* IE < 8 */ }

/* HEADLINES */

h1 {
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1.5em;
 color:#;
}

h2 {
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.5em;
 color:#;
}

h3 {
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
 color:#;
	padding-top: 10px;
}

h4 {
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
 color:#;
}

/*HEADER*/

#header {
	margin: 0 auto;
	position: relative;
	background: white;
	padding: 15px 20px 25px;
}

#info {
	float: right;
	color: #036;
	overflow: hidden;
	text-align: right;
	margin-top: 10px;
}

#info small {
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 11px;
}

#info .phone { font-size: 24px; }

#headerImg { margin: -10px 0 0 0; }

/*NAVIGATION*/
#nav {
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	background: #0364b1;
	margin: 0 auto;
	width: 960px;
}

#nav ul li:hover > ul { display: block; }

#nav ul {
	list-style: none;
	position: relative;
	display: block;
	z-index: 100;
	padding: 0;
}

#nav ul:after {
	content: "";
	clear: both;
	display: block;
}

#nav ul li { float: left; }

#nav > ul > li:last-child { float: right; }

#nav > ul > li:last-child a {
	background: #77bf37;
	display: inline-block;
}

#nav > ul > li:last-child a:hover {
	color: #fff;
	background: #6ab12c;
}

#nav ul li a:hover { color: #77BF37; }

#nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	padding: 12px 15px;
	white-space: no-wrap;
	font-weight: normal;
	text-transform: uppercase;
	list-style: none;
	background-color: #0364B1;
}

#nav ul ul {
	position: absolute;
	margin-left: 15px;
	display: none;
	background: #333;
}

#nav ul ul li {
	float: none;
	position: relative;
}

#nav ul ul li a {
	color: #fff;
	float: none;
	background-color: #333;
}

#login {
	padding: 4px 8px 0 0;
	float: right;
	background: #0364b1;
}

#login .field {
	margin-right: 5px;
	padding: 3px;
	width: 90px;
	color: #666;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#login #button {
	padding: 2px 6px;
	font-weight: bold;
	color: #fff;
	background-color: #77bf37;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*CATEGORIES*/

#services {
	margin: 20px auto 30px;
	text-align: center;
}

#sidebar-services #services { margin: 0; }

#services ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	display: inline-block;
}

#services li {
	width: 16.6667%;
	float: left;
	text-align: center;
}

#sidebar-services #services li {
	width: 100%;
	float: none;
	display: block;
}

#services li a {
	font: normal 20px/1.2 'century gothic', Arial, Helvetica, sans-serif;
	color: #0364b1;
	text-decoration: none;
	display: block;
}

#services #warehouse, #services #truck, #services #rail, #services #import-export, #services #handling, #services #drayage {
	margin: 10px auto 10px;
	width: 110px;
	height: 110px;
	background: url(img/service_icons.png) no-repeat 0 0;
}

#services #warehouse:hover { background-position: 0 -110px; }

#services #truck { background-position: -110px 0; }

#services #truck:hover { background-position: -110px -110px; }

#services #rail { background-position: -220px 0; }

#services #rail:hover { background-position: -220px -110px; }

#services #import-export { background-position: -330px 0; }

#services #import-export:hover { background-position: -330px -110px; }

#services #handling { background-position: -440px 0; }

#services #handling:hover { background-position: -440px -110px; }

#services #drayage { background-position: -550px 0; }

#services #drayage:hover { background-position: -550px -110px; }

#services li a:hover {
	color: #77bf37;
	text-decoration: none;
}

/*SIDEBAR*/

#sidebar {
	float: right;
	width: 260px;
	margin-left: 30px;
}

#sidebar-services {
	float: right;
	width: 180px;
	margin-left: 30px
}

#sidebar h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #0066b0;
}

#sidebar blockquote {
	padding: 10px 15px;
	border-left: 6px solid #0066b0;
	background: #dce3ea;
}

#sidebar blockquote p { font-style: italic; }

/*#sidebar h2 { text-align:center; }

#sidebar #facts {
	background: url(img/green_bg.png) 0 100% repeat-x #85db42;
	margin-bottom:10px;
	padding:15px
}

#sidebar #quote {
	background: url(img/bg_white.jpg) 0 100% repeat-x #f1f1f1;
	padding:15px
}

#sidebar li { padding:5px 0; }

.buttonBLK {
	padding:5px;
	background:#272727;
	border:1px solid #999;
	color:#fff;
	text-transform:uppercase;
}

#subNav {
	list-style:none;
	padding:0;
}

#subNav li {
	background: black;
	padding:0;
	margin-bottom:10px;
}

#subNav li a {
	color:#fff;
	text-transform:uppercase;
	padding:6px 15px;
	display:block;
}

#subNav li a:hover { background:#505050 !important; }*/

/*CONTENT AREA*/

#content {
	width: 676px;
	padding: 20px;
	margin: 0px 0 10px 19px;
	border-style: solid;
	border-width: 2px;
	border-color: #333;
	background: #fbfbfb url(img/cnt_background.jpg) no-repeat left bottom;
}

#wrapper {
	width: 739px;
	float: left;
	background: url(img/bg_wrapper.gif) repeat-y;
	margin-top: 10px;
}

#imgBlock { margin: 15px 0; }

/*FOOTER*/

#footer {
	width: 960px;
	margin: 30px auto;
	text-align: center;
}

#footer ul {
	margin-left: 20px;
	width: 100%;
	list-style: none;
	display: inline-block;
}

#footer li {
	/*display: inline;*/
	width: 25%;
	float: left;
	text-align: left;
}

#footer li a {
	font: normal 13px/1.4 'century gothic', Arial, Helvetica, sans-serif;
	color: #95aac3;
	text-decoration: none;
	padding-bottom: 5px;
	display: block;
}

#footer li a:hover, #footer p a:hover { text-decoration: underline; }

#footer p, #footer p a {
	font-weight: normal;
	margin-top: 20px;
	font-size: 12px;
	color: #95aac3;
}

/*HOME PAGE*/

.promo {
	width: 960px;
	/*overflow: hidden;*/
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.promo .holder {
	width: 960px;
	height: 260px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	border-bottom: 6px solid #333;
}

#get-a-quote {
	padding: 20px 30px 0;
	height: 300px;
	float: right;
	text-align: center;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
	position: absolute;
	left: 700px;
	z-index: 100;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e4e4e4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4', GradientType=0 );
}

#get-a-quote h2 {
	text-align: left;
	font: normal 30px/1 'century gothic', Arial, Helvetica, sans-serif;
	color: #77bf37;
}

#get-a-quote p {
	margin-bottom: 15px;
	font: normal 14px/1.6 Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
}

#get-a-quote .link-button {
	display: inline-block;
	color: #fff;
	font: normal 19px/1.4 'century gothic', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #77bf37;
	background: -moz-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77bf37), color-stop(100%, #4ea204));
	background: -webkit-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: -o-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: -ms-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: linear-gradient(to bottom, #77bf37 0%, #4ea204 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77bf37', endColorstr='#4ea204', GradientType=0 );
}

#get-a-quote .link-button:hover {
	background: #4ea204;
	text-decoration: none;
}

#get-a-quote .link {
	margin-top: 5px;
	display: block;
	font: 11px/1.6 Arial, Helvetica, sans-serif;
	color: #0364b1;
}

#get-a-quote .link:hover {
	color: #77bf37;
	text-decoration: underline;
}

.promo ul.list {
	width: 9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.promo ul.list li {
	float: left;
	width: 736px;
	overflow: hidden;
	position: relative;
}

.promo ul.list img {
	display: block;
	height: 260px;
}

.promo .text {
	width: 242px;
	height: 260px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0px 0 0 43px;
}

.promo h2 { margin: 0 0 10px; }

.promo ul.items {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

.promo ul.items li {
	float: none;
	height: 1%;
	overflow: hidden;
	width: auto;
	padding: 0 0 12px 21px;
	background: url(img/bullet01.gif) no-repeat 0 3px;
	font: 15px/18px Arial, Helvetica, sans-serif;
}

.promo ul.list img.mark {
	position: absolute;
	left: 0;
	bottom: 6px;
}

ul.tumbs {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	height: 1%;
	overflow: hidden;
	display: none;
}

ul.tumbs li {
	width: 161px;
	height: 28px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 15px;
	display: inline;
	padding: 5px 10px 0px 9px;
	background: url(img/bg-tumbs.gif) no-repeat 0 -179px;
}

ul.tumbs li.active { background-position: 0 0; }

ul.tumbs a {
	float: left;
	height: 144px;
	position: relative;
	z-index: 5;
	cursor: pointer;
}

ul.tumbs a strong {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	color: #000;
	height: 151px;
	font: 17px/32px 'century gothic', Arial, Helvetica, sans-serif;
	text-align: center;
}

* html ul.tumbs a strong { bottom: 4px; }

ul.tumbs a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 161px;
	height: 144px;
	text-indent: -9999px;
}

ul.tumbs a:hover { border: 0; }

ul.tumbs a:hover span { left: -9999px; }

/*MAIN*/

#main { margin: 20px 30px 0; }

#main h1, .index-page h1, .index-page #main h2 {
	margin-bottom: 10px;
	font: normal 32px/1'century gothic', Arial, Helvetica, sans-serif;
	color: #999;
}

.index-page h1 {
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
}

#main h2 {
	padding-top: 10px;
	font: normal 20px/1'century gothic', Arial, Helvetica, sans-serif;
	color: #0066b0;
}

#main p {
	margin-bottom: 10px;
	font: 14px/1.6 Arial, Helvetica, sans-serif;
	color: #666;
}

.img-left-thumb {
	margin: 10px 20px 10px 0;
	width: 240px;
	float: left;
}

.img-right-thumb {
	margin: 10px 0 10px 20px;
	width: 240px;
	float: right;
}

.img-left {
	margin: 10px 20px 10px 0;
	float: left;
}

.img-right {
	margin: 10px 0 10px 20px;
	float: right;
}

.about-list {
	margin: 0 0 20px 30px;
	width: 600px;
	color: #444;
	display: inline-block;
}

.about-list li {
	width: 270px;
	margin-right: 30px;
	float: left;
}

.about-list-1col {
	margin: 0 0 20px 30px;
	color: #444;
}

/*.about-list-1col li { float: left; )*/

/*#main blockquote { margin: 20px 0 0; padding: 0; width: 550px; }

#main h3 {
	margin: 0; padding: 0;
	font: normal 24px/1'century gothic', Arial, Helvetica, sans-serif;
	color: #0066b0;
}

#main blockquote p { font: italic 16px/1.6 Georgia, "Times New Roman", Times, serif; color: #999; }*/

.main #content {
	width: 722px;
	margin-left: 0;
	float: left;
}

.main #content h2 {
	color: #black;
	margin: 0 0 25px;
	font: 16px/18px 'century gothic', Arial, Helvetica, sans-serif;
}

.main #content h2 strong {
	color: #black;
	display: block;
	font: 24px/26px 'century gothic', Arial, Helvetica, sans-serif;
}

.main #content p { padding: 0 0 5px; }

.main #content ul {
	padding: 0 0 0 16px;
	list-style: none;
	height: 1%;
	overflow: hidden;
}

.main #content ul li {
	float: left;
	width: 40%;
	background: url(img/bullet02.gif) no-repeat 0 8px;
	padding: 0 0 3px 20px;
}

.main #sidebar { width: 180px; }

.main #sidebar #quote {
	padding: 15px 10px;
	margin: 0 0 14px;
}

.main #sidebar #quote h2 { text-align: left; }

.main #sidebar #quote p { padding: 0; }

.main #sidebar #quote .link {
	text-align: center;
	padding: 10px 0 0;
}

.main #sidebar #quote .link a {
	color: #000;
	text-decoration: underline;
}

.main #sidebar #quote .link a:hover { text-decoration: none; }

.video {
	padding: 20px 21px 22px;
	overflow: hidden;
	background: #4faa29 url(img/bg-video.gif) repeat-x;
}

.video h2 {
	font: 23px/24px 'century gothic', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #272727;
	margin: 0 0 19px;
}

.video .link {
	font: 13px/18px 'century gothic', Arial, Helvetica, sans-serif;
	color: #272727;
	display: block;
	padding: 0 0 0 66px;
	margin: 0 0 20px;
	background: url(img/ico01.gif) no-repeat;
}

/*BREADCRUMB*/

.mp_backlinks { display: none; }

/*SIMPLE ACCORDIAN*/
#accordionContainer {
	width: 690px;
	margin: 0 auto;
	display: inline-block;
}

.accordionButton {
	margin-top: 10px;
	padding: 0 0 12px 20px;
	width: 670px;
	float: left;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #77bf37;
	background: -moz-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77bf37), color-stop(100%, #4ea204));
	background: -webkit-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: -o-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: -ms-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: linear-gradient(to bottom, #77bf37 0%, #4ea204 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77bf37', endColorstr='#4ea204', GradientType=0 );
}

.accordionButton {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;/*background: #0364b1;
	background: -moz-linear-gradient(top, #0364b1 0%, #2c5688 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0364b1), color-stop(100%, #2c5688));
	background: -webkit-linear-gradient(top, #0364b1 0%, #2c5688 100%);
	background: -o-linear-gradient(top, #0364b1 0%, #2c5688 100%);
	background: -ms-linear-gradient(top, #0364b1 0%, #2c5688 100%);
	background: linear-gradient(to bottom, #0364b1 0%, #2c5688 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0364b1', endColorstr='#2c5688', GradientType=0 );
	border: none;*/
}

#main .accordionButton h2 { color: #fff; }

.accordionContent {
	padding: 10px 20px 0;
	width: 650px;
	float: left;
	background: #e9eef3;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

/*.on {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background: #0364b1;
	background: -moz-linear-gradient(top, #0364b1 0%, #2c5688 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0364b1), color-stop(100%, #2c5688));
	background: -webkit-linear-gradient(top, #0364b1 0%, #2c5688 100%);
	background: -o-linear-gradient(top, #0364b1 0%, #2c5688 100%);
	background: -ms-linear-gradient(top, #0364b1 0%, #2c5688 100%);
	background: linear-gradient(to bottom, #0364b1 0%, #2c5688 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0364b1', endColorstr='#2c5688', GradientType=0 );
	border: none;
}*/

.over { background: #4ea204; }

.on.over { background: #2c5688; }

/*GET A QUOTE*/
#quote-form h2 { margin: 15px 0 10px; }

#quote-form table, #quote-form tr, #quote-form td {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

#quote-form table { width: 500px; }

#quote-form td { padding-bottom: 10px; }

#quote-form .label-td { width: 140px; }

#quote-form .transport { width: 300px; }

#quote-form .transport td { padding-bottom: 0; }

#quote-form .estimate { width: 260px; }

#quote-form .estimate input { width: 60px; }

#quote-form .trial { width: 140px; }

#quote-form label {
	font: bold 14px/2 Arial, Helvetica, sans-serif;
	color: #666;
	display: block;
}

#quote-form input {
	padding: 6px;
	width: 100%;
	font: 14px/1.2 Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#quote-form input[type="checkbox"], #quote-form input[type="radio"] {
	border: none;
	width: auto;
}

#quote-form select {
	padding: 6px;
	width: 56%;
	font: 14px/1.2 Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#quote-form textarea {
	padding: 4px;
	width: 500px;
	height: 120px;
	font: 14px/1.2 Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#quote-form .row { margin-bottom: 15px; }

#quote-form .required { color: #f00; }

#quote-form #submit-button {
	width: 100px;
	color: #fff;
	font: normal 16px/1.4 'century gothic', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 20px;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #77bf37;
	background: -moz-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77bf37), color-stop(100%, #4ea204));
	background: -webkit-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: -o-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: -ms-linear-gradient(top, #77bf37 0%, #4ea204 100%);
	background: linear-gradient(to bottom, #77bf37 0%, #4ea204 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77bf37', endColorstr='#4ea204', GradientType=0 );
}

#quote-form #submit-button:hover {
	background: #4ea204;
	text-decoration: none;
}
