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

body {
	margin:0;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#020202;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	border:0;
	cursor:pointer;
}

a:link {
	text-decoration: none;
	color:#000000;
}

a:visited {
	text-decoration: none;
	color:#000000;
}

a:hover {
	text-decoration: none;
	color:#ff0606;
}

a:active {
	text-decoration: none;
	color:#000000;
}

div#popup {
	background:#EFEFEF;
	border:1px solid #999999;
	margin:0px;
	padding:7px;
	width:270px;
}

#content {
	text-align:left;
	margin:0px auto;
	width:900px;
}

.header-container {
	position:relative;
	height:111px;
}

.anchor {
	position:relative;
}

.logo {
	background-image:url(images/logo.png);
	width:415px;
	height:182px;
	position:absolute;
	left: -85px;
	top: 0px;
	z-index:0;
}

.logo-text {
	font-size:16px;
	line-height:15px;
	color:#d5d5d5;
	padding:62px 0 0 265px;
	
}

.logo-text span {
	font-size:17px;
	font-weight:bold;
}

.logo-text h1 {
	font-size:16px;
	color:#d5d5d5;
	margin:0;
	font-weight:normal;
}

.phonenumber {
	background-image:url(images/phonenumber.png);
	width:195px;
	height:174px;
	position:absolute;
	z-index:5;
	left: 779px;
	top: 15px;
}

.topbar {
	background-image:url(images/topbar-bg.gif);
	height:51px;
	border-bottom:2px #ff0606 solid;
	position:relative;
}

.topbar ul {
	z-index:1;
	position:absolute;
}

.topbar-menu {	
	list-style:none;
	padding:12px 0 0 5px;
	margin: 0;
}

.topbar-menu li {
	display:inline;
	font-size:21px;
	padding:0 10px 0 10px;
}	

.body-container {
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-x;
	background-color:#bbbbbb;
	border-bottom:2px #ff0606 solid;
}

#home.body-content {
	background-image:url(images/content-people.jpg);
}

#locations.body-content {
	height:auto;
}

#services.body-content {
	background-image:url(images/content-delivery.jpg);
	background-position:top right;
	height:auto;
}

#contact.body-content {
	background-image:url(images/content-customerservice.jpg);
	background-position:top right;
	height:auto;
	padding:0 0 50px 0;
}

.body-content {
	background-position:right;
	background-repeat:no-repeat;
	height:329px;
}

.content-text-container {
	padding:6px 6px 0 12px;
}

.content-title {
	font-size:30px;
	color:#e20000;
	letter-spacing:-1.5px;
	padding:0 0 10px 0;
	display:block;
}

.content-text {
	font-size:16px;
	line-height:16px;
}

.content-contact {
	padding:0 20px 20px 0;
	display:block;
	float:left;
}

.content-contact strong {
	font-size:24px;
	padding:10px 0 0 0;
	display:block;
}

.clear {
	clear:both;
}

.content-list {
	list-style:none;
	padding:0;
	margin: 0;
}

.content-list li {
	background-image:url(images/check.png);
	background-repeat:no-repeat;
	padding:0 0 0 35px;
	margin:15px 0 0 5px;
	font-size:25px;
}

.footer-container {
	background-image:url(images/footer-bg.gif);
	position:relative;
	height:94px;
	padding: 40px 0 0 160px;
}

.footer-boxes {
	background-image:url(images/boxes.png);
	width:139px;
	height:192px;
	position:absolute;
	left: 6px;
	top: -39px;
	z-index:0;
}

.footer-text {
	font-size:34px;
	color:#ffffff;
	float:left;
}

.footer-text span {
	line-height:25px;
}

.footer-text span span {
	font-size:28px;
}

.storage-location {
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	margin:-2px 0 0 0;
	padding:0 60px 0 50px;
	float:right;
	color:#ffffff;
	line-height:16px;
}

.storage-location span {
	font-size:25px;
	line-height:23px;
}

#map {
	width:875px;
	height:450px;
	border:1px #000000 solid;
	margin:10px 0 10px 0;
}

.phone {
	padding:0 10px 0 0px;
}