<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kia Review</title>
	<atom:link href="http://kiareview.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kiareview.com</link>
	<description>Just another Indiana Kia Sites site</description>
	<lastBuildDate>Fri, 23 Dec 2011 16:52:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	
<!--script type="text/javascript" src="http://www.indianakia.com/wp-content/plugins/inventory/js/shadowbox/shadowbox.js"></script>
<link rel='stylesheet'  href='http://www.indianakia.com/wp-content/plugins/inventory/js/shadowbox/shadowbox.css' type='text/css' media='all'-->

<!--script type="text/javascript">

$(document).ready(function() {
//window.onload = function() {
//
//    // open a welcome message as soon as the window loads
//    Shadowbox.open({
//        content: 'http://www.indianakia.com/'
//
//    });
//};

});

</script-->
<script type="text/javascript">

       function clearText(thefield) {
                if (thefield.defaultValue == thefield.value)
                    thefield.value = ""
            }
            function resetText(thefield) {
                if ("" == thefield.value)
                    thefield.value = thefield.defaultValue
        }
        var jv = jQuery.noConflict();
        jv(document).ready(function() {
            //alert("yes");
           jv('#submit_forms').click(function() {
               //alert("yes");
                //alert("teksmnd");
               // e.preventDefault();
                //var error = false;
                var interest = jv('#dis_carinterest5').val();
                var fname    = jv('#names5').val();
                var lname    = jv('#lastnames5').val();
                var email    = jv('#email5s').val();
                var zipcode  = jv('#zips5').val();
                //alert(interest);
                if(interest.length == 0){

                    //alert("yes");
                }
           });
            jv('#submit_form').click(function(e) {
                //alert("teksmnd");
               // e.preventDefault();
                //var error = false;
               // var interest = jv('#dis_carinterest5').val();
               // var fname    = jv('#name5').val();
               // var lname    = jv('#lastname5').val();
              //  var email    = jv('#email5').val();
              //  var zipcode  = jv('#zip5').val();
//                alert(lname);
//                alert(email);
//                alert(zipcode);
                if(interest.length == 0){

                    alert("Select Interested In Field");
                    jv("#dis_carinterest5").focus();
                    return false;
                }
                if(fname.length == 0 || fname == "First Name*") {
                    alert("Enter The First Name");
                    jv("#name5").focus();
                    return false;
                }
                if(lname.length == 0 || lname == "Last Name*") {
                    alert("Enter The Last Name");
                    jv("#lastname5").focus();
                    return false;
                }
                if(email.length == 0 || email == "Email*") {
                    alert("Enter The Email Id");
                    jv("#email5").focus();
                    return false;
                }
                if(zipcode.length == 0 || zipcode == "ZipCode*") {
                    alert("Enter The Zip Code");
                    jv("#zip5").focus();
                    return false;
                }

//                 if(email.length == 0 || email.indexOf('@') == '-1'){
//                     var error = true;
//                     $('#email_error').fadeIn(500);
//                 }else{
//                     $('#email_error').fadeOut(500);
//                 }
//                 if(subject.length == 0){
//                     var error = true;
//                     $('#subject_error').fadeIn(500);
//                 }else{
//                     $('#subject_error').fadeOut(500);
//                 }
//                 if(message.length == 0){
//                     var error = true;
//                     $('#message_error').fadeIn(500);
//                 }else{
//                     $('#message_error').fadeOut(500);
//                 }

         });
        });
////                 
</script>

        

         <div  id="none" class="kia_form">
            <div id="kia_tot">
                <span id="email_form">
                    Email Us a Question
                </span>
                <form id="form5" name="form5" method="post" action="http://www.kiastore.com/blog_form.php?url=kiareview.com">
                    <select name="dis_carinterest5" id="dis_carinterest5">
                                                    <option value=""> Interested In*</option>
                                                        <option value="used car less than $10k"> Used Car less than $10k</option>
                                                        <option value="used car less than $15k"> Used Car less than $15k</option>
                                                        <option value="used car less than $20k"> Used Car less than $20k</option>
                                                        <option value="used car less than $25k"> Used Car less than $25k</option>
                                                        <option value="used car greater than $25k"> Used Car greater than $25k</option>
                                                        <option value="sedona"> Sedona</option>
                                                        <option value="sorento"> Sorento</option>
                                                        <option value="sportage"> Sportage</option>
                                                        <option value="optima"> Optima</option>
                                                        <option value="soul"> Soul</option>
                                                        <option value="forte"> Forte</option>
                                                        <option value="forte-koup"> ForteKoup</option>
                                                        <option value="rio"> Rio</option>
                                                        <option value="Service"> Service</option>
                                                        <option value="Other"> Other</option>
                                                    </select>

                    <input type="text" name="name5" id="name5"  value="First Name*" onfocus="clearText(this)" onblur="resetText(this)" />
                    <input type="text" name="lastname5" id="lastname5" value="Last Name*" onfocus="clearText(this)" onblur="resetText(this)" />
                    <input type="text" name="email5"  id="email5" value="Email*"   onfocus="clearText(this)" onblur="resetText(this)" />
                    <input type="text" name="zipcode5" id="zip5"  value="ZipCode*" onfocus="clearText(this)" onblur="resetText(this)" />
                    <textarea rows="5" cols="40" type="text" name="comments5" id="comments5" value="Comment" onfocus="clearText(this)" onblur="resetText(this)">comment</textarea>
                    <!--input type="text" name="comments5" id="comments5" value="Comment*"  style="width:172px;margin:0 auto;height:67px;" onfocus="clearText(this)" onblur="resetText(this)" /-->
                    <input type="submit" name="sendmail" id="submit_form" value=""/>
                </form>
            </div>
        </div>
	<item>
		<title>Boston Globe: 2012 Kia Optima &#8220;First Class&#8221;</title>
		<link>http://kiareview.com/blog/2011/12/23/boston-globe-2012-kia-optima-first-class/</link>
		<comments>http://kiareview.com/blog/2011/12/23/boston-globe-2012-kia-optima-first-class/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 16:50:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kia Optima]]></category>
		<category><![CDATA[Louisville Cars]]></category>
		<category><![CDATA[Louisville KY Cars]]></category>
		<category><![CDATA[2012 Cars]]></category>
		<category><![CDATA[2012 Kia Optima]]></category>
		<category><![CDATA[Car Review]]></category>
		<category><![CDATA[Car Reviews]]></category>
		<category><![CDATA[louisville cars]]></category>
		<category><![CDATA[New Cars]]></category>

		<guid isPermaLink="false">http://kiareview.com/blog/2011/12/23/boston-globe-2012-kia-optima-first-class/</guid>
		<description><![CDATA[<p><a title="Top Drives for 2012" href="http://www.boston.com/cars/gallery/globe_top_drives_for_2012?pg=7" target="_blank">The Boston Globe</a> recently came out with a list of the <em>Top Drives for 2012</em>. The roster included a wide variety of ten cars, trucks, wagons and SUVs (and one &#8220;Dreamer&#8217;s Bonus&#8221;) spanning from the Range Rover Evoque to the BMW X3 and the Acura TSX Sport Wagon. Among the honorees included the <a title="2012 Kia Optima" href="http://www.kiastore.com/kia-optima.php" target="_blank">2012 Kia Optima</a>. Here&#8217;s what The Boston Globe&#8217;s reviewers said about the newly re-designed mid-size sedan:</p>
<p><em><strong>Kia Optima<br />
Price: $</strong><strong>21,750</strong><strong> </strong></em><br />
<em>200-hp I-4/206-hp hybrid/274-hp turbo I-4, 6-speed auto, FWD, EPA 24/35 (standard trim)</em></p>
<p><em>During the NBA Slam Dunk Contest in February, Los Angeles Clippers star rookie <a title="Blake Griffin Car Dunk" href="http://www.youtube.com/watch?feature=player_detailpage&amp;v=41EFwuBqEUA" target="_blank">Blake Griffin</a> jumped over the Kia Optima to complete a dunk. For the rest of the year, it was the Optima doing the jumping over its competition. Sales increased three-fold through the first 11 months of 2011 compared to the same period in 2010.</em></p>
<p><em>The Optima has achieved a metamorphosis from “unremarkable” to a first-class, five-passenger, mid-sized sedan. In this total redesign Kia has given the Optima, like all its vehicles, a sportier image than its Korean cousin and corporate sibling Hyundai. Even though the Optima shares a platform and engines with the critically acclaimed Hyundai Sonata, the exterior design, suspension tuning, and interior treatment are significantly different.  The interior is surprisingly spacious. In addition, our test car got a gold star for having a heated steering wheel as an unexpected accoutrement.</em></p>
<p><em>We thought the midlevel Optima was just fine though we liked the turbo version as well. It’s also available as a hybrid.</em></p>
<p>The list of the best cars of 2012 (accompanied with their price) according to the Boston Globe is (in no particular order):</p>
<ol>
<li>Audi A7 ($60,125)</li>
<li>Range Rover Evoque ($43,995)</li>
<li>Acura TSX Sport Wagon ($32,045)</li>
<li>Jeep Wrangler ($22,845)</li>
<li>Ford Focus ($17,295)</li>
<li>Kia Optima ($21,750)</li>
<li>Ford F-150 EcoBoost ($26,185)</li>
<li>Subaru Impreza ($18,580)</li>
<li>Fiat 500 ($15,500)</li>
<li>BMW X3 ($38,775)</li>
<li>Jaguar XKR-S ($132,000)</li>
</ol>
<p><span style="font-size: small;"><span style="line-height: 24px;">For your viewing pleasure&#8230;<br />
</span></span><span style="line-height: 24px; font-size: small;">here&#8217;s the video of Blake Griffin dunking over the all-new Kia Optima:<br />
<a href="http://www.youtube.com/watch?v=41EFwuBqEUA">http://www.youtube.com/watch?v=41EFwuBqEUA</a> </span></p>
<div style="width:630px;">
            <div style="height: auto;float:left;width:210px;">
                </div>

    ]]></description>
			<content:encoded><![CDATA[<p><a title="Top Drives for 2012" href="http://www.boston.com/cars/gallery/globe_top_drives_for_2012?pg=7" target="_blank">The Boston Globe</a> recently came out with a list of the <em>Top Drives for 2012</em>. The roster included a wide variety of ten cars, trucks, wagons and SUVs (and one &#8220;Dreamer&#8217;s Bonus&#8221;) spanning from the Range Rover Evoque to the BMW X3 and the Acura TSX Sport Wagon. Among the honorees included the <a title="2012 Kia Optima" href="http://www.kiastore.com/kia-optima.php" target="_blank">2012 Kia Optima</a>. Here&#8217;s what The Boston Globe&#8217;s reviewers said about the newly re-designed mid-size sedan:</p>
<p><em><strong>Kia Optima<br />
Price: $</strong><strong>21,750</strong><strong> </strong></em><br />
<em>200-hp I-4/206-hp hybrid/274-hp turbo I-4, 6-speed auto, FWD, EPA 24/35 (standard trim)</em></p>
<p><em>During the NBA Slam Dunk Contest in February, Los Angeles Clippers star rookie <a title="Blake Griffin Car Dunk" href="http://www.youtube.com/watch?feature=player_detailpage&amp;v=41EFwuBqEUA" target="_blank">Blake Griffin</a> jumped over the Kia Optima to complete a dunk. For the rest of the year, it was the Optima doing the jumping over its competition. Sales increased three-fold through the first 11 months of 2011 compared to the same period in 2010.</em></p>
<p><em>The Optima has achieved a metamorphosis from “unremarkable” to a first-class, five-passenger, mid-sized sedan. In this total redesign Kia has given the Optima, like all its vehicles, a sportier image than its Korean cousin and corporate sibling Hyundai. Even though the Optima shares a platform and engines with the critically acclaimed Hyundai Sonata, the exterior design, suspension tuning, and interior treatment are significantly different.  The interior is surprisingly spacious. In addition, our test car got a gold star for having a heated steering wheel as an unexpected accoutrement.</em></p>
<p><em>We thought the midlevel Optima was just fine though we liked the turbo version as well. It’s also available as a hybrid.</em></p>
<p>The list of the best cars of 2012 (accompanied with their price) according to the Boston Globe is (in no particular order):</p>
<ol>
<li>Audi A7 ($60,125)</li>
<li>Range Rover Evoque ($43,995)</li>
<li>Acura TSX Sport Wagon ($32,045)</li>
<li>Jeep Wrangler ($22,845)</li>
<li>Ford Focus ($17,295)</li>
<li>Kia Optima ($21,750)</li>
<li>Ford F-150 EcoBoost ($26,185)</li>
<li>Subaru Impreza ($18,580)</li>
<li>Fiat 500 ($15,500)</li>
<li>BMW X3 ($38,775)</li>
<li>Jaguar XKR-S ($132,000)</li>
</ol>
<p><span style="font-size: small;"><span style="line-height: 24px;">For your viewing pleasure&#8230;<br />
</span></span><span style="line-height: 24px; font-size: small;">here&#8217;s the video of Blake Griffin dunking over the all-new Kia Optima:<br />
<a href="http://www.youtube.com/watch?v=41EFwuBqEUA">http://www.youtube.com/watch?v=41EFwuBqEUA</a> </span></p>
<div style="width:630px;">
            <div style="height: auto;float:left;width:210px;">
                </div>

    ]]></content:encoded>
			<wfw:commentRss>http://kiareview.com/blog/2011/12/23/boston-globe-2012-kia-optima-first-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 Kia Optima &#124; Louisville Cars</title>
		<link>http://kiareview.com/blog/2011/12/20/2011-kia-optima-louisville-cars/</link>
		<comments>http://kiareview.com/blog/2011/12/20/2011-kia-optima-louisville-cars/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 19:16:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kia Optima]]></category>
		<category><![CDATA[Louisville Cars]]></category>
		<category><![CDATA[Louisville KY Cars]]></category>
		<category><![CDATA[2011 Kia OPtima]]></category>
		<category><![CDATA[louisville cars]]></category>
		<category><![CDATA[Louisville New Cars]]></category>

		<guid isPermaLink="false">http://kiareview.com/blog/2011/12/20/2011-kia-optima-louisville-cars/</guid>
		<description><![CDATA[<p>Older models of the <a title="Kia Optima" href="http://en.wikipedia.org/wiki/Kia_Optima" target="_blank">Kia Optima</a> performed well and offered <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">Louisville car</a> buyers an affordable and safe mid-size sedan option with a great warranty; however, some said they lacked in terms of aesthetic appeal or luxury. The <a title="2011 Kia Optima - CarConnection.com" href="http://www.thecarconnection.com/overview/kia_optima_2011" target="_blank">2011 Kia Optima</a> was completely redesigned to silence those critics.</p>
<p>If you are looking for a <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">new car in Louisville</a>, the 2011 Kia Optima now offers buyers a hard to beat mixture of great looks, safety, performance, and a great warranty at an affordable price for buyers.</p>
<p><strong>Standard 2011 Kia Optima Features</strong></p>
<ul>
<li>Bluetooth phone connectivity</li>
<li>Driving wheel audio control panel</li>
<li>Cooled glove box</li>
<li>iPod/USB audio connectivity</li>
<li>16-inch steel wheels (17- and 18-inch steel wheels are available)</li>
<li>Six airbags</li>
<li>Electronic stability control</li>
<li>Four-wheel antilock disc brakes</li>
<li>Stability and traction control</li>
<li>Side curtain airbags</li>
<li>Side airbags</li>
<li>Hill start assist</li>
</ul>
<p><strong>Optional 2011 Kia Optima Features</strong></p>
<ul>
<li>Infinity audio system</li>
<li>Rear camera</li>
<li>Heated and cooled seats</li>
<li>Touch-screen navigation</li>
<li>Panoramic sunroof</li>
<li>Turbo-charged 2.0-liter four-cylinder engine</li>
</ul>
<p><strong>2011 Kia Optima Safety Rating</strong></p>
<p>The 2011 Kia Optima received a five-star rating (best available) for overall safety performance, including a five stars rating for frontal and side-impact crash tests.</p>
<p>The Insurance Institute for Highway Safety awarded the 2011 Kia Optima with a &#8220;Good&#8221; rating (best available) for frontal-offset and side-impact crash test performances.</p>
<p>In Edmunds brake testing, the Optima EX stopped in 121 feet after going at 60 miles per hour &#8212; a good performance.</p>
<p><strong>2011 Kia Optima Professional Reviews</strong></p>
<p>Here are what some of the world&#8217;s most well-respected car review sites are saying about the 2011 Kia Optima:<br />
<em><br />
&#8220;&#8230;Thanks to an extreme makeover, the 2011 Kia Optima has emerged from its anonymous cocoon to be a striking butterfly of a family sedan. With sleek styling, substantial power and plenty of value, the latest Optima is an instant standout among its many rival</em>s.&#8221;<br />
<a title="Edmunds.com" href="http://www.edmunds.com" target="_blank">Edmunds.com</a> (<a title="2011 Kia Optima Review" href="http://www.edmunds.com/kia/optima/2011/#fullreview" target="_blank">Read the full review here</a>)</p>
<p><em>&#8220;Today, the redesigned 2011 Kia Optima boasts sharp styling, competent driving dynamics and a cabin that leapfrogs other family sedans — and could stay in the lead for years to come.&#8221;</em></p>
<p><em>&#8220;Extravagant amenities, smart styling and, in all likelihood, good value stand to lift the car&#8230; The Optima&#8217;s slice [of the family mid-size sedan market] is poised to get bigger, and deservedly so.&#8221;<br />
<a title="Cars.com" href="http://www.cars.com" target="_blank">Cars.com</a> (<a title="2011 Kia Optima Cars.com review" href="http://www.cars.com/kia/optima/2011/expert-reviews/?revid=56660" target="_blank">read the full review here</a>) </em></p>
<p><em>&#8220;The 2011 Kia Optima is as all-new as it gets, offering sharper interior and exterior styling, new engine options (including a turbocharged variant) and new tech-savvy features&#8221;</em></p>
<p><em>&#8220;The 2011 Kia Optima backs up its standout styling with driving dynamics and an equipment list that outclass most of its competitors&#8217;. And price is still a strong suit.&#8221;</em></p>
<p><em>&#8220;Feature for feature, the Optima offers more for the money than competitors like the Honda Accord, Toyota Camry and Ford Fusion.&#8221;<br />
<a title="Kelly Blue Book" href="http://www.kbb.com" target="_blank">KBB.com</a> (<a title="2011 Kia Optima Kelly Blue Book" href="http://www.kbb.com/kia/optima/2011-kia-optima-expert_car_reviews/?intent=buy-new&amp;category=sedan" target="_blank">read the full review here</a>) </em></p>
<p><em>The 2011 Kia Optima can be found at a number of car dealerships in and around Louisville, KY. You can schedule a test drive by visiting their sites (below):</em></p>
<ul>
<li><em><a title="Kia Optima Louisville, KY" href="www.kiastore.com/kia-optima.php" target="_blank">2011 Kia Optima: Preston Highway Louisville, KY</a></em></li>
<li><em><a title="Kia Optima Louisville, KY" href="http://www.kiastoreeast.com/kia-optima.php" target="_blank">2011 Kia Optima: Shelbyville Road Louisville, KY</a></em></li>
<li><em><a title="Kia Optima Elizabethtown, KY" href="http://www.kiastoreetown.com/kia-optima.php" target="_blank">2011 Kia Optima: North Dixie Highway Elizabethtown, KY</a></em></li>
<li><em><a title="Kia Optima Clarksville, IN" href="http://www.kiastoreclarksville.com/kia-optima.php" target="_blank">2011 Kia Optima: Lewis and Clark Parkway Clarksville, IN</a></em></li>
</ul>
<div style="width:630px;">
            <div style="height: auto;float:left;width:210px;">
                        <div style="float:left;width:210px;height:0px;">
            <a style="text-decoration:underline;" href="http://kiastoreeast.com/used-cars-louisville/E9589A">
                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sorento&nbsp;Louisville, KY</div>
            </a>
        </div>
        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
            <a style="text-decoration:underline;"href="http://kiastoreeast.com/used-cars-louisville/E9589A">
                <image src='http://www.kiastore.com/public/inventory/thumbnail/E9589A-1.jpg' alt='Used 2011 Kia Sorento'></a></div>
        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=E9589A&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-louisville%2F2011%26cname%3DKia%26s_no%3DE9589A%26price%3D22900%26cloth%3DKia%26ma%3DKia%26mod%3DSorento%26mil%3D30786%26img%3DE9589A-1.jpg%26col%3D%26nbsp%3B%26store%3Danniston%26type%3DUsed%26payprice%3D+%26new_engine%3D4' target='_blank' >Used Kia Sorento pdf</a></div>
        <div style="display:none;"><input type="hidden" class="hid_vid" value="E9589A"/><input class="vid_btn" type="button" value="view video"></div>
    </div>
                    <div style="height: auto;float:left;width:210px;">
                        <div style="float:left;width:210px;height:0px;">
            <a style="text-decoration:underline;" href="http://kiastoreclarksville.com/used-cars-louisville/5125">
                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Scion xB&nbsp;Clarksville, IN</div>
            </a>
        </div>
        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
            <a style="text-decoration:underline;"href="http://kiastoreclarksville.com/used-cars-louisville/5125">
                <image src='http://www.kiastore.com/public/inventory/thumbnail/5125-1.jpg' alt='Used 2009 Scion xB'></a></div>
        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=5125&URL=http%3A%2F%2Fkiastoreclarksville.com%2Fused-cars-louisville%2F2009%26cname%3DScion%26s_no%3D5125%26price%3D12900%26cloth%3DScion%26ma%3DScion%26mod%3DxB%26mil%3D55532%26img%3D5125-1.jpg%26col%3DGray%26store%3Dclark%26type%3DUsed%26payprice%3D%3Cspan+class%3Dtext_white_small%3E%24%3C%2Fspan%3E149%3Cspan+class%3Dtext_white_small%3E%2Fmo%3C%2Fspan%3E+%26new_engine%3D4' target='_blank' >Used Scion xB pdf</a></div>
        <div style="display:none;"><input type="hidden" class="hid_vid" value="5125"/><input class="vid_btn" type="button" value="view video"></div>
    </div>
                    <div style="height: auto;float:left;width:210px;">
                        <div style="float:left;width:210px;height:0px;">
            <a style="text-decoration:underline;" href="http://kiastoreclarksville.com/used-cars-louisville/5138">
                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Chevrolet Suburban&nbsp;Clarksville, IN</div>
            </a>
        </div>
        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
            <a style="text-decoration:underline;"href="http://kiastoreclarksville.com/used-cars-louisville/5138">
                <image src='http://www.kiastore.com/public/inventory/thumbnail/5138-1.jpg' alt='Used 2008 Chevrolet Suburban'></a></div>
        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=5138&URL=http%3A%2F%2Fkiastoreclarksville.com%2Fused-cars-louisville%2F2008%26cname%3DChevrolet%26s_no%3D5138%26price%3D32900%26cloth%3DChevrolet%26ma%3DChevrolet%26mod%3DSuburban%26mil%3D56540%26img%3D5138-1.jpg%26col%3DGray%26store%3Dclark%26type%3DUsed%26payprice%3D%3Cspan+class%3Dtext_white_small%3E%24%3C%2Fspan%3E451%3Cspan+class%3Dtext_white_small%3E%2Fmo%3C%2Fspan%3E+%26new_engine%3D8' target='_blank' >Used Chevrolet Suburban pdf</a></div>
        <div style="display:none;"><input type="hidden" class="hid_vid" value="5138"/><input class="vid_btn" type="button" value="view video"></div>
    </div>
                    <div style="height: auto;float:left;width:210px;">
                        <div style="float:left;width:210px;height:0px;">
            <a style="text-decoration:underline;" href="http://kiastoreclarksville.com/used-cars-louisville/5158">
                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Honda Civic Sdn&nbsp;Clarksville, IN</div>
            </a>
        </div>
        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
            <a style="text-decoration:underline;"href="http://kiastoreclarksville.com/used-cars-louisville/5158">
                <image src='http://www.kiastore.com/public/inventory/thumbnail/5158-1.jpg' alt='Used 2010 Honda Civic Sdn'></a></div>
        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=5158&URL=http%3A%2F%2Fkiastoreclarksville.com%2Fused-cars-louisville%2F2010%26cname%3DHonda%26s_no%3D5158%26price%3D18900%26cloth%3DHonda%26ma%3DHonda%26mod%3DCivic+Sdn%26mil%3D28133%26img%3D5158-1.jpg%26col%3DSilver%26store%3Dclark%26type%3DUsed%26payprice%3D%3Cspan+class%3Dtext_white_small%3E%24%3C%2Fspan%3E240%3Cspan+class%3Dtext_white_small%3E%2Fmo%3C%2Fspan%3E+%26new_engine%3D4' target='_blank' >Used Honda Civic Sdn pdf</a></div>
        <div style="display:none;"><input type="hidden" class="hid_vid" value="5158"/><input class="vid_btn" type="button" value="view video"></div>
    </div>
                </div>

    ]]></description>
			<content:encoded><![CDATA[<p>Older models of the <a title="Kia Optima" href="http://en.wikipedia.org/wiki/Kia_Optima" target="_blank">Kia Optima</a> performed well and offered <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">Louisville car</a> buyers an affordable and safe mid-size sedan option with a great warranty; however, some said they lacked in terms of aesthetic appeal or luxury. The <a title="2011 Kia Optima - CarConnection.com" href="http://www.thecarconnection.com/overview/kia_optima_2011" target="_blank">2011 Kia Optima</a> was completely redesigned to silence those critics.</p>
<p>If you are looking for a <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">new car in Louisville</a>, the 2011 Kia Optima now offers buyers a hard to beat mixture of great looks, safety, performance, and a great warranty at an affordable price for buyers.</p>
<p><strong>Standard 2011 Kia Optima Features</strong></p>
<ul>
<li>Bluetooth phone connectivity</li>
<li>Driving wheel audio control panel</li>
<li>Cooled glove box</li>
<li>iPod/USB audio connectivity</li>
<li>16-inch steel wheels (17- and 18-inch steel wheels are available)</li>
<li>Six airbags</li>
<li>Electronic stability control</li>
<li>Four-wheel antilock disc brakes</li>
<li>Stability and traction control</li>
<li>Side curtain airbags</li>
<li>Side airbags</li>
<li>Hill start assist</li>
</ul>
<p><strong>Optional 2011 Kia Optima Features</strong></p>
<ul>
<li>Infinity audio system</li>
<li>Rear camera</li>
<li>Heated and cooled seats</li>
<li>Touch-screen navigation</li>
<li>Panoramic sunroof</li>
<li>Turbo-charged 2.0-liter four-cylinder engine</li>
</ul>
<p><strong>2011 Kia Optima Safety Rating</strong></p>
<p>The 2011 Kia Optima received a five-star rating (best available) for overall safety performance, including a five stars rating for frontal and side-impact crash tests.</p>
<p>The Insurance Institute for Highway Safety awarded the 2011 Kia Optima with a &#8220;Good&#8221; rating (best available) for frontal-offset and side-impact crash test performances.</p>
<p>In Edmunds brake testing, the Optima EX stopped in 121 feet after going at 60 miles per hour &#8212; a good performance.</p>
<p><strong>2011 Kia Optima Professional Reviews</strong></p>
<p>Here are what some of the world&#8217;s most well-respected car review sites are saying about the 2011 Kia Optima:<br />
<em><br />
&#8220;&#8230;Thanks to an extreme makeover, the 2011 Kia Optima has emerged from its anonymous cocoon to be a striking butterfly of a family sedan. With sleek styling, substantial power and plenty of value, the latest Optima is an instant standout among its many rival</em>s.&#8221;<br />
<a title="Edmunds.com" href="http://www.edmunds.com" target="_blank">Edmunds.com</a> (<a title="2011 Kia Optima Review" href="http://www.edmunds.com/kia/optima/2011/#fullreview" target="_blank">Read the full review here</a>)</p>
<p><em>&#8220;Today, the redesigned 2011 Kia Optima boasts sharp styling, competent driving dynamics and a cabin that leapfrogs other family sedans — and could stay in the lead for years to come.&#8221;</em></p>
<p><em>&#8220;Extravagant amenities, smart styling and, in all likelihood, good value stand to lift the car&#8230; The Optima&#8217;s slice [of the family mid-size sedan market] is poised to get bigger, and deservedly so.&#8221;<br />
<a title="Cars.com" href="http://www.cars.com" target="_blank">Cars.com</a> (<a title="2011 Kia Optima Cars.com review" href="http://www.cars.com/kia/optima/2011/expert-reviews/?revid=56660" target="_blank">read the full review here</a>) </em></p>
<p><em>&#8220;The 2011 Kia Optima is as all-new as it gets, offering sharper interior and exterior styling, new engine options (including a turbocharged variant) and new tech-savvy features&#8221;</em></p>
<p><em>&#8220;The 2011 Kia Optima backs up its standout styling with driving dynamics and an equipment list that outclass most of its competitors&#8217;. And price is still a strong suit.&#8221;</em></p>
<p><em>&#8220;Feature for feature, the Optima offers more for the money than competitors like the Honda Accord, Toyota Camry and Ford Fusion.&#8221;<br />
<a title="Kelly Blue Book" href="http://www.kbb.com" target="_blank">KBB.com</a> (<a title="2011 Kia Optima Kelly Blue Book" href="http://www.kbb.com/kia/optima/2011-kia-optima-expert_car_reviews/?intent=buy-new&amp;category=sedan" target="_blank">read the full review here</a>) </em></p>
<p><em>The 2011 Kia Optima can be found at a number of car dealerships in and around Louisville, KY. You can schedule a test drive by visiting their sites (below):</em></p>
<ul>
<li><em><a title="Kia Optima Louisville, KY" href="www.kiastore.com/kia-optima.php" target="_blank">2011 Kia Optima: Preston Highway Louisville, KY</a></em></li>
<li><em><a title="Kia Optima Louisville, KY" href="http://www.kiastoreeast.com/kia-optima.php" target="_blank">2011 Kia Optima: Shelbyville Road Louisville, KY</a></em></li>
<li><em><a title="Kia Optima Elizabethtown, KY" href="http://www.kiastoreetown.com/kia-optima.php" target="_blank">2011 Kia Optima: North Dixie Highway Elizabethtown, KY</a></em></li>
<li><em><a title="Kia Optima Clarksville, IN" href="http://www.kiastoreclarksville.com/kia-optima.php" target="_blank">2011 Kia Optima: Lewis and Clark Parkway Clarksville, IN</a></em></li>
</ul>
<div style="width:630px;">
            <div style="height: auto;float:left;width:210px;">
                        <div style="float:left;width:210px;height:0px;">
            <a style="text-decoration:underline;" href="http://kiastoreeast.com/used-cars-louisville/E9589A">
                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sorento&nbsp;Louisville, KY</div>
            </a>
        </div>
        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
            <a style="text-decoration:underline;"href="http://kiastoreeast.com/used-cars-louisville/E9589A">
                <image src='http://www.kiastore.com/public/inventory/thumbnail/E9589A-1.jpg' alt='Used 2011 Kia Sorento'></a></div>
        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=E9589A&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-louisville%2F2011%26cname%3DKia%26s_no%3DE9589A%26price%3D22900%26cloth%3DKia%26ma%3DKia%26mod%3DSorento%26mil%3D30786%26img%3DE9589A-1.jpg%26col%3D%26nbsp%3B%26store%3Danniston%26type%3DUsed%26payprice%3D+%26new_engine%3D4' target='_blank' >Used Kia Sorento pdf</a></div>
        <div style="display:none;"><input type="hidden" class="hid_vid" value="E9589A"/><input class="vid_btn" type="button" value="view video"></div>
    </div>
                    <div style="height: auto;float:left;width:210px;">
                        <div style="float:left;width:210px;height:0px;">
            <a style="text-decoration:underline;" href="http://kiastoreclarksville.com/used-cars-louisville/5125">
                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Scion xB&nbsp;Clarksville, IN</div>
            </a>
        </div>
        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
            <a style="text-decoration:underline;"href="http://kiastoreclarksville.com/used-cars-louisville/5125">
                <image src='http://www.kiastore.com/public/inventory/thumbnail/5125-1.jpg' alt='Used 2009 Scion xB'></a></div>
        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=5125&URL=http%3A%2F%2Fkiastoreclarksville.com%2Fused-cars-louisville%2F2009%26cname%3DScion%26s_no%3D5125%26price%3D12900%26cloth%3DScion%26ma%3DScion%26mod%3DxB%26mil%3D55532%26img%3D5125-1.jpg%26col%3DGray%26store%3Dclark%26type%3DUsed%26payprice%3D%3Cspan+class%3Dtext_white_small%3E%24%3C%2Fspan%3E149%3Cspan+class%3Dtext_white_small%3E%2Fmo%3C%2Fspan%3E+%26new_engine%3D4' target='_blank' >Used Scion xB pdf</a></div>
        <div style="display:none;"><input type="hidden" class="hid_vid" value="5125"/><input class="vid_btn" type="button" value="view video"></div>
    </div>
                    <div style="height: auto;float:left;width:210px;">
                        <div style="float:left;width:210px;height:0px;">
            <a style="text-decoration:underline;" href="http://kiastoreclarksville.com/used-cars-louisville/5138">
                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Chevrolet Suburban&nbsp;Clarksville, IN</div>
            </a>
        </div>
        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
            <a style="text-decoration:underline;"href="http://kiastoreclarksville.com/used-cars-louisville/5138">
                <image src='http://www.kiastore.com/public/inventory/thumbnail/5138-1.jpg' alt='Used 2008 Chevrolet Suburban'></a></div>
        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=5138&URL=http%3A%2F%2Fkiastoreclarksville.com%2Fused-cars-louisville%2F2008%26cname%3DChevrolet%26s_no%3D5138%26price%3D32900%26cloth%3DChevrolet%26ma%3DChevrolet%26mod%3DSuburban%26mil%3D56540%26img%3D5138-1.jpg%26col%3DGray%26store%3Dclark%26type%3DUsed%26payprice%3D%3Cspan+class%3Dtext_white_small%3E%24%3C%2Fspan%3E451%3Cspan+class%3Dtext_white_small%3E%2Fmo%3C%2Fspan%3E+%26new_engine%3D8' target='_blank' >Used Chevrolet Suburban pdf</a></div>
        <div style="display:none;"><input type="hidden" class="hid_vid" value="5138"/><input class="vid_btn" type="button" value="view video"></div>
    </div>
                    <div style="height: auto;float:left;width:210px;">
                        <div style="float:left;width:210px;height:0px;">
            <a style="text-decoration:underline;" href="http://kiastoreclarksville.com/used-cars-louisville/5158">
                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Honda Civic Sdn&nbsp;Clarksville, IN</div>
            </a>
        </div>
        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
            <a style="text-decoration:underline;"href="http://kiastoreclarksville.com/used-cars-louisville/5158">
                <image src='http://www.kiastore.com/public/inventory/thumbnail/5158-1.jpg' alt='Used 2010 Honda Civic Sdn'></a></div>
        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=5158&URL=http%3A%2F%2Fkiastoreclarksville.com%2Fused-cars-louisville%2F2010%26cname%3DHonda%26s_no%3D5158%26price%3D18900%26cloth%3DHonda%26ma%3DHonda%26mod%3DCivic+Sdn%26mil%3D28133%26img%3D5158-1.jpg%26col%3DSilver%26store%3Dclark%26type%3DUsed%26payprice%3D%3Cspan+class%3Dtext_white_small%3E%24%3C%2Fspan%3E240%3Cspan+class%3Dtext_white_small%3E%2Fmo%3C%2Fspan%3E+%26new_engine%3D4' target='_blank' >Used Honda Civic Sdn pdf</a></div>
        <div style="display:none;"><input type="hidden" class="hid_vid" value="5158"/><input class="vid_btn" type="button" value="view video"></div>
    </div>
                </div>

    ]]></content:encoded>
			<wfw:commentRss>http://kiareview.com/blog/2011/12/20/2011-kia-optima-louisville-cars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

