html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:white;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}



p { 
	line-height:1.5; 
}

div#container {
	position:relative;
	margin:0 auto;
	width:998px;
	background:#EDEDED;
	height:auto !important;
	height:100%;
	min-height:100%;
	border-right-color: #6C6C6C;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #6C6C6C;
	border-left-style: solid;
	border-left-width: 1px;
}

div#header {
margin:0px;
}
div#header p {
	font-size:1.1em;
	margin:0;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
div#content p {
	text-align:justify;
	/* padding:0 1em; */
}

div#footer {
	width:100%;
	bottom:0; /* stick to bottom */
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
}
div#footer p {
	padding:1em;
	margin:0;
}

	
	
	#headerBanner {
	background-color:#1980EC;
	display:block;
	height:75px;
	}
	
	#blueBar {
	background-color:#1980EC;
	display:block;
	height:5px;
	}
	
	
	#blackBar {
	background-color:#000000;
	display:block;
	height:30px;
	}
	
	#menu {
		height:	26px;
		margin:	0;
		padding:0;
		overflow:hidden;
		background-image: url('/images/toolbar_back.gif');
		background-repeat: repeat;
		margin-left: 0px;
	
	}
	
	
	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
	
	}
	
	#menu li {
		float:left;
		margin:	0;
		list-style:none;
	}
	
	#menu a {
		display: block;
		color: 	#666666;
		font:	12px Arial, sans-serif;
		text-decoration:none;
		cursor: pointer;
	}
	
	#menu a:hover {
		text-decoration: underline;
	}
	
	#menu a:active {
		color: #E31826;
	}
	
	
	
	#home a{
	background:url('/images/btn/home_off.png') no-repeat;
	width:54px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	
	#inventory a{
	background:url('/images/btn/inventory_off.png') no-repeat;
	width:79px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	
	#rental a{
	background:url('/images/btn/rentals_off.png') no-repeat;
	width:70px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	
	#about a{
	background:url('/images/btn/about_off.png') no-repeat;
	width:79px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	#contact a{
	background:url('/images/btn/contact_off.png') no-repeat;
	width:92px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	#spanish a{
	background:url('/images/btn/spanish_off.png') no-repeat;
	width:140px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	
	
	#home a:hover, #home a.selected{
	background:url('/images/btn/home_on.png') no-repeat;
	width:54px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	
	#inventory a:hover, #inventory a.selected{
	background:url('/images/btn/inventory_on.png') no-repeat;
	width:79px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	
	#rental a:hover, #rental a.selected{
	background:url('/images/btn/rentals_on.png') no-repeat;
	width:70px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	
	#about a:hover, #about a.selected{
	background:url('/images/btn/about_on.png') no-repeat;
	width:79px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	
	#contact  a:hover, #contact a.selected{
	background:url('/images/btn/contact_on.png') no-repeat;
	width:92px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	#spanish  a:hover, #spanish a.selected{
	background:url('/images/btn/spanish_on.png') no-repeat;
	width:140px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	#service  a:hover, #service a.selected{
	background:url('/images/btn/spanish_on.png') no-repeat;
	width:140px;
	height:26px;
	padding:0px;
	margin:0px;
	}
	
	#headerLogo a {
	background:url('/images/amtruck_white.gif') no-repeat;
	width:254px;
	height:44px;
	padding:0px;
	margin:0px;
	display:block;
	float:left;
	margin:15px;
	}
	
	
	#phoneNumber {
	display:block;
	float:right;
	}


#headerCompany {
	float: right;
	width:200px;
	text-align:left;
	margin-top:12px;
}
#headerCompany p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}


	
	#home span, #inventory span, #rental span,#about span,#contact span,#spanish span,#service span, #headerLogo span {
	display:none;
	}
	
	
	#rightCol {
	display:block;
	float:right;
	width:455px;
	}	
	#leftCol {
	display:block;
	float:left;
	width:455px;
	}	


