html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	height: 100%; 
}
td{
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img{
	border:none;
}
h4{
	margin:0;
	margin-bottom:3px;
	margin-top:10px;
}
a{
	border:none;
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #bf0000;
	text-decoration: underline;
}
.wrapper{
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
}
div#centered {
	height: 50%;
	width:100%;
	position: absolute;
	top: 25%;
	border:0px;
}
.midColumn {
	width: 900px;
}
.bg_fill_topRow {
	width:100%;
	height: 71px;
}
.bg_fill_midRow1 {
	height: 73px;
	background-color: #000000;
}
.bg_fill_chromeRow {
	background-image: url(/images/chrome.gif);
	background-repeat: repeat-x;
	height: 12px;
	width:100%;
}
.bg_fill_midRow2 {
	background-color: #000000;
	height: 487px;
}
.bg_fill_midRow3 {
	background-color: #000000;
	height: 461px;
}

.bg_fill_midRow4 {
	background-color: #000000;
	height: 1396px;
}

.bg_fill_botRow {
	height: 71px;
}
.grey_text {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.main_nav{
	margin-top: 50px;
	width: 475px;
	float:left;
}
a.nav_links{
	display:block;
	height:16px;
	text-decoration:none;
	float:left;
}
#dropmenudiv{
	position:absolute;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 9px;
	border-bottom: 0px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}
#dropmenudiv a:hover{
	background-color: #BF0000;
	color:#FFFFFF;
}
.home_header {
	height: 82px;
	background-image: url(/images/home_splash_top_2.jpg);
}
.home_content {
	height: 461px;
	vertical-align: bottom;
	padding:0px;
}
#home_tab_div{
	padding-right: 14px;
	padding-left: 12px;
	z-index:99;
	position:absolute;
	vertical-align: bottom;
	width: 900px;
	display:none;
}
a.home_tab_feature {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	margin-right: 8px;
	background-image:url(/images/tab_feature_off.png);
}
* html a.home_tab_feature {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	margin-right: 8px;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tab_feature_off.png', sizingMethod='scale');
	cursor:pointer;
}
a.home_tab_feature_over {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	margin-right: 8px;
	background-image:url(/images/tab_feature_on.png);
}
* html a.home_tab_feature_over {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	margin-right: 8px;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tab_feature_on.png', sizingMethod='scale');
	cursor:pointer;
}
a.home_tab_event {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	margin-right: 8px;
	background-image:url(/images/tab_event_off.png);
}
* html a.home_tab_event {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	margin-right: 8px;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tab_event_off.png', sizingMethod='scale');
	cursor:pointer;
}
a.home_tab_event_over {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	margin-right: 8px;
	background-image:url(/images/tab_event_on.png);
}
* html a.home_tab_event_over {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	margin-right: 8px;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tab_event_on.png', sizingMethod='scale');
	cursor:pointer;
}
a.home_tab_news {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	background-image:url(/images/tab_news_off.png);
}
* html a.home_tab_news {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tab_news_off.png', sizingMethod='scale');
	cursor:pointer;
}
a.home_tab_news_over {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	background-image:url(/images/tab_news_on.png);
}
* html a.home_tab_news_over {
	display:block;
	height: 28px;
	width: 286px;
	float: left;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tab_news_on.png', sizingMethod='scale');
	cursor:pointer;
}
.home_slidediv_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:10px;
	float:left;
	height:105px;
}
.home_slidediv_heading{
	font-weight:bold;
	padding-bottom:10px;
}
.home_slidediv_content a{
	font-size:11px;
	color: #bf0000;
	font-weight:bold;
}
.transparentbottompopup
{
	width: 286px;
	height:105px;
	border:none;
	background-image: url(/images/tab_feautured_bg.png);
	background-repeat: repeat;
	display: block;
}
*html .transparentbottompopup
{
	width: 286px;
	height:105px;
	border:none;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tab_feautured_bg.png', sizingMethod='scale');
	display: block;
}
.page_banner {
	height: 137px;
}
.page_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block
}
.page_content {
	height: 424px;
	padding-right: 12px;
	padding-left: 12px;
}
.content_column1_top {
	/*height: 35px;*/
	margin-bottom: 12px;
	float: left;
	width: 875px;
}
.content_column1_bot {
	margin-top: 4px;
	float: left;
	width: 875px;
}
.content_column3_1{
	width: 286px;
	margin-left: 8px;
	float: left;
}

.content_column3_1d{
	width: 290px;
	/*margin-left: 8px;*/
	float: left;
}

.content_column4_3 {
	float: left;
	width: 651px;
}
.content_column4_2 {
	float: left;
	width: 429px;
}
.content_column4_1 {
	float: left;
	width: 207px;
	margin-left: 15px;
}
.page_header {
	height: 82px;
	background-image: url(/images/home_splash_top_2.jpg);
}
.sub_nav {
	margin-top: 85px;
	margin-left: 12px;
}
.showroom_detail_thumbContainer_left {
	width: 266px;
	margin-bottom:8px;
	float: left;
	overflow: hidden;
	height:200px;
}
.showroom_detail_thumbContainer_right {
	width: 266px;
	margin-bottom:8px;
	margin-left: 8px;
	float: left;
	overflow: hidden;
	height:200px;
}
.showroom_linktxt_container {
	padding-left: 10px;
	padding-top:10px;
	margin:0px;
	float: left;
	width: 136px;
	position:relative;
	left: 0px;
	top: 0px;
}
.showroom_detail_title{
	font-size:18px;
	line-height:21px;
}
.showroom_listprice {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.showroom_pageicons {
	float: right;
	/*width: 286px;*/
	margin-top: 16px;
	font-size:14px;
	font-weight: bold;
}
.showroom_navlinks {
	float: left;
	margin-top: 16px;
	line-height: 16px;
}
.showroom_listlink{
	width: 286px;
	height:104px;
	margin-right: 8px;
	float: left;
	display:block;
	background-image: url(/images/showroom_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 8px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}
.showroom_listlink_over{
	width: 286px;
	height:104px;
	margin-right: 8px;
	float: left;
	display:block;
	background-image: url(/images/showroom_tab.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	font-weight: bold;
	background-position: right -104px;
	color:#bf0000;
	text-decoration: none;
	cursor:pointer;
}


.restoration_listlink{
	width: 286px;
	height:104px;
	margin-right: 8px;
	float: left;
	display:block;
	background-image: url(/images/restore_tab_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
}

.restoration_listlink_over{
	width: 286px;
	height:104px;
	margin-right: 8px;
	float: left;
	display:block;
	background-image: url(/images/restore_tab_on.gif);
	margin-bottom: 8px;
	font-weight: bold;
	background-position: right -104px;
	color:#FFFFFF;
	text-decoration: none;
	cursor:pointer;
}
a.nav_back_car_listing {
	background-image: url(/images/nav_back_car_listing.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 23px;
	width: 126px;
}
a.nav_back_car_listing:hover{
	background-position: 0px -23px;
}


a.nav_356_promise {
	background-image: url(/images/nav_promise_356.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 23px;
	width: 126px;
}
a.nav_356_promise:hover{
	background-position: 0px -23px;
}

a.nav_triumph_promise {
	background-image: url(/images/nav_promise_triumph.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 23px;
	width: 126px;
}
a.nav_triumph_promise:hover{
	background-position: 0px -23px;
}



a.nav_previous_car {
	background-image: url(/images/nav_previous_car.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 50px;
	display: block;
}
a.nav_next_car {
	background-image: url(/images/nav_next_car.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 50px;
	display: block;
}
a.nav_previous_car:hover, a.nav_next_car:hover{
	background-position: 0px -17px;
}
a.cardetail_overlay {
	position: relative;
	height: 76px;
	width: 101px;
	overflow: hidden;
	display: block;
	float: left;
	top: -76px;
	background-image: url(/images/showroom_detail_car_over.png);
	background-repeat: no-repeat;
	background-position: 0px 76px;
}
a.cardetail_overlay:hover {
	background-position: 0px 0px;
}
* html a.cardetail_overlay:hover {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/showroom_detail_car_over.png', sizingMethod='scale');
	cursor:pointer;
}
a.nav_about_01 {
	display: block;
	height: 12px;
	float:left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background:url(/images/nav_about_01.gif);
	width:57px;
}
a.nav_about_02 {
	display: block;
	height: 12px;
	float:left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background:url(/images/nav_about_02.gif);
	width:88px;
}
a.nav_about_03 {
	display: block;
	height: 12px;
	float:left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background:url(/images/nav_about_03.gif);
	width:99px;
}
a.nav_about_04 {
	display: block;
	height: 12px;
	float:left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background:url(/images/nav_about_04.gif);
	width:121px;
}

a.nav_about_05 {
	display: block;
	height: 12px;
	float:left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background:url(/images/nav_about_05.gif);
	width:37px;
}


a.nav_restoration_01_on {
	display: block;
	height: 12px;
	float:left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background:url(/images/nav_restoration_on_01.gif);
	width:70px;
}

a.nav_restoration_01_off {
	display: block;
	height: 12px;
	float:left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background:url(/images/nav_restoration_off_01.gif);
	width:70px;
}
a.nav_restoration_02_on {
	display: block;
	height: 12px;
	float:left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background:url(/images/nav_restoration_on_02.gif);
	width:135px;
}

a.nav_restoration_02_off {
	display: block;
	height: 12px;
	float:left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background:url(/images/nav_restoration_off_02.gif);
	width:135px;
}

a.nav_about_01:hover, a.nav_about_02:hover, a.nav_about_03:hover, a.nav_about_04:hover, a.nav_restoration_01:hover, a.nav_restoration_02:hover, a.nav_about_05:hover {
	background-position: 0px -12px;
}
.footer {
	background-image: url(/images/chrome.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 12px;
}
.footer_table td{
	color:#666666; 
	font-size:11px;
}
.footer_text {

	display: block;
	margin-top: 24px;
}
.copyrightContainerOuter{
	background-color:#f0f0f0;
}
.copyrightContainer{
	position: relative;
	height: 20px;
	line-height:20px;
	width:900px;
	margin-top: -21px;
	margin-right: auto;
	margin-bottom: 0;
	color:#666666; 
	margin-left: auto;
}


/* link for page numbers on showroom page */
.gallery_link {
}

/* link for page number current page */
.gallery_target {
}
