Auto Body Repair Chehalis WA | Expert Collision Services | Five Star Auto Body Lewis County * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #374151; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Navigation */ .navbar { position: fixed; top: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); border-bottom: 1px solid #f97316; z-index: 1000; padding: 0.25rem 0; backdrop-filter: blur(10px); } .nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .nav-logo { display: flex; align-items: center; text-decoration: none; } .nav-logo img { height: 80px; width: auto; transition: transform 0.3s ease; } .nav-logo:hover img { transform: scale(1.05); } .nav-menu { display: flex; list-style: none; gap: 2rem; margin: 0; position: relative; } .nav-item { position: relative; } .dropdown { position: relative; } .dropdown-content { position: absolute; top: 100%; left: 0; background: white; min-width: 280px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); border-radius: 12px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 1001; margin-top: 0.5rem; border: 1px solid rgba(249, 115, 22, 0.1); } .dropdown:hover .dropdown-content { opacity: 1; visibility: visible; transform: translateY(0); } .dropdown-content a { display: block; padding: 1rem 1.5rem; color: #374151; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: all 0.3s ease; border-radius: 8px; margin: 0.3rem; } .dropdown-content a:hover { background: linear-gradient(45deg, #f97316, #ea580c); color: white; transform: translateX(5px); } .nav-link { color: #374151; text-decoration: none; font-weight: 500; padding: 0.5rem 0; transition: color 0.3s ease; } .nav-link:hover { color: #f97316; } .nav-cta { background: #f97316; color: white; padding: 0.5rem 1rem; border-radius: 25px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; } .nav-cta:hover { background: #ea580c; transform: translateY(-2px); } .mobile-menu-btn { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #374151; padding: 0.5rem; } .dropdown-toggle::after { content: ' ▼'; font-size: 0.8rem; margin-left: 0.5rem; transition: transform 0.3s ease; } .dropdown-toggle.active::after { transform: rotate(180deg); } /* Hero Section */ .hero { background: linear-gradient(135deg, #f97316 0%, #ea580c 30%, #2563eb 70%, #1d4ed8 100%); color: white; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; padding: 120px 20px 40px; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,'); opacity: 0.3; } .hero .container { position: relative; z-index: 2; max-width: 1000px; } .hero h1 { font-size: 3.2rem; font-weight: bold; margin-bottom: 1.5rem; line-height: 1.1; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .hero-subtitle { font-size: 1.3rem; margin-bottom: 2.5rem; opacity: 0.95; line-height: 1.5; max-width: 800px; margin-left: auto; margin-right: auto; } .hero-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 3rem; max-width: 800px; margin-left: auto; margin-right: auto; } .hero-feature { background: rgba(255,255,255,0.15); padding: 2rem; border-radius: 20px; backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.2); transition: all 0.3s ease; min-height: 160px; display: flex; flex-direction: column; justify-content: center; } .hero-feature:hover { transform: translateY(-5px); background: rgba(255,255,255,0.2); } .hero-feature h3 { font-size: 1.2rem; margin-bottom: 0.8rem; color: #fed7aa; font-weight: 600; line-height: 1.3; } .hero-feature p { font-size: 0.95rem; opacity: 0.9; line-height: 1.4; } .hero-cta-group { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; } .hero-cta { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.2); color: white; padding: 1rem 2rem; text-decoration: none; border-radius: 50px; font-weight: 600; font-size: 1rem; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); backdrop-filter: blur(20px); border: 2px solid rgba(255,255,255,0.3); box-shadow: 0 8px 32px rgba(0,0,0,0.1); } .hero-cta:hover { background: rgba(255,255,255,0.3); transform: translateY(-3px) scale(1.05); box-shadow: 0 15px 40px rgba(0,0,0,0.2); } .hero-cta.primary { background: rgba(255,255,255,0.9); color: #2563eb; } .hero-cta.primary:hover { background: white; color: #1d4ed8; } /* Sections */ .section { padding: 80px 0; } .section-title { text-align: center; font-size: 2.5rem; font-weight: bold; margin-bottom: 1rem; color: #2563eb; } .section-subtitle { text-align: center; font-size: 1.1rem; color: #6b7280; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto; } /* Services Section */ .services { background: white; } .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; max-width: 1200px; margin: 0 auto; } .service-card { background: linear-gradient(145deg, #ffffff, #f8fafc); padding: 2.5rem; border-radius: 25px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border: 1px solid rgba(249, 115, 22, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; } .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #f97316, #2563eb, #f97316); transform: translateX(-100%); transition: transform 0.6s ease; } .service-card:hover::before { transform: translateX(0); } .service-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 30px 80px rgba(0,0,0,0.15); border-color: rgba(249, 115, 22, 0.3); } .service-card h3 { font-size: 1.4rem; color: #2563eb; margin-bottom: 1.2rem; font-weight: 600; line-height: 1.3; } .service-card p { color: #6b7280; line-height: 1.7; margin-bottom: 1.5rem; font-size: 1rem; flex-grow: 1; } .service-link { color: #f97316; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; margin-top: auto; } .service-link:hover { color: #2563eb; transform: translateX(5px); } /* Service Areas Section */ .service-areas { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: white; } .service-areas .section-title { color: #ffffff; } .service-areas .section-subtitle { color: #e0e7ff; } .areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; max-width: 1000px; margin: 0 auto; } .area-item { text-align: center; padding: 2.5rem; background: rgba(255,255,255,0.1); border-radius: 20px; backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.2); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; min-height: 220px; display: flex; flex-direction: column; justify-content: center; } .area-item:hover { transform: translateY(-8px) scale(1.02); background: rgba(255,255,255,0.15); box-shadow: 0 20px 50px rgba(0,0,0,0.2); } .area-item h3 { margin-bottom: 1rem; font-size: 1.3rem; font-weight: 600; line-height: 1.3; } .area-item p { font-size: 1rem; line-height: 1.6; margin-bottom: 1rem; } .area-link { color: #fed7aa; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; justify-content: center; } .area-link:hover { color: white; transform: translateX(5px); } /* Process Section */ .process { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } .process-step { background: white; padding: 2.5rem; border-radius: 20px; text-align: center; box-shadow: 0 15px 40px rgba(0,0,0,0.06); border: 1px solid rgba(249, 115, 22, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; min-height: 320px; display: flex; flex-direction: column; justify-content: center; } .process-step::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #f97316, #2563eb); transform: translateX(-100%); transition: transform 0.6s ease; } .process-step:hover::before { transform: translateX(0); } .process-step:hover { transform: translateY(-10px) scale(1.03); box-shadow: 0 25px 60px rgba(0,0,0,0.12); } .step-number { width: 70px; height: 70px; background: linear-gradient(45deg, #f97316, #ea580c); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: bold; margin: 0 auto 1.5rem; box-shadow: 0 8px 20px rgba(249, 115, 22, 0.3); } .process-step h3 { font-size: 1.3rem; color: #2563eb; margin-bottom: 1.2rem; font-weight: 600; line-height: 1.3; } .process-step p { color: #6b7280; line-height: 1.6; font-size: 1rem; } /* Why Choose Section */ .why-choose { background: white; } .why-choose-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; max-width: 1000px; margin: 0 auto; } .why-choose-item { padding: 2.5rem; background: linear-gradient(145deg, #f8fafc, #e2e8f0); border-radius: 20px; border-left: 5px solid #f97316; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; } .why-choose-item::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.05), transparent); transition: left 0.8s ease; } .why-choose-item:hover::before { left: 100%; } .why-choose-item:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-left-color: #2563eb; } .why-choose-item h3 { font-size: 1.4rem; font-weight: 600; color: #2563eb; margin-bottom: 1.2rem; line-height: 1.3; } .why-choose-item p { color: #6b7280; line-height: 1.6; font-size: 1rem; margin-bottom: 1.5rem; flex-grow: 1; } .why-choose-link { color: #f97316; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; margin-top: auto; } .why-choose-link:hover { color: #2563eb; transform: translateX(5px); } /* Location Details Section */ .location-details { background: linear-gradient(135d, #f8fafc 0%, #e2e8f0 100%); } .location-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; } .location-info h3 { font-size: 1.8rem; color: #2563eb; margin-bottom: 1.5rem; font-weight: 600; } .location-info p { color: #6b7280; line-height: 1.7; margin-bottom: 1.5rem; font-size: 1rem; } .contact-details { background: white; padding: 2rem; border-radius: 15px; margin-bottom: 1.5rem; box-shadow: 0 10px 30px rgba(0,0,0,0.05); } .contact-details h4 { color: #2563eb; margin-bottom: 1rem; font-size: 1.2rem; } .contact-details p { margin-bottom: 0.5rem; color: #374151; } .contact-details a { color: #f97316; text-decoration: none; font-weight: 500; } .contact-details a:hover { color: #ea580c; } .location-cta { display: inline-block; background: linear-gradient(45deg, #f97316, #ea580c); color: white; padding: 1rem 2rem; border-radius: 30px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 8px 20px rgba(249, 115, 22, 0.3); } .location-cta:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 15px 30px rgba(249, 115, 22, 0.4); } .map-container { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.1); min-height: 400px; background: linear-gradient(45deg, #f97316, #2563eb); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem; font-weight: 600; text-align: center; } /* Contact Section */ .contact { background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #2563eb 100%); color: white; } .contact .section-title { color: #ffffff; } .contact .section-subtitle { color: #fed7aa; } .contact-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center; } .contact-item { padding: 2.5rem; background: rgba(255,255,255,0.1); border-radius: 20px; backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.2); transition: all 0.3s ease; min-height: 220px; display: flex; flex-direction: column; justify-content: center; } .contact-item:hover { transform: translateY(-5px); background: rgba(255,255,255,0.15); } .contact-item h3 { margin-bottom: 1.2rem; font-size: 1.3rem; font-weight: 600; } .contact-item p { line-height: 1.6; font-size: 1rem; } .contact-item a { color: white; text-decoration: none; font-weight: 600; transition: all 0.3s ease; } .contact-item a:hover { color: #fed7aa; } /* Footer */ .footer { background: #374151; color: white; padding: 3rem 0 2rem; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .footer-section h3 { color: #f97316; margin-bottom: 1.5rem; font-size: 1.2rem; font-weight: 600; } .footer-section ul { list-style: none; } .footer-section li { margin-bottom: 0.8rem; } .footer-section a { color: white; text-decoration: none; opacity: 0.8; transition: all 0.3s ease; font-size: 0.95rem; } .footer-section a:hover { color: #f97316; opacity: 1; transform: translateX(3px); } .footer-bottom { border-top: 1px solid #6b7280; padding-top: 2rem; text-align: center; opacity: 0.7; font-size: 0.9rem; } /* Mobile Responsive Design */ @media (max-width: 768px) { .mobile-menu-btn { display: block; } .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; padding: 1rem 0; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border-top: 1px solid #e5e7eb; } .nav-menu.active { display: flex; } .nav-link { display: block; padding: 1rem 1.5rem; border-bottom: 1px solid #f3f4f6; } .dropdown-content { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: #f8fafc; margin: 0; border-radius: 0; border: none; border-top: 1px solid #e5e7eb; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .dropdown.active .dropdown-content { max-height: 400px; } .hero { min-height: 100vh; padding: 100px 15px 30px; } .hero h1 { font-size: 2.2rem; margin-bottom: 1rem; } .hero-subtitle { font-size: 1.1rem; margin-bottom: 2rem; } .hero-features { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem; } .hero-feature { padding: 1.5rem; min-height: auto; } .hero-cta-group { flex-direction: column; gap: 1rem; } .hero-cta { padding: 0.8rem 1.5rem; font-size: 0.95rem; } .section { padding: 50px 0; } .section-title { font-size: 1.8rem; margin-bottom: 1rem; } .section-subtitle { font-size: 1rem; margin-bottom: 2rem; } .services-grid { grid-template-columns: 1fr; gap: 1.5rem; } .service-card { padding: 1.5rem; min-height: auto; } .areas-grid { grid-template-columns: 1fr; gap: 1.5rem; } .area-item { padding: 1.5rem; min-height: auto; } .process-grid { grid-template-columns: 1fr; gap: 1.5rem; } .process-step { padding: 1.5rem; min-height: auto; } .why-choose-grid { grid-template-columns: 1fr; gap: 1.5rem; } .why-choose-item { padding: 1.5rem; min-height: auto; } .location-content { grid-template-columns: 1fr; gap: 2rem; } .contact-content { grid-template-columns: 1fr; gap: 1.5rem; } .contact-item { padding: 1.5rem; min-height: auto; } .footer-content { grid-template-columns: 1fr; gap: 2rem; } } @media (max-width: 480px) { .hero h1 { font-size: 1.8rem; } .hero-subtitle { font-size: 1rem; } .hero-cta { padding: 0.7rem 1.2rem; font-size: 0.9rem; } .section-title { font-size: 1.5rem; } .service-card { padding: 1.2rem; } .process-step { padding: 1.2rem; } .why-choose-item { padding: 1.2rem; } }
Five Star Auto Body
  • About
  • Services
    Auto Body Repair Collision Repair
  • Locations
    Vancouver WA Longview WA Chehalis WA
  • Gallery
  • Reviews
  • Contact

Auto Body Repair Chehalis WA

Professional auto body repair and collision services at 55 N Market Boulevard, serving Chehalis, Centralia, and all of Lewis County with expert technicians and guaranteed quality

Fast Turnaround Times

Most auto body repairs completed in 3-5 business days with transparent timeline estimates and regular progress updates for Chehalis area customers

Insurance Claims Support

We handle all insurance paperwork and work directly with your provider to ensure proper coverage for collision repairs in Chehalis WA

Expert Chehalis Auto Body Services

Professional collision repair, dent removal, and paint restoration serving Lewis County with certified technicians and state-of-the-art equipment

(360) 748-8344 - Free Estimate Visit Our Shop

Chehalis WA Auto Body Repair Services

Comprehensive collision repair and auto body services for all vehicle makes and models in Chehalis, Centralia, and Lewis County with manufacturer certifications and expert technicians

Collision Repair Chehalis WA

Expert collision repair services for accident damage, structural repairs, and frame straightening. Our certified technicians use manufacturer-approved methods to restore your vehicle to pre-accident condition with precision and quality guaranteed. We specialize in collision repair for all vehicle makes and models serving Chehalis and surrounding Lewis County areas.

Chehalis Collision Repair →

Auto Body Repair Chehalis Washington

Professional auto body repair including dent removal, panel replacement, rust repair, and comprehensive bodywork services. Our experienced team handles everything from minor dings to major body damage with attention to detail and quality craftsmanship that meets manufacturer standards for Chehalis area vehicles.

Auto Body Services →

Paint Restoration Chehalis WA

Advanced paint matching and restoration services using computerized color matching technology for perfect finish results. We provide complete paint jobs, touch-ups, and custom color work with professional-grade automotive paint systems that ensure durability and show-quality results for Chehalis customers.

View Our Work →

Dent Repair Lewis County

Professional dent repair and removal services for hail damage, door dings, and minor collision damage. Our skilled technicians use both traditional and paintless dent repair techniques to restore your vehicle's appearance efficiently and cost-effectively while maintaining your vehicle's original finish quality.

Get Quote →

Insurance Claims Chehalis WA

Full insurance claims assistance and support for collision repairs in Chehalis and Lewis County. We work directly with all major insurance companies, handle paperwork, and ensure you receive proper coverage for your auto body repairs with transparent communication throughout the claims process.

Claims Help →

Free Auto Body Estimates

Comprehensive free estimates for all auto body and collision repair services in Chehalis WA. Our certified technicians provide detailed damage assessments, transparent pricing, and accurate timeline estimates with no obligation. Visit our N Market Boulevard location or call for your free estimate today.

Call for Estimate →

Serving Chehalis & Lewis County Auto Repair Needs

Convenient Chehalis location providing expert auto body repair services to residents throughout Lewis County with professional results and customer satisfaction guaranteed

Chehalis Washington Auto Body

Our 55 N Market Boulevard location serves as the premier auto body repair destination for Chehalis residents with full-service collision repair, paint restoration, and bodywork capabilities using state-of-the-art equipment and certified technicians with years of experience in auto body restoration.

Chehalis Services →

Centralia Auto Body Services

Convenient access for Centralia residents seeking professional auto body repair and collision services with just a short drive to our Chehalis facility. We provide the same high-quality service and manufacturer certifications for all Centralia area customers with competitive pricing and fast turnaround times.

Centralia Access →

Lewis County Collision Repair

Comprehensive collision repair services for all of Lewis County including Winlock, Morton, Napavine, and surrounding communities. Our certified technicians provide expert auto body repair with manufacturer-approved methods and quality guarantees for customers throughout the Lewis County region.

County Coverage →

Our Chehalis Auto Body Repair Process

Streamlined collision repair process with transparent communication and quality guarantees for all Chehalis WA auto body repair customers

1

Free Damage Assessment Chehalis

Comprehensive damage inspection and accurate repair estimate at our Chehalis location on N Market Boulevard. Our certified technicians assess all collision damage and provide transparent pricing with detailed explanations of required repairs and timeline estimates for your vehicle restoration.

2

Professional Auto Body Repair

Expert repair work using manufacturer-approved techniques and OEM parts when required. Our experienced technicians perform collision repair, bodywork, and paint restoration with attention to detail and quality control to ensure your vehicle meets original safety and appearance standards.

3

Quality Inspection & Delivery

Final quality inspection and customer walkthrough before vehicle delivery. We guarantee our workmanship and provide warranties on all collision repairs completed at our Chehalis auto body shop with follow-up support to ensure complete customer satisfaction.

Why Choose Five Star Auto Body Chehalis

Trusted auto body repair shop serving Chehalis and Lewis County with professional results and customer satisfaction guaranteed

Certified Technicians & Quality

Our Chehalis auto body shop employs only certified journeymen technicians with years of experience in collision repair and auto body restoration. We maintain manufacturer certifications and use state-of-the-art equipment to ensure quality results that meet or exceed industry standards for all repairs completed at our Lewis County facility.

Learn More →

Convenient Chehalis Location

Easily accessible location at 55 N Market Boulevard in Chehalis WA with ample parking and convenient hours Monday through Friday. We serve customers throughout Lewis County with professional auto body repair services and competitive pricing for collision repair and restoration work.

Visit Us →

Insurance Claims Expertise

Extensive experience working with all major insurance companies for collision repair claims in Chehalis and Lewis County. We handle all paperwork and ensure you receive proper coverage for your auto body repairs with transparent communication throughout the insurance claims process.

Get Help →

Fast Turnaround Times

Most auto body repairs completed within 3-5 business days with accurate timeline estimates provided upfront. We understand the inconvenience of being without your vehicle and work efficiently to complete collision repairs quickly while maintaining our high quality standards for Chehalis customers throughout Lewis County.

Call Today →

Visit Our Chehalis Auto Body Shop

Conveniently located on N Market Boulevard serving Chehalis, Centralia, and all of Lewis County with professional auto body repair services

Five Star Auto Body - Chehalis WA

Our Chehalis Washington location provides comprehensive auto body repair and collision services to Lewis County residents. Located on N Market Boulevard, we're easily accessible from Chehalis, Centralia, Winlock, Morton, Napavine, and surrounding communities.

As part of the Five Star Auto Body network, our Chehalis facility maintains the highest standards of quality and customer service. Our certified technicians specialize in all vehicle makes and models, providing professional auto body repair with manufacturer certifications and quality guarantees.

Location Information

Address: 55 N Market Boulevard, Chehalis, WA 98532

Phone: (360) 748-8344

Email: info@fivestarvancouver.com

Hours: Monday - Friday: 7:30 AM - 5:30 PM, Saturday & Sunday: Closed

Services: Auto Body Repair, Collision Repair, Paint Restoration, Dent Repair, Insurance Claims

Areas Served: Chehalis, Centralia, Lewis County, Winlock, Morton, Napavine

Full Location Details

Google Maps Integration

55 N Market Boulevard
Chehalis, WA 98532

Interactive map will be embedded here

Contact Chehalis Auto Body Repair

Get your free estimate for auto body repair and collision services in Chehalis WA - professional results guaranteed

Call for Free Estimate

(360) 748-8344
Fast response guaranteed
Professional damage assessment

Visit Our Chehalis Shop

55 N Market Boulevard
Chehalis, WA 98532
Monday - Friday: 7:30 AM - 5:30 PM

Email & Online

info@fivestarvancouver.com
Send photos for quick estimates
Fast online response

Chehalis Services

  • Auto Body Repair
  • Collision Repair
  • Auto Body Chehalis
  • Collision Chehalis
  • Paint Restoration
  • Free Estimates

Other Locations

  • Vancouver WA
  • Longview WA
  • Columbia Street
  • NE 68th Street
  • Commerce Avenue
  • N Market Boulevard

Company Info

  • About Five Star Auto Body
  • Customer Reviews
  • Careers
  • Auto Body Blog
  • Project Gallery
  • Contact Us

Contact Chehalis

  • Phone: (360) 748-8344
  • Address: 55 N Market Blvd
  • Chehalis, WA 98532
  • Email: info@fivestarvancouver.com
  • Hours: Mon-Fri 7:30 AM - 5:30 PM

© 2024 Five Star Auto Body - Chehalis WA. All rights reserved.

Auto Body Repair Chehalis WA | Collision Repair Lewis County | Professional Auto Body Services