/* Snap Logistics CSS */

/* Form Styles */
input {width: 100%; height: 30px; background: #eeeeee; color: #666; border: 1px #ccc solid; padding: 2px; }
textarea {width: 100%; height: 127px; background: #eeeeee; color: #666; border: 1px #ccc solid; padding: 2px; resize: none; margin-top: -4px;}
#quote-wrap {width: 90%; margin: 0 auto; margin-top: 30px; padding-right: 10px;}
#contact-wrap {position: relative; margin-top: 21px; height: 240px;}
#submit {width: 190px; height: 47px; border: none;}
.submit-btn {margin-top: 2px;}
iframe {border: 1px #ccc solid;}
.contact-col {width: 50%;  float: left; height: 173.5px;}
#directions {position: absolute; bottom: 10px; left: 0; }
#directions p {font-size: 13px; font-weight: bold;}
.thankyou {padding: 15px; background: #ef8f1d; color: #fff;}

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: tahoma,arial;
	/*font-family: 'tahomaregular';*/
	margin: 0;
	padding: 0;
	background: #222;
	color: #7e7e7e;
}
a:link {
	color: #ef8f1d;
	text-decoration: none;
}
a:visited {
	color: #ef8f1d;
	text-decoration: none;
}
#nav a {color: #fff;}
a:hover {
	color: #ef8f1d;
	text-decoration: none;
}
p {
	font-size: 15px;
	margin-bottom: 15px;
}
h2 {
	color: #454545;
	margin: 15px 0;
}
h3, h4, h5 {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}

header {
	position: relative;
	background: #4f4f4f;
}
#logo {
	padding: 45px 0 8px 30px;
}
/* Nav Styles */
#nav {
	color: #fff;
	position: absolute;
	top: 67px;
	right: 0;
	margin-right: 40px;
	height: 50px;
}
#nav li {
	height: 40px;
	list-style: none;
	float: left;
	margin-left: 42px;
	font-size: 18px;	
}
.gray {
	background-image: url('images/gray-line.jpg');
	background-position: 0 27px;
	background-repeat:repeat-x;
}
.orange {
	background-image: url('images/orange-line.jpg');
	background-position: 0 27px;
	background-repeat:repeat-x;
}
/* Template Styles */
#content {
	padding: 15px 40px 110px 40px;
	background: #fff;
	margin-top: -4px;
}
#circles {
	margin-top: -80px;
	margin-bottom: 15px;
	text-align: center;
	clear: both;
}
footer {
	position: relative;
	background: #4f4f4f;
	padding: 20px 40px;
	color: #747474;
	clear: both;
}
#green {
	position: relative;
	color: #fff;
	background-image: url('images/green.jpg');
	padding: 33px 90px 33px 90px;
	margin-top: -10px;
	font-size: 31px;
	font-weight: lighter;
}
#green span {
	font-weight: bold;
	font-style: italic;
	}
#get-started {
	position: absolute;
	top: 30px; right: 103px;
}
#content #left {
	float: left;
	color: #7e7e7e;
	width: 53%;
	border-right: #ddd solid 1px;
	padding-right: 34px;
}
#content #right {
	color: #7e7e7e;
	width: 37%;
	float: right;
	padding-top: 26px;
	
}
#footer-info a:link,
.footer-cols a:link {
	color: #7e7e7e;
}
#footer-info a:visited,
.footer-cols a:visited {
	color: #7e7e7e;
}
#footer-info a:hover,
.footer-cols a:hover {
	color: #7e7e7e;
}
#footer-left {
	float: left;
	width: 54%;
	border-right: 1px solid #747474;
	margin-right: 7%;

}
#footer-right {
	width: 19%;
	float: left;
	margin-right: 4%;
}
#footer-right2 {
	width: 15%;
	float: left;
}
#phone {
	margin-top: 36px;
}
.footer-cols {
	width:33.3%;
	float: left;
}
#footer-info {
	clear: left;
	text-align: center;
	border-top: 1px solid #747474;
	background: #4f4f4f;
	padding: 10px 30px;
}
#footer-info span {
	margin: 0 20px;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style: none;
	margin-bottom: 5px;
}
.green-title {
	color: #69a436;
	margin-bottom: 12px;
}
.orange-title {
	color: #ec8d1c;
	margin-bottom: 12px;
}
.effect #content img {
	border: 7px solid #fff;
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.34);
}
#slider-holder {
	position: relative;
}.read-more {
	color: #69a436;
	text-align: right;
	padding-right: 15px;
	margin-top: -10px;
	font-size: 14px;
}
/* Services */
ul#services-grid {
	margin: 0;
	padding: 0;
}
ul#services-grid li {
	float: left;
	list-style: none;
	margin-top: 15px;
}
ul#services-grid li img {
	width: 269px;
	height: 192px;
}
.mid {
	margin-left: 15px;
	margin-right: 15px;
}
ul#services-grid li h4 {
	margin-bottom: 10px;
	color: #69a436;
	font-weight: bolder;
}
.service-title {
	margin-bottom: 0;
}
.contact-spacer {height: 20px;}
