@charset "utf-8";
/* CSS Document */

@media screen and (max-device-width: 600px), screen and (max-width: 600px)  {
p {
	width: 100%;
}
#top img {
	width: 30%;
}	
#nav li {
	width: 100%;
	float: none;
}
#nav li:hover ul {
	display: none;
}
.callout div {
	padding: 5% 6%;
	text-align: center;
}
#schedule, #home_reviews, #services, #loading, #unloading, #intown, #outoftown, #rearrange, #safes, #collaboration, #pricing, #about, #contact, #faq, #reviews  {
	background: none;
}

#container #body_content p {
	width: 88%;
	margin: 0 6% 13px;
}
#container #body_content img {
	width: 75%;
}
#container #body_content .content_callout {
	padding: 6%;
	width: 88%;
}
#container #body_content .content_callout p, #container #body_content .content_callout h3 {
	width: 90%;
}
#container #body_content .content_callout img {
	width: 40%;
}
	
/* FOR THE ADDITION OF THUMBNAIL IMAGES TO SERVICES PAGE */
#container #body_content .content_callout div {
	text-align: center;
}
#container #body_content .content_callout div p {
	text-align: left;
}
#container #body_content .content_callout div img {
	float: none;
	width: 38%;
	margin: 0 0 15px;
}
/* FOR THE ADDITION OF THUMBNAIL IMAGES TO SERVICES PAGE */
	

#slideshow {
	display: none;
}

}
