United States

2008 Mercedes-Benz S-Class Base Sedan 4-Door

Home » Cars for sale in USA » Mercedes-Benz » S-Class » 2008 Mercedes-benz S-Class for sale

2008 Mercedes-Benz S-Class Base Sedan 4-Door2008 Mercedes-Benz S-Class Base Sedan 4-Door2008 Mercedes-Benz S-Class Base Sedan 4-Door
Condition:Used
Year:2008
Mileage:69,500
Warranty:Vehicle does NOT have an existing warranty
Manufacturer:Mercedes-benz
Vehicle Title:Clear
Model:S-Class
Options:Sunroof
Power Options:Power Locks
Sub Model:P3 Pckg
Fuel Type:Gasoline
Exterior Color:Black
Interior Color:Black
Vehicle Inspection:Inspected (include details in your description)
Number of Cylinders:8
Trim:Base Sedan 4-Door
Transmission:Automatic
Engine:6.3L 6208CC V8 GAS DOHC Naturally Aspirated
Body Type:Sedan
Drive Type:RWD
:“LOW MILES, VERY CLEAN 9.5 OUT OT 10 ALL THE WAY ONLY 69K miles AND 135K PRICE TAG. BEST MONEY YOU CAN SPEND FOR THE LUXURY AND PERFORMACE. WILL NOT DISAPPOINT!!NO ACCIDENTS, TRUE TEXAS CAR THAT'S BEEN PAMPERED!!”
Price: US $31,435.00
Got questions? Ask here!
// Flash Player Version Detection Rev 1.6// Detect Client Browser type// Copyright(c) 2005-2006 Adobe Macromedia Software, LLC. All rights reserved.var isIE (navigator.appVersion.indexOf("MSIE") != -1) true false;var isWin (navigator.appVersion.toLowerCase().indexOf("win") != -1) true false;var isOpera (navigator.userAgent.indexOf("Opera") != -1) true false;function ControlVersion(){ var version; var axo; var e; // NOTE new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry try { // version will be set for 7.X or greater players axo new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7"); version axo.GetVariable("$version"); } catch (e) { } if (!version) { try { // version will be set for 6.X players only axo new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"); // installed player is some revision of 6.0 // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29, // so we have to be careful. // default to the first public version version "WIN 6,0,21,0"; // throws if AllowScripAccess does not exist (introduced in 6.0r47) axo.AllowScriptAccess "always"; // safe to call for 6.0r47 or greater version axo.GetVariable("$version"); } catch (e) { } } if (!version) { try { // version will be set for 4.X or 5.X player axo new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3"); version axo.GetVariable("$version"); } catch (e) { } } if (!version) { try { // version will be set for 3.X player axo new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3"); version "WIN 3,0,18,0"; } catch (e) { } } if (!version) { try { // version will be set for 2.X player axo new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); version "WIN 2,0,0,11"; } catch (e) { version -1; } } return version;}// JavaScript helper required to detect Flash Player PlugIn version informationfunction GetSwfVer(){ // NS/Opera version >= check for Flash plugin in plugin array var flashVer -1; if (navigator.plugins != null && navigator.plugins.length 0) { if (navigator.plugins["Shockwave Flash 2.0"]

navigator.plugins["Shockwave Flash"]) { var swVer2 navigator.plugins["Shockwave Flash 2.0"] 2.0" ""; var flashDescription navigator.plugins["Shockwave Flash" swVer2].description; var descArray flashDescription.split(" "); var tempArrayMajor descArray[2].split("."); var versionMajor tempArrayMajor[0]; var versionMinor tempArrayMajor[1]; var versionRevision descArray[3]; if (versionRevision == "") { versionRevision descArray[4]; } if (versionRevision[0] == "d") { versionRevision versionRevision.substring(1); } else if (versionRevision[0] == "r") { versionRevision versionRevision.substring(1); if (versionRevision.indexOf("d") 0) { versionRevision versionRevision.substring(0, versionRevision.indexOf("d")); } } var flashVer versionMajor "." versionMinor "." versionRevision; //alert("flashVer="+flashVer); } } // MSN/WebTV 2.6 supports Flash 4 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer 4; // WebTV 2.5 supports Flash 3 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer 3; // older WebTV supports Flash 2 else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer 2; else if isIE && isWin && !isOpera { flashVer ControlVersion(); } return flashVer;}// When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is availablefunction DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision){ versionStr GetSwfVer(); if (versionStr == -1 { return false; } else if (versionStr != 0) { if(isIE && isWin && !isOpera) { // Given "WIN 2,0,0,11" tempArray versionStr.split(" "); // ["WIN", "2,0,0,11"] tempString tempArray[1]; // "2,0,0,11" versionArray tempString.split(","); // ['2', '0', '0', '11'] } else { versionArray versionStr.split("."); } var versionMajor versionArray[0]; var versionMinor versionArray[1]; var versionRevision versionArray[2]; // is the major.revision >= requested major.revision AND the minor version >= requested minor if (versionMajor parseFloat(reqMajorVer)) { return true; } else if (versionMajor == parseFloat(reqMajorVer)) { if (versionMinor parseFloat(reqMinorVer)) return true; else if (versionMinor == parseFloat(reqMinorVer)) { if (versionRevision >= parseFloat(reqRevision)) return true; } } return false; }} /* GLOBAL CSS */ #outerContainer { background:#1A1A1A url(http://dealer.carad.com/static/images/dealer2/templates/boldvibrant/bgContainer.jpg) repeat-x center top; } #container { padding-top:8px; padding-bottom:10px; font-family: 'Trebuchet MS', Arial, Tahoma, Verdana; font-size: 12px; line-height: 1; text-align: left; } #container #wrapper { width:762px; margin:0 auto; padding-bottom:10px; background:#000; } #container #banner { border:1px solid #111; text-align:center; } #container .clear { clear:both; } /* NAV CSS */ #container #nav { background: url(http://dealer.carad.com/static/images/dealer2/templates/boldvibrant/bgNav.jpg) left bottom; height:50px; border-bottom:1px solid #111; margin:0 10px 0; } #container #nav ul { margin: 0; padding: 0; list-style: none; overflow: hidden; } #container #nav ul li { float: left; margin: 0; padding: 0; white-space: nowrap; } #container #nav ul li { float: left; display: block; width: 132px; line-height: 1.2em; padding: 10px; margin: 0; text-decoration: none !important; color: #666 !important; border: none; } #container #nav ul li a:link { color: #666 !important; } #container #nav ul li a:visited { color: #666 !important; } #container #nav ul li a:active { color: #666 !important; } #container #nav ul li strong { display: block; font-size: 12px; font-weight: bold; text-transform: uppercase; color: #FFF; } #container #nav li a:hover { background: url(http://dealer.carad.com/static/images/dealer2/templates/boldvibrant/bgNavOver.jpg) left bottom; } /* CONTENT CSS */ #container .contentWrapper .content { line-height:1.5; color:#FFF; padding:0 20px; margin:10px 10px 0; } #container .contentWrapper h3, #container .contentWrapper h4 { color:#FFF; font-weight:bold; background: url(http://dealer.carad.com/static/images/dealer2/templates/boldvibrant/bgHeadingRed.jpg) no-repeat; border:1px solid #111; margin: 0; border: 0; outline: 0; vertical-align: baseline; } #container .contentWrapper h3 { padding:8px 10px 50px; font-size:18px; } #container .contentWrapper h4 { padding:10px 10px 50px; font-size:14px; } #container .contentWrapper h5 { color:#E1342C; font-weight:bold; border-bottom:2px solid #111; margin: 25px 10px; width:95%; outline: 0; vertical-align: baseline; padding:0 4px 0; font-size:13px; } #container .contentWrapper iframe { width:400px; height:300px; float:left; border:1px solid #111; margin:10px; } #container .featuredImage { float:left; border:1px solid #111; margin:10px 10px 10px 15px; padding:0; width: 400px; } #container .contactRight { float:left; color:#333; margin:10px 10px; width:310px; height:250px; background: url(http://dealer.carad.com/static/images/dealer2/templates/boldvibrant/contactUs.jpg) no-repeat; text-align:center; } #container #contactLarge { background: url(http://dealer.carad.com/static/images/dealer2/templates/boldvibrant/contactUsLarge.jpg) no-repeat; height:300px; } #container .contactRight .info { margin: 55px 0; font-size:12px; padding:0; } #container .contactRight .highlight { color:#90211C; } #container .contactRight .info a:link, #container .contactRight .info a:visited, #container .contactRight .info a:active { color:#90211C !important; text-decoration:underline; } #container .contactRight .info a:hover { color:#90211C !important; text-decoration:none; } #container .contactRight .info li { list-style:none; margin-bottom:3px; } #container .contactRight .info li strong { font-size: 20px; } #container .contactRight .info .buffer margin-bottom:20px; } #container .featureList { margin: 10px 10px 30px; font-size:12px; padding:0; color:#FFF; } #container .featureList li { list-style:none; display:inline; margin-right:10px; } #container .highlightBox { padding:15px 15px 0; background:#222; border:1px solid #111; font-size:12px; font-weight:bold; margin:10px 0; width:308px; text-align:center; } #container .details { float:left; width: 100%; margin:10px 10px 0; padding-left:75px; color:#FFF; } #container .details ul { float:left; width:225px; margin:0; padding:0; } #container .details ul li { list-style:none; margin-bottom:5px; } #container .details li strong { color:#E1342C; } #container .featuresOptions table{ width:720px; padding:0px; margin:20px; border-collapse: collapse; } #container .featuresOptions table tr td{ background:#1A1A1A; padding:7px; width:50%; margin:0px; font-family: 'Trebuchet MS', Arial, Tahoma, Verdana; font-size: 12px; color:#FFF; vertical-align:top; } #container .featuresOptions table tr #column0{ border-right:solid 10px #000; } #container .featuresOptions table p{ padding:0 0px 5px 15px; background: url(http://dealer.carad.com/static/images/dealer2/templates/shared/disc.gif) no-repeat left top; margin:0px 10px; } #container .highlightBox a:link, #container .highlightBox a:visited, #container .highlightBox a:active { color:#E1342C !important; } #container .highlightBox a:hover { color:#666 !important; text-decoration:none; } #container .floatRight { float:right; margin:10px; } #container #photos { text-align: center; padding-top: 10px; padding-bottom: 5px; } #container #photos hr { border:0; height:1px; color:#E1342C; background-color:#E1342C; width: 80%; } #container .photo { width:640px; height:480px; border:1px solid #111; padding:0; margin:0 5px 0; } #container .photoThumbnail { border:1px solid #111; margin:2px 2px 2px 2px; } #container .caption { text-align:center; padding-bottom: 4px; color:#FFF; } #container .imagesThumbs { width:740px; margin:10px auto 20px auto; } #container .imagesThumbs .noBorder { border:none; } #container #seeOtherLink { text-align:right; margin: 10px 10px -10px 0px; } #container #seeOtherLink a:link, #container #seeOtherLink a:visited, #container #seeOtherLink a:active { color:#E1342C !important; text-decoration:underline; } #container #seeOtherLink a:hover { text-decoration:none; } /* DISCLAIMER */ #container #disclaimer { width:740px; text-align:center; color:#999; margin:20px auto; font-size:11px; line-height:18px; } /* SELF CLEARS */ #container .group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Map It */ #container .worldIcon{ margin:0px; padding:0px; height:18px; width:55px; background: url(http://dealer.carad.com/static/images/dealer2/templates/shared/worldIconSmall.png) no-repeat center; border:none; display:block; } #container .address{ padding:0px 0px 3px 0px; }DESCRIPTION vehicle overviewSPECIFICATIONS vehicle detailsPHOTO GALLERY vehicle imagesOTHER additional information #CARad .printIcon { background: url(http://dealer.carad.com/static/images/dealer2/templates/shared/printIcon.png) no-repeat; padding:0 20px; } PRINT this listing*VERY CLEAN* 2008 S63 AMG NIGHT VISION DYNAMIC SEATS 20INCH BLACK WHEELS 2009Texas eTrucks8625 SCHUMACHER LANEHOUSTON, TX 77063Call Us Today!(713) 409-9631Ask ForNima R.Ask Us QuestionYear: 2008Make: Mercedes-BenzModel: S-ClassVIN: WDDNG77X88A141634Stock Number: 04082015Mileage: 69500Transmission: AutomaticEngine: Cylinder, 6.3 LExterior Color: BlackInterior Color: BlackTitle: ClearVehicle DescriptionThe Mercedes-Benz S-Class is the flagship car of one of the world's most storied luxury automakers. Mercedes-Benz has now been manufacturing cars for more than 100 years, and the S-Class is what the company has arrived at. It offers state-of-the-art luxury interior, the handling and acceleration of sports car and prestige like almost nothing else.The  S-Class is the flagship luxury sedan from Mercedes Benz. It is its largest, highest-performance, most luxurious model. It is very powerful, its interior is opulent and it features every technology the automotive industry can imagine.The S-class has been redesigned for the 2007 model year and emerges as larger car with raft of safety features and new V-8 engine.The car is equipped with safety features that include Mercedes-Benz's Pre-Safe system, which can tighten the front seat belts, close the sunroof and side windows, and adjust passenger seats for optimal safety when collision is unavoidable. This vehicle is also equipped with an infrared night vision system that projects black-and-white video image of the road ahead onto display in the instrument cluster.ExteriorThe 2008 S-Class' exterior shape doesn't stray far from the previous generation's conservative look, but it does feature pronounced fender flares that resemble those of the automaker's recently redesigned M-Class sport utility vehicle. The door bump strips have been removed, leaving the sheet metal smooth and uncluttered, and the headlight assemblies are more angular than those of prior models. The sedan's trunklid calls to mind the BMW Series.The redesigned S-Class is larger than its predecessor. Exterior length is up 1.7 inches, it's almost an inch wider and its wheelbase is more than inches longer. The enlarged dimensions translate to more space for occupants and cargo.InteriorChrome and wood accents adorn the inside of the S-Class. As opposed to console-located gearshift, the driver selects Park, Drive and Reverse via stalk on the right side of the steering column. Drivers who wish to manually control the automatic transmission can do so with shift buttons located on the back of the steering wheel.The S-Class' new COMAND system features an 8-inch screen high on the center stack that can be operated via control knob on the center console. At first glance, it appears much like Audi's Multi Media Interface or BMW's iDrive. The stereo, navigation system and climate control system can also be operated with traditional buttons. This vehicle is also equipped with four-stage massaging seats!!Under the HoodNow, AMG, the German carmaker's in-house tuner division, turned that car into performance masterpiece. The 2008 Mercedes-Benz S63 AMG is big, fast European sedan, the kind of car that makes you feel you should be bombing through the Alps on urgent business in Switzerland. As we drove the car during our test, we found ourselves glancing in the rear-view mirror, looking for the diplomats, or spies, who we knew belonged in the capacious back seat.But the car wouldn't let us glance back for long, as there is too much to pay attention to out in front. The S63 doesn't go slow. On pleasant cruise down country road we were surprised to find that what seemed like 45 mph was actually 75 mph, and climbing toward 80. Then there are the electronics, from lovely navigation display to stereo system with brain-frying audio quality, which demanded our attention, as well. Oh, and did we mention the massage seats? Yes, the 2008 Mercedes-Benz S63 AMG gets everything, absolutely everything, thrown into it, making it almost perfect. Almost.PRICE AS TESTED: $142,245 (base price: $130,775)ENGINE TYPE: DOHC 32-valve V-8, aluminum block and heads, port fuel injection
Displacement: 379 cu in, 6208cc
Power (SAE net): 518 bhp 6800 rpm
Torque (SAE net): 465 lb-ft 5200 rpm
TRANSMISSION: 7-speed automatic with manumatic shiftingDIMENSIONS:
Wheelbase: 124.6 in Length: 205.0 in Width: 73.7 in Height: 58.0 in
Curb weight: 4910 lbC/D TEST RESULTS:
Zero to 60 mph: 4.0 sec
Zero to 100 mph: 10.8 sec
Zero to 150 mph: 27.3 sec
Street start, 5-60 mph: 4.9 sec
Standing ¼-mile: 12.0 sec 115 mph
Top speed (governor limited): 165 mph
Braking, 70-0 mph: 159 ft
Roadholding, 300-ft-dia skidpad: 0.88 gSafetyIn addition to Pre-Safe and infrared night vision, safety features include Distronic Plus adaptive cruise control and Brake Assist Plus. Brake Assist Plus works in conjunction with Distronic Plus radar signals and can increase brake pressure in order to avoid collision. Distronic Plus also includes front and rear radar park assist. About this car:Runs and drives perfect, as it was an off-lease. It has ipod conection in the glove box and Bluetooth with very clear sound. The car is in an EXCELLENT shape. Just look at pictures and judge for yourself. We have done full service and ful wax, clay bar, and buff. No swirl marks and it looks just amazing. And now here are some highlights: ·        6.2L V-8 Engine·        518hp 465 ponds/feet of torque·        DISTRONIC CRUISE CONTROL and ACTIVE COLLISION PREVENTION (BRAKES BY ITELF. AWESOME FEATURE)·        Suede and leather interior·        INFRARED NIGHT VISION·        4-STAGE MASSAGING SEATS·        NAVIGATION·        KEYLESS GO·        SUNROOF·        BLUETOOTH·        MP3 Player·        On-star·        Harman Kardon Audio System·        Driver Air Bag·        Passenger Air Bag·        Front Side Air Bag·        Front Head Air Bag·        Climate Control.        Heated and Air Condition Seats·        Security System·        AM/FM Stereo·        CD Player·        ABS·        Power Door Locks·        Power Driver Seat·        Power Passenger Seat·        Leather Seats·        Power Steering·        Adjustable Steering Wheel·        Traction Control·        20 inch Black AMG Aluminum Wheels·        Power Windows·        M/T·        Engine Immobilizer·        All lights work, gauges…etc work great.·        Horn, turn signals everything works as it should·        67,786 milesI have personally driven the car and put 6k miles on it. No stories, we are AMG enthusiasts and only buy them when they are well kept and have all the options and the right look. Please call NIMA at 713-409-9631 your eBay manager for the best price and say you saw it on eBay. Our vehicles are listed on 40+ websites and do not last. VEHICLE HISTORY:
Rare S63 Black on Black AMG Model!
Exceptionally Clean Inside and Out!
Spotless Vehicle History Reports
-AutoCheck Guaranteed-
-CARFAX Guaranteed-
-No Previously Reported Accident History-CALL 713-409-9631 NIMA R. YOUR EBAY MANAGER FOR THE BEST PRICE AND SAY YOU SAW IT ON EBAY!
 Features OptionsAM/FM StereoAir BagAir conditioningCD CHANGERCD playerCruise controlMoonroofPower SteeringPower locksPower seatsPower windowsSunroof

Also published at eBay.com

Comments and questions to the seller:

Menu