X

14GN-40 Big Tex Trailers Deckover/Gooseneck

8.5'x40' Big Tex Trailers 14GN-40 Deckover/Gooseneck



 

Standard Feature       

Axles   

2 - 7,000# Premium, with Quick-Lubricating Hubs

Brakes

Forward Self-Adjusting Electric Brakes on Both Axles

Suspension     

Multi-Leaf Slipper Spring w/ Equalizer

Coupler          

2-5/16” Demco EZ Latch Gooseneck Coupler

Safety Chains  

3/8" Grade 70 w/ Safety Latch Hook (2 ea)

Jack    

Dual 12,000# Drop Leg Jacks (Bolted on) w/Greasable Handle

Frame 

12" I-Beam, 14# (16# I-Beam for 28' and longer)

Cross-Members          

3" Channel

Floor   

Treated Pine Floor

Ramps

5’ Double Hinged Spring Assist Flip-Over Ramps, (STA Models Do Not Include Ramps)

Dovetail          

5' Cleated Dovetail (Standard on D5A Models)

Straight Deck

Stake Pockets 

Stake Pockets Along Both Sides, 24" O.C. (Quantity Varies by Length)

Trailer Plug     

7-Way RV

Lights  

Recessed, Grommet-Mounted L.E.D. Lighting

Wiring

Sealed, Modular Cold-Weather Wiring Harness

Tires   

ST235/80 R-16 Load Range E

Bolt Pattern    

8-Bolt

Spare Mount  

Top of Neck Spare Tire Mount

Spare Tire       

ST235/80 R-16 Load Range E (Included)`

Paint Type       

Professional Finish w/ Primer Standard

Paint Color     

Black

Rubrail

3/8” Heavy Duty Rub Rail on Both Sides

Break-Away Kit           

Complete Breakaway System w/ Zip™ Breakaway Cable and Charger

Storage           

Front Lockable Toolbox Uprights w/ Chain Holder

Pipe Chain Spools       

1-1/4” Pipe Chain Spools Between Stake Pockets Pockets

Steps & Handles         

(2) Side Bed Steps + Handles

Work Light      

Deck Work Light Package w/ Step Illumination

14GN-40 Big Tex Trailers Deckover/Gooseneck
Price: $14,105 On Sale! $13,699
Black - Deckover/Gooseneck
Location
Edgerton
979 County Hwy A
Edgerton, WI 53534
(608) 770-0999
Get a Quote
Specs
Stock Number: 430904
VIN: 16V3F4822T6430904
Condition: New
Year: 2026
Manufacturer: Big Tex Trailers
Model: 14GN-40
Length: 40'
Width: 8.5'
Height:
GVWR (lbs): 15,900
Weight (lbs): 7,190
Payload (lbs): 8,710
Features: Dovetail, Maxx / Mega Ramps, Tongue Box

Other Recommendations

// Function to set a cookie on the Message Box function setCookie(name, value, days) { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie = `${name}=${value}; expires=${date.toUTCString()}; path=/`; } // Function to get a cookie function getCookie(name) { const cookies = document.cookie.split('; '); for (let cookie of cookies) { const [key, value] = cookie.split('='); if (key === name) return value; } return null; } // Check if the cookie exists and hide the message box if it does document.addEventListener('DOMContentLoaded', () => { const messageBox = document.querySelector('.message-box'); const closeButton = document.querySelector('.mb-close'); if (getCookie('hideMessageBox')) { messageBox.style.display = 'none'; } // Set a cookie when the close button is clicked and hide the message box closeButton.addEventListener('click', () => { setCookie('hideMessageBox', 'true', 7); // Cookie expires in 7 days messageBox.style.display = 'none'; }); });