<?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>Used Cars Louisville</title>
	<atom:link href="http://used-cars-louisville.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://used-cars-louisville.com</link>
	<description>The Louisville Used Car Blog</description>
	<lastBuildDate>Fri, 18 May 2012 06:11:54 +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=used-cars-louisville.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>test</title>
		<link>http://used-cars-louisville.com/blog/2012/05/18/test/</link>
		<comments>http://used-cars-louisville.com/blog/2012/05/18/test/#comments</comments>
		<pubDate>Fri, 18 May 2012 06:11:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://used-cars-louisville.com/blog/2012/05/18/test/</guid>
		<description><![CDATA[    <p>testing</p>
    <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://kiastore.com/used-cars-louisville.php/U4077">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4077">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4077-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4077&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4077%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4077"/><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://kiastore.com/used-cars-louisville.php/K3169">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K3169">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K3169-1.jpg' alt='Used 2011 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K3169&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK3169%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K3169"/><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://kiastore.com/used-cars-louisville.php/K5124A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Ford Escape&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://kiastore.com/used-cars-louisville.php/K5124A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5124A-1.jpg' alt='Used 2009 Ford Escape'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5124A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5124A%2FUsed-Ford-Escape-Louisville-KY' target='_blank' >Used Ford Escape pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5124A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>testing</p>
    <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://kiastore.com/used-cars-louisville.php/U4077">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4077">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4077-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4077&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4077%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4077"/><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://kiastore.com/used-cars-louisville.php/K3169">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K3169">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K3169-1.jpg' alt='Used 2011 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K3169&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK3169%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K3169"/><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://kiastore.com/used-cars-louisville.php/K5124A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Ford Escape&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://kiastore.com/used-cars-louisville.php/K5124A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5124A-1.jpg' alt='Used 2009 Ford Escape'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5124A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5124A%2FUsed-Ford-Escape-Louisville-KY' target='_blank' >Used Ford Escape pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5124A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://used-cars-louisville.com/blog/2012/05/18/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding and Acquiring a Car Loan in Louisville</title>
		<link>http://used-cars-louisville.com/blog/2012/05/01/understanding-and-acquiring-a-car-loan-in-louisville/</link>
		<comments>http://used-cars-louisville.com/blog/2012/05/01/understanding-and-acquiring-a-car-loan-in-louisville/#comments</comments>
		<pubDate>Tue, 01 May 2012 00:35:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Car Loans & Finance]]></category>

		<guid isPermaLink="false">http://used-cars-louisville.com/?p=45</guid>
		<description><![CDATA[    <p>Most of us do not purchase cars outright. Rather, we look to creditors to provide us with a <a href="http://www.kiastoreeast.com/car-finance.php">car loan in Louisville</a> that helps us buy the vehicle that we are looking at. Before you buy a <a href="http://www.kiastoreeast.com/Kentucky-used-cars1.php/all">used car in Louisville</a>, take some time to understand the car loan finance process. Knowing how much car you can afford and what your car loan will look like before you peruse cars for sale makes the car buying process a lot easier on you.</p>
<p><strong>Value Your Car Trade In</strong></p>
<p>Often people use their old vehicle as a down payment on their next car in lieu of cash. Take time to see what a car dealer will be able to pay you for your car. You can use sites like Edmunds.com or ask a local dealer to <a href="http://www.kiastoreeast.com/trade-in-value-louisville-car-appraisal.php">value your trade</a>. Remember that a dealer can’t afford to pay you retail. They have to put money into your car before they sell it and still make a profit when they turn it around.</p>
<p><strong>Understand Car Loan Verbiage</strong></p>
<p>Don’t be confused by the terms used to describe your auto loan. Here are the basics:</p>
<ul>
<li><strong>Principal-</strong> The amount of money that you borrow for your loan. Interest is applied to this figure.</li>
<li><strong>Interest Rate-</strong> This number is a percentage. It represents the percentage of your principal that you pay. Often you will see the term APR (annual percentage rate) which is the percentage of principal you pay over the course of a year.</li>
<li><strong>Amortization-</strong> Most car loans are structured this way. Basically, you divide your annual interest rate by number of annual payments. Then you multiply this number by your principal, the resulting figure is how much of your monthly payment goes purely to interest (paying your lender), the rest goes to reducing your principal and helping you get out of debt. If this sounds like more that you want to think about, simply use <a href="http://www.kiastoreeast.com/payment.php">an online car payment calculator</a> to help you estimate your payment. These calculators use an amortization formula.</li>
</ul>
<p><strong> Look Into your Credit Score</strong></p>
<p>Your credit score determines your interest rate. The better your credit the lower your interest rate. Don’t worry though as <a href="http://www.moneyunder30.com/how-finance-car-smart">MoneyUnder30.com</a> points out:</p>
<p><em>Here’s the deal: unlike mortgages or a credit card, you can usually get a car loan even if you have pretty bad credit—you’ll just pay (a lot) more. The reason? It’s relatively easy for the banks to repossess a car if you don’t pay.</em></p>
<p>Credit isn’t always a popular topic. It is an important factor in life though, that shows up yet again when you want to finance a car.</p>
<p><strong>Shop For a Loan</strong></p>
<p>There lots of places to get car loans. You can get them from: banks, credit unions, finance companies and the dealership where you buy your car. Take some time to find the best rate that you can. A lower interest rate means that your car costs less in the end. There are a lot of opinions on who provides the best car loans. Shopping around is your best bet to save the most money. Different entities will have different interest rates and promotions at any given time. Some say that a dealership should be your last option. Don’t discount loans from the dealership itself as a viable option.  As <a href="http://www.consumerreports.org/cro/cars/car-buying-advice/guide-to-new-car-buying/financing/where-to-shop-for-an-auto-loan/0702loan0.htm">Consumer Reports</a> says:</p>
<p><em>At a time when automakers are offering aggressive low-interest financing incentives on many models, a dealership may be able to offer you the best financing terms. But you should do your homework beforehand by carefully shopping around for the best loan offers so you have a comparison point.</em></p>
<p><em> </em></p>
<p>Once you have an idea of how much you can spend, and what your interest rate will be, it is time to go car shopping. Your knowledge of your car loan will let you eliminate cars that you cannot afford from your search and give you a clearer cut idea of which car you will end up in.</p>
<p>&nbsp;</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>Most of us do not purchase cars outright. Rather, we look to creditors to provide us with a <a href="http://www.kiastoreeast.com/car-finance.php">car loan in Louisville</a> that helps us buy the vehicle that we are looking at. Before you buy a <a href="http://www.kiastoreeast.com/Kentucky-used-cars1.php/all">used car in Louisville</a>, take some time to understand the car loan finance process. Knowing how much car you can afford and what your car loan will look like before you peruse cars for sale makes the car buying process a lot easier on you.</p>
<p><strong>Value Your Car Trade In</strong></p>
<p>Often people use their old vehicle as a down payment on their next car in lieu of cash. Take time to see what a car dealer will be able to pay you for your car. You can use sites like Edmunds.com or ask a local dealer to <a href="http://www.kiastoreeast.com/trade-in-value-louisville-car-appraisal.php">value your trade</a>. Remember that a dealer can’t afford to pay you retail. They have to put money into your car before they sell it and still make a profit when they turn it around.</p>
<p><strong>Understand Car Loan Verbiage</strong></p>
<p>Don’t be confused by the terms used to describe your auto loan. Here are the basics:</p>
<ul>
<li><strong>Principal-</strong> The amount of money that you borrow for your loan. Interest is applied to this figure.</li>
<li><strong>Interest Rate-</strong> This number is a percentage. It represents the percentage of your principal that you pay. Often you will see the term APR (annual percentage rate) which is the percentage of principal you pay over the course of a year.</li>
<li><strong>Amortization-</strong> Most car loans are structured this way. Basically, you divide your annual interest rate by number of annual payments. Then you multiply this number by your principal, the resulting figure is how much of your monthly payment goes purely to interest (paying your lender), the rest goes to reducing your principal and helping you get out of debt. If this sounds like more that you want to think about, simply use <a href="http://www.kiastoreeast.com/payment.php">an online car payment calculator</a> to help you estimate your payment. These calculators use an amortization formula.</li>
</ul>
<p><strong> Look Into your Credit Score</strong></p>
<p>Your credit score determines your interest rate. The better your credit the lower your interest rate. Don’t worry though as <a href="http://www.moneyunder30.com/how-finance-car-smart">MoneyUnder30.com</a> points out:</p>
<p><em>Here’s the deal: unlike mortgages or a credit card, you can usually get a car loan even if you have pretty bad credit—you’ll just pay (a lot) more. The reason? It’s relatively easy for the banks to repossess a car if you don’t pay.</em></p>
<p>Credit isn’t always a popular topic. It is an important factor in life though, that shows up yet again when you want to finance a car.</p>
<p><strong>Shop For a Loan</strong></p>
<p>There lots of places to get car loans. You can get them from: banks, credit unions, finance companies and the dealership where you buy your car. Take some time to find the best rate that you can. A lower interest rate means that your car costs less in the end. There are a lot of opinions on who provides the best car loans. Shopping around is your best bet to save the most money. Different entities will have different interest rates and promotions at any given time. Some say that a dealership should be your last option. Don’t discount loans from the dealership itself as a viable option.  As <a href="http://www.consumerreports.org/cro/cars/car-buying-advice/guide-to-new-car-buying/financing/where-to-shop-for-an-auto-loan/0702loan0.htm">Consumer Reports</a> says:</p>
<p><em>At a time when automakers are offering aggressive low-interest financing incentives on many models, a dealership may be able to offer you the best financing terms. But you should do your homework beforehand by carefully shopping around for the best loan offers so you have a comparison point.</em></p>
<p><em> </em></p>
<p>Once you have an idea of how much you can spend, and what your interest rate will be, it is time to go car shopping. Your knowledge of your car loan will let you eliminate cars that you cannot afford from your search and give you a clearer cut idea of which car you will end up in.</p>
<p>&nbsp;</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></content:encoded>
			<wfw:commentRss>http://used-cars-louisville.com/blog/2012/05/01/understanding-and-acquiring-a-car-loan-in-louisville/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buying KY Used Cars Part 1: Examining the Interior</title>
		<link>http://used-cars-louisville.com/blog/2012/01/03/buying-ky-used-cars-part-1-examining-the-interior/</link>
		<comments>http://used-cars-louisville.com/blog/2012/01/03/buying-ky-used-cars-part-1-examining-the-interior/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 21:17:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Louisville Cars]]></category>
		<category><![CDATA[Kentucky cars]]></category>
		<category><![CDATA[KY Used Cars]]></category>
		<category><![CDATA[louisville cars]]></category>
		<category><![CDATA[Used Cars KY]]></category>

		<guid isPermaLink="false">http://used-cars-louisville.com/blog/2012/01/03/buying-ky-used-cars-part-1-examining-the-interior/</guid>
		<description><![CDATA[    <p>You might think that buying <a title="Ky Used Cars" href="http://www.kiastore.com/louisville-used-cars1.php" target="_blank">used cars in Kentucky</a> is not much different than buying used cars elsewhere. In many ways you are correct; however, it is important to realize that many Kentuckians drive their cars and trucks differently than those living in other states because of the jobs, weather patterns, and terrain that <a title="Cars in Kentucky" href="http://www.thekiastore.com" target="_blank">cars in Kentucky</a> are uniquely exposed to. For instance, cars that spend years in Kentucky are exposed to an ever-changing climate and terrain, which means the typical Kentucky car owner likely demands more of their vehicle than someone living in southern California would, for instance. Because <a title="Kentucky Cars and Trucks" href="http://www.kiastore.com" target="_blank">Kentucky cars and trucks</a> may be pushed harder than those in other states, it is important to thoroughly understand the vehicle&#8217;s history before taking it off someone else&#8217;s hands.</p>
<p>This is part one of a series of articles discussing items to take into consideration when buying <a title="KY Used Cars" href="http://www.kiastore.com/louisville-used-cars1.php" target="_blank">KY used cars</a>. This article focuses on what you will spend the most time directly experiencing as a car owner: the interior.</p>
<p>Ask yourself these six questions when evaluating your next <a title="KY Used Car" href="http://www.thekiastore.com" target="_blank">KY used car</a>:</p>
<p><em><strong>How does it smell?<br />
</strong></em>The smell of a car&#8217;s interior can indicate a lot about the car owner and potential problems with the car. A damp or moldy smell might indicate that the car has a leak (in the windshield, weatherstripping or heater core) and was not garage-kept (or at least has been parked outside for a long time).  A smoky smell would indicate that the owner or one of their close friends or relatives smoked in the vehicle repeatedly. Smoking can cause damage to the interior such as yellowing the fabric or clouding the windows.</p>
<p><strong><em>What does the brake pedal look like?</em><em><br />
</em></strong>A warn brake pedal will indicate that the car has been used a lot, especially around a town or city (not on the highway). A warn brake pedal can oftentimes be a better overall indicator of the car&#8217;s wear and tear than the odometer can communicate.</p>
<p><em><strong>What does the dashboard look like?<br />
</strong></em>If the portion of the dashboard that is exposed to light is a different color than the portion of the dashboard that is not exposed to natural light, then this may indicate that the <a title="KY used car" href="http://www.kiastore.com" target="_blank">KY used car</a> has spent a majority of its time parked outside, in the sun.</p>
<p><strong><em>Check for leaks<br />
</em></strong> Sunroofs can be a great feature &#8211; if they don&#8217;t leak. Make sure to test the security of the sunroof by spraying water over the used car&#8217;s sunroof. If the roof leaks, you&#8217;ve just improved your ability to negotiate a reduced price.</p>
<p><em><strong>What does the driver&#8217;s seat and steering wheel look like?</strong><br />
</em>Take a look at the driver&#8217;s seat and steering wheel: do they show signs of wear and tear? If they are warn out, this will communicate that the driver has spent a lot of time in the vehicle (or, perhaps more accurately, getting in and out of the vehicle, which would suggest a lot of stop-and-go trips &#8211; not good).</p>
<p><em><strong>What do the floor mats and interior carpet look like?<br />
</strong></em>Many used car sellers will try to fool potential buyers by buying new floor mats; don&#8217;t be a victim of this tactic. Make sure to lift up any and all floor mats and inspect the shape that the vehicle&#8217;s carpet is in. A used car or truck&#8217;s carpet can help you spot a leak, so take heed of these clues.</p>
<p>We hope this list of questions can help you. Feel free to print this list out and refer to it the next time you are looking to buy a used car.</p>
<p>Keep your eyes open for part two of our series on buying KY used cars, which will be on what to look and listen for when it comes to evaluating the engine.</p>
    <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://kiastore.com/used-cars-louisville.php/K3169">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K3169">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K3169-1.jpg' alt='Used 2011 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K3169&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK3169%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K3169"/><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://kiastore.com/used-cars-louisville.php/U4130">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4130">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4130-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4130&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4130%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4130"/><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://kiastore.com/used-cars-louisville.php/U4131">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4131">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4131-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4131&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4131%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4131"/><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://kiastore.com/used-cars-louisville.php/U4132">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Rondo&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://kiastore.com/used-cars-louisville.php/U4132">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4132-1.jpg' alt='Used 2008 Kia Rondo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4132&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4132%2FUsed-Kia-Rondo-Louisville-KY' target='_blank' >Used Kia Rondo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4132"/><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://kiastore.com/used-cars-louisville.php/K4208X">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Suzuki XL-7&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://kiastore.com/used-cars-louisville.php/K4208X">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4208X-1.jpg' alt='Used 2006 Suzuki XL-7'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4208X&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4208X%2FUsed-Suzuki-XL-7-Louisville-KY' target='_blank' >Used Suzuki XL-7 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4208X"/><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://kiastore.com/used-cars-louisville.php/K4972A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Kia Soul&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://kiastore.com/used-cars-louisville.php/K4972A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4972A-1.jpg' alt='Used 2010 Kia Soul'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4972A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4972A%2FUsed-Kia-Soul-Louisville-KY' target='_blank' >Used Kia Soul pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4972A"/><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://kiastore.com/used-cars-louisville.php/K5030A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Chevrolet Aveo&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://kiastore.com/used-cars-louisville.php/K5030A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5030A-1.jpg' alt='Used 2010 Chevrolet Aveo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=K5030A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5030A%2FUsed-Chevrolet-Aveo-Louisville-KY' target='_blank' >Used Chevrolet Aveo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5030A"/><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://kiastore.com/used-cars-louisville.php/K4897A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Kia Rio&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://kiastore.com/used-cars-louisville.php/K4897A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4897A-1.jpg' alt='Used 2009 Kia Rio'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4897A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4897A%2FUsed-Kia-Rio-Louisville-KY' target='_blank' >Used Kia Rio pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4897A"/><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://kiastore.com/used-cars-louisville.php/K4966A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 1995 Dodge Ram 1500&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://kiastore.com/used-cars-louisville.php/K4966A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4966A-1.jpg' alt='Used 1995 Dodge Ram 1500'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4966A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4966A%2FUsed-Dodge-Ram+1500-Louisville-KY' target='_blank' >Used Dodge Ram 1500 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4966A"/><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://kiastore.com/used-cars-louisville.php/K4857A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K4857A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4857A-1.jpg' alt='Used 2008 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4857A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4857A%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4857A"/><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://kiastore.com/used-cars-louisville.php/K4769A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2007 Dodge Charger&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://kiastore.com/used-cars-louisville.php/K4769A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4769A-1.jpg' alt='Used 2007 Dodge Charger'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4769A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4769A%2FUsed-Dodge-Charger-Louisville-KY' target='_blank' >Used Dodge Charger pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4769A"/><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://kiastore.com/used-cars-louisville.php/K5124A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Ford Escape&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://kiastore.com/used-cars-louisville.php/K5124A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5124A-1.jpg' alt='Used 2009 Ford Escape'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5124A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5124A%2FUsed-Ford-Escape-Louisville-KY' target='_blank' >Used Ford Escape pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5124A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>You might think that buying <a title="Ky Used Cars" href="http://www.kiastore.com/louisville-used-cars1.php" target="_blank">used cars in Kentucky</a> is not much different than buying used cars elsewhere. In many ways you are correct; however, it is important to realize that many Kentuckians drive their cars and trucks differently than those living in other states because of the jobs, weather patterns, and terrain that <a title="Cars in Kentucky" href="http://www.thekiastore.com" target="_blank">cars in Kentucky</a> are uniquely exposed to. For instance, cars that spend years in Kentucky are exposed to an ever-changing climate and terrain, which means the typical Kentucky car owner likely demands more of their vehicle than someone living in southern California would, for instance. Because <a title="Kentucky Cars and Trucks" href="http://www.kiastore.com" target="_blank">Kentucky cars and trucks</a> may be pushed harder than those in other states, it is important to thoroughly understand the vehicle&#8217;s history before taking it off someone else&#8217;s hands.</p>
<p>This is part one of a series of articles discussing items to take into consideration when buying <a title="KY Used Cars" href="http://www.kiastore.com/louisville-used-cars1.php" target="_blank">KY used cars</a>. This article focuses on what you will spend the most time directly experiencing as a car owner: the interior.</p>
<p>Ask yourself these six questions when evaluating your next <a title="KY Used Car" href="http://www.thekiastore.com" target="_blank">KY used car</a>:</p>
<p><em><strong>How does it smell?<br />
</strong></em>The smell of a car&#8217;s interior can indicate a lot about the car owner and potential problems with the car. A damp or moldy smell might indicate that the car has a leak (in the windshield, weatherstripping or heater core) and was not garage-kept (or at least has been parked outside for a long time).  A smoky smell would indicate that the owner or one of their close friends or relatives smoked in the vehicle repeatedly. Smoking can cause damage to the interior such as yellowing the fabric or clouding the windows.</p>
<p><strong><em>What does the brake pedal look like?</em><em><br />
</em></strong>A warn brake pedal will indicate that the car has been used a lot, especially around a town or city (not on the highway). A warn brake pedal can oftentimes be a better overall indicator of the car&#8217;s wear and tear than the odometer can communicate.</p>
<p><em><strong>What does the dashboard look like?<br />
</strong></em>If the portion of the dashboard that is exposed to light is a different color than the portion of the dashboard that is not exposed to natural light, then this may indicate that the <a title="KY used car" href="http://www.kiastore.com" target="_blank">KY used car</a> has spent a majority of its time parked outside, in the sun.</p>
<p><strong><em>Check for leaks<br />
</em></strong> Sunroofs can be a great feature &#8211; if they don&#8217;t leak. Make sure to test the security of the sunroof by spraying water over the used car&#8217;s sunroof. If the roof leaks, you&#8217;ve just improved your ability to negotiate a reduced price.</p>
<p><em><strong>What does the driver&#8217;s seat and steering wheel look like?</strong><br />
</em>Take a look at the driver&#8217;s seat and steering wheel: do they show signs of wear and tear? If they are warn out, this will communicate that the driver has spent a lot of time in the vehicle (or, perhaps more accurately, getting in and out of the vehicle, which would suggest a lot of stop-and-go trips &#8211; not good).</p>
<p><em><strong>What do the floor mats and interior carpet look like?<br />
</strong></em>Many used car sellers will try to fool potential buyers by buying new floor mats; don&#8217;t be a victim of this tactic. Make sure to lift up any and all floor mats and inspect the shape that the vehicle&#8217;s carpet is in. A used car or truck&#8217;s carpet can help you spot a leak, so take heed of these clues.</p>
<p>We hope this list of questions can help you. Feel free to print this list out and refer to it the next time you are looking to buy a used car.</p>
<p>Keep your eyes open for part two of our series on buying KY used cars, which will be on what to look and listen for when it comes to evaluating the engine.</p>
    <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://kiastore.com/used-cars-louisville.php/K3169">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K3169">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K3169-1.jpg' alt='Used 2011 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K3169&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK3169%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K3169"/><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://kiastore.com/used-cars-louisville.php/U4130">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4130">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4130-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4130&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4130%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4130"/><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://kiastore.com/used-cars-louisville.php/U4131">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4131">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4131-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4131&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4131%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4131"/><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://kiastore.com/used-cars-louisville.php/U4132">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Rondo&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://kiastore.com/used-cars-louisville.php/U4132">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4132-1.jpg' alt='Used 2008 Kia Rondo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4132&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4132%2FUsed-Kia-Rondo-Louisville-KY' target='_blank' >Used Kia Rondo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4132"/><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://kiastore.com/used-cars-louisville.php/K4208X">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Suzuki XL-7&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://kiastore.com/used-cars-louisville.php/K4208X">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4208X-1.jpg' alt='Used 2006 Suzuki XL-7'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4208X&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4208X%2FUsed-Suzuki-XL-7-Louisville-KY' target='_blank' >Used Suzuki XL-7 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4208X"/><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://kiastore.com/used-cars-louisville.php/K4972A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Kia Soul&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://kiastore.com/used-cars-louisville.php/K4972A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4972A-1.jpg' alt='Used 2010 Kia Soul'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4972A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4972A%2FUsed-Kia-Soul-Louisville-KY' target='_blank' >Used Kia Soul pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4972A"/><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://kiastore.com/used-cars-louisville.php/K5030A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Chevrolet Aveo&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://kiastore.com/used-cars-louisville.php/K5030A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5030A-1.jpg' alt='Used 2010 Chevrolet Aveo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=K5030A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5030A%2FUsed-Chevrolet-Aveo-Louisville-KY' target='_blank' >Used Chevrolet Aveo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5030A"/><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://kiastore.com/used-cars-louisville.php/K4897A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Kia Rio&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://kiastore.com/used-cars-louisville.php/K4897A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4897A-1.jpg' alt='Used 2009 Kia Rio'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4897A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4897A%2FUsed-Kia-Rio-Louisville-KY' target='_blank' >Used Kia Rio pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4897A"/><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://kiastore.com/used-cars-louisville.php/K4966A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 1995 Dodge Ram 1500&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://kiastore.com/used-cars-louisville.php/K4966A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4966A-1.jpg' alt='Used 1995 Dodge Ram 1500'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4966A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4966A%2FUsed-Dodge-Ram+1500-Louisville-KY' target='_blank' >Used Dodge Ram 1500 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4966A"/><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://kiastore.com/used-cars-louisville.php/K4857A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K4857A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4857A-1.jpg' alt='Used 2008 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4857A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4857A%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4857A"/><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://kiastore.com/used-cars-louisville.php/K4769A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2007 Dodge Charger&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://kiastore.com/used-cars-louisville.php/K4769A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4769A-1.jpg' alt='Used 2007 Dodge Charger'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4769A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4769A%2FUsed-Dodge-Charger-Louisville-KY' target='_blank' >Used Dodge Charger pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4769A"/><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://kiastore.com/used-cars-louisville.php/K5124A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Ford Escape&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://kiastore.com/used-cars-louisville.php/K5124A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5124A-1.jpg' alt='Used 2009 Ford Escape'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5124A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5124A%2FUsed-Ford-Escape-Louisville-KY' target='_blank' >Used Ford Escape pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5124A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://used-cars-louisville.com/blog/2012/01/03/buying-ky-used-cars-part-1-examining-the-interior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Louisville Car Service Reviews</title>
		<link>http://used-cars-louisville.com/blog/2011/12/29/louisville-car-service-reviews/</link>
		<comments>http://used-cars-louisville.com/blog/2011/12/29/louisville-car-service-reviews/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 16:05:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Auto Care]]></category>
		<category><![CDATA[Auto Repair]]></category>
		<category><![CDATA[Car Repair]]></category>
		<category><![CDATA[Kia Store]]></category>
		<category><![CDATA[Kia Store Clarksville]]></category>
		<category><![CDATA[Kia Store East]]></category>
		<category><![CDATA[Kia Store Elizabethtown]]></category>
		<category><![CDATA[Louisville Car Service]]></category>
		<category><![CDATA[Panther Motors]]></category>
		<category><![CDATA[Springdale Automotive]]></category>

		<guid isPermaLink="false">http://used-cars-louisville.com/blog/2011/12/29/louisville-car-service-reviews/</guid>
		<description><![CDATA[    <p>When it comes to getting your car repaired in Louisville, there are many options: Louisville car dealerships, dedicated Louisville car service shops, and perhaps your buddy Jim (or Bill, or John&#8230; you get what I mean). I imagine that many of you have had good and bad experiences getting your car serviced because that has certainly been the case for me.</p>
<p>In the past, I&#8217;ve taken chances with car service shops in Louisville that I was unfamiliar with merely because their locations were convenient. I now regret selecting car service shops in that way because of poor outcomes. I realized that it&#8217;s worth my time and gas money to go the extra mile (literally and figuratively) to research my options and select the one that has the best reputation for quality car care.</p>
<p>I&#8217;ve decided to list some Louisville car service shops that I have either directly done business with, or have had a close friend or relative who has used their services. I hope this list can help you gain some clarity in the otherwise confusing process of finding a Louisville car service shop.</p>
<p>&nbsp;</p>
<p><strong>The Kia Stores<br />
</strong><em>Specialty: Kias<br />
</em>These guys are top shelf in terms of the manner and speed in which they process and service cars.</p>
<p>The warranty that Kia offers on its cars is the best in the industry (and the Kia products are continually improving as well &#8211; just sneak a peak at the <a title="Kia Optima Louisville" href="http://www.kiastore.com/kia-optima.php" target="_blank">new Kia Optima</a>), but it&#8217;s not worth all that much if there isn&#8217;t a shop that can repair your covered vehicle. What&#8217;s nice is that there are four Kia Stores sprinkled throughout Louisville and Southern Indiana, so a lack of convenience is not a factor. They are certainly the go-to spot for Kia service in our area (and for buying Kias, for that matter) but can also service other vehicles as well.</p>
<p><strong>Springdale Automotive<br />
</strong><em>Specialty: none<br />
</em>Overall, I&#8217;ve had a pleasant experience with these folks, although I&#8217;ve found them to be a bit on the pricey side. They certainly do run professional shops and update you immediately when they have identified the cause of a problem. There have been times when they recommended more than was probably necessary to get fixed, but overall I have a positive opinion of these guys. They also have multiple locations in Louisville and Prospect, so a lack of convenience is also a non-issue (like the Kia Stores).</p>
<p><strong>Panther Motors<br />
</strong><em>Specialty: Imports<br />
</em>I know it might come as a surprise to you that I included Panther Motors on this short list, but I had to. I have had my car serviced at Panther Motors a couple of times and really enjoyed the experience. The shop is run by a man named Ishmael who is very thorough and always keeps you in the loop with the status of your car, your options and the cost you are likely to incur. He specializes in servicing imports.</p>
<p><strong>Hunt &amp; Knight Automotive Technicians<br />
</strong><em>Specialty: Corvettes and classic car restoration<br />
</em><strong> </strong>This shop has been operating since 1976, so they have just about seen and worked on it all. They are able to do mild or complete restorations of cars, trucks or fleet vehicles.  Interestingly, they specialize in servicing Corvettes and classic cars. I recommend these folks based on their historical performance and variety of services.</p>
<p>Here are the locations of the Louisville car service centers I recommended. I sincerely hope I helped you. Feel free to comment below and share your opinions and care care experiences (good or bad) below.</p>
<p><strong>The Kia Store<em><br />
</em></strong><a title="Louisville Car Service Preston Highway" href="http://www.kiastore.com/service.php" target="_blank">Website<br />
</a>5325 Preston Highway Louisville, KY 40213<br />
1.888.214.1809</p>
<p><strong>Kia Store East</strong><em><strong><br />
</strong></em><a title="Louisville Car Service St. Matthews" href="http://www.kiastoreeast.com/service.php" target="_blank">Website</a><br />
7301 New LaGrange Road Louisville, KY 40222<br />
1.888.208.8387</p>
<p><strong>Kia Store Clarksville</strong><em><strong><br />
</strong></em><a title="Clarksville Car Service" href="http://www.kiastoreclarksville.com/service.php" target="_blank">Website</a><br />
826 E. Lewis and Clark Parkway Clarksville, IN 47129<br />
1.866.545.2429</p>
<p><strong>Kia Store Elizabethtown</strong><em><strong><br />
</strong></em><a title="Elizabethtown Car Service" href="http://www.kiastoreetown.com/service.php" target="_blank">Website</a><br />
1501 N. Dixie Highway Elizabethtown, KY 42701<br />
1.888.933.9544</p>
<p><strong>Springdale Automotive<br />
</strong><a title="Springdale Automotive" href="http://springdaleautomotive.net" target="_blank">Website</a><br />
8005 Brownsboro Road Louisville, KY 40241<br />
502.425.4830</p>
<p>9260 Westport Road Louisville, KY 40242<br />
502.426.9090</p>
<p>13212 West Highway 42 Prospect, KY 40059<br />
502.228.7705</p>
<p><strong>Panther Motor Imports<br />
</strong>2347 Frankfort Avenue Louisville, KY 40206<br />
502.895.8889</p>
<p><strong> </strong><strong>Hunt &amp; Knight Automotive Technicians</strong></p>
<p><a title="Hunt and Knight Automotive Technicians" href="http://www.huntandknight.com/" target="_blank">Website</a><br />
2701 Watterson Trail Louisville, KY 40299<br />
502.267.5160</p>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 209px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><a href="http://www.kiastore.com/kia-optima.php">http://www.kiastore.com/kia-optima.php</a></div>
    <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://kiastore.com/used-cars-louisville.php/U4077">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4077">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4077-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4077&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4077%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4077"/><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://kiastore.com/used-cars-louisville.php/K3169">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K3169">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K3169-1.jpg' alt='Used 2011 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K3169&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK3169%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K3169"/><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://kiastore.com/used-cars-louisville.php/U4130">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4130">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4130-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4130&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4130%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4130"/><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://kiastore.com/used-cars-louisville.php/U4132">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Rondo&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://kiastore.com/used-cars-louisville.php/U4132">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4132-1.jpg' alt='Used 2008 Kia Rondo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4132&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4132%2FUsed-Kia-Rondo-Louisville-KY' target='_blank' >Used Kia Rondo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4132"/><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://kiastore.com/used-cars-louisville.php/K4208X">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Suzuki XL-7&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://kiastore.com/used-cars-louisville.php/K4208X">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4208X-1.jpg' alt='Used 2006 Suzuki XL-7'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4208X&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4208X%2FUsed-Suzuki-XL-7-Louisville-KY' target='_blank' >Used Suzuki XL-7 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4208X"/><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://kiastore.com/used-cars-louisville.php/K4972A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Kia Soul&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://kiastore.com/used-cars-louisville.php/K4972A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4972A-1.jpg' alt='Used 2010 Kia Soul'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4972A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4972A%2FUsed-Kia-Soul-Louisville-KY' target='_blank' >Used Kia Soul pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4972A"/><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://kiastore.com/used-cars-louisville.php/K4915A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Dodge Avenger&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://kiastore.com/used-cars-louisville.php/K4915A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4915A-1.jpg' alt='Used 2009 Dodge Avenger'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4915A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4915A%2FUsed-Dodge-Avenger-Louisville-KY' target='_blank' >Used Dodge Avenger pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4915A"/><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://kiastore.com/used-cars-louisville.php/K5030A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Chevrolet Aveo&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://kiastore.com/used-cars-louisville.php/K5030A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5030A-1.jpg' alt='Used 2010 Chevrolet Aveo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=K5030A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5030A%2FUsed-Chevrolet-Aveo-Louisville-KY' target='_blank' >Used Chevrolet Aveo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5030A"/><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://kiastore.com/used-cars-louisville.php/K4897A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Kia Rio&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://kiastore.com/used-cars-louisville.php/K4897A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4897A-1.jpg' alt='Used 2009 Kia Rio'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4897A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4897A%2FUsed-Kia-Rio-Louisville-KY' target='_blank' >Used Kia Rio pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4897A"/><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://kiastore.com/used-cars-louisville.php/K4857A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K4857A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4857A-1.jpg' alt='Used 2008 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4857A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4857A%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4857A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>When it comes to getting your car repaired in Louisville, there are many options: Louisville car dealerships, dedicated Louisville car service shops, and perhaps your buddy Jim (or Bill, or John&#8230; you get what I mean). I imagine that many of you have had good and bad experiences getting your car serviced because that has certainly been the case for me.</p>
<p>In the past, I&#8217;ve taken chances with car service shops in Louisville that I was unfamiliar with merely because their locations were convenient. I now regret selecting car service shops in that way because of poor outcomes. I realized that it&#8217;s worth my time and gas money to go the extra mile (literally and figuratively) to research my options and select the one that has the best reputation for quality car care.</p>
<p>I&#8217;ve decided to list some Louisville car service shops that I have either directly done business with, or have had a close friend or relative who has used their services. I hope this list can help you gain some clarity in the otherwise confusing process of finding a Louisville car service shop.</p>
<p>&nbsp;</p>
<p><strong>The Kia Stores<br />
</strong><em>Specialty: Kias<br />
</em>These guys are top shelf in terms of the manner and speed in which they process and service cars.</p>
<p>The warranty that Kia offers on its cars is the best in the industry (and the Kia products are continually improving as well &#8211; just sneak a peak at the <a title="Kia Optima Louisville" href="http://www.kiastore.com/kia-optima.php" target="_blank">new Kia Optima</a>), but it&#8217;s not worth all that much if there isn&#8217;t a shop that can repair your covered vehicle. What&#8217;s nice is that there are four Kia Stores sprinkled throughout Louisville and Southern Indiana, so a lack of convenience is not a factor. They are certainly the go-to spot for Kia service in our area (and for buying Kias, for that matter) but can also service other vehicles as well.</p>
<p><strong>Springdale Automotive<br />
</strong><em>Specialty: none<br />
</em>Overall, I&#8217;ve had a pleasant experience with these folks, although I&#8217;ve found them to be a bit on the pricey side. They certainly do run professional shops and update you immediately when they have identified the cause of a problem. There have been times when they recommended more than was probably necessary to get fixed, but overall I have a positive opinion of these guys. They also have multiple locations in Louisville and Prospect, so a lack of convenience is also a non-issue (like the Kia Stores).</p>
<p><strong>Panther Motors<br />
</strong><em>Specialty: Imports<br />
</em>I know it might come as a surprise to you that I included Panther Motors on this short list, but I had to. I have had my car serviced at Panther Motors a couple of times and really enjoyed the experience. The shop is run by a man named Ishmael who is very thorough and always keeps you in the loop with the status of your car, your options and the cost you are likely to incur. He specializes in servicing imports.</p>
<p><strong>Hunt &amp; Knight Automotive Technicians<br />
</strong><em>Specialty: Corvettes and classic car restoration<br />
</em><strong> </strong>This shop has been operating since 1976, so they have just about seen and worked on it all. They are able to do mild or complete restorations of cars, trucks or fleet vehicles.  Interestingly, they specialize in servicing Corvettes and classic cars. I recommend these folks based on their historical performance and variety of services.</p>
<p>Here are the locations of the Louisville car service centers I recommended. I sincerely hope I helped you. Feel free to comment below and share your opinions and care care experiences (good or bad) below.</p>
<p><strong>The Kia Store<em><br />
</em></strong><a title="Louisville Car Service Preston Highway" href="http://www.kiastore.com/service.php" target="_blank">Website<br />
</a>5325 Preston Highway Louisville, KY 40213<br />
1.888.214.1809</p>
<p><strong>Kia Store East</strong><em><strong><br />
</strong></em><a title="Louisville Car Service St. Matthews" href="http://www.kiastoreeast.com/service.php" target="_blank">Website</a><br />
7301 New LaGrange Road Louisville, KY 40222<br />
1.888.208.8387</p>
<p><strong>Kia Store Clarksville</strong><em><strong><br />
</strong></em><a title="Clarksville Car Service" href="http://www.kiastoreclarksville.com/service.php" target="_blank">Website</a><br />
826 E. Lewis and Clark Parkway Clarksville, IN 47129<br />
1.866.545.2429</p>
<p><strong>Kia Store Elizabethtown</strong><em><strong><br />
</strong></em><a title="Elizabethtown Car Service" href="http://www.kiastoreetown.com/service.php" target="_blank">Website</a><br />
1501 N. Dixie Highway Elizabethtown, KY 42701<br />
1.888.933.9544</p>
<p><strong>Springdale Automotive<br />
</strong><a title="Springdale Automotive" href="http://springdaleautomotive.net" target="_blank">Website</a><br />
8005 Brownsboro Road Louisville, KY 40241<br />
502.425.4830</p>
<p>9260 Westport Road Louisville, KY 40242<br />
502.426.9090</p>
<p>13212 West Highway 42 Prospect, KY 40059<br />
502.228.7705</p>
<p><strong>Panther Motor Imports<br />
</strong>2347 Frankfort Avenue Louisville, KY 40206<br />
502.895.8889</p>
<p><strong> </strong><strong>Hunt &amp; Knight Automotive Technicians</strong></p>
<p><a title="Hunt and Knight Automotive Technicians" href="http://www.huntandknight.com/" target="_blank">Website</a><br />
2701 Watterson Trail Louisville, KY 40299<br />
502.267.5160</p>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 209px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><a href="http://www.kiastore.com/kia-optima.php">http://www.kiastore.com/kia-optima.php</a></div>
    <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://kiastore.com/used-cars-louisville.php/U4077">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4077">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4077-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4077&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4077%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4077"/><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://kiastore.com/used-cars-louisville.php/K3169">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K3169">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K3169-1.jpg' alt='Used 2011 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K3169&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK3169%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K3169"/><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://kiastore.com/used-cars-louisville.php/U4130">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4130">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4130-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4130&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4130%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4130"/><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://kiastore.com/used-cars-louisville.php/U4132">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Rondo&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://kiastore.com/used-cars-louisville.php/U4132">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4132-1.jpg' alt='Used 2008 Kia Rondo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4132&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4132%2FUsed-Kia-Rondo-Louisville-KY' target='_blank' >Used Kia Rondo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4132"/><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://kiastore.com/used-cars-louisville.php/K4208X">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Suzuki XL-7&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://kiastore.com/used-cars-louisville.php/K4208X">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4208X-1.jpg' alt='Used 2006 Suzuki XL-7'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4208X&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4208X%2FUsed-Suzuki-XL-7-Louisville-KY' target='_blank' >Used Suzuki XL-7 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4208X"/><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://kiastore.com/used-cars-louisville.php/K4972A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Kia Soul&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://kiastore.com/used-cars-louisville.php/K4972A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4972A-1.jpg' alt='Used 2010 Kia Soul'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4972A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4972A%2FUsed-Kia-Soul-Louisville-KY' target='_blank' >Used Kia Soul pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4972A"/><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://kiastore.com/used-cars-louisville.php/K4915A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Dodge Avenger&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://kiastore.com/used-cars-louisville.php/K4915A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4915A-1.jpg' alt='Used 2009 Dodge Avenger'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4915A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4915A%2FUsed-Dodge-Avenger-Louisville-KY' target='_blank' >Used Dodge Avenger pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4915A"/><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://kiastore.com/used-cars-louisville.php/K5030A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Chevrolet Aveo&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://kiastore.com/used-cars-louisville.php/K5030A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5030A-1.jpg' alt='Used 2010 Chevrolet Aveo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=K5030A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5030A%2FUsed-Chevrolet-Aveo-Louisville-KY' target='_blank' >Used Chevrolet Aveo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5030A"/><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://kiastore.com/used-cars-louisville.php/K4897A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Kia Rio&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://kiastore.com/used-cars-louisville.php/K4897A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4897A-1.jpg' alt='Used 2009 Kia Rio'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4897A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4897A%2FUsed-Kia-Rio-Louisville-KY' target='_blank' >Used Kia Rio pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4897A"/><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://kiastore.com/used-cars-louisville.php/K4857A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K4857A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4857A-1.jpg' alt='Used 2008 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4857A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4857A%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4857A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://used-cars-louisville.com/blog/2011/12/29/louisville-car-service-reviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chevy Volt, Nissan Leaf running low on consumer demand &#8211; Louisville cars</title>
		<link>http://used-cars-louisville.com/blog/2011/12/26/chevy-volt-nissan-leaf-running-low-on-consumer-demand-louisville-cars/</link>
		<comments>http://used-cars-louisville.com/blog/2011/12/26/chevy-volt-nissan-leaf-running-low-on-consumer-demand-louisville-cars/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 21:36:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chevrolet Kentucky]]></category>
		<category><![CDATA[chevrolet louisville]]></category>
		<category><![CDATA[Chevrolet Volt]]></category>
		<category><![CDATA[Electric Cars]]></category>
		<category><![CDATA[louisville cars]]></category>
		<category><![CDATA[New Louisville Cars]]></category>
		<category><![CDATA[Nissan Kentucky]]></category>
		<category><![CDATA[Nissan Leaf]]></category>
		<category><![CDATA[Nissan Louisville]]></category>
		<category><![CDATA[used cars louisville]]></category>

		<guid isPermaLink="false">http://used-cars-louisville.com/blog/2011/12/26/chevy-volt-nissan-leaf-running-low-on-consumer-demand-louisville-cars/</guid>
		<description><![CDATA[    <p><a title="Louisville Chevrolet Dealerships" href="http://louisville-cars.com/new-louisville-car-dealerships/louisville-chevrolet-dealerships/" target="_blank">Chevrolet</a> and <a title="Louisville Nissan Dealerships" href="http://louisville-cars.com/new-louisville-car-dealerships/louisville-nissan-dealers/" target="_blank">Nissan dealerships</a> may not be feeling charged up (in a good way) this holiday season due to a lack of consumer demand for their electric vehicles: the Volt and Leaf, respectively.</p>
<p><strong>Snapshots of the electric cars:</strong></p>
<p><strong><em>The Chevrolet Volt</em></strong><br />
Sales of the Chevrolet Volt began in the United States in mid-December of 2010. It has a fuel economy of 93 mpg when only running on electricity (its all-electric range is an EPA estimated 37 miles) and 37 mpg when in gasoline-only mode. Its overall fuel efficiency is an EPA estimated 60 mpg. The base suggested retail prices of the Chevrolet Volt was $43,568. Among its many awards, it was named the <a title="2011 Motor Trend Car of the Year - Chevrolet Volt" href="http://www.motortrend.com/oftheyear/car/1101_2011_motor_trend_car_of_the_year_chevrolet_volt/viewall.html" target="_blank">2011 Motor Trend Car of the Year</a>.</p>
<p><strong><em>The Nissan Leaf</em><br />
</strong>The Nissan Leaf was also introduced in December 2010. It was initially introduced in Japan and the United States. The Leaf&#8217;s combined fuel economy is an estimated 99 mpg. The retail prices of the Nissan Leaf is $32,780 in the United States. The Nissan Leaf won the 2011 European Car of the Year and the 2011 World Car of the Year awards.</p>
<p>Louisville&#8217;s <a title="Louisville Cars, Volt, Leaf losing demand" href="http://www.bizjournals.com/louisville/blog/morning_call/2011/12/buyers-losing-interest-in-chevy-volt.html" target="_blank">Business First Magazine</a> recently said this about the Volt and Leaf&#8217;s difficulty with creating/maintaining consumer demand:</p>
<p><em>A year ago, electric cars such as General Motor Co.&#8217;s Chevy Volt and the Nissan Leaf were all the rage. But not now.</em></p>
<p><em><a href="http://www.usatoday.com/money/autos/story/2011-12-20/electric-cars-problems/52131810/1?csp=34money&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+UsatodaycomMoney-TopStories+%28Money+-+Top+Stories%29" target="_blank">As USA Today reports</a>, U.S. consumers aren&#8217;t flocking to buy the electric cars as expected, and many are losing interest in the high-priced vehicles as a result of falling gas prices. Limited availability of charging stations for the cars also seems to be hurting sales.</em></p>
<p><em>The report said <a href="http://www.bizjournals.com/profiles/company/mi/detroit/general_motors_corporation/2666381/">General Motors</a> <a id="bizWatchFollowImg_false" href="http://www.bizjournals.com/#"></a> (NYSE: GM) has fallen well short of its goal of selling 10,000 Volts by the end of this year, and Nissan has sold less than 9,000 Leaf electric cars.</em></p>
<p><em>Despite the lower-than-expected interest in electrics, the report noted, <a href="http://www.bizjournals.com/profiles/company/mi/dearborn/ford_motor_company/2666335/">Ford Motor Co.</a> <a id="bizWatchFollowImg_false" href="http://www.bizjournals.com/#"></a> (NYSE: F) and Toyota Motor Corp. (NYSE: TM) are moving forward with plans to introduce their own electric vehicles next year.</em></p>
<p><em>Ford operates two manufacturing plants in Louisville, and Toyota bases its U.S. manufacturing headquarters in Northern Kentucky and operates its largest U.S. manufacturing plant in Georgetown, Ky.</em></p>
<p>Have you considered purchasing one of these electric cars in Louisville? Why or why not? Do you expect this lack of consumer demand for electric cars to remain flat, increase or decrease?</p>
<p>&nbsp;</p>
<p>Cars mentioned in this article and associated Louisville car dealerships:</p>
<p><strong>Chevrolet Volt<br />
<em><a title="Louisville Chevy Dealer" href="http://www.bigmchevrolet.com/" target="_blank">Montgomery Chevrolet (Big M Chevrolet)</a></em></strong><br />
5325 Preston Highway<br />
Louisville, KY 40213<strong><br />
</strong></p>
<p><em><strong><a title="Bachman Chevrolet" href="http://louisville-cars.com/new-louisville-car-dealerships/louisville-chevrolet-dealerships/" target="_blank">Bachman Chevrolet</a></strong><br />
</em>9650 Bluegrass Parkway<br />
Louisville, KY 40299</p>
<p><strong>Nissan Leaf<br />
<em><a title="Collins Nissan" href="http://louisville-cars.com/blog/2010/11/04/collins-nissan-reviews/" target="_blank">Collins Nissan</a></em><br />
</strong>4142 Bardstown Road<br />
Louisville, KY 40218</p>
<p><em><strong><a title="Byerly Nissan" href="http://louisville-cars.com/blog/2010/11/04/byerly-nissan-reviews/" target="_blank">Byerly Nissan</a></strong></em><br />
4027 Dixie Highway<br />
Louisville, KY 40216</p>
<p><strong> </strong></p>
    <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://kiastore.com/used-cars-louisville.php/U4141">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2007 Saturn Relay&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://kiastore.com/used-cars-louisville.php/U4141">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4141-1.jpg' alt='Used 2007 Saturn Relay'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4141&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4141%2FUsed-Saturn-Relay-Louisville-KY' target='_blank' >Used Saturn Relay pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4141"/><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://kiastore.com/used-cars-louisville.php/K5254A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2012 Kia Forte&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://kiastore.com/used-cars-louisville.php/K5254A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5254A-1.jpg' alt='Used 2012 Kia Forte'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5254A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5254A%2FUsed-Kia-Forte-Louisville-KY' target='_blank' >Used Kia Forte pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5254A"/><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://kiastore.com/used-cars-louisville.php/K5403A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 Hyundai Elantra&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://kiastore.com/used-cars-louisville.php/K5403A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5403A-1.jpg' alt='Used 2004 Hyundai Elantra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5403A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5403A%2FUsed-Hyundai-Elantra-Louisville-KY' target='_blank' >Used Hyundai Elantra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5403A"/><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://kiastoreeast.com/used-cars-kentucky.php/E1024A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Nissan Sentra&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-kentucky.php/E1024A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/E1024A-1.jpg' alt='Used 2008 Nissan Sentra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=E1024A&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2FE1024A%2FUsed-Nissan-Sentra-Louisville-KY' target='_blank' >Used Nissan Sentra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="E1024A"/><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://kiastoreeast.com/used-cars-kentucky.php/E2010A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Chevrolet TrailBlaze&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-kentucky.php/E2010A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/E2010A-1.jpg' alt='Used 2008 Chevrolet TrailBlaze'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=E2010A&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2FE2010A%2FUsed-Chevrolet-TrailBlaze-Louisville-KY' target='_blank' >Used Chevrolet TrailBlaze pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="E2010A"/><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://kiastoreeast.com/used-cars-kentucky.php/E2026A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Kia Borrego&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-kentucky.php/E2026A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/E2026A-1.jpg' alt='Used 2009 Kia Borrego'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=E2026A&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2FE2026A%2FUsed-Kia-Borrego-Louisville-KY' target='_blank' >Used Kia Borrego pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="E2026A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
			<content:encoded><![CDATA[    <p><a title="Louisville Chevrolet Dealerships" href="http://louisville-cars.com/new-louisville-car-dealerships/louisville-chevrolet-dealerships/" target="_blank">Chevrolet</a> and <a title="Louisville Nissan Dealerships" href="http://louisville-cars.com/new-louisville-car-dealerships/louisville-nissan-dealers/" target="_blank">Nissan dealerships</a> may not be feeling charged up (in a good way) this holiday season due to a lack of consumer demand for their electric vehicles: the Volt and Leaf, respectively.</p>
<p><strong>Snapshots of the electric cars:</strong></p>
<p><strong><em>The Chevrolet Volt</em></strong><br />
Sales of the Chevrolet Volt began in the United States in mid-December of 2010. It has a fuel economy of 93 mpg when only running on electricity (its all-electric range is an EPA estimated 37 miles) and 37 mpg when in gasoline-only mode. Its overall fuel efficiency is an EPA estimated 60 mpg. The base suggested retail prices of the Chevrolet Volt was $43,568. Among its many awards, it was named the <a title="2011 Motor Trend Car of the Year - Chevrolet Volt" href="http://www.motortrend.com/oftheyear/car/1101_2011_motor_trend_car_of_the_year_chevrolet_volt/viewall.html" target="_blank">2011 Motor Trend Car of the Year</a>.</p>
<p><strong><em>The Nissan Leaf</em><br />
</strong>The Nissan Leaf was also introduced in December 2010. It was initially introduced in Japan and the United States. The Leaf&#8217;s combined fuel economy is an estimated 99 mpg. The retail prices of the Nissan Leaf is $32,780 in the United States. The Nissan Leaf won the 2011 European Car of the Year and the 2011 World Car of the Year awards.</p>
<p>Louisville&#8217;s <a title="Louisville Cars, Volt, Leaf losing demand" href="http://www.bizjournals.com/louisville/blog/morning_call/2011/12/buyers-losing-interest-in-chevy-volt.html" target="_blank">Business First Magazine</a> recently said this about the Volt and Leaf&#8217;s difficulty with creating/maintaining consumer demand:</p>
<p><em>A year ago, electric cars such as General Motor Co.&#8217;s Chevy Volt and the Nissan Leaf were all the rage. But not now.</em></p>
<p><em><a href="http://www.usatoday.com/money/autos/story/2011-12-20/electric-cars-problems/52131810/1?csp=34money&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+UsatodaycomMoney-TopStories+%28Money+-+Top+Stories%29" target="_blank">As USA Today reports</a>, U.S. consumers aren&#8217;t flocking to buy the electric cars as expected, and many are losing interest in the high-priced vehicles as a result of falling gas prices. Limited availability of charging stations for the cars also seems to be hurting sales.</em></p>
<p><em>The report said <a href="http://www.bizjournals.com/profiles/company/mi/detroit/general_motors_corporation/2666381/">General Motors</a> <a id="bizWatchFollowImg_false" href="http://www.bizjournals.com/#"></a> (NYSE: GM) has fallen well short of its goal of selling 10,000 Volts by the end of this year, and Nissan has sold less than 9,000 Leaf electric cars.</em></p>
<p><em>Despite the lower-than-expected interest in electrics, the report noted, <a href="http://www.bizjournals.com/profiles/company/mi/dearborn/ford_motor_company/2666335/">Ford Motor Co.</a> <a id="bizWatchFollowImg_false" href="http://www.bizjournals.com/#"></a> (NYSE: F) and Toyota Motor Corp. (NYSE: TM) are moving forward with plans to introduce their own electric vehicles next year.</em></p>
<p><em>Ford operates two manufacturing plants in Louisville, and Toyota bases its U.S. manufacturing headquarters in Northern Kentucky and operates its largest U.S. manufacturing plant in Georgetown, Ky.</em></p>
<p>Have you considered purchasing one of these electric cars in Louisville? Why or why not? Do you expect this lack of consumer demand for electric cars to remain flat, increase or decrease?</p>
<p>&nbsp;</p>
<p>Cars mentioned in this article and associated Louisville car dealerships:</p>
<p><strong>Chevrolet Volt<br />
<em><a title="Louisville Chevy Dealer" href="http://www.bigmchevrolet.com/" target="_blank">Montgomery Chevrolet (Big M Chevrolet)</a></em></strong><br />
5325 Preston Highway<br />
Louisville, KY 40213<strong><br />
</strong></p>
<p><em><strong><a title="Bachman Chevrolet" href="http://louisville-cars.com/new-louisville-car-dealerships/louisville-chevrolet-dealerships/" target="_blank">Bachman Chevrolet</a></strong><br />
</em>9650 Bluegrass Parkway<br />
Louisville, KY 40299</p>
<p><strong>Nissan Leaf<br />
<em><a title="Collins Nissan" href="http://louisville-cars.com/blog/2010/11/04/collins-nissan-reviews/" target="_blank">Collins Nissan</a></em><br />
</strong>4142 Bardstown Road<br />
Louisville, KY 40218</p>
<p><em><strong><a title="Byerly Nissan" href="http://louisville-cars.com/blog/2010/11/04/byerly-nissan-reviews/" target="_blank">Byerly Nissan</a></strong></em><br />
4027 Dixie Highway<br />
Louisville, KY 40216</p>
<p><strong> </strong></p>
    <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://kiastore.com/used-cars-louisville.php/U4141">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2007 Saturn Relay&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://kiastore.com/used-cars-louisville.php/U4141">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4141-1.jpg' alt='Used 2007 Saturn Relay'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4141&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4141%2FUsed-Saturn-Relay-Louisville-KY' target='_blank' >Used Saturn Relay pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4141"/><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://kiastore.com/used-cars-louisville.php/K5254A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2012 Kia Forte&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://kiastore.com/used-cars-louisville.php/K5254A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5254A-1.jpg' alt='Used 2012 Kia Forte'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5254A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5254A%2FUsed-Kia-Forte-Louisville-KY' target='_blank' >Used Kia Forte pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5254A"/><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://kiastore.com/used-cars-louisville.php/K5403A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 Hyundai Elantra&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://kiastore.com/used-cars-louisville.php/K5403A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5403A-1.jpg' alt='Used 2004 Hyundai Elantra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5403A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5403A%2FUsed-Hyundai-Elantra-Louisville-KY' target='_blank' >Used Hyundai Elantra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5403A"/><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://kiastoreeast.com/used-cars-kentucky.php/E1024A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Nissan Sentra&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-kentucky.php/E1024A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/E1024A-1.jpg' alt='Used 2008 Nissan Sentra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=E1024A&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2FE1024A%2FUsed-Nissan-Sentra-Louisville-KY' target='_blank' >Used Nissan Sentra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="E1024A"/><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://kiastoreeast.com/used-cars-kentucky.php/E2010A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Chevrolet TrailBlaze&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-kentucky.php/E2010A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/E2010A-1.jpg' alt='Used 2008 Chevrolet TrailBlaze'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=E2010A&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2FE2010A%2FUsed-Chevrolet-TrailBlaze-Louisville-KY' target='_blank' >Used Chevrolet TrailBlaze pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="E2010A"/><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://kiastoreeast.com/used-cars-kentucky.php/E2026A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Kia Borrego&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-kentucky.php/E2026A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/E2026A-1.jpg' alt='Used 2009 Kia Borrego'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=E2026A&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2FE2026A%2FUsed-Kia-Borrego-Louisville-KY' target='_blank' >Used Kia Borrego pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="E2026A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://used-cars-louisville.com/blog/2011/12/26/chevy-volt-nissan-leaf-running-low-on-consumer-demand-louisville-cars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toyota Camry feels crunch by Sonata, Optima &#8211; Louisville Cars</title>
		<link>http://used-cars-louisville.com/blog/2011/12/21/toyota-camry-feels-crunch-by-sonata-optima-louisville-cars/</link>
		<comments>http://used-cars-louisville.com/blog/2011/12/21/toyota-camry-feels-crunch-by-sonata-optima-louisville-cars/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 19:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ford Dealer]]></category>
		<category><![CDATA[Hyundai Dealer]]></category>
		<category><![CDATA[Kia Dealer]]></category>
		<category><![CDATA[Toyota Dealer]]></category>
		<category><![CDATA[Hyundai Sonata]]></category>
		<category><![CDATA[kia optima]]></category>
		<category><![CDATA[louisville car dealers]]></category>
		<category><![CDATA[louisville cars]]></category>
		<category><![CDATA[louisville new car dealers]]></category>
		<category><![CDATA[Louisville New Cars]]></category>
		<category><![CDATA[Toyota Camry]]></category>

		<guid isPermaLink="false">http://used-cars-louisville.com/blog/2011/12/21/toyota-camry-feels-crunch-by-sonata-optima-louisville-cars/</guid>
		<description><![CDATA[    <p>The Toyota Camry has enjoyed complete domination of the passenger car market. You can find many Camry&#8217;s on the blacktop among the many <a title="cars in Louisville" href="http://kiastore.com" target="_blank">cars in Louisville</a>. It has been the top-selling passenger car in all the land and now its historical reign may be in jeopardy due to the popularity of its competitors. Toyota is also feeling pressure due to a strengthening currency and Thailand&#8217;s recent floods.</p>
<p><a title="Toyota Motors Stock" href="http://www.google.com/finance?q=NYSE%3ATM&amp;hl=en " target="_blank">Toyota&#8217;s stock</a> has dropped nearly 19 percent year-to-date. It seems as though stockholders have become aware of the pressures discussed in this article recently published by the <a title="Courier Journal Cars" href="http://www.courier-journal.com/apps/pbcs.dll/article?AID=2011312170058" target="_blank">Courier-Journal</a>:</p>
<p><em>Toyota Motor Corp. was already counting on the revamped Camry to spark a U.S. sales rally. The carmaker’s flagship model is now under additional pressure as a stronger currency and Thailand’s floods cut into profits.</em></p>
<p><em>The company has reduced its earnings forecast by more than 50 percent for the year ending in March, blaming a slump in production after Thailand’s worst floods in almost 70 years.</em></p>
<p><em>The 2012 Camry, which primarily is assembled in Georgetown, Ky., was released in October with a goal of boosting sales hurt by Japan’s earthquake and tsunami and retaining its title as the top-selling U.S. passenger car.</em></p>
<p><em>“There’s a lot of pressure on that car,” said Maryann Keller, an auto analyst and president at Maryann Keller &amp; Associates. “It’s been reviewed as being competitive within the midsize sedan segment, but not that much better or worse than competitors. Right now, the perceived design leader is Hyundai’s Sonata, and Kia’s Optima is also doing well.”</em></p>
<p><em>While Toyota is set to lose its ranking as the world’s largest automaker this year to General Motors Co., the Toyota City, Japan-based company has said it’s determined to keep Camry the best-selling car in the U.S., a spot held for 13 of the past 14 years.</em></p>
<p><em>Rebounding from parts shortages and assembly disruptions may prove easier than overcoming rivals.</em></p>
<p><em>“Camry bears the lion’s share of whether they succeed in recovering both market share and profitability” in the U.S., said Larry Dominique, executive vice president of TrueCar.com and former head of Nissan Motor Co.’s North American product planning. “The reality is the best way to gain market share and profitability is new product, and Camry is their biggest.”</em></p>
<h3><em>&#8216;Pricing power&#8217;</em></h3>
<p><em>The success of Hyundai Motor Co.’s <a title="Hyundai Sonata" href="http://en.wikipedia.org/wiki/Hyundai_Sonata" target="_blank">Sonata </a>and Kia Motors Corp.’s <a title="Kia Optima" href="http://kiastore.com" target="_blank">Optima</a> as well as Ford Motor Co.’s <a title="Ford Fusion" href="http://en.wikipedia.org/wiki/Ford_Fusion_(Americas)" target="_blank">Fusion</a>, means Toyota no longer has the ability to price Camry above segment competitors, Keller said.</em></p>
<p><em>“The problem isn’t so much how many units of Camry they sell, but the margin of each vehicle,” she said. “They don’t have the kind of pricing power they once enjoyed.”</em></p>
<p><em>U.S. drivers bought 23,440 Camrys in November, 15,668 Sonatas and 9,533 Optimas.</em></p>
<p><em>While Camry remains the best-selling car in 2011, even after production delays helped cut sales 7.3 percent so far this year, Sonata volume is up 15 percent and Optima deliveries more than tripled from last year.</em></p>
<p><em>Toyota doesn’t disclose its profit for the Camry. Neither Keller nor Efraim Levy, a New York-based equity analyst for S&amp;P Capital IQ, who rates Toyota’s American depositary receipts “hold,” had estimates for how much Toyota earns from the car.</em></p>
<h3><em>Camry&#8217;s importance</em></h3>
<p><em>“The success of the Camry is very important to Toyota,” Levy said. “It’s similar to Ford’s F-150 pickup, since in each case it’s the single biggest source of sales volume.”</em></p>
<p><em>Toyota has set a goal of selling at least 360,000 Camrys in the U.S. in 2012. The company has sold 275,004 in the first 11 months of 2011, leading Nissan’s Altima’s 243,005, which has surpassed Honda Motor Co.’s Accord, at 217,958, for the No. 2 selling car.</em></p>
<p><em>The best-selling midsize sedans of U.S. automakers are Ford’s Fusion at 226,445 and GM’s Chevrolet Chevrolet Malibu at 191,774. GM’s top-selling car is the Cruze compact at 215,057.</em></p>
<p><em>“We have been increasing the volume of shipments to our dealers since we began production in September,” Steve Curtis, a spokesman for the company’s U.S. sales unit. “We’ll get as many to customers as possible.”</em></p>
<p><em>Camrys for sale in North America are built at Toyota’s plant in Georgetown, and under contract at affiliate Fuji Heavy Industries Ltd.’s Subaru plant in Lafayette, Ind.</em></p>
<p><em>After a quake- and tsunami-related production slowdown in North America that lasted more than five months, Toyota has said it’s now working to build up inventory of Camry and other models as quickly as possible.</em></p>
<h3><em>&#8216;Full production&#8217;</em></h3>
<p><em>“We are running full production on Camry lines as we continue to replenish inventory and meet market demand,” said Mike Goss, a spokesman for the company’s manufacturing unit, without elaborating.</em></p>
<p><em>Toyota’s best year for Camry was 473,108 sold in 2007. Between its Kentucky <a id="itxthook4" rel="nofollow" href="http://www.courier-journal.com/apps/pbcs.dll/article?AID=2011312170058#">plant</a> and the Subaru factory, the company has said it can produce about 500,000 of the cars.</em></p>
<p><em>The automaker estimates that more than 6.8 million Camry models are on the road in the U.S., the largest owner base of any midsize sedan.</em></p>
<p><em>Toyota touts the latest version of Camry as more fuel-efficient than the previous version, with a better ride and handling. The car has added safety features and last week received a top score in federal crash tests.</em></p>
<p><em>The new Camry’s exterior has squared off corners compared with the earlier version’s rounder edges. The redesigned model has a roomier rear seat and bigger trunk.</em></p>
<h3><em>&#8216;Extra scrutiny&#8217;</em></h3>
<p><em>It’s essential for the new car to be seen by consumers as safe and high-quality, following the company’s recalls of Camry and other models for flaws linked to unintended acceleration, said Eric Noble, president of the Car Lab, an industry consultant in Orange, Calif.</em></p>
<p><em>“This model will receive extra scrutiny,” Noble said. “To much of America, Toyota is the Camry. What Toyota needs is at least an acceptable launch out of this car as a signal to the North American public that hey, we’re all right again.’”</em></p>
<p><em>Since sales began in October, most buyers of the new model are previous owners of Camrys and other Toyota models, Jim Lentz, president of Toyota’s U.S. sales unit, said in an interview last month.</em></p>
<p><em>Sales of Camry should rebound to about 30,000 units a month “sometime in February or March,” Lentz said. The car typically sold at that level or higher before the recalls and this year’s production slowdown.</em></p>
<h3><em>Improvements</em></h3>
<p><em>Camry sales were shrinking prior to this year’s natural disasters as Hyundai, Kia, Ford and GM raised competition with features matching or topping those of Camry. The latest Camry has an enlarged cabin and moves ahead of Accord, Sonata, Optima, Altima, Fusion and the Chevy Malibu with the highest fuel-economy rating among four-cylinder midsize sedans, at 25 miles per gallon of gas in city driving, 35 mpg highway.</em></p>
<p><em>The 2012 Camry Hybrid, whose 41 mpg average tops Hyundai’s Sonata Hybrid at 37 mpg and the Fusion Hybrid at 39, is the highest among midsize sedans, according to Environmental Protection Agency data.</em></p>
<p><em>The price of a base model 4-cylinder engine 2012 Camry LE with an automatic transmission was trimmed about $200 to $22,500. That compares with $23,095 for a Sonata GLS model and $21,750 for an Optima LX.</em></p>
<p><em>Component shortages caused by Thailand’s floods disrupted production for Japanese automakers. Toyota said the floods will cut earnings by $1.55 billion.</em><br />
I wonder if Louisvillians have noticed a shift in the number of new Toyotas Camrys being purchased in comparison to the number of Kia Optimas, Hyundai Sonatas and the Ford Fusions being purchased? The Camry is a solidly built car, but I would imagine that the current economic climate will push Louisville car buyers to look more seriously at the Optima and Sonata (especially considering that <a title="2011 Kia Optima" href="http://louisville-cars.com/blog/2011/12/20/2011-kia-optima-louisville-cars/" target="_blank">their designs have recently been dramatically improved</a>).</p>
<p>The cars mentioned in this article and respective <a title="Louisville Car Dealer" href="http://kiastore.com" target="_blank">Louisville car dealers</a></p>
<p><strong>The Kia Optima</strong><br />
<em>Louisville Kia car dealers:<br />
</em>The Kia Store<br />
5325 Preston Highway Louisville, KY 40213<br />
Website: <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">http://www.kiastore.com</a><br />
Telephone: 888-214-1809</p>
<p>Kia Store East<br />
7301 New LaGrange Rd Louisville, KY 40222<br />
Website: <a title="Louisville Cars" href="http://www.kiastoreeast.com" target="_blank">http://www.kiastoreeast.com</a><br />
Telephone: 888-208-8387</p>
<p>Kia Store Clarksville<br />
826 E Lewis &amp; Clark Pkwy Clarksville, IN, 47129<br />
Website: <a title="Clarksville Cars" href="http://kiastoreclarksville.com" target="_blank">http://www.kiastoreclarksville.com</a><br />
Telephone: 866-545-2429</p>
<p>Kia Store Etown<br />
1501 N. Dixie Hwy Elizabethtown, KY 42701<br />
Website: <a title="Elizabethtown Cars" href="http://www.kiastoreetown.com" target="_blank">http://www.kiastoreetown.com</a><br />
Telephone: 888-933-9544</p>
<p><strong>The Toyota Camry<br />
</strong><em>Louisville Toyota dealers<br />
</em>Toyota of Louisville<br />
6514 Dixie Highway Louisville, KY 40258<br />
Website: <a title="Toyota of Louisville" href="http://www.toyotaoflouisville.com/" target="_blank">http://www.toyotaoflouisville.com/</a><br />
Telephone: 888-334-8899 (sales)</p>
<p>Oxmoor Toyota<br />
8003 Shelbyville Road Louisville, KY 40222<br />
Website: <a title="Oxmoor Toyota" href="http://oxmoortoyota.com/" target="_blank">http://www.oxmoortoyota.com</a><br />
Telephone: 888-471-8170</p>
<p><strong>The Hyundai Sonata</strong><br />
<em>Louisville Hyundai dealers<br />
</em>Hyundai of Louisville<br />
6633 Dixie Highway Louisville, KY 40258<br />
Website: <a title="Hyundai of Louisville" href="http://hyundaioflouisville.com/" target="_blank">http://www.hyundaioflouisville.com</a><br />
Telephone: 888-820-9572<em><br />
</em></p>
<p>Bales Hyundai<strong><br />
</strong>630 Broadway<br />
Jeffersonville, IN 47130<br />
Website: <a title="Bales Hyundai" href="http://www.baleshyundai.com/" target="_blank">http://www.baleshyundai.com/</a><br />
Telephone: (866) 761-9954</p>
<p><strong>The Ford Fusion<br />
</strong><em>Louisville Hyundai dealers</em><br />
Town and Country Ford<br />
6015 Preston Highway Louisville, KY 40219<br />
Website: <a title="Ford Louisville" href="http://www.fordlouisville.com/" target="_blank">http://www.fordlouisville.com/<br />
</a>Telephone: 502-961-8421</p>
<p>&nbsp;</p>
<p><em><br />
</em></p>
    <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://kiastore.com/used-cars-louisville.php/K5287A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Mazda Mazda5&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://kiastore.com/used-cars-louisville.php/K5287A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5287A-1.jpg' alt='Used 2010 Mazda Mazda5'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5287A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5287A%2FUsed-Mazda-Mazda5-Louisville-KY' target='_blank' >Used Mazda Mazda5 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5287A"/><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://kiastore.com/used-cars-louisville.php/K6045A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 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://kiastore.com/used-cars-louisville.php/K6045A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K6045A-1.jpg' alt='Used 2004 Kia Sorento'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K6045A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK6045A%2FUsed-Kia-Sorento-Louisville-KY' target='_blank' >Used Kia Sorento pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K6045A"/><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://kiastore.com/used-cars-louisville.php/K6005A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2007 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K6005A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K6005A-1.jpg' alt='Used 2007 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K6005A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK6005A%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K6005A"/><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://kiastore.com/used-cars-louisville.php/K4995A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Ford F-150&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://kiastore.com/used-cars-louisville.php/K4995A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4995A-1.jpg' alt='Used 2008 Ford F-150'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4995A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4995A%2FUsed-Ford-F-150-Louisville-KY' target='_blank' >Used Ford F-150 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4995A"/><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://kiastore.com/used-cars-louisville.php/K5403A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 Hyundai Elantra&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://kiastore.com/used-cars-louisville.php/K5403A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5403A-1.jpg' alt='Used 2004 Hyundai Elantra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5403A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5403A%2FUsed-Hyundai-Elantra-Louisville-KY' target='_blank' >Used Hyundai Elantra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5403A"/><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://kiastore.com/used-cars-louisville.php/K5433A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Optima&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://kiastore.com/used-cars-louisville.php/K5433A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5433A-1.jpg' alt='Used 2008 Kia Optima'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5433A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5433A%2FUsed-Kia-Optima-Louisville-KY' target='_blank' >Used Kia Optima pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5433A"/><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://kiastoreeast.com/used-cars-kentucky.php/10911">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 1998 Chrysler Cirrus&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-kentucky.php/10911">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/10911-1.jpg' alt='Used 1998 Chrysler Cirrus'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=10911&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2F10911%2FUsed-Chrysler-Cirrus-Louisville-KY' target='_blank' >Used Chrysler Cirrus pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="10911"/><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://kiastoreeast.com/used-cars-kentucky.php/10914">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2001 Nissan Maxima&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-kentucky.php/10914">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/10914-1.jpg' alt='Used 2001 Nissan Maxima'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=10914&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2F10914%2FUsed-Nissan-Maxima-Louisville-KY' target='_blank' >Used Nissan Maxima pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="10914"/><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://kiastoreeast.com/used-cars-kentucky.php/E9766A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Kia Spectra&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-kentucky.php/E9766A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/E9766A-1.jpg' alt='Used 2006 Kia Spectra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=E9766A&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2FE9766A%2FUsed-Kia-Spectra-Louisville-KY' target='_blank' >Used Kia Spectra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="E9766A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>The Toyota Camry has enjoyed complete domination of the passenger car market. You can find many Camry&#8217;s on the blacktop among the many <a title="cars in Louisville" href="http://kiastore.com" target="_blank">cars in Louisville</a>. It has been the top-selling passenger car in all the land and now its historical reign may be in jeopardy due to the popularity of its competitors. Toyota is also feeling pressure due to a strengthening currency and Thailand&#8217;s recent floods.</p>
<p><a title="Toyota Motors Stock" href="http://www.google.com/finance?q=NYSE%3ATM&amp;hl=en " target="_blank">Toyota&#8217;s stock</a> has dropped nearly 19 percent year-to-date. It seems as though stockholders have become aware of the pressures discussed in this article recently published by the <a title="Courier Journal Cars" href="http://www.courier-journal.com/apps/pbcs.dll/article?AID=2011312170058" target="_blank">Courier-Journal</a>:</p>
<p><em>Toyota Motor Corp. was already counting on the revamped Camry to spark a U.S. sales rally. The carmaker’s flagship model is now under additional pressure as a stronger currency and Thailand’s floods cut into profits.</em></p>
<p><em>The company has reduced its earnings forecast by more than 50 percent for the year ending in March, blaming a slump in production after Thailand’s worst floods in almost 70 years.</em></p>
<p><em>The 2012 Camry, which primarily is assembled in Georgetown, Ky., was released in October with a goal of boosting sales hurt by Japan’s earthquake and tsunami and retaining its title as the top-selling U.S. passenger car.</em></p>
<p><em>“There’s a lot of pressure on that car,” said Maryann Keller, an auto analyst and president at Maryann Keller &amp; Associates. “It’s been reviewed as being competitive within the midsize sedan segment, but not that much better or worse than competitors. Right now, the perceived design leader is Hyundai’s Sonata, and Kia’s Optima is also doing well.”</em></p>
<p><em>While Toyota is set to lose its ranking as the world’s largest automaker this year to General Motors Co., the Toyota City, Japan-based company has said it’s determined to keep Camry the best-selling car in the U.S., a spot held for 13 of the past 14 years.</em></p>
<p><em>Rebounding from parts shortages and assembly disruptions may prove easier than overcoming rivals.</em></p>
<p><em>“Camry bears the lion’s share of whether they succeed in recovering both market share and profitability” in the U.S., said Larry Dominique, executive vice president of TrueCar.com and former head of Nissan Motor Co.’s North American product planning. “The reality is the best way to gain market share and profitability is new product, and Camry is their biggest.”</em></p>
<h3><em>&#8216;Pricing power&#8217;</em></h3>
<p><em>The success of Hyundai Motor Co.’s <a title="Hyundai Sonata" href="http://en.wikipedia.org/wiki/Hyundai_Sonata" target="_blank">Sonata </a>and Kia Motors Corp.’s <a title="Kia Optima" href="http://kiastore.com" target="_blank">Optima</a> as well as Ford Motor Co.’s <a title="Ford Fusion" href="http://en.wikipedia.org/wiki/Ford_Fusion_(Americas)" target="_blank">Fusion</a>, means Toyota no longer has the ability to price Camry above segment competitors, Keller said.</em></p>
<p><em>“The problem isn’t so much how many units of Camry they sell, but the margin of each vehicle,” she said. “They don’t have the kind of pricing power they once enjoyed.”</em></p>
<p><em>U.S. drivers bought 23,440 Camrys in November, 15,668 Sonatas and 9,533 Optimas.</em></p>
<p><em>While Camry remains the best-selling car in 2011, even after production delays helped cut sales 7.3 percent so far this year, Sonata volume is up 15 percent and Optima deliveries more than tripled from last year.</em></p>
<p><em>Toyota doesn’t disclose its profit for the Camry. Neither Keller nor Efraim Levy, a New York-based equity analyst for S&amp;P Capital IQ, who rates Toyota’s American depositary receipts “hold,” had estimates for how much Toyota earns from the car.</em></p>
<h3><em>Camry&#8217;s importance</em></h3>
<p><em>“The success of the Camry is very important to Toyota,” Levy said. “It’s similar to Ford’s F-150 pickup, since in each case it’s the single biggest source of sales volume.”</em></p>
<p><em>Toyota has set a goal of selling at least 360,000 Camrys in the U.S. in 2012. The company has sold 275,004 in the first 11 months of 2011, leading Nissan’s Altima’s 243,005, which has surpassed Honda Motor Co.’s Accord, at 217,958, for the No. 2 selling car.</em></p>
<p><em>The best-selling midsize sedans of U.S. automakers are Ford’s Fusion at 226,445 and GM’s Chevrolet Chevrolet Malibu at 191,774. GM’s top-selling car is the Cruze compact at 215,057.</em></p>
<p><em>“We have been increasing the volume of shipments to our dealers since we began production in September,” Steve Curtis, a spokesman for the company’s U.S. sales unit. “We’ll get as many to customers as possible.”</em></p>
<p><em>Camrys for sale in North America are built at Toyota’s plant in Georgetown, and under contract at affiliate Fuji Heavy Industries Ltd.’s Subaru plant in Lafayette, Ind.</em></p>
<p><em>After a quake- and tsunami-related production slowdown in North America that lasted more than five months, Toyota has said it’s now working to build up inventory of Camry and other models as quickly as possible.</em></p>
<h3><em>&#8216;Full production&#8217;</em></h3>
<p><em>“We are running full production on Camry lines as we continue to replenish inventory and meet market demand,” said Mike Goss, a spokesman for the company’s manufacturing unit, without elaborating.</em></p>
<p><em>Toyota’s best year for Camry was 473,108 sold in 2007. Between its Kentucky <a id="itxthook4" rel="nofollow" href="http://www.courier-journal.com/apps/pbcs.dll/article?AID=2011312170058#">plant</a> and the Subaru factory, the company has said it can produce about 500,000 of the cars.</em></p>
<p><em>The automaker estimates that more than 6.8 million Camry models are on the road in the U.S., the largest owner base of any midsize sedan.</em></p>
<p><em>Toyota touts the latest version of Camry as more fuel-efficient than the previous version, with a better ride and handling. The car has added safety features and last week received a top score in federal crash tests.</em></p>
<p><em>The new Camry’s exterior has squared off corners compared with the earlier version’s rounder edges. The redesigned model has a roomier rear seat and bigger trunk.</em></p>
<h3><em>&#8216;Extra scrutiny&#8217;</em></h3>
<p><em>It’s essential for the new car to be seen by consumers as safe and high-quality, following the company’s recalls of Camry and other models for flaws linked to unintended acceleration, said Eric Noble, president of the Car Lab, an industry consultant in Orange, Calif.</em></p>
<p><em>“This model will receive extra scrutiny,” Noble said. “To much of America, Toyota is the Camry. What Toyota needs is at least an acceptable launch out of this car as a signal to the North American public that hey, we’re all right again.’”</em></p>
<p><em>Since sales began in October, most buyers of the new model are previous owners of Camrys and other Toyota models, Jim Lentz, president of Toyota’s U.S. sales unit, said in an interview last month.</em></p>
<p><em>Sales of Camry should rebound to about 30,000 units a month “sometime in February or March,” Lentz said. The car typically sold at that level or higher before the recalls and this year’s production slowdown.</em></p>
<h3><em>Improvements</em></h3>
<p><em>Camry sales were shrinking prior to this year’s natural disasters as Hyundai, Kia, Ford and GM raised competition with features matching or topping those of Camry. The latest Camry has an enlarged cabin and moves ahead of Accord, Sonata, Optima, Altima, Fusion and the Chevy Malibu with the highest fuel-economy rating among four-cylinder midsize sedans, at 25 miles per gallon of gas in city driving, 35 mpg highway.</em></p>
<p><em>The 2012 Camry Hybrid, whose 41 mpg average tops Hyundai’s Sonata Hybrid at 37 mpg and the Fusion Hybrid at 39, is the highest among midsize sedans, according to Environmental Protection Agency data.</em></p>
<p><em>The price of a base model 4-cylinder engine 2012 Camry LE with an automatic transmission was trimmed about $200 to $22,500. That compares with $23,095 for a Sonata GLS model and $21,750 for an Optima LX.</em></p>
<p><em>Component shortages caused by Thailand’s floods disrupted production for Japanese automakers. Toyota said the floods will cut earnings by $1.55 billion.</em><br />
I wonder if Louisvillians have noticed a shift in the number of new Toyotas Camrys being purchased in comparison to the number of Kia Optimas, Hyundai Sonatas and the Ford Fusions being purchased? The Camry is a solidly built car, but I would imagine that the current economic climate will push Louisville car buyers to look more seriously at the Optima and Sonata (especially considering that <a title="2011 Kia Optima" href="http://louisville-cars.com/blog/2011/12/20/2011-kia-optima-louisville-cars/" target="_blank">their designs have recently been dramatically improved</a>).</p>
<p>The cars mentioned in this article and respective <a title="Louisville Car Dealer" href="http://kiastore.com" target="_blank">Louisville car dealers</a></p>
<p><strong>The Kia Optima</strong><br />
<em>Louisville Kia car dealers:<br />
</em>The Kia Store<br />
5325 Preston Highway Louisville, KY 40213<br />
Website: <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">http://www.kiastore.com</a><br />
Telephone: 888-214-1809</p>
<p>Kia Store East<br />
7301 New LaGrange Rd Louisville, KY 40222<br />
Website: <a title="Louisville Cars" href="http://www.kiastoreeast.com" target="_blank">http://www.kiastoreeast.com</a><br />
Telephone: 888-208-8387</p>
<p>Kia Store Clarksville<br />
826 E Lewis &amp; Clark Pkwy Clarksville, IN, 47129<br />
Website: <a title="Clarksville Cars" href="http://kiastoreclarksville.com" target="_blank">http://www.kiastoreclarksville.com</a><br />
Telephone: 866-545-2429</p>
<p>Kia Store Etown<br />
1501 N. Dixie Hwy Elizabethtown, KY 42701<br />
Website: <a title="Elizabethtown Cars" href="http://www.kiastoreetown.com" target="_blank">http://www.kiastoreetown.com</a><br />
Telephone: 888-933-9544</p>
<p><strong>The Toyota Camry<br />
</strong><em>Louisville Toyota dealers<br />
</em>Toyota of Louisville<br />
6514 Dixie Highway Louisville, KY 40258<br />
Website: <a title="Toyota of Louisville" href="http://www.toyotaoflouisville.com/" target="_blank">http://www.toyotaoflouisville.com/</a><br />
Telephone: 888-334-8899 (sales)</p>
<p>Oxmoor Toyota<br />
8003 Shelbyville Road Louisville, KY 40222<br />
Website: <a title="Oxmoor Toyota" href="http://oxmoortoyota.com/" target="_blank">http://www.oxmoortoyota.com</a><br />
Telephone: 888-471-8170</p>
<p><strong>The Hyundai Sonata</strong><br />
<em>Louisville Hyundai dealers<br />
</em>Hyundai of Louisville<br />
6633 Dixie Highway Louisville, KY 40258<br />
Website: <a title="Hyundai of Louisville" href="http://hyundaioflouisville.com/" target="_blank">http://www.hyundaioflouisville.com</a><br />
Telephone: 888-820-9572<em><br />
</em></p>
<p>Bales Hyundai<strong><br />
</strong>630 Broadway<br />
Jeffersonville, IN 47130<br />
Website: <a title="Bales Hyundai" href="http://www.baleshyundai.com/" target="_blank">http://www.baleshyundai.com/</a><br />
Telephone: (866) 761-9954</p>
<p><strong>The Ford Fusion<br />
</strong><em>Louisville Hyundai dealers</em><br />
Town and Country Ford<br />
6015 Preston Highway Louisville, KY 40219<br />
Website: <a title="Ford Louisville" href="http://www.fordlouisville.com/" target="_blank">http://www.fordlouisville.com/<br />
</a>Telephone: 502-961-8421</p>
<p>&nbsp;</p>
<p><em><br />
</em></p>
    <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://kiastore.com/used-cars-louisville.php/K5287A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Mazda Mazda5&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://kiastore.com/used-cars-louisville.php/K5287A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5287A-1.jpg' alt='Used 2010 Mazda Mazda5'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5287A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5287A%2FUsed-Mazda-Mazda5-Louisville-KY' target='_blank' >Used Mazda Mazda5 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5287A"/><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://kiastore.com/used-cars-louisville.php/K6045A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 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://kiastore.com/used-cars-louisville.php/K6045A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K6045A-1.jpg' alt='Used 2004 Kia Sorento'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K6045A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK6045A%2FUsed-Kia-Sorento-Louisville-KY' target='_blank' >Used Kia Sorento pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K6045A"/><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://kiastore.com/used-cars-louisville.php/K6005A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2007 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K6005A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K6005A-1.jpg' alt='Used 2007 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K6005A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK6005A%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K6005A"/><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://kiastore.com/used-cars-louisville.php/K4995A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Ford F-150&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://kiastore.com/used-cars-louisville.php/K4995A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4995A-1.jpg' alt='Used 2008 Ford F-150'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4995A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4995A%2FUsed-Ford-F-150-Louisville-KY' target='_blank' >Used Ford F-150 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4995A"/><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://kiastore.com/used-cars-louisville.php/K5403A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 Hyundai Elantra&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://kiastore.com/used-cars-louisville.php/K5403A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5403A-1.jpg' alt='Used 2004 Hyundai Elantra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5403A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5403A%2FUsed-Hyundai-Elantra-Louisville-KY' target='_blank' >Used Hyundai Elantra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5403A"/><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://kiastore.com/used-cars-louisville.php/K5433A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Optima&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://kiastore.com/used-cars-louisville.php/K5433A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5433A-1.jpg' alt='Used 2008 Kia Optima'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5433A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5433A%2FUsed-Kia-Optima-Louisville-KY' target='_blank' >Used Kia Optima pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5433A"/><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://kiastoreeast.com/used-cars-kentucky.php/10911">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 1998 Chrysler Cirrus&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-kentucky.php/10911">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/10911-1.jpg' alt='Used 1998 Chrysler Cirrus'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=10911&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2F10911%2FUsed-Chrysler-Cirrus-Louisville-KY' target='_blank' >Used Chrysler Cirrus pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="10911"/><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://kiastoreeast.com/used-cars-kentucky.php/10914">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2001 Nissan Maxima&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-kentucky.php/10914">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/10914-1.jpg' alt='Used 2001 Nissan Maxima'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=10914&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2F10914%2FUsed-Nissan-Maxima-Louisville-KY' target='_blank' >Used Nissan Maxima pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="10914"/><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://kiastoreeast.com/used-cars-kentucky.php/E9766A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Kia Spectra&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-kentucky.php/E9766A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/E9766A-1.jpg' alt='Used 2006 Kia Spectra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=E9766A&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2FE9766A%2FUsed-Kia-Spectra-Louisville-KY' target='_blank' >Used Kia Spectra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="E9766A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://used-cars-louisville.com/blog/2011/12/21/toyota-camry-feels-crunch-by-sonata-optima-louisville-cars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 Kia Optima &#124; Louisville Cars</title>
		<link>http://used-cars-louisville.com/blog/2011/12/20/2011-kia-optima-louisville-cars/</link>
		<comments>http://used-cars-louisville.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://used-cars-louisville.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://kiastore.com/used-cars-louisville.php/K5287A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Mazda Mazda5&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://kiastore.com/used-cars-louisville.php/K5287A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5287A-1.jpg' alt='Used 2010 Mazda Mazda5'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5287A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5287A%2FUsed-Mazda-Mazda5-Louisville-KY' target='_blank' >Used Mazda Mazda5 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5287A"/><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://kiastore.com/used-cars-louisville.php/K6045A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 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://kiastore.com/used-cars-louisville.php/K6045A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K6045A-1.jpg' alt='Used 2004 Kia Sorento'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K6045A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK6045A%2FUsed-Kia-Sorento-Louisville-KY' target='_blank' >Used Kia Sorento pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K6045A"/><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://kiastore.com/used-cars-louisville.php/K5433A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Optima&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://kiastore.com/used-cars-louisville.php/K5433A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5433A-1.jpg' alt='Used 2008 Kia Optima'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5433A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5433A%2FUsed-Kia-Optima-Louisville-KY' target='_blank' >Used Kia Optima pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5433A"/><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://kiastoreeast.com/used-cars-kentucky.php/10911">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 1998 Chrysler Cirrus&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-kentucky.php/10911">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/10911-1.jpg' alt='Used 1998 Chrysler Cirrus'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=10911&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2F10911%2FUsed-Chrysler-Cirrus-Louisville-KY' target='_blank' >Used Chrysler Cirrus pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="10911"/><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://kiastore.com/used-cars-louisville.php/K5287A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Mazda Mazda5&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://kiastore.com/used-cars-louisville.php/K5287A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5287A-1.jpg' alt='Used 2010 Mazda Mazda5'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5287A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5287A%2FUsed-Mazda-Mazda5-Louisville-KY' target='_blank' >Used Mazda Mazda5 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5287A"/><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://kiastore.com/used-cars-louisville.php/K6045A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 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://kiastore.com/used-cars-louisville.php/K6045A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K6045A-1.jpg' alt='Used 2004 Kia Sorento'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K6045A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK6045A%2FUsed-Kia-Sorento-Louisville-KY' target='_blank' >Used Kia Sorento pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K6045A"/><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://kiastore.com/used-cars-louisville.php/K5433A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Optima&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://kiastore.com/used-cars-louisville.php/K5433A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5433A-1.jpg' alt='Used 2008 Kia Optima'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5433A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5433A%2FUsed-Kia-Optima-Louisville-KY' target='_blank' >Used Kia Optima pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5433A"/><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://kiastoreeast.com/used-cars-kentucky.php/10911">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 1998 Chrysler Cirrus&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-kentucky.php/10911">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/10911-1.jpg' alt='Used 1998 Chrysler Cirrus'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=10911&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2F10911%2FUsed-Chrysler-Cirrus-Louisville-KY' target='_blank' >Used Chrysler Cirrus pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="10911"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://used-cars-louisville.com/blog/2011/12/20/2011-kia-optima-louisville-cars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kentucky Winter Weather Driving Tips</title>
		<link>http://used-cars-louisville.com/blog/2011/12/16/kentucky-winter-weather-driving-tips/</link>
		<comments>http://used-cars-louisville.com/blog/2011/12/16/kentucky-winter-weather-driving-tips/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 16:44:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[Driving Tips]]></category>
		<category><![CDATA[Kentucky cars]]></category>
		<category><![CDATA[Kentucky driving]]></category>
		<category><![CDATA[louisville cars]]></category>
		<category><![CDATA[Louisville driving]]></category>
		<category><![CDATA[Winter Driving]]></category>

		<guid isPermaLink="false">http://used-cars-louisville.com/blog/2011/12/16/kentucky-winter-weather-driving-tips/</guid>
		<description><![CDATA[    <p>Cold air and precipitation don&#8217;t mix well when it comes to creating ideal driving conditions. In fact, driving on slick roads can be downright miserable &#8211; especially if you are unfamiliar with how to handle your car under these conditions. <a title="Driving in Kentucky" href="http://kiastore.com" target="_blank">Driving in Kentucky</a>, with its winding country roads can pose an especially unique challenge to novice drivers (those driving <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">cars in Louisville</a> are not immune to these challenging scenarios).</p>
<p>The best way to protect yourself against becoming a victim of hazardous road conditions is to avoid driving altogether. But heck, that just isn&#8217;t always feasible with so many things to do this time of year. So, without further adieu, here are ten winter weather driving tips courtesy of <a title="Edmunds.com" href="http://www.edmunds.com/car-safety/driving-on-snow-and-ice-10-safety-tips.html" target="_blank">edmunds.com</a> for those of your driving your <a title="Cars in Louisville, KY" href="http://www.kiastore.com" target="_blank">cars in Louisville, KY</a> (or anywhere, for that matter). <a title="Kentucky Office of Highway Safety" href="http://transportation.ky.gov/highway-safety/Pages/default.aspx" target="_blank">Drive safe, Kentucky!</a></p>
<ol>
<li><em><strong>Get a grip.</strong> To have adequate snow traction, a tire requires at least 6/32-inch deep tread, according to The Tire Rack. (New passenger-car tires usually have 10/32-inch of tread.) Ultrahigh-performance &#8220;summer&#8221; tires have little or no grip in snow. Even &#8220;all-season&#8221; tires don&#8217;t necessarily have great snow traction: Some do, some don&#8217;t. If you live where the roads are regularly covered with snow, use snow tires (sometimes called &#8220;winter tires&#8221; by tiremakers). They have a &#8220;snowflake on the mountain&#8221; symbol on the sidewall, meaning they meet a tire-industry standard for snow traction.</em></li>
<li><em><strong>Make sure you can see.</strong> Replace windshield wiper blades. Clean the inside of your windows thoroughly. Apply a water-shedding material (such as Rain-X) to the outside of all windows, including the mirrors. Make sure your windshield washer system works and is full of an anti-icing fluid. Drain older fluid by running the washers until new fluid appears: Switching fluid colors makes this easy.</em></li>
<li><em><strong>Run the air-conditioner.</strong> In order to remove condensation and frost from the interior of windows, engage your air-conditioner and select the fresh air option: It&#8217;s fine to set the temperature on &#8220;hot.&#8221; Many cars automatically do this when you choose the defrost setting.</em></li>
<li><em><strong>Check your lights.</strong> Use your headlights so that others will see you and, we hope, not pull out in front of you. Make sure your headlights and taillights are clear of snow. If you have an <a title="Louisville used cars" href="http://www.kiastore.com/louisville-used-cars1.php/all" target="_blank">older car</a> with sand-pitted headlights, get a new set of lenses. To prevent future pitting, cover the new lens with a clear tape like that used to protect the leading edge of helicopter rotor blades and racecar wings. It&#8217;s available from auto-racing supply sites.</em></li>
<li><em><strong>Give yourself a brake.</strong> Learn how to get maximum efficiency from your brakes before an emergency. It&#8217;s easy to properly use antilock brakes: Stomp, stay and steer. Stomp on the pedal as if you were trying to snap it off. Stay hard on the pedal. Steer around the obstacle. (A warning: A little bit of steering goes a very long way in an emergency. See Tip 8.) If you drive on icy roads or roads that are covered with snow, modify your ABS technique: After you &#8220;Stomp&#8221; and the ABS begins cycling — you will feel pulses in the pedal or hear the system working — ease up slightly on the pedal until the pulsing happens only once a second.</em><em>For vehicles without ABS, you&#8217;ll have to rely on the old-fashioned system: You. For non-ABS on a mixed-surface road, push the brake pedal hard until the wheels stop rolling, then immediately release the brake enough to allow the wheels to begin turning again. Repeat this sequence rapidly. This is not the same as &#8220;pumping the brake.&#8221; Your goal is to have the tires producing maximum grip regardless of whether the surface is snow, ice or damp pavement. Use the tips in <a href="http://www.edmunds.com/driving-tips/how-to-survive-the-top-10-driving-emergencies.html">&#8220;How To Survive the Top 10 Driving Emergencies&#8221;</a> to practice before the emergency.</em></li>
<li><em><strong>Watch carefully for &#8220;black ice.&#8221;</strong> If the road looks slick, it probably is. This is especially true with one of winter&#8217;s worst hazards: &#8220;black ice.&#8221; Also called &#8220;glare ice,&#8221; this is nearly transparent ice that often looks like a harmless puddle or is overlooked entirely. Test the traction with a smooth brake application or slight turn of the wheel.</em></li>
<li><em><strong>Remember the tough spots.</strong> Race drivers must memorize the nuances of every track, so they can alter their path for changing track conditions. You must remember where icy roads tend to occur. Bridges and intersections are common places. Also: wherever water runs across the road. I know people who lost control on ice caused by homeowners draining above-ground pools and by an automatic lawn sprinkler that sprayed water onto a street in freezing temperatures.</em></li>
<li><em><strong>Too much steering is bad.</strong> If a slick section in a turn causes your front tires to lose grip, the common — but incorrect — reaction is to continue turning the steering wheel. That&#8217;s like writing checks on an overdrawn account: It won&#8217;t improve the situation and may make things worse. If the icy conditions end and the front tires regain grip, your car will dart whichever way the wheels are pointed. That may be into oncoming traffic or a telephone pole. Something very similar happens if you steer too much while braking with ABS. Sadly, there are situations where nothing will prevent a crash, but turning the steering too much never helps.</em></li>
<li><em><strong>Avoid rear-tire slides.</strong> First, choose a car with electronic stability control. Fortunately, ESC will be mandatory on all 2012 models. Next, make sure your rear tires have at least as much tread as your front tires. Finally, if you buy winter tires, get four.</em></li>
<li><em><strong>Technology offers no miracles.</strong> All-wheel drive and electronic stability control can get you into trouble by offering a false sense of security. AWD can only help a vehicle accelerate or keep moving: It can&#8217;t help you go around a snow-covered turn, much less stop at an icy intersection. ESC can prevent a spinout, but it can&#8217;t clear ice from the roads or give your tires more traction. Don&#8217;t let these lull you into overestimating the available traction.</em></li>
</ol>
<p><a title="Kentucky Driving" href="http://transportation.ky.gov/driver-licensing/Pages/default.aspx" target="_blank">Driving in Kentucky</a> can be fun. Hopefully these tips can ensure your safe travels. We wish you safe driving this holiday season!</p>
<p>&nbsp;</p>
<p>The Louisville Cars Team</p>
<p>&nbsp;</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>Cold air and precipitation don&#8217;t mix well when it comes to creating ideal driving conditions. In fact, driving on slick roads can be downright miserable &#8211; especially if you are unfamiliar with how to handle your car under these conditions. <a title="Driving in Kentucky" href="http://kiastore.com" target="_blank">Driving in Kentucky</a>, with its winding country roads can pose an especially unique challenge to novice drivers (those driving <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">cars in Louisville</a> are not immune to these challenging scenarios).</p>
<p>The best way to protect yourself against becoming a victim of hazardous road conditions is to avoid driving altogether. But heck, that just isn&#8217;t always feasible with so many things to do this time of year. So, without further adieu, here are ten winter weather driving tips courtesy of <a title="Edmunds.com" href="http://www.edmunds.com/car-safety/driving-on-snow-and-ice-10-safety-tips.html" target="_blank">edmunds.com</a> for those of your driving your <a title="Cars in Louisville, KY" href="http://www.kiastore.com" target="_blank">cars in Louisville, KY</a> (or anywhere, for that matter). <a title="Kentucky Office of Highway Safety" href="http://transportation.ky.gov/highway-safety/Pages/default.aspx" target="_blank">Drive safe, Kentucky!</a></p>
<ol>
<li><em><strong>Get a grip.</strong> To have adequate snow traction, a tire requires at least 6/32-inch deep tread, according to The Tire Rack. (New passenger-car tires usually have 10/32-inch of tread.) Ultrahigh-performance &#8220;summer&#8221; tires have little or no grip in snow. Even &#8220;all-season&#8221; tires don&#8217;t necessarily have great snow traction: Some do, some don&#8217;t. If you live where the roads are regularly covered with snow, use snow tires (sometimes called &#8220;winter tires&#8221; by tiremakers). They have a &#8220;snowflake on the mountain&#8221; symbol on the sidewall, meaning they meet a tire-industry standard for snow traction.</em></li>
<li><em><strong>Make sure you can see.</strong> Replace windshield wiper blades. Clean the inside of your windows thoroughly. Apply a water-shedding material (such as Rain-X) to the outside of all windows, including the mirrors. Make sure your windshield washer system works and is full of an anti-icing fluid. Drain older fluid by running the washers until new fluid appears: Switching fluid colors makes this easy.</em></li>
<li><em><strong>Run the air-conditioner.</strong> In order to remove condensation and frost from the interior of windows, engage your air-conditioner and select the fresh air option: It&#8217;s fine to set the temperature on &#8220;hot.&#8221; Many cars automatically do this when you choose the defrost setting.</em></li>
<li><em><strong>Check your lights.</strong> Use your headlights so that others will see you and, we hope, not pull out in front of you. Make sure your headlights and taillights are clear of snow. If you have an <a title="Louisville used cars" href="http://www.kiastore.com/louisville-used-cars1.php/all" target="_blank">older car</a> with sand-pitted headlights, get a new set of lenses. To prevent future pitting, cover the new lens with a clear tape like that used to protect the leading edge of helicopter rotor blades and racecar wings. It&#8217;s available from auto-racing supply sites.</em></li>
<li><em><strong>Give yourself a brake.</strong> Learn how to get maximum efficiency from your brakes before an emergency. It&#8217;s easy to properly use antilock brakes: Stomp, stay and steer. Stomp on the pedal as if you were trying to snap it off. Stay hard on the pedal. Steer around the obstacle. (A warning: A little bit of steering goes a very long way in an emergency. See Tip 8.) If you drive on icy roads or roads that are covered with snow, modify your ABS technique: After you &#8220;Stomp&#8221; and the ABS begins cycling — you will feel pulses in the pedal or hear the system working — ease up slightly on the pedal until the pulsing happens only once a second.</em><em>For vehicles without ABS, you&#8217;ll have to rely on the old-fashioned system: You. For non-ABS on a mixed-surface road, push the brake pedal hard until the wheels stop rolling, then immediately release the brake enough to allow the wheels to begin turning again. Repeat this sequence rapidly. This is not the same as &#8220;pumping the brake.&#8221; Your goal is to have the tires producing maximum grip regardless of whether the surface is snow, ice or damp pavement. Use the tips in <a href="http://www.edmunds.com/driving-tips/how-to-survive-the-top-10-driving-emergencies.html">&#8220;How To Survive the Top 10 Driving Emergencies&#8221;</a> to practice before the emergency.</em></li>
<li><em><strong>Watch carefully for &#8220;black ice.&#8221;</strong> If the road looks slick, it probably is. This is especially true with one of winter&#8217;s worst hazards: &#8220;black ice.&#8221; Also called &#8220;glare ice,&#8221; this is nearly transparent ice that often looks like a harmless puddle or is overlooked entirely. Test the traction with a smooth brake application or slight turn of the wheel.</em></li>
<li><em><strong>Remember the tough spots.</strong> Race drivers must memorize the nuances of every track, so they can alter their path for changing track conditions. You must remember where icy roads tend to occur. Bridges and intersections are common places. Also: wherever water runs across the road. I know people who lost control on ice caused by homeowners draining above-ground pools and by an automatic lawn sprinkler that sprayed water onto a street in freezing temperatures.</em></li>
<li><em><strong>Too much steering is bad.</strong> If a slick section in a turn causes your front tires to lose grip, the common — but incorrect — reaction is to continue turning the steering wheel. That&#8217;s like writing checks on an overdrawn account: It won&#8217;t improve the situation and may make things worse. If the icy conditions end and the front tires regain grip, your car will dart whichever way the wheels are pointed. That may be into oncoming traffic or a telephone pole. Something very similar happens if you steer too much while braking with ABS. Sadly, there are situations where nothing will prevent a crash, but turning the steering too much never helps.</em></li>
<li><em><strong>Avoid rear-tire slides.</strong> First, choose a car with electronic stability control. Fortunately, ESC will be mandatory on all 2012 models. Next, make sure your rear tires have at least as much tread as your front tires. Finally, if you buy winter tires, get four.</em></li>
<li><em><strong>Technology offers no miracles.</strong> All-wheel drive and electronic stability control can get you into trouble by offering a false sense of security. AWD can only help a vehicle accelerate or keep moving: It can&#8217;t help you go around a snow-covered turn, much less stop at an icy intersection. ESC can prevent a spinout, but it can&#8217;t clear ice from the roads or give your tires more traction. Don&#8217;t let these lull you into overestimating the available traction.</em></li>
</ol>
<p><a title="Kentucky Driving" href="http://transportation.ky.gov/driver-licensing/Pages/default.aspx" target="_blank">Driving in Kentucky</a> can be fun. Hopefully these tips can ensure your safe travels. We wish you safe driving this holiday season!</p>
<p>&nbsp;</p>
<p>The Louisville Cars Team</p>
<p>&nbsp;</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></content:encoded>
			<wfw:commentRss>http://used-cars-louisville.com/blog/2011/12/16/kentucky-winter-weather-driving-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Used Cars Louisville Ky Dealer:  The Kia Store</title>
		<link>http://used-cars-louisville.com/blog/2011/05/20/used-cars-louisville-ky-dealer-the-kia-store/</link>
		<comments>http://used-cars-louisville.com/blog/2011/05/20/used-cars-louisville-ky-dealer-the-kia-store/#comments</comments>
		<pubDate>Fri, 20 May 2011 21:41:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[louisville cars]]></category>
		<category><![CDATA[louisville used cars]]></category>
		<category><![CDATA[used cars louisville ky]]></category>
		<category><![CDATA[used trucks louisville]]></category>

		<guid isPermaLink="false">http://used-cars-louisville.com/blog/2011/05/20/used-cars-louisville-ky-dealer-the-kia-store/</guid>
		<description><![CDATA[    <p><span style="color: #000000; font-size: 31px; line-height: 46px;">Kia Store Louisville Review</span></p>
<div class="info">Author: <a href="http://www.articlealley.com/author_1_300564.html">louisville-cars</a></div>
<div class="body">http://www.louisville-cars.com</p>
<p>Louisville car dealership reviews.&nbsp;</p>
<p>The Kia Store Louisville</p>
<p>5325 Preston Hwy, Louisville, KY 40213</p>
<p>(502) 968-6111â€Ž &#8211; (502) 962-3232â€Ž (Fax)</p>
<p>http://www.kiastore.com</p>
<p>Great Louisville Used Car Dealership</p>
<p>by Citysearch</p>
<p>The entire car buying experience is never fun, but buying from the Kia Store was a breath of fresh air. Its no secret that used cars lots are not for the weak minded. Nobody in their right mind would send their grandmother to a used car lot alone with her checkbook to buy a car. That is just the reputations used car lots have. The Kia Store is making a very strong push to break through that stereotype. Besides giving me the car for free, they could not have done much more for me. Throw away everything you know about buying a used car, the heckling, the buy now attitude, the hostage like negotiations with the dreaded sales managers in their Ivory tower on the other side of the room. Everything! When I was at the Kia Store it was more like going to any retail store, and just getting help from an employee. I wouldn&#8217;t be surprised if the salesmen didn&#8217;t even get commission. My salesmen&#8217;s only care seemed to be if I got good service or not.</p>
<p>Good Louisville used cars lots are not easy to come across. I consider myself very lucky to have found such an easy going trustworthy dealership. I will be recommending it to all my friends.</p>
<p>A review of Kia Store from DealerRater.com</p>
<p>My Review of The Kia Store:</p>
<p>I recently dealt with The Kia Store and had a great experience. Everyone who worked with me was very professional and friendly. I felt like they were very honest and genuinely cared about delivering good service. I did use the website to search their inventory first before I even went to the dealership, so I had a few cars in mind when I got there to check it out in person. I loved the website and the convenience of shopping their inventory online at their Louisville used car page and I highly recommend this a place to start for anyone looking to buy a used car. I found the prices to be good, maybe not the very best rock bottom prices, but I am willing to pay a little more for better customer service and the feeling that I am not being ripped off. With some of the super low prices you see you kind of have to wonder what&#8217;s going on with that car or that dealership so I am happy to avoid to &#8220;iffy&#8221; dealerships and their questionable low prices. Overall I highly recommend The Kia Store for used car sales.<br />
Louisville Cars</p>
<p>7301B New LaGrange Rd</p>
<p>Louisville, KY 40222</p>
<p>(502) 814-0487</p>
</div>
<div class="source">Article Source: <a href="http://www.articlealley.com/article_1589543_31.html">http://www.articlealley.com/article_1589543_31.html</a></div>
<div class="author">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The Kia Store</p>
<p><a title="used cars louisville" href="http://kiastore.com">Used Cars Louisville</a></p>
</div>
    <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://kiastore.com/used-cars-louisville.php/U4077">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4077">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4077-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4077&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4077%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4077"/><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://kiastore.com/used-cars-louisville.php/K3169">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K3169">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K3169-1.jpg' alt='Used 2011 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K3169&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK3169%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K3169"/><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://kiastore.com/used-cars-louisville.php/U4130">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4130">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4130-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4130&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4130%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4130"/><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://kiastore.com/used-cars-louisville.php/U4131">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4131">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4131-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4131&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4131%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4131"/><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://kiastore.com/used-cars-louisville.php/U4132">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Rondo&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://kiastore.com/used-cars-louisville.php/U4132">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4132-1.jpg' alt='Used 2008 Kia Rondo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4132&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4132%2FUsed-Kia-Rondo-Louisville-KY' target='_blank' >Used Kia Rondo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4132"/><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://kiastore.com/used-cars-louisville.php/K4208X">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Suzuki XL-7&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://kiastore.com/used-cars-louisville.php/K4208X">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4208X-1.jpg' alt='Used 2006 Suzuki XL-7'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4208X&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4208X%2FUsed-Suzuki-XL-7-Louisville-KY' target='_blank' >Used Suzuki XL-7 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4208X"/><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://kiastore.com/used-cars-louisville.php/K5030A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Chevrolet Aveo&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://kiastore.com/used-cars-louisville.php/K5030A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5030A-1.jpg' alt='Used 2010 Chevrolet Aveo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=K5030A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5030A%2FUsed-Chevrolet-Aveo-Louisville-KY' target='_blank' >Used Chevrolet Aveo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5030A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
			<content:encoded><![CDATA[    <p><span style="color: #000000; font-size: 31px; line-height: 46px;">Kia Store Louisville Review</span></p>
<div class="info">Author: <a href="http://www.articlealley.com/author_1_300564.html">louisville-cars</a></div>
<div class="body">http://www.louisville-cars.com</p>
<p>Louisville car dealership reviews.&nbsp;</p>
<p>The Kia Store Louisville</p>
<p>5325 Preston Hwy, Louisville, KY 40213</p>
<p>(502) 968-6111â€Ž &#8211; (502) 962-3232â€Ž (Fax)</p>
<p>http://www.kiastore.com</p>
<p>Great Louisville Used Car Dealership</p>
<p>by Citysearch</p>
<p>The entire car buying experience is never fun, but buying from the Kia Store was a breath of fresh air. Its no secret that used cars lots are not for the weak minded. Nobody in their right mind would send their grandmother to a used car lot alone with her checkbook to buy a car. That is just the reputations used car lots have. The Kia Store is making a very strong push to break through that stereotype. Besides giving me the car for free, they could not have done much more for me. Throw away everything you know about buying a used car, the heckling, the buy now attitude, the hostage like negotiations with the dreaded sales managers in their Ivory tower on the other side of the room. Everything! When I was at the Kia Store it was more like going to any retail store, and just getting help from an employee. I wouldn&#8217;t be surprised if the salesmen didn&#8217;t even get commission. My salesmen&#8217;s only care seemed to be if I got good service or not.</p>
<p>Good Louisville used cars lots are not easy to come across. I consider myself very lucky to have found such an easy going trustworthy dealership. I will be recommending it to all my friends.</p>
<p>A review of Kia Store from DealerRater.com</p>
<p>My Review of The Kia Store:</p>
<p>I recently dealt with The Kia Store and had a great experience. Everyone who worked with me was very professional and friendly. I felt like they were very honest and genuinely cared about delivering good service. I did use the website to search their inventory first before I even went to the dealership, so I had a few cars in mind when I got there to check it out in person. I loved the website and the convenience of shopping their inventory online at their Louisville used car page and I highly recommend this a place to start for anyone looking to buy a used car. I found the prices to be good, maybe not the very best rock bottom prices, but I am willing to pay a little more for better customer service and the feeling that I am not being ripped off. With some of the super low prices you see you kind of have to wonder what&#8217;s going on with that car or that dealership so I am happy to avoid to &#8220;iffy&#8221; dealerships and their questionable low prices. Overall I highly recommend The Kia Store for used car sales.<br />
Louisville Cars</p>
<p>7301B New LaGrange Rd</p>
<p>Louisville, KY 40222</p>
<p>(502) 814-0487</p>
</div>
<div class="source">Article Source: <a href="http://www.articlealley.com/article_1589543_31.html">http://www.articlealley.com/article_1589543_31.html</a></div>
<div class="author">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The Kia Store</p>
<p><a title="used cars louisville" href="http://kiastore.com">Used Cars Louisville</a></p>
</div>
    <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://kiastore.com/used-cars-louisville.php/U4077">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4077">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4077-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4077&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4077%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4077"/><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://kiastore.com/used-cars-louisville.php/K3169">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sportage&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://kiastore.com/used-cars-louisville.php/K3169">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K3169-1.jpg' alt='Used 2011 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K3169&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK3169%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K3169"/><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://kiastore.com/used-cars-louisville.php/U4130">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4130">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4130-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4130&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4130%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4130"/><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://kiastore.com/used-cars-louisville.php/U4131">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4131">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4131-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4131&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4131%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4131"/><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://kiastore.com/used-cars-louisville.php/U4132">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Rondo&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://kiastore.com/used-cars-louisville.php/U4132">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4132-1.jpg' alt='Used 2008 Kia Rondo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4132&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4132%2FUsed-Kia-Rondo-Louisville-KY' target='_blank' >Used Kia Rondo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4132"/><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://kiastore.com/used-cars-louisville.php/K4208X">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Suzuki XL-7&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://kiastore.com/used-cars-louisville.php/K4208X">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4208X-1.jpg' alt='Used 2006 Suzuki XL-7'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4208X&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4208X%2FUsed-Suzuki-XL-7-Louisville-KY' target='_blank' >Used Suzuki XL-7 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4208X"/><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://kiastore.com/used-cars-louisville.php/K5030A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Chevrolet Aveo&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://kiastore.com/used-cars-louisville.php/K5030A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5030A-1.jpg' alt='Used 2010 Chevrolet Aveo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=K5030A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5030A%2FUsed-Chevrolet-Aveo-Louisville-KY' target='_blank' >Used Chevrolet Aveo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5030A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://used-cars-louisville.com/blog/2011/05/20/used-cars-louisville-ky-dealer-the-kia-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Louisville Used Car Buying Experience</title>
		<link>http://used-cars-louisville.com/blog/2011/05/19/9/</link>
		<comments>http://used-cars-louisville.com/blog/2011/05/19/9/#comments</comments>
		<pubDate>Thu, 19 May 2011 18:59:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://used-cars-louisville.com/blog/2011/05/19/9/</guid>
		<description><![CDATA[    <h1>A<a href="http://www.kiastore.com/louisville-used-cars1.php"> Louisville Used Cars</a> Buying Experience</h1>
<p>I have recently purchased a new car in Louisville, Kentucky. I did a fair amount of research before buying the car, and would like to share a bit about my car buying experience. I visited many websites sites, and read many reviews on a lot of local car dealerships. Most dealerships had mixed reviews, but a couple dealers really stood out. I was very careful this time around because I had a bad experience the last time I bought a used car in Louisville. It took my about as long to buy a car as it did not pick out a stick of deordorant from the grocery story. I stook a look at a couple and then just went with one. Not the best idea when you are spending $10,000.</p>
<p>The last time I bought a car I was not careful at all, I did not do any background research on vehicles or even consider the reputation of the car dealership I was about to purchase from. I bought a used Honda Accord last year from the a Louisville Honda Dealer, and they gave me a raw deal. It was partially my fault because I never asked for a car fax, or did much background research on the vehicle. It had been wrecked and I was never made aware of it by my salesmen ( who probably did not know in all likelihood) or anyone else at the dealership. Â</p>
<p>Once I bought Honda, I knew I was stuck with it and I decided that I would stick it out and drive it for a year. Once that year was up I would go to the <a rel="nofollow" href="http://www.kiastore.com/louisville-used-cars1.php" target="_new">Louisville used cars</a> dealer and upgrade to a something else.</p>
<p>I went to the Kia Store, and took and saw the Kia Soul for the first time. Â I took it for a test drive and fell in love with it. Â I was worried that the finances would not work out right, due to credit reasons, but they found a lender that was suitable for me. Â The payments were right where I wanted them, and my interest rate down 10% from my last loan. Â</p>
<p>My salesmen was Jerome Harris, when I came in told him what I could do, and he listened to my needs and came through for me. There was no pressure once so ever, overall it was a very good experience. Â Now I can drive around town listening to my XM radio, which stays on the Elvis channel!</p>
    <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://kiastore.com/used-cars-louisville.php/U4131">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4131">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4131-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4131&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4131%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4131"/><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://kiastore.com/used-cars-louisville.php/U4132">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Rondo&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://kiastore.com/used-cars-louisville.php/U4132">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4132-1.jpg' alt='Used 2008 Kia Rondo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4132&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4132%2FUsed-Kia-Rondo-Louisville-KY' target='_blank' >Used Kia Rondo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4132"/><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://kiastore.com/used-cars-louisville.php/K4208X">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Suzuki XL-7&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://kiastore.com/used-cars-louisville.php/K4208X">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4208X-1.jpg' alt='Used 2006 Suzuki XL-7'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4208X&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4208X%2FUsed-Suzuki-XL-7-Louisville-KY' target='_blank' >Used Suzuki XL-7 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4208X"/><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://kiastore.com/used-cars-louisville.php/K4972A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Kia Soul&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://kiastore.com/used-cars-louisville.php/K4972A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4972A-1.jpg' alt='Used 2010 Kia Soul'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4972A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4972A%2FUsed-Kia-Soul-Louisville-KY' target='_blank' >Used Kia Soul pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4972A"/><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://kiastore.com/used-cars-louisville.php/K4915A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Dodge Avenger&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://kiastore.com/used-cars-louisville.php/K4915A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4915A-1.jpg' alt='Used 2009 Dodge Avenger'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4915A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4915A%2FUsed-Dodge-Avenger-Louisville-KY' target='_blank' >Used Dodge Avenger pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4915A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
			<content:encoded><![CDATA[    <h1>A<a href="http://www.kiastore.com/louisville-used-cars1.php"> Louisville Used Cars</a> Buying Experience</h1>
<p>I have recently purchased a new car in Louisville, Kentucky. I did a fair amount of research before buying the car, and would like to share a bit about my car buying experience. I visited many websites sites, and read many reviews on a lot of local car dealerships. Most dealerships had mixed reviews, but a couple dealers really stood out. I was very careful this time around because I had a bad experience the last time I bought a used car in Louisville. It took my about as long to buy a car as it did not pick out a stick of deordorant from the grocery story. I stook a look at a couple and then just went with one. Not the best idea when you are spending $10,000.</p>
<p>The last time I bought a car I was not careful at all, I did not do any background research on vehicles or even consider the reputation of the car dealership I was about to purchase from. I bought a used Honda Accord last year from the a Louisville Honda Dealer, and they gave me a raw deal. It was partially my fault because I never asked for a car fax, or did much background research on the vehicle. It had been wrecked and I was never made aware of it by my salesmen ( who probably did not know in all likelihood) or anyone else at the dealership. Â</p>
<p>Once I bought Honda, I knew I was stuck with it and I decided that I would stick it out and drive it for a year. Once that year was up I would go to the <a rel="nofollow" href="http://www.kiastore.com/louisville-used-cars1.php" target="_new">Louisville used cars</a> dealer and upgrade to a something else.</p>
<p>I went to the Kia Store, and took and saw the Kia Soul for the first time. Â I took it for a test drive and fell in love with it. Â I was worried that the finances would not work out right, due to credit reasons, but they found a lender that was suitable for me. Â The payments were right where I wanted them, and my interest rate down 10% from my last loan. Â</p>
<p>My salesmen was Jerome Harris, when I came in told him what I could do, and he listened to my needs and came through for me. There was no pressure once so ever, overall it was a very good experience. Â Now I can drive around town listening to my XM radio, which stays on the Elvis channel!</p>
    <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://kiastore.com/used-cars-louisville.php/U4131">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&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://kiastore.com/used-cars-louisville.php/U4131">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4131-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4131&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4131%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4131"/><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://kiastore.com/used-cars-louisville.php/U4132">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Rondo&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://kiastore.com/used-cars-louisville.php/U4132">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4132-1.jpg' alt='Used 2008 Kia Rondo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4132&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4132%2FUsed-Kia-Rondo-Louisville-KY' target='_blank' >Used Kia Rondo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4132"/><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://kiastore.com/used-cars-louisville.php/K4208X">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Suzuki XL-7&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://kiastore.com/used-cars-louisville.php/K4208X">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4208X-1.jpg' alt='Used 2006 Suzuki XL-7'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4208X&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4208X%2FUsed-Suzuki-XL-7-Louisville-KY' target='_blank' >Used Suzuki XL-7 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4208X"/><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://kiastore.com/used-cars-louisville.php/K4972A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Kia Soul&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://kiastore.com/used-cars-louisville.php/K4972A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4972A-1.jpg' alt='Used 2010 Kia Soul'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4972A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4972A%2FUsed-Kia-Soul-Louisville-KY' target='_blank' >Used Kia Soul pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4972A"/><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://kiastore.com/used-cars-louisville.php/K4915A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Dodge Avenger&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://kiastore.com/used-cars-louisville.php/K4915A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4915A-1.jpg' alt='Used 2009 Dodge Avenger'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4915A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4915A%2FUsed-Dodge-Avenger-Louisville-KY' target='_blank' >Used Dodge Avenger pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4915A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://used-cars-louisville.com/blog/2011/05/19/9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

