<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html { /*background: #e1e1e1 url('/content/bgwhite.png') center top repeat-y;*/ }
body {
	line-height: 16px;
	font-size: 13px;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body 
{ 
    /*background-color:#ffffff;*/
    /*color:#000000;*/
    background-color: #07061e;
    color: #ffffff;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
}
#fullscreenbackgroundimg { position: absolute; top: 0; left: 0; width: 100%; }
#header-container
{
    /*background-color:#e1e1e1;
    background-repeat:repeat-x;*/
    /*width:100%;*/
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    /*height:120px;*/
    height: 128px;
    text-align:center;
	width: 800px;
	margin: 0 auto;
	padding: 0 30px;
	z-index: 100;
}

#logo
{
    text-align:center;
    padding-top: 10px;
	float: left;
	position: relative;
}
#logo img { height: 110px; }

#slogan
{
    text-align:center;
    padding-top: 30px;
	float: right;
	/*color: #049cb3;*/
	color: #f1730f;
	position: relative;
}
#slogan span { margin-left: 30px; font-size: 28px; font-weight: bold; }

#navigation
{
    text-align:center;
    padding-top: 24px;
	float: right;
	clear: right;
	position: relative;
}

#main
{
    width:800px;
    margin:0 auto;
    padding:30px;
    /*background: #e1e1e1;*/
    position: relative;
    background: rgba(0, 0, 0, 0.8);
}

.menu
{
    padding:10px;
}

#menu-container
{
    width:200px;
    float:left;
}

#main-container
{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    /*font-size:14 pt;*/
    text-align:left;
    width:800px;
    /*float:right;*/
}

#footer-container
{
    clear: both;
    /*float: left;*/
    text-align: center;
    width: 800px;
    /*margin-top: 20px;*/
    padding-bottom: 40px;
    padding-top: 30px;
    /*background: #e1e1e1;*/
}





.comment-field-label {
    width: 20%;
    text-align: right;
    float:left;
    clear: left;

}
div#Comment-form input[type=text] {
    width: 400px;
}
div#Comment-form textarea {
    width: 400px;
}

.form-error { border-bottom: 1px solid red; }

div#Contact-Form input[type=text] {
width: 400px;
}
div#Contact-Form textarea {
width: 400px; height: 100px; resize: none;
}
div#Contact-Form input[type="submit"] {
background: none repeat scroll 0 0 #FF9800;
    color: #000000;
    display: inline-block;
    border:none;
    font-size: 1.6em;
    font-weight: bold;
    padding: 7px 30px;
    text-decoration: none;
}
    /*Cart
    ----------------------------------------------------------*/
    div.item-list
    {
    border-top: 1px solid #c2c2c2;
    width: 730px;
    }
    
    div.item-list div.single-item {
        border-bottom: 1px solid #C2C2C2; padding: 4px 10px 4px 10px;
    }
    div.item-list div.single-item-header {
        border-bottom: 1px solid black;
    }
    div.item-list div.single-item span {
        display: inline-block;
        padding: 0 10px 0 10px; 
    }
    div.item-list div.single-item span.item-checkbox, div.item-list div.single-item span.item-actions {
        padding: 0;
    }
    div.item-list div.single-item span.item-actions {
        float: right;
        text-align: right;
        width: 60px;
    }
    div.item-list div.single-item span.item-title {
        width: 200px; padding-left: 0;
    }
    div.item-list div.single-item span.item-sku {
        width: 90px;
    }
    div.item-list div.single-item span.item-price {
        width: 60px;
    }
    div.item-list div.single-item span.item-shipping {
        width: 60px;
    }
    div.item-list div.single-item span.item-quantity {
        width: 60px;
    }
    
    div.item-list div.single-item span.item-total {
        width: 60px;
    }

    div.item-list span.edit-field-value input[type="text"] {
        width: 200px;
        }

/* site title
----------------------------------------------------------*/
/*.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
    margin-top:4px;
}

.site-title a, .site-title a:hover, .site-title a:active {
     background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}
#container {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0 auto;
	width: 800px;
	position: relative;
}
html, body { background: #000000 url('/content/bg13.jpg') right 0 no-repeat; }*/

a, a:active, a:visited, a:link { /*color: #000000;*/ /*color: #ffffff;*/ color: #049cb3; text-decoration: underline; }
/*a:hover { color: #0673ba; }*/
a:hover { /*color: #049cb3;*/ color: #ffffff; }
/*#navigation a, #navigation a:active, #navigation a:visited, #navigation a:link { width: 140px; background: #e3e3e3; font-weight: bold; color: #000000; border: none; height: 38px; font-size: 20px; display: inline-block; margin-left: 10px; text-decoration: none; line-height: 38px; }*/
#navigation a, #navigation a:active, #navigation a:visited, #navigation a:link { width: 110px; /*background: #363636;*/ background: #049cb3; /*background: #ffffff;*/ font-weight: bold; color: #ffffff; /*color: #000000;*/ border: none; height: 38px; font-size: 20px; display: inline-block; margin-left: 10px; text-decoration: none; line-height: 38px; }
/*#navigation a:hover { background: #0673ba; color: #ffffff; }*/
#navigation a:hover { /*background: #049cb3; color: #ffffff;*/ background: #ffffff; /*background: #049cb3;*/ color: #000000; }

/*#top-container { /*background: #ffffff;* / position: relative; }
#top-container a#logolink { display: inline-block; width: 350px; height: 135px; background: #ffffff; text-align: center; opacity:1.0; }
#top-navigation { background: #ffffff; display: inline-block; width: 430px; padding: 14px 10px 14px 10px; position: absolute; top: 0; left: 350px;  opacity:1.0; }
#top-navigation a { margin-right: 10px; margin-left: 10px; }*/



/*#main-container { margin-top: 100px; background: #e8eef8; padding: 30px 30px 50px 30px; position: relative; opacity:1.0; }
#main-container .righticon { position: absolute; right: 8px; top: 8px; opacity:1.0; }
#main-container .righticon img { border: none; opacity:1.0;}
#footer-container { padding-bottom: 50px; background: #e8eef8; width: 800px; text-align: center; line-height: 21px; opacity:1.0; }*/

h1 { font-size: 20px; font-weight: bold; padding-bottom: 30px; }
#main-container .post-title { font-size: 20px; font-weight: bold; padding-bottom:5px;}

.mapicon { height: 14px; position: relative; left: 2px; top: 1px; }



.quote-container { width: 730px; position: relative; left: 35px; }
.quote-container div { display: block; float: left; margin-top: 20px; clear: right; /*height: 65px;*/ }
#OtherVehicleForm .quote-container { width: 750px; left: 27px; }
#OtherVehicleForm .quote-container div { display: block; float: left; margin-top: 0; clear: right; height: auto; }
/*.quote-container select { width: 680px; }*/
.quote-container select, .quote-container #Mileage, .quote-container #Vin { padding: 8px; font-size: 16px; border: 1px solid #049cb3; }
.quote-container select { padding: 6px; }
.quote-container div.vininstructions { width: 240px; margin-right: 40px; max-height: 54px; }

.quote-container #Year { width: 150px; margin-right: 40px; }
.quote-container #Make, .quote-container #Options, .quote-container #Zip { width: 180px; margin-right: 40px; }
.quote-container #Model { width: 320px; }
.quote-container #Style { width: 730px; }
.quote-container #Condition, #OtherCondition { width: 180px; margin-right: 40px; }
.quote-container #Title, #OtherTitle { width: 130px; margin-right: 0px; }
.title-tooltip { display: inline-block; width: 28px; text-align: center; font-size: 22px; margin-right: 12px; }
.quote-container #Mileage { width: 90px; margin-right: 40px; }
.quote-container #Vin { width: 250px; margin-right: 40px; /*margin-bottom: 22px;*/ margin-bottom: 4px; }
.quote-container .cleantitlelabel { line-height: 35px; display: block; width: 140px; margin-right: 20px; }
/*.quote-container #getQuote, #getManualQuote, .closemodal, #scheduleTime, #cancelTime { width: 190px; background: #e3e3e3; font-weight: bold; color: #000000; border: none; height: 38px; font-size: 16px; }*/
.quote-container #getQuote, #getManualQuote, .closemodal, #scheduleTime, #cancelTime, #getOtherQuote, #getVinInfo { width: 190px; background: #f1730f; font-weight: normal; color: #ffffff; border: none; height: 38px; font-size: 22px; display: inline-block; line-height: 38px; text-decoration: none; text-align: center; }
.quote-container #getVinInfo { width: 140px; }
.quote-container .vincontainer { width: 100%; clear: right; float: left; margin-left: 146px; margin-top: 0; }
.quote-container #getQuote:hover, #getManualQuote:hover, .closemodal:hover, #scheduleTime:hover, #cancelTime:hover, #getOtherQuote:hover, #getVinInfo:hover { background: #e76600; }
/*.getquoteinactive { color: #747474 !important; }*/
.getquoteinactive { color: #747474 !important; background: #bbbbbb !important; cursor: default; }

#OtherYear, #OtherMake, #OtherModel, #OtherEmail, #MilesHours { padding: 8px; font-size: 16px; border: 1px solid #049cb3; margin: 20px 20px 0 20px; }
#OtherVehicleType { width: 180px; }
#OtherYear { width: 110px; }
#OtherMake { width: 300px; }
#OtherModel { width: 450px; }
#MilesHours { width: 180px; }
#OtherEmail { width: 298px; }
#OtherVehicleType, #MilesHours, #OtherCondition, #OtherTitle { margin: 20px 20px 0 20px; }



.modal { display: none; width: 700px; padding: 32px; background: #ffffff; }
#schedule-modal { text-align: center; }
#schedule-modal .left { width: 270px; float: left; }
#schedule-modal .right { width: 380px; float: right; }

.valueheading, .offerheading { line-height: 22px; }

.offeredprice, .valueprice { font-weight: bold; font-size: 28px; margin: 20px 0 20px 0; }
.offertitle { margin-bottom: 14px; }
#valuebody { font-size: 12px; font-style: italic; line-height: 14px; text-align: left; }
#offerdisclaimer { font-size: 14px; line-height: 18px; font-style: italic; }
#offerbody { margin-top: 14px; line-height: 22px; }
.offercarinfo { margin-bottom: 20px; display: block; text-align: center; }
#scheduleTime, #cancelTime { margin-top: 20px; /*margin-right: 40px;*/ width: 260px; }
#getOtherQuote { margin-top: 20px; }
#schedulemessage { text-align: center; margin-top: 20px; display: none; }

#schedule-container { margin-top: 20px; text-align: center; }
#schedule-container .datecontainer { display: block; }
.scheduledateselect, .scheduletimeselect { padding: 8px; font-size: 16px; width: 252px; margin: 0 20px 0 20px; border: 1px solid #049cb3; }
.scheduledateselect { width: 350px; }
#ScheduleName, #ScheduleEmail, #SchedulePhone, #ScheduleForm #Email, #OtherVehicleForm #Email { width: 168px; padding: 8px; font-size: 16px; margin: 20px 20px 0 20px; border: 1px solid #049cb3; }

#requestheader { text-align: center; }
#requestbody { text-align: center; margin-top: 20px; }
#QuoteRequestEmail, #QuoteRequestPhone { width: 406px; padding: 8px; font-size: 16px; border: 1px solid #049cb3; }
#getManualQuote { margin-top: 20px; /*margin-right: 40px;*/ }
#requestmessage { text-align: center; margin-top: 20px; display: none; }
#closeRequest { margin-right: 40px; background: #363636; text-decoration: none; color: #ffffff; }
#closeRequest:hover { background: #049cb3; }



input.error { border: 1px solid red !important; }
label.error { display: none !important; }


#navigation a.social { background: none; height: 38px; width: 38px; position: relative; top: 12px; }
#navigation a.social img { width: 38px; height: 38px; }







.listing { margin-bottom: 26px; float: left; }
.listing h3 { font-weight: bold; font-size: 22px; margin-bottom: 16px; float: none; clear: both; }
.listing .images { float: left; }
.listing .images img { width: 250px; float: left; clear: both; margin-bottom: 10px; margin-right: 10px; }
.listing .description { width: 520px; float: right; }







/* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}

	#aToolTip .aToolTipContent {
		position:relative;
		margin:0;
		padding:0;
		font-size: 14px;
		line-height: 18px;
	}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
	border:2px solid #0673ba;
	background:#E3E3E3;
	color:#000000;
	margin:0;
	padding:6px 26px 6px 12px;
	width: 220px;
}
	
	.defaultTheme #aToolTipCloseBtn {
		display:block;
		height:18px;
		width:18px;
		background:url(../content/closeBtn.png) no-repeat;
		text-indent:-9999px;
		outline:none;
		position:absolute;
		top:-8px;
		right:-30px;
		margin:2px;
		padding:4px;
	}











	@media (max-width: 860px) {

	#logo, #slogan, #navigation, #main-container { float: left; clear: both; width: 100%; }
	#navigation { padding-bottom: 24px; }
	#navigation a { width: auto !important; margin-left: 0px !important; padding: 0 10px 0 10px; }
	#navigation a.social { padding: 0; }
	#slogan { /*padding-top: 22px;*/ }
	#slogan span { margin: 0; }
	#slogan span.middleslogan { margin-left: 15px; margin-right: 15px; }

	.quote-container form div, #OtherVehicleForm .quote-container div { /*width: 100% !important;*/ height: auto; float: none; }
	.quote-container form input, #OtherVehicleForm .quote-container input,
	.quote-container form select, #OtherVehicleForm .quote-container select { width: 100% !important; }
	.mobiletextboxcontainer { padding-right: 18px; }

	#ScheduleForm { text-align: center; }
	#schedule-container input, #schedule-container select, #QuoteRequestEmail, #OtherVehicleForm select { width: 100% !important; margin: 20px 0 0 0; }
	#closeRequest, #scheduleTime { clear: both; }
	#closeRequest, #scheduleTime, #getManualQuote { margin: 20px 20px 0 20px; }
	#OtherVehicleForm input { margin-left: 0; }

	body { text-align: center; width: 100%; }
	/*#header-container, #main { width: 90%;  }*/
	#main, #header-container { width: auto; }
	.quote-container, #OtherVehicleForm .quote-container { left: auto; /*width: auto;*/ text-align: center; width: 90%; margin: 0 auto; }
    .quote-container #Vin { margin-bottom: 0px; }
	.quote-container .vincontainer { margin-left: 0; margin-bottom: 20px; }
	#footer-container { width: auto; padding-top: 10px; }

	.quote-container #GetValueForm { margin-bottom: 20px; }

	}</pre></body></html>