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

/*  y!RESET.2.5.2 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/********/

body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding: 0;
	background: url(../images/background.png) repeat-x #000;
	margin: 0;
	width: 100%;
	position: relative;
	min-height: 100%;
}

#container {
	background-color: #E3E3E3;
	position: relative;
	height: auto;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, h7, p {
	color: #424242;
	margin: 0 0 14px;
	padding: 0;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 28px;
}
h3 {
	line-height: 1.3em;
	font-size: 21px;
}
p {
	line-height: 1.6em;
	width: 56%;
	font-size: 17px;
}
a {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
hr {
	margin: 20px 0;
}


/* top*/
#top {
	position: relative;
	height: auto;
	width: 94%;
	background-color: #321A0B;
	background-position: right;
	background-image: url("../images/top1.jpg");
	padding: 1.8% 3% 1%;
	color: #C7C7C7;
	margin: 0 auto;
	text-align: center;
}
#top img {
	margin: 0 0 15px;
}
#top h3 {
    color: #FFFFFF;
    font-size: 22px;
}
#top h2 {
    color: #FFFFFF;
    font-size: 27px;
}
/*top*/



/* THIS IS THE NAVIGATION SECTION!!!!!!!!!!!!!!!!!!!!! */
ul#nav {
	min-height: 45px;
	z-index: 900;
	height: auto;
	background: #ccc;
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 0 10px;
	padding: 0;
}
#nav li {
	float: left;
	background: url(../images/nav_button.png) repeat-x;
	list-style: none;
	letter-spacing: 0.08em;
	text-align: center;
	height: 45px;
	width: 20%;
}
#nav li a {
	font-size: 15px;
	text-decoration: none;
	color: white;
	line-height: 45px;
	display: block;
	height: 45px;
}
#nav li a:hover {
	color: #ccc;
}
#nav li:hover {
	background: url(../images/nav_buttonh.png) repeat-x;
}
/* HOVER SECTION FOR DROPDOWN MENU  */
#nav li ul {
	background: #330000;
	width: 240px;
	display: none;
	height: auto;
}
#nav li:hover ul {
	display: block;
}
#nav li ul li {
	float: none;
	height: 28px;
	width: 100%;
	text-align: left;
	background: none;
}
#nav li ul li a {
	line-height:inherit;
	padding: 4px 0 4px 10px;
	height: 20px;
	margin: 0 0 5px;
}
#nav li ul li a:hover {
	background: #000;
}





/* callout boxes */
.callout {
	background: url(../images/callout_background.png) repeat-x #79421c;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	margin: 0 auto 10px;
	position: relative;
	width: 98%;
	height: auto;
}

.callout div {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	padding: 3%;
}
.callout p, .callout h1, .callout h2, .callout h3 {
	color: #C8A98D;
}

/* template call-outs */
#welcome {	
	text-align: center;
	max-width: 550px;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
#welcome_image {
	background: url() no-repeat center ;
}
#welcome p {
	width: 100%;
}
/* TIP OF THE WEEK OR WELCOME VIDEO */
#welcome #iframe_box {
	position: relative;
	width: 100%;
	height: 0;
	padding: 0 0 56.25% 0;
}
#welcome #iframe_box iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* TEMPLATE BOXES */
#schedule {
	background: url(../images/schedule.png) no-repeat top right;	
}

#home_reviews {
	background: url(../images/reviews.png) no-repeat top right;	
}

/* INTERIOR CALLOUT BOXES */
#services {
	background: url(../images/services.png) no-repeat top right;
}
#pricing {
	background: url(../images/pricing.png) no-repeat top right;
}
#about {
	background: url(../images/about.png) no-repeat top right;
}
#contact {
	background: url(../images/contact.png) no-repeat top right;
}
#faq {
	background: url(../images/faq.png) no-repeat top right;
}
#reviews {
	background: url(../images/reviews2.png) no-repeat top right;
}

/*services*/
#loading {
	background: url(../images/loading.png) no-repeat top right;
}
#unloading {
	background: url(../images/unloading.png) no-repeat top right;
}
#intown {
	background: url(../images/intown.png) no-repeat top right;
}
#outoftown {
	background: url(../images/outoftown.png) no-repeat center right;
}
#rearrange {
	background: url(../images/rearrange.png) no-repeat center right;
}
#safes {
	background: url(../images/safes.png) no-repeat center right;
}




/* body content */
#container #body_content {
	width: 94%;
	text-align: center;
	padding: 1% 3%;
}
#container #body_content p {
	width: 70%;
	margin: 0 15% 15px;
	font-size: 16px;
}
#container #body_content a {
	color: #79421c;
}
#container #body_content a:hover {
	color: #341C0C;
	text-decoration: underline;
}
#container #body_content img {
	margin: 0 0 15px;
}

#container #body_content .content_callout {
	width: 92%;
	height: auto;
	text-align: left;
	background: url(../images/callout2.png) #84ffff repeat-x;
	padding: 3% 4% 1%;
	border: 2px solid #999;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	margin: 12px 0;
}
 #container #body_content .content_callout h1,  #container #body_content .content_callout h2 {
	color: #7E451D;
 }
#container #body_content .content_callout p, #container #body_content .content_callout h3, #container #body_content .content_callout ul {
	color: #9C5524;
	width: 70%;
	margin: inherit;
}
#container #body_content .content_callout h2 {
	margin: 0 0 15px 0;
}
#container #body_content .content_callout ul li {
	line-height: 1.3em;
	list-style: disc;
	margin: 0 0 6px 4%;
}
#container #body_content .content_callout img {
	float: right;
	margin: 0 0 0 3%;
}


/* FOR THE ADDITION OF THUMBNAIL IMAGES TO SERVICES PAGE */
#container #body_content .content_callout div p {
	margin: 0 0 15px;
}
#container #body_content .content_callout div img {
	margin: 0 6%;
}
/* FOR THE ADDITION OF THUMBNAIL IMAGES TO SERVICES PAGE */



/* FOOTER INFORMATION AT BOTTOM OF EVERY PAGE */

#footer {
	width: 96%;
	position: relative;
	margin: 0;
	padding: 2% 2% 12px;
	background: #232323;
	text-align: center;
	background-color: #363636;
}

#footer p {
	max-width: 1200px;
	width: 100%;
	font-size: 13px;
	padding: 0;
	margin: 0 0 7px;
	color: #dea879;
}
#footer h3 {
	color: #959595;
	margin: 20px 0;
	font-size: 17px;
}
#footer h3 a {
	margin: 0 5%;
}
