{"product_id":"2025-ram-3500-tradesman-chassis-regular-cab-4x4-ata-service-truck","title":"2025 Ram 3500 Tradesman Chassis Regular Cab 4x4 - ATA Service Truck","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@600;700;800\u0026family=Barlow:wght@400;500;600\u0026display=swap');\n\n  :root {\n    --navy: #1b1f6e;\n    --red: #c8102e;\n    --dark: #111111;\n    --mid: #2a2a2a;\n    --light-grey: #f5f5f5;\n    --border: #e0e0e0;\n    --white: #ffffff;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .ata-wrap {\n    font-family: 'Barlow', sans-serif;\n    color: var(--dark);\n    background: var(--white);\n    padding: 0;\n  }\n\n  .availability-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--red);\n    color: #fff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 6px 14px;\n    margin-bottom: 16px;\n  }\n\n  .availability-badge::before {\n    content: '';\n    width: 8px;\n    height: 8px;\n    background: #fff;\n    border-radius: 50%;\n    animation: pulse 1.5s infinite;\n  }\n\n  @keyframes pulse {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.4; }\n  }\n\n  .product-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 36px;\n    font-weight: 800;\n    color: var(--navy);\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 6px;\n  }\n\n  .product-subtitle {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--red);\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 28px;\n  }\n\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    margin-bottom: 32px;\n    border: 2px solid var(--navy);\n  }\n\n  .spec-item {\n    background: var(--white);\n    padding: 14px 16px;\n    border-right: 2px solid var(--navy);\n  }\n\n  .spec-item:nth-child(3n) { border-right: none; }\n  .spec-item:nth-child(n+4) { border-top: 2px solid var(--navy); }\n\n  .spec-label {\n    font-size: 10px;\n    font-weight: 700;\n    color: var(--red);\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 4px;\n  }\n\n  .spec-value {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--navy);\n    line-height: 1.2;\n  }\n\n  .spec-note {\n    font-size: 10px;\n    color: #666;\n    margin-top: 2px;\n    font-weight: 500;\n  }\n\n  .intro-block {\n    border-left: 4px solid var(--red);\n    padding: 16px 20px;\n    background: var(--white);\n    margin-bottom: 32px;\n  }\n\n  .intro-block p {\n    font-size: 15px;\n    line-height: 1.7;\n    color: var(--mid);\n    font-weight: 500;\n  }\n\n  .feature-section {\n    margin-bottom: 28px;\n  }\n\n  .feature-section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--navy);\n    border-bottom: 3px solid var(--red);\n    padding-bottom: 8px;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .feature-section-title span.tag {\n    font-size: 11px;\n    background: var(--navy);\n    color: #fff;\n    padding: 3px 8px;\n    letter-spacing: 1px;\n    font-weight: 700;\n  }\n\n  .feature-list {\n    list-style: none;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px 24px;\n  }\n\n  .feature-list li {\n    font-size: 14px;\n    color: var(--mid);\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    line-height: 1.4;\n  }\n\n  .feature-list li::before {\n    content: '';\n    width: 6px;\n    height: 6px;\n    min-width: 6px;\n    background: var(--red);\n    transform: rotate(45deg);\n  }\n\n  .feature-list.single {\n    grid-template-columns: 1fr;\n  }\n\n  .warranty-banner {\n    background: var(--navy);\n    color: #fff;\n    padding: 20px 24px;\n    margin-bottom: 28px;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n  }\n\n  .warranty-icon {\n    font-size: 32px;\n    min-width: 40px;\n    text-align: center;\n  }\n\n  .warranty-text h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 4px;\n    color: #fff !important;\n  }\n\n  .warranty-text p {\n    font-size: 13px;\n    opacity: 0.85;\n    font-weight: 500;\n    line-height: 1.5;\n  }\n\n  .cta-block {\n    background: var(--red);\n    color: #fff;\n    padding: 20px 24px;\n    margin-bottom: 24px;\n    text-align: center;\n  }\n\n  .cta-block p {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  .cta-block span {\n    display: block;\n    font-family: 'Barlow', sans-serif;\n    font-size: 13px;\n    font-weight: 500;\n    opacity: 0.9;\n    margin-top: 4px;\n    letter-spacing: 0;\n    text-transform: none;\n  }\n\n  .disclaimer {\n    background: var(--white);\n    border: 1px solid var(--border);\n    padding: 14px 18px;\n    font-size: 11px;\n    color: #888;\n    line-height: 1.6;\n    font-weight: 400;\n  }\n\n  .disclaimer strong {\n    color: #555;\n    font-weight: 600;\n  }\n\n  @media (max-width: 600px) {\n    .specs-grid { grid-template-columns: repeat(2, 1fr); }\n    .specs-grid .spec-item:nth-child(2n) { border-right: none; }\n    .specs-grid .spec-item:nth-child(n+3) { border-top: 2px solid var(--navy); }\n    .specs-grid .spec-item:nth-child(3n) { border-right: 2px solid var(--navy); }\n    .feature-list { grid-template-columns: 1fr; }\n    .product-title { font-size: 26px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ata-wrap\"\u003e\n\u003cdiv class=\"availability-badge\"\u003eAvailable Now\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003e2025 RAM 3500 Tradesman\u003c\/h1\u003e\n\u003ch1 class=\"product-title\"\u003e4x4 Regular Cab Chassis - ATA SERVICE TRUCK\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eAustralia Complied \u0026amp; Right-Hand Drive Conversion — Bright White\u003c\/p\u003e\n\u003c!-- SPECS GRID --\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eGVM\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e5,443 kg\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003eAs per manufacturer specification\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003eUpgradable to 5,800 kg \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eGCM\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e12,474 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eKerb Weight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2,806 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMax Payload\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2,637 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eTowing\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e4,500 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eEngine\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e6.7L Cummins Turbo Diesel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"intro-block\"\u003e\n\u003cp\u003eBuilt for those who need a true work platform, the 2026 RAM 3500 Tradesman 4x4 Regular Cab Chassis is the ultimate base for service bodies, tippers, flat decks and commercial upfits. Powered by the legendary \u003cstrong\u003e6.7L Cummins Turbo Diesel I-6\u003c\/strong\u003e mated to the \u003cstrong\u003e8-speed TorqueFlite automatic\u003c\/strong\u003e — complete with factory-fitted \u003cstrong\u003ePower Take-Off (PTO)\u003c\/strong\u003e capability — this chassis is purpose-built to handle the demands of Australian trades and industry. With a massive \u003cstrong\u003e2,637 kg payload capacity\u003c\/strong\u003e, 4,500 kg towing and a 196.8 L fuel tank, it keeps working as long as you do. Finished in Bright White and ready for your service body fitment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CHASSIS CAPABILITY --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003eChassis \u003cspan class=\"tag\"\u003eCapability\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eGVM: 5,443 kg\u003c\/li\u003e\n\u003cli\u003eMaximum payload capacity: 2,637 kg\u003c\/li\u003e\n\u003cli\u003eGCM: 12,474 kg\u003c\/li\u003e\n\u003cli\u003eTowing capacity: 4,500 kg\u003c\/li\u003e\n\u003cli\u003eCab-to-axle: 1,524 mm\u003c\/li\u003e\n\u003cli\u003eCab-to-end of frame: 2,847 mm\u003c\/li\u003e\n\u003cli\u003eFront axle rating: 2,721 kg\u003c\/li\u003e\n\u003cli\u003eRear axle rating: 3,084 kg\u003c\/li\u003e\n\u003cli\u003eFactory Power Take-Off (PTO) — right and left\u003c\/li\u003e\n\u003cli\u003eTransfer case PTO provision\u003c\/li\u003e\n\u003cli\u003e196.8 L fuel tank — extended range for remote work\u003c\/li\u003e\n\u003cli\u003eMulti-link front \/ leaf spring rear suspension\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- POWERTRAIN --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003ePowertrain \u003cspan class=\"tag\"\u003e\u0026amp; Drivetrain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e6.7L Cummins Turbo Diesel I-6 — 269 kW \/ 1,085 Nm\u003c\/li\u003e\n\u003cli\u003e8-speed TorqueFlite automatic transmission\u003c\/li\u003e\n\u003cli\u003eFour wheel drive — electronic transfer case\u003c\/li\u003e\n\u003cli\u003e3.42 rear axle ratio\u003c\/li\u003e\n\u003cli\u003eTransfer case skid plate shield\u003c\/li\u003e\n\u003cli\u003eSmart diesel exhaust brake\u003c\/li\u003e\n\u003cli\u003eDual 730 amp maintenance-free batteries\u003c\/li\u003e\n\u003cli\u003e220 amp alternator\u003c\/li\u003e\n\u003cli\u003eSelective Catalytic Reduction (urea)\u003c\/li\u003e\n\u003cli\u003eB20 bio-diesel compatible\u003c\/li\u003e\n\u003cli\u003eSupplemental heater\u003c\/li\u003e\n\u003cli\u003e4-wheel disc brakes with ABS\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- EXTERIOR --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003eTradesman \u003cspan class=\"tag\"\u003eExterior\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eBright White exterior paint\u003c\/li\u003e\n\u003cli\u003eMethod Race Wheels\u003c\/li\u003e\n\u003cli\u003eBlack heated power-fold telescopic tow mirrors\u003c\/li\u003e\n\u003cli\u003ePower convex auxiliary exterior mirrors\u003c\/li\u003e\n\u003cli\u003eMirror running lights and turn signals\u003c\/li\u003e\n\u003cli\u003eBlack wheel flares\u003c\/li\u003e\n\u003cli\u003eGround clearance: 221 mm\u003c\/li\u003e\n\u003cli\u003eTuff Australia Bull Bar\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- INTERIOR \u0026 TECHNOLOGY --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003eInterior \u003cspan class=\"tag\"\u003e\u0026amp; Technology\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e3-seat regular cab — Black cloth 40\/20\/40 bench seat\u003c\/li\u003e\n\u003cli\u003eUconnect 5 Nav — 305 mm (12\") touchscreen\u003c\/li\u003e\n\u003cli\u003eGPS navigation\u003c\/li\u003e\n\u003cli\u003eAlexa Built-In voice assistant\u003c\/li\u003e\n\u003cli\u003eDual zone automatic climate control\u003c\/li\u003e\n\u003cli\u003eRemote start system\u003c\/li\u003e\n\u003cli\u003e400-watt inverter\u003c\/li\u003e\n\u003cli\u003e115V auxiliary power outlet\u003c\/li\u003e\n\u003cli\u003eDigital rearview mirror\u003c\/li\u003e\n\u003cli\u003eTinted acoustic windscreen\u003c\/li\u003e\n\u003cli\u003eRemote keyless entry\u003c\/li\u003e\n\u003cli\u003eSpeed sensitive power locks\u003c\/li\u003e\n\u003cli\u003ePower front windows\u003c\/li\u003e\n\u003cli\u003ePower 2-way driver lumbar adjust\u003c\/li\u003e\n\u003cli\u003eTrailer brake control with trailer light check\u003c\/li\u003e\n\u003cli\u003eOff-road information pages\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- AMVE SERVICE BODY --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003eAMVE SERVICE BODY \u003cspan class=\"tag\"\u003eROPS Tray \u0026amp; Canopy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list single\"\u003e\n\u003cli\u003ePurpose-built by \u003cstrong\u003eAllsafe Mine Vehicle Equipment (AMVE)\u003c\/strong\u003e — engineered and certified specifically for the RAM 3500 Regular Cab chassis\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull ROPS and FOPS certification\u003c\/strong\u003e — Roll Over Protection Structure and Falling Object Protection Structure compliant for mine site and heavy industry operations\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRam Single Cab Dual Hoop Steel ROPS Tray\u003c\/strong\u003e — tray length 2,851 mm, overall body 2,929 mm, internal width 1,800 mm, canopy height 1,145 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnder-body roller drawer\u003c\/strong\u003e — 2,100 mm full-width heavy duty sliding storage accessed from the rear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom Minespec Toolbox — Driver Side:\u003c\/strong\u003e 1,500L x 652D x 1,030H mm lockable side-access storage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom Minespec Toolbox — Passenger Side:\u003c\/strong\u003e 1,500L x 652D x 1,030H mm lockable side-access storage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFront toolbox — Driver Side:\u003c\/strong\u003e RAM 3500 S\/Cab ROPS toolbox with tie rail mount\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFront toolbox — Passenger Side:\u003c\/strong\u003e RAM 3500 S\/Cab ROPS toolbox with tie rail mount and integrated water filler point\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRear toolbox — Driver Side:\u003c\/strong\u003e RAM 3500 S\/Cab ROPS toolbox with tie rail mount\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRear toolbox — Passenger Side:\u003c\/strong\u003e RAM 3500 S\/Cab ROPS toolbox with tie rail mount and integrated fuel filler point\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnder-tray stainless steel water tank:\u003c\/strong\u003e 600 x 700 x 170 mm — plumbed to passenger side water filler\u003c\/li\u003e\n\u003cli\u003eFlashing warning lights and full reflective tape as pictured — mine site ready\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- WARRANTY --\u003e\n\u003cdiv class=\"warranty-banner\"\u003e\n\u003cdiv class=\"warranty-icon\"\u003e🛡\u003c\/div\u003e\n\u003cdiv class=\"warranty-text\"\u003e\n\u003ch4\u003e5-Year Unlimited Kilometre Warranty\u003c\/h4\u003e\n\u003cp\u003eProfessionally converted to Right-Hand Drive and fully ADR compliant for Australian registration. Comprehensive warranty package includes 24-hour roadside assistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cp\u003eEnquire Today — Available Now \u003cspan\u003eReady for your service body, tipper, flat deck or custom upfit — the RAM 3500 Chassis is Australia's most capable commercial truck platform.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DISCLAIMER --\u003e\n\u003cdiv class=\"disclaimer\"\u003e\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e Photos displayed are for reference purposes only and may not represent the exact vehicle available. Specifications, features, and colours may vary. All prices exclude on-road costs including registration, transfer fees, stamp duty, and any other government or statutory charges unless otherwise stated. All weights, measurements and towing figures displayed are approximate only and are based on manufacturer data. These figures may vary depending on vehicle configuration, options fitted, and operating conditions. It is the customer's sole responsibility to conduct their own independent research and seek appropriate professional advice to verify all specifications, weights, and ratings prior to purchase. American Trucks Australia accepts no liability for any reliance placed on the figures displayed.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"American Trucks Australia","offers":[{"title":"Default Title","offer_id":53211191443821,"sku":null,"price":265000.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0904\/9479\/6141\/files\/A7400204.jpg?v=1775798937","url":"https:\/\/www.atashop.com.au\/products\/2025-ram-3500-tradesman-chassis-regular-cab-4x4-ata-service-truck","provider":"American Trucks Australia","version":"1.0","type":"link"}