All American Truck Source

All American Truck Source Contact information, map and directions, contact form, opening hours, services, ratings, photos, videos and announcements from All American Truck Source, Commercial Truck Dealership, Commerce City, CO.

Ready to sell FAST? Send me what you got 720-287-8603 -Al
06/07/2026

Ready to sell FAST? Send me what you got 720-287-8603 -Al

06/07/2026






American Truck Centers - We'll Buy Your Truck


* { margin: 0; padding: 0; box-sizing: border-box; }

body {
font-family: 'Oswald', sans-serif;
background: ;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
padding: 20px;
}

.ad {
width: 900px;
max-width: 100%;
background: linear-gradient(160deg, 0%, 40%, 100%);
border: 3px solid ;
border-radius: 6px;
overflow: hidden;
position: relative;
box-shadow: 0 0 60px rgba(200,162,39,0.3), 0 0 120px rgba(200,162,39,0.1);
}

/* Background texture */
.ad::before {
content: '';
position: absolute;
inset: 0;
background:
repeating-linear-gradient(
-45deg,
transparent,
transparent 40px,
rgba(255,255,255,0.01) 40px,
rgba(255,255,255,0.01) 80px
);
z-index: 0;
}

/* Road streak background */
.road-bg {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 55%;
background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.6) 100%);
z-index: 1;
}

/* Diagonal accent */
.diagonal-accent {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: linear-gradient(135deg, transparent 40%, rgba(200,162,39,0.05) 100%);
z-index: 1;
pointer-events: none;
}

.content {
position: relative;
z-index: 10;
}

/* ── HEADER ── */
.header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 22px 30px 16px;
border-bottom: 2px solid rgba(200,162,39,0.4);
background: linear-gradient(90deg, rgba(13,27,62,0.9) 0%, rgba(200,162,39,0.08) 100%);
}

.logo-area {
display: flex;
flex-direction: column;
}

.logo-name {
font-family: 'Black Ops One', cursive;
font-size: 2.4rem;
line-height: 1;
letter-spacing: 2px;
background: linear-gradient(90deg, , , );
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-shadow: none;
filter: drop-shadow(0 2px 6px rgba(200,162,39,0.5));
}

.logo-sub {
font-family: 'Bebas Neue', cursive;
font-size: 0.85rem;
letter-spacing: 5px;
color: ;
opacity: 0.7;
margin-top: 2px;
}

.logo-tagline {
font-size: 0.7rem;
letter-spacing: 3px;
color: ;
opacity: 0.85;
margin-top: 4px;
text-transform: uppercase;
}

.badge {
border: 2px solid ;
border-radius: 50%;
width: 90px;
height: 90px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background: radial-gradient(circle, rgba(200,162,39,0.15) 0%, transparent 70%);
box-shadow: 0 0 20px rgba(200,162,39,0.3);
}

.badge-stars {
font-size: 0.7rem;
letter-spacing: 3px;
color: ;
margin-bottom: 2px;
}

.badge-line1 {
font-family: 'Bebas Neue', cursive;
font-size: 0.75rem;
color: ;
letter-spacing: 2px;
}

.badge-line2 {
font-family: 'Bebas Neue', cursive;
font-size: 1rem;
color: ;
letter-spacing: 1px;
line-height: 1;
}

.badge-line3 {
font-family: 'Bebas Neue', cursive;
font-size: 0.75rem;
color: ;
letter-spacing: 2px;
}

.badge-since {
font-size: 0.55rem;
color: ;
letter-spacing: 2px;
margin-top: 2px;
}

/* ── HERO ── */
.hero {
display: flex;
align-items: center;
padding: 10px 30px 0;
gap: 0;
min-height: 300px;
position: relative;
}

.cash-side {
flex: 0 0 auto;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 14px;
z-index: 5;
}

.cash-icon {
font-size: 5rem;
filter: drop-shadow(0 4px 16px rgba(200,162,39,0.6));
animation: float 3s ease-in-out infinite;
}

float {
0%, 100% { transform: translateY(0px) rotate(-5deg); }
50% { transform: translateY(-10px) rotate(5deg); }
}

.checklist {
list-style: none;
display: flex;
flex-direction: column;
gap: 8px;
}

.checklist li {
display: flex;
align-items: center;
gap: 8px;
font-family: 'Oswald', sans-serif;
font-size: 0.8rem;
font-weight: 600;
color: ;
letter-spacing: 1px;
text-transform: uppercase;
}

.check {
width: 20px;
height: 20px;
border-radius: 50%;
background: ;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.6rem;
color: ;
flex-shrink: 0;
font-weight: 900;
}

.headline-area {
flex: 1;
text-align: center;
padding: 0 10px;
}

.headline-pre {
font-family: 'Bebas Neue', cursive;
font-size: 1.6rem;
letter-spacing: 6px;
color: ;
opacity: 0.85;
}

.headline-main {
display: block;
font-family: 'Black Ops One', cursive;
line-height: 0.88;
text-transform: uppercase;
}

.hl-buy {
font-size: 5.5rem;
color: ;
-webkit-text-stroke: 2px ;
text-shadow: 0 0 30px rgba(200,162,39,0.5), 4px 4px 0 rgba(0,0,0,0.8);
display: block;
}

.hl-your {
font-size: 4.2rem;
background: linear-gradient(90deg, , , );
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
filter: drop-shadow(0 2px 8px rgba(200,162,39,0.7));
display: block;
}

.hl-truck {
font-size: 5.8rem;
color: ;
-webkit-text-stroke: 2px #880000;
text-shadow: 0 0 30px rgba(200,0,0,0.5), 4px 4px 0 rgba(0,0,0,0.8);
display: block;
}

.subline {
margin-top: 10px;
background: linear-gradient(90deg, , );
display: inline-block;
padding: 6px 20px;
border-left: 4px solid ;
border-right: 4px solid ;
}

.subline-text {
font-family: 'Bebas Neue', cursive;
font-size: 1.05rem;
letter-spacing: 4px;
color: ;
}

.truck-side {
flex: 0 0 260px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
position: relative;
}

.truck-emoji {
font-size: 8rem;
filter: drop-shadow(0 8px 30px rgba(200,162,39,0.5)) drop-shadow(-8px 0 20px rgba(0,0,80,0.8));
animation: truckPulse 4s ease-in-out infinite;
}

truckPulse {
0%, 100% { filter: drop-shadow(0 8px 30px rgba(200,162,39,0.5)) drop-shadow(-8px 0 20px rgba(0,0,80,0.8)); }
50% { filter: drop-shadow(0 8px 40px rgba(200,162,39,0.9)) drop-shadow(-8px 0 30px rgba(0,0,80,0.6)); }
}

.speed-lines {
position: absolute;
right: 0;
bottom: 10px;
width: 100%;
height: 60px;
overflow: hidden;
opacity: 0.25;
}

.speed-line {
position: absolute;
height: 2px;
background: linear-gradient(90deg, transparent, );
animation: speedLine 1.5s linear infinite;
}

speedLine {
from { right: 0; width: 0; opacity: 1; }
to { right: 100%; width: 200px; opacity: 0; }
}

/* ── DIVIDER ── */
.gold-divider {
height: 3px;
background: linear-gradient(90deg, transparent, , , , transparent);
margin: 14px 0 0;
}

/* ── FOOTER BAR ── */
.footer-bar {
background: linear-gradient(90deg, 0%, 50%, 100%);
padding: 18px 30px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
border-top: 2px solid rgba(200,162,39,0.4);
}

.footer-cell {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
text-align: center;
}

.footer-icon { font-size: 1.8rem; }

.footer-label {
font-family: 'Bebas Neue', cursive;
font-size: 0.9rem;
letter-spacing: 2px;
color: ;
line-height: 1.1;
}

.footer-accent {
font-family: 'Bebas Neue', cursive;
font-size: 1rem;
color: ;
letter-spacing: 2px;
}

.call-box {
background: linear-gradient(135deg, 0%, 100%);
border: 3px solid ;
border-radius: 8px;
padding: 12px 28px;
text-align: center;
box-shadow: 0 4px 20px rgba(200,162,39,0.5), inset 0 1px 0 rgba(255,255,255,0.8);
position: relative;
overflow: hidden;
}

.call-box::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, , , );
}

.call-label {
font-family: 'Black Ops One', cursive;
font-size: 1rem;
color: ;
letter-spacing: 2px;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}

.call-number {
font-family: 'Black Ops One', cursive;
font-size: 1.9rem;
color: ;
letter-spacing: 2px;
line-height: 1.1;
text-shadow: 1px 1px 0 rgba(200,0,0,0.2);
}

.call-cta {
font-family: 'Bebas Neue', cursive;
font-size: 0.75rem;
letter-spacing: 3px;
color: ;
opacity: 0.7;
margin-top: 2px;
}

/* ── BOTTOM STRIP ── */
.bottom-strip {
background: linear-gradient(90deg, , , );
padding: 8px 30px;
text-align: center;
}

.bottom-strip-text {
font-family: 'Bebas Neue', cursive;
font-size: 0.85rem;
letter-spacing: 5px;
color: ;
}

(max-width: 700px) {
.hero { flex-direction: column; padding: 16px 16px 0; min-height: auto; }
.truck-side { flex: unset; justify-content: center; }
.hl-buy { font-size: 4rem; }
.hl-your { font-size: 3rem; }
.hl-truck { font-size: 4.2rem; }
.header { flex-wrap: wrap; gap: 12px; }
.footer-bar { flex-wrap: wrap; justify-content: center; }
.logo-name { font-size: 1.8rem; }
}












AMERICAN
TRUCK CENTERS
Honest Deals  ·  Maximum Value


★ ★ ★
Local
TRUSTED
Professional
· Since Day 1 ·







💵

✓Top Dollar Paid
✓Fast & Easy Process
✓No Obligation — Just Cash!





WE'LL

BUY
YOUR
TRUCK


Any Make  ·  Any Model  ·  Any Condition






🚛














⏱️
QUICK.
EASY.
CASH TODAY!



📞 CALL AL:
720-287-8603
Call Now — Get Paid Today!



🤝
Fair Offers.
Friendly Service.
Built On Trust.





✓   Turn Your Truck Into Cash — The American Truck Centers Way   ✓





-face { font-family: 'Bebas Neue'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXooxW4.ttf) format('truetype'); } -face { font-family: 'Black Ops One'; font-style: normal; font-weight: 400; font-display: swap;...

2020 Peterbilt 579 Mid-Roof Sleeper For SaleOnly $44,950Long-Haul Ready • APU Equipped • Double Bunk Sleeper • Fuel Effi...
06/04/2026

2020 Peterbilt 579 Mid-Roof Sleeper For Sale

Only $44,950

Long-Haul Ready • APU Equipped • Double Bunk Sleeper • Fuel Efficient

Looking for a dependable highway truck that’s built to keep drivers comfortable while keeping operating costs low? This 2020 Peterbilt 579 delivers the performance, fuel economy, and reliability today’s owner-operators and fleets demand.

Powered by the PACCAR MX-13 rated at 455 HP and paired with the PACCAR Endurant 12-Speed Automated Transmission, this aerodynamic sleeper is designed for maximum efficiency and long-haul productivity.

Key Specifications

* 455 HP PACCAR MX-13 Engine
* 1,650 lb-ft Torque
* PACCAR Endurant 12-Speed Automated Transmission
* 482,612 Verified Miles
* 2.85 Rear Ratio
* 237” Wheelbase
* Tandem Axle (6x4)
* Air Ride Suspension
* Engine Brake
* Aluminum Wheels
* Fixed 5th Wheel
* 53,200 GVW

Premium Driver Comfort Package

* 72” Mid-Roof Double Bunk Sleeper
* Thermo King TriPac Evolution APU
* Only 8,342 APU Hours
* Espar Bunk Heater
* Air Ride Cloth Seats
* Power Windows & Locks
* Excellent A/C
* Interior Storage Cabinets
* Quiet, Smooth Highway Ride

Safety & Technology

* Collision Mitigation System
* Air Ride Suspension with Dump Valve
* Engine Brake
* Drum Brake System

Perfect For

* Dry Van Freight
* Refrigerated Freight (Re**er)
* Dedicated Freight Lanes
* Regional Hauling
* Long-Haul OTR Operations
* Team Driving Applications
* Retail Distribution
* Consumer Goods Transportation
* Automotive Freight
* General Commodity Hauling

The combination of a fuel-efficient drivetrain, double bunk sleeper, APU, and Espar heater makes this truck an excellent choice for drivers looking to maximize comfort, reduce idle time, and increase profitability.

Stock

Price: $44,950

Finance Options Available

Contact Al at American Truck Centers 720-287-8603 today to learn more about this well-maintained Peterbilt 579 before it’s gone.

FOR SALE-2008 Kenworth T800 Dump Truck-$95,500 (PRICE REDUCED)This is not your average used dump truck. This 2008 Kenwor...
06/01/2026

FOR SALE-2008 Kenworth T800 Dump Truck-$95,500 (PRICE REDUCED)

This is not your average used dump truck. This 2008 Kenworth T800 has had an extensive amount of recent mechanical work, repairs, diagnostics, and preventative maintenance completed over the last year-plus — with detailed records to back it up.

If you have been burned by a cheap truck before, you know exactly why documentation matters. This one has been gone through properly, not just talked about.

RECENT REPAIRS AND MAINTENANCE INCLUDE:

• New PTO hydraulic pump — hydraulic system fully serviced and tested
• Full A/C diagnostics: expansion valve, evaporator core, pressure switch and drier replaced
• New alternator belt and pulley inspection
• Cooling system repairs — new radiator hoses and clamps
• ABS diagnostics and wheel speed sensor replacements
• Wiring harness repairs and new wiring installed
• Air compressor service and governor valve replacement
• Clutch linkage and Heim joint repairs
• New washer pump and heater valve actuator
• New Optima Yellow Top batteries installed
• Full service completed: oils, filters, coolant and differential
• Brakes: slack adjusters, S-cams, bushings, pads and chambers replaced
• Air lines repaired and replaced
• Dump bed tarp system repaired
• New CB radio, antennas and wiring
• Bed liner installed

WHO THIS TRUCK IS PERFECT FOR:

Owner-operators, excavation companies, construction fleets, aggregate haulers, site development crews, and landscaping operations looking for a dependable workhorse that has already received extensive recent mechanical attention.

Anyone who has run a Kenworth T800 knows the platform — legendary durability, built for heavy vocational work, capable of going hundreds of thousands of miles when properly maintained. This one has been maintained. The records prove it.

A truck this well-documented will not stay listed long. Serious buyers only. Offers considered.

Asking $95,500 - records available upon request.

Call or text Rex at 720-244-0926 to get more information or place an offer. Do not wait on this one.

2023 KENWORTH T680NEXT-GEN PERFORMANCE. PREMIUM DRIVER COMFORT. FLEET-READY.MULTIPLE UNITS AVAILABLE | FOB DALLAS, TEXAS...
05/31/2026

2023 KENWORTH T680

NEXT-GEN PERFORMANCE. PREMIUM DRIVER COMFORT. FLEET-READY.

MULTIPLE UNITS AVAILABLE | FOB DALLAS, TEXAS



BUILT FOR TODAY’S OWNER-OPERATORS AND FLEETS

If you’re looking for a late-model aerodynamic sleeper that’s ready to generate revenue immediately, these 2023 Kenworth T680s deserve your attention.

Powered by the legendary Cummins X15 rated at 450 HP and paired with the highly sought-after Eaton Endurant 12-Speed Automated Transmission, these trucks deliver the reliability, fuel efficiency, and driver comfort that modern fleets demand.

The next-generation T680 platform was engineered to maximize uptime, improve fuel economy, and create one of the most comfortable driving environments in the industry.

Whether you’re expanding your fleet, replacing older equipment, or putting a driver into a newer truck, these units check every box.



HIGHLIGHTS

✔ 2023 Kenworth T680 Next-Generation Body Style

✔ 450 HP Cummins X15

✔ Eaton Endurant 12-Speed Automated Transmission

✔ 76” Raised Roof Double Bunk Sleeper

✔ Thermo King TriPac Evolution APU

✔ Built-In Refrigerator

✔ Digital Dash Display

✔ Smart Wheel Controls

✔ Air Ride Driver & Passenger Seats

✔ Virgin Drive Tires

✔ All Disc Brakes

✔ Polished Aluminum Wheels

✔ Air Slide Fifth Wheel

✔ 233” Wheelbase

✔ 2.79 Rear Ratio

✔ Fleet-Maintained Equipment

✔ Multiple Units Available



DRIVER COMFORT THAT SELLS ITSELF

Step inside and you’ll immediately notice the difference.

The spacious 76” Raised Roof Double Bunk Sleeper provides the room professional drivers need to stay comfortable during extended runs. Premium seating, ergonomic controls, abundant storage, and a modern digital dash create an environment designed around the driver.

The integrated refrigerator and Thermo King APU allow drivers to stay comfortable without excessive idle time, helping reduce fuel consumption while improving quality of life on the road.

Features include:

• Spacious Double Bunk Sleeper

• Built-In Refrigerator

• Thermo King TriPac Evolution APU

• Premium Air Ride Seating

• Modern Digital Instrument Cluster

• Smart Steering Wheel Controls

• Abundant Storage Space

• Professional Fleet Specification



DESIGNED TO LOWER OPERATING COSTS

The Cummins X15 and Endurant transmission combination has become one of the most respected powertrain packages in North America.

Benefits include:

• Excellent Fuel Economy

• Proven Reliability

• Strong Nationwide Service Network

• Driver-Friendly Operation

• Reduced Driver Fatigue

• Improved Fleet Efficiency

• Simplified Maintenance Support

Combined with aerodynamic improvements found on the next-generation T680 platform, these trucks are designed to keep your operating costs in check while maximizing uptime.



READY TO WORK TODAY

These trucks are front-line ready and available now.

With multiple units in stock, this is an excellent opportunity for:

• Growing Fleets

• Owner-Operators

• Dedicated Contract Carriers

• Regional Operations

• Long-Haul Applications

• Fleet Replacement Programs



SPECIAL LIMITED TIME OFFER

COMPLIMENTARY 30-DAY WARRANTY AVAILABLE TO THE FIRST TWO BUYERS



CALL AL ROBLES TODAY

720-287-8603

ONLY $79,950.00

Multiple Units Available

FOB Dallas, Texas

Don’t wait for the right truck to hit the market.

These 2023 Kenworth T680s combine late-model technology, premium driver amenities, fuel-efficient performance, and proven Cummins power in one of the most desirable sleeper platforms on the road today.

FOR SALE – 2014 PETERBILT 365 TRI-AXLE FLATBEDIf you're tired of looking at worn-out fleet trucks and need a serious hau...
05/29/2026

FOR SALE – 2014 PETERBILT 365 TRI-AXLE FLATBED

If you're tired of looking at worn-out fleet trucks and need a serious hauling platform that can handle weight without sacrificing maneuverability, this Peterbilt 365 deserves your attention.

Powered by the proven PACCAR MX-13 and backed by an Eaton-Fuller 13-speed manual transmission, this truck was built for operators who still appreciate full control when pulling heavy loads. The steerable Watson Chalin pusher axle gives you the payload capacity of a tri-axle while helping reduce tire scrub and improving maneuverability around jobsites and tight delivery locations.

Truck Highlights:
• PACCAR MX-13 Engine – 455 HP
• Eaton-Fuller 13-Speed Manual
• 8x4 Tri-Axle Configuration
• Watson Chalin 13,500 LB Steerable Pusher Axle
• 40,000 LB Rear Axle Capacity
• 64,600 LB GVWR
• 276" Wheelbase
• 3.70 Rear Ratio
• Air Ride Suspension
• Aluminum Wheels
• Dual 100-Gallon Aluminum Fuel Tanks
• Forklift Package
• Excellent A/C
• Cruise Control
• Power Steering
• Only 160,640 Verified Miles

Whether you're hauling steel, lumber, precast, equipment, building materials, or oversized freight, this Peterbilt offers the capacity, durability, and professional appearance that customers notice.

Low-mileage tri-axle flatbeds in this condition don't stay on the market long.

Call Al at American Motors today at 720-287-8603 before someone else puts this truck to work.

Financing options available and extended service contracts are available for qualified buyers.

NEW ARRIVAL — 2016 MACK TITAN TD713 — 605HP HEAVY-HAUL BEASTPurpose-built for operators who demand real pulling power, d...
05/28/2026

NEW ARRIVAL — 2016 MACK TITAN TD713 — 605HP HEAVY-HAUL BEAST

Purpose-built for operators who demand real pulling power, durability, and severe-duty capability, this 2016 Mack Titan TD713 is the kind of truck you don’t see every day.

Powered by the legendary Mack MP10 16L engine rated at 605HP and paired with an Eaton-Fuller 18-Speed Manual transmission, this Titan was engineered for heavy haul, lowboy, oversized loads, oilfield applications, and extreme vocational work where standard highway trucks simply don’t survive.

The MP10 delivers massive low-end torque and exceptional grade-pulling performance, making this truck ideal for hauling heavy equipment, construction machinery, and specialized freight with confidence and control.

Unlike lightweight fleet-spec tractors built around fuel economy, the Titan platform was designed around strength:
• Heavy-duty chassis
• Reinforced frame construction
• 46,000 lb rear axles
• Differential lock
• Wet kit
• Dual exhaust
• Severe-duty driveline components

The air ride suspension provides a smoother ride and improved highway handling while still maintaining the rugged capability heavy-haul operators expect from a Titan.

Key Specifications:
• Mack MP10 16L Turbo Diesel
• 605 Horsepower
• Eaton-Fuller 18-Speed Manual
• Tandem Axle 6x4
• 46,000 lb Rear Axles
• 18,000 lb Front Axle
• Wet Kit
• Air Ride Suspension
• Differential Lock
• Dual Exhaust
• 444,390 Miles
• 17,201 Hours

Stock

The Mack Titan is one of the most respected severe-duty trucks ever produced — known for its brute strength, commanding presence, and ability to handle jobs most trucks were never designed to do.

Financing options available.

Call Al today at 720-287-8603 before this Titan goes to work for someone else.

Ask for Al or call 720-287-8603 direct…
05/27/2026

Ask for Al or call 720-287-8603 direct…

RARE LOW-MILE KENWORTH VAC TRUCK

2010 Kenworth T800 Sleeper Vac Truck For Sale

Extremely hard-to-find setup with ONLY 138K verified miles and just 1,020 engine hours. Built for demanding oilfield, industrial, and vacuum applications, this T800 is ready to go straight to work.

✔ 525 HP Cummins ISX
✔ Eaton-Fuller 18-Speed Manual
✔ 16,530 Liter Vacuum Tank
✔ Heated Tank System
✔ Full Vacuum Capability
✔ TC 407 Spec Tank
✔ Full Lockers
✔ Dana Spicer T69-170P Tridem
✔ 80,000 LB GVW
✔ 38” Flat Top Sleeper
✔ Dual Chrome Stacks
✔ Upgraded Interior

This truck was engineered for severe-duty performance and hazardous material hauling with the durability the Kenworth T800 is known for. Low-use vocational trucks like this rarely hit the market.

📞 Call 720-287-8630 if interested.

05/26/2026
2021 Kenworth T680 — Only $49,950Finding a clean, modern aero truck under $50k that still has the right specs, comfort, ...
05/26/2026

2021 Kenworth T680 — Only $49,950

Finding a clean, modern aero truck under $50k that still has the right specs, comfort, and presence is getting harder and harder — especially one like this.

This 2021 Kenworth T680 is powered by the fuel-efficient PACCAR MX-13 rated at 455 HP and paired with the PACCAR Endurant 12-speed automatic transmission for smooth shifting and comfortable long-haul driving.

With 485,000 verified miles, this truck was built for the driver who practically lives on the road — featuring a 76” raised roof sleeper, double bunk setup, refrigerator, cabinets, excellent A/C, and the kind of layout drivers actually appreciate after long days behind the wheel.

Specifications:
• 455 HP PACCAR MX-13
• PACCAR Endurant 12-Speed Automatic
• 2.79 Ratio
• Tandem Axle Air Ride
• 234” Wheelbase
• Aluminum Wheels
• Sliding 5th Wheel
• 200 Gallon Fuel Capacity
• 76” Raised Roof Sleeper
• Double Bunks
• Refrigerator
• DOT Ready
• Stock

At $49,950, this is the kind of truck that gives an owner-operator a chance to step into newer equipment without stepping into a massive payment.

Trucks this clean and this well-equipped in this price range don’t sit around long.

Call or text Al today:
720-287-8603

American Motors – Denver, CO

Address

Commerce City, CO

Alerts

Be the first to know and let us send you an email when All American Truck Source posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share