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

body {
	background-color: #EDB51B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	}
h1 {
	font-size: 28px;
	color: #FFFF00;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: -16px;
	width: 100%;
	border-bottom: 3px double #FFFF00;
	}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-style: italic;
	}
h3 {
	font-size: 20px;
	color: #FFFFFF;
	}
#header {
	background-color: #0066A6;
	background-image: url(images/bg.gif);
	height: 138px;
	padding-top: 8px;
	padding-left: 10%;
	}
#address {
	margin-top: -130px;
	margin-right: 10%;
	margin-left: 10%;
	float: right;
	text-align: center;	
	}
#nav {
	background-color: #0066A6;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	height: 23px;
	padding-top: 6px;
	padding-bottom: 2px;
	color: #EDB51B;
	text-align: center;
	}
#nav a:link, #nav a:visited {
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-decoration: none;
	background-image: none;
	color: #FFFF00;
	width: 200px;
	height: 23px;
	}
#nav a:active, #nav a:hover {
	background-image: url(images/nav_over.jpg);
	color: #FFFFFF;
	height: 33px;
	}
#main {
	background-color: #0066A6;
	color: #FFFFFF;
	width: 80%;
	padding: 10px;
	text-align: justify;
	}
#footer {
	background-color: #0066A6;
	background-image: url(images/bg.gif);
	height: 30px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	border-top: 3px double #666666;
	}
ul {
	list-style-image: url(images/list.gif);
	}
.yellow {
	border-bottom: 3px double #FFFF00;
	height: 3px;
	}
	
.miniwarehouseonwheels,
.the3difference {
	width: 268px;
	height: 109px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 100px;
	font-size: 14px;
	font-family: arial;
}
.miniwarehouseonwheels p,
.the3difference p {
	line-height: 20px;
}

.miniwarehouseonwheels {
	float: left;
	background: url(images/miniwarehouseonwheels.gif) no-repeat;
}
.the3difference {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	background: url(images/the3difference.gif) no-repeat;
}

.nav_services {
	float: right;
	width: 200px;
	border-width: 1px 2px;
	border-color: #ccc;
	border-style: solid;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
	}