
/* Global Reset */ 
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Tag Styles */
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #EBEBEB;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1 {
	display: block;
	font-size: 18px;
	background-color: #999;
	color: #EBEBEB;
	border-bottom: 3px solid #C71444;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #C71444;
	margin-bottom: 10px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-style: italic;
}
h6 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
ul {
	list-style: disc;
	margin-left: 50px;
	margin-bottom: 10px;
}
ol {
	list-style: decimal;
	margin-left: 50px;
	margin-bottom: 10px;
}
li {
	padding-left: 5px;
}
blockquote {
	margin: 0 25px 10px 25px;
	padding: 15px;
	background: #999;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #CCC;
	border-left: 2px solid #CCC;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}
#navigation a:link {
	text-decoration: none;
}
#navigation a:active {
	text-decoration: none;
}
#navigation a:visited{
	text-decoration: none;
}
table tr td {
	vertical-align: top;
}

/* Layout Styles */
#container { 
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
#header {
	
}
#navigation {
	margin-bottom: 10px;
}
#content 
{
    padding: 0 10px;
}
#sidebar1 {
	float: right;
	width: 320px;
	padding: 0 0 20px 20px;
}
#quoteTop {
	background: url(../images/bg_quote_top.jpg) no-repeat center;
	height: 25px;
}
#quoteMiddle {
	background-color: #fff;
	background-image: url(../images/bg_quote_middle.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 20px;
}
#quoteBottom {
	background: url(../images/bg_quote_bottom.jpg) no-repeat center;
	height: 32px;
}
#mainContent { 
	margin: 0 350px 0 0;
	padding: 0 10px;
} 
#seperator {
	height: 5px;
	background: url(../images/bg_footer_border.gif) repeat-x center;
}
#icons {
	padding: 10px;
	background: #fff;
}
#icons img {
	padding-left: 25px;
}
#footer { 
	padding: 0 10px 0 20px;
	background:#666; 
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer img {
	vertical-align: top;
}
#innerBottomFooter p {
	color: #BDBDBD;
}
#innerBottomFooter a {
	color: #BDBDBD;
}
#innerBottomFooter {
	background: #fff;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fieldwidth {
	width: 100px;
}

/* Navigation Menu Styles */
#navigation a {
	color: #FFF;
}
#navigation a:hover {
	color: #C71444;
}
.menu {
	background: url(../images/bg_navigation.gif) repeat-x center;
	height: 35px;
	width: 1000px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a.hover {
	color: #C71444;
	text-decoration: none;
}
.menuItem {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 4px;
}
.subMenu {
	display: block;
	background: #999;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
	width: 250px; !important
	height: 100%;
}
.subMenuItem {
	display: block;
	font-size: 10px;
	background: #999;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0 2px 0;
	width: 250px; !important
	height: 5px;
	border: 1px #BDBDBD solid;
}

/* Inventory Listing Styles */
#filterBox {
	background: url(../images/bg_filter_box.gif) center no-repeat;
	height: 110px;
}
#filterBox h3 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}
#tblFilter {
	width: 100%
}
#tblFilter th {
	color: #FFF;
	font-size: 12px;
	text-align: left;
	padding: 0 5px;
}
#tblFilter td {
	font-size: 12px;
	padding: 0 5px;
}
#sortBox {
	background: url(../images/bg_sort_box.jpg) top left no-repeat;
	height: 35px;
	padding: 5px 5px 0px 5px;
	font-size: 12px;
}
#inventoryList {

}
.carListing {
	margin: 0 auto;
	background: #BDBDBD;
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.tblDetails {
	width: 100%;
}
.tblDetails td {
	padding: 3px;
	vertical-align: top;
}
.yearMakeModel {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.price {
	color: #C71444;
	font-weight: bold;
	font-size: 14px;
}
.tblSpecs td {
	font-size: 10px;
	padding: 3px 5px;
	text-align: left;
}
td.heading {
	text-align: right;
	font-weight: bold;
}
.black {
	color: #000;
	text-decoration: underline;
}

/* Service Menu */
ul#serviceMenu {
	list-style: none;
}
ul#serviceMenu li {
	list-style: none;
	font-size: 10px;
	margin-bottom: 5px;
}
ul#serviceMenu li a {
	display: block;
	width: 177px;
	color: #fff;
	background: url(../images/bg_collisionbtn.gif) no-repeat;
	padding: 5px 0;
	height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
ul#serviceMenu li a:hover {
	color: #000;	
}
#pageTitle {
	height: 40px;
	margin: 10px 0;
	padding: 10px 0 5px 0;
}
#pageTitle h1 {
	text-align: center;
	font-size: 16px;
}
#carDetail {
	width: 940px;
	border: 1px solid #000;
	padding: 15px;
}
#slideshow {
	height: 510px;
}
#slideshow img {
	padding: 10px 0 5px 0;
}
#tblMoreInfo {
	width: 100%;
	padding: 3px;
	margin: 10px;
}
.specsHeading {
	width: 295px;
	height: 20px;
	border: 1px solid #000;
	padding: 0px 5px;
	background: url(../images/bg_detail_specs_heading.jpg) repeat-y left;
}
.quoteHeading {
	width: 460px;
	height: 20px;
	border: 1px solid #000;
	padding: 0px 5px;
	background: url(../images/bg_detail_quote_heading.jpg) repeat-y left;
}
.specsDetail {
	width: 295px;
	border: 1px solid #000;
	padding: 10px 25px;
	background: url(../images/bg_detail_specs_details.jpg) repeat-y left;
}
.quoteDetail {
	width: 460px;
	border: 1px solid #000;
	padding: 10px 25px;
	background: url(../images/bg_detail_quote_details.jpg) repeat-y left;
}
.specsDetail table td {
	padding: 3px;
}
#quoteform {
	width: 100%;
}
#quoteform td {
	padding: 3px;
}
#quoteform td.heading {
	width: 100px;
	vertical-align: top;
}
#tblOptions {
	width: 100%;
	margin: 10px;
}
#tblOptions td {
	padding: 5px;
}
.optionsHeading {
	height: 20px;
	border: 1px solid #000;
	padding: 0 5px;
}
.optionsDetail {
	border: 1px solid #000;
}
#optionRows ul {
	margin: 0 25px;
}
#optionRows td ul li {
	list-style-image: url(../images/checkmark.gif);
}
#utilities {
	width: 100%;
	margin: 10px;
}
#calculate {
	width: 100%;
	float: right;
}
#calculator {
	width: 100%;
}
.calculateHeading {
	height: 30px;
	font-size: 16px;
	border: 1px solid #000;
	padding: 0 5px;
}
.calculateDetail {
	border: 1px solid #000;
	padding: 10px;
	vertical-align: top;
}
#calcResults {
	font-size: 14px;
	font-weight: bold;
}
#monthlyPayment {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	padding: 0 5px;
}
#calcForm {
	width: 100%;
}
#calcForm td {
	padding: 3px;
}
#calcForm p {
	padding: 0 15px;
}
#calcForm p strong {
	font-size: 14px;
}