html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(/images/bg.gif);
}

body, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
}

img {
	border: 0px;
}

.page_table {
	padding: 0px;
	margin: 0px;
	
	width: 766px;
	height: 100%;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	
	border-left: 1px solid #acacac;
	border-right: 1px solid #acacac;
	
	background: #d7d7d7 url(/images/page_bg.gif) repeat-y;
}

.page {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

.page_content {
	background-color: #FFFFFF;
	/*border-top: 1px solid #ffffff;*/
	padding: 0px;
	margin: 0px;
}

.header {
	position: relative;
	padding: 1px 1px 1px 1px;
	height: 128px;
	/*border: 1px solid #ff0000;*/
	/*padding: 0px;
	margin: 0px;*/
}

.header_div {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 128px;
	background-color: #b7b7b7;
	top: 1px;
	left: 3px;
}

.header_logo {
	position: absolute;
	top: 1px;
	left: 4px;
}

.header_vehicle_banner {
	position: absolute;
	top: 1px;
	left: 129px;
}

.menu {
	height: 28px;
	background: url(/images/menu_bg.gif) repeat-x;
	position: relative;
	z-index: 100;
	margin: 0px 1px 0px 1px;
}

.menu div, .menu a {
	position: absolute;
	top: 0px;
}

.menu_div {
	overflow: hidden;
	width: 1px;
	height: 28px;
	background: url(/images/menu_div.gif) repeat-x;
}

a.menu_showroom, a.menu_showroom:visited {
	display: block;
	overflow: hidden;
	width: 87px;
	height: 28px;
	left: 9px;
	background: url(/images/menu_showroom.gif) no-repeat;
}
a.menu_showroom:hover {
	background: url(/images/menu_showroom_over.gif) no-repeat;
}


a.menu_whymitsubishi, a.menu_whymitsubishi:visited {
	display: block;
	overflow: hidden;
	width: 124px;
	height: 28px;
	left: 97px;
	background: url(/images/menu_whymitsubishi.gif) no-repeat;
}
a.menu_whymitsubishi:hover {
	background: url(/images/menu_whymitsubishi_over.gif) no-repeat;
}

a.menu_helpful_stuff, a.menu_helpful_stuff:visited {
	display: block;
	overflow: hidden;
	width: 113px;
	height: 28px;
	left: 222px;
	background: url(/images/menu_helpful_stuff.gif) no-repeat;
}
a.menu_helpful_stuff:hover {
	background: url(/images/menu_helpful_stuff_over.gif) no-repeat;
}

a.menu_dealers, a.menu_dealers:visited {
	display: block;
	overflow: hidden;
	width: 71px;
	height: 28px;
	left: 336px;
	background: url(/images/menu_dealers.gif) no-repeat;
}
a.menu_dealers:hover {
	background: url(/images/menu_dealers_over.gif) no-repeat;
}



a.menu_vehicles, a.menu_vehicles:visited {
	display: block;
	overflow: hidden;
	width: 74px;
	height: 28px;
	left: 9px;
	background: url(/images/menu_vehicles.gif) no-repeat;
}
a.menu_vehicles:hover {
	background: url(/images/menu_vehicles_over.gif) no-repeat;
}



a.menu_resources, a.menu_resources:visited {
	display: block;
	overflow: hidden;
	width: 85px;
	height: 28px;
	left: 156px;
	background: url(/images/menu_resources.gif) no-repeat;
}
a.menu_resources:hover {
	background: url(/images/menu_resources_over.gif) no-repeat;
}

a.menu_corporate, a.menu_corporate:visited {
	display: block;
	overflow: hidden;
	width: 86px;
	height: 28px;
	left: 580px;
	background: url(/images/menu_corporate.gif) no-repeat;
}
a.menu_corporate:hover {
	background: url(/images/menu_corporate_over.gif) no-repeat;
}

a.menu_features, a.menu_features:visited {
	display: block;
	overflow: hidden;
	width: 77px;
	height: 28px;
	left: 328px;
	background: url(/images/menu_features.gif) no-repeat;
}
a.menu_features:hover {
	background: url(/images/menu_features_over.gif) no-repeat;
}
/* removed Totoa 2 Sept )8
a.menu_merchandise, a.menu_merchandise:visited {
	display: block;
	overflow: hidden;
	width: 101px;
	height: 28px;
	left: 407px;
	background: url(/images/menu_merchandise.gif) no-repeat;
}
a.menu_merchandise:hover {
	background: url(/images/menu_merchandise_over.gif) no-repeat;
}
 */
a.menu_environmental, a.menu_environmental:visited {
	display: block;
	overflow: hidden;
	width: 170px;
	height: 28px;
	left: 408px;
	background: url(/images/menu_environmental.gif) no-repeat;
}
a.menu_environmental:hover {
	background: url(/images/menu_environmental_over.gif) no-repeat;
}


div.menu_nav {
	top: 27px;
	visibility: hidden;
	
	border: 1px solid #999999;
	border-top: none;
	border-left: none;
	
	overflow: hidden;
}

div.menu_nav .menumenu {
	/*background-color: #f9f9f9;
	opacity: .95;
	filter: alpha(opacity=95);*/
}

.menu_nav_showroom {
	left: 9px;
	width: 170px;
}
.menu_nav_whymitsubishi {
	left: 97px;
	width: 170px;
}
.menu_nav_helpful_stuff {
	left: 222px;
	width: 170px;
}

.menu_nav_vehicles {
	left: 9px;
	width: 170px;
}
.menu_nav_dealers {
	left: 336px;
	width: 170px;
}
.menu_nav_resources {
	left: 156px;
	width: 170px;
}
.menu_nav_corporate {
	left: 580px;
	width: 170px;
}
.menu_nav_features {
	left: 328px;
	width: 170px;
}
/*   removed Totoa 2 Sept 08
.menu_nav_merchandise {
	left: 407px;
	width: 170px;
}
*/
.menu_nav_environmental {
	left: 407px;
	width: 170px;
}

.menu_nav div {
	position: relative;
}

.menu_nav a, .menu_nav a:visited, #asdfjldks {
	position: relative;
	display: block;
	padding: 5px 9px;
	text-decoration: none;
	color: #6f6f6f;
}

.menu_nav a:hover {
	background-color: #f3d9db;
	color: #e20a17;
}

.menunav_div {
	overflow: hidden;
	height: 1px;
	background-color: #dadada;
}

.menudiv {
	overflow: hidden;
	height: 4px;
	margin: 0px 1px 0px 1px;
	background: url(/images/menudiv.gif) repeat-x;
}

.specialhr, .specialhrauto {
	overflow: hidden;
	height: 1px;
	background-color: #ef838a;
	border: 1px solid #ffffff;
	border-left: none;
	border-right: none;
}

.specialhr {
	margin-left: 8px;
	width: 748px;
}

.content {
	margin: 9px 0px 0px 0px;
}

.contact {
	color: #acacac;
	font-weight: bold;
	padding: 11px 1px 5px 17px;
}

.footer {
	overflow: hidden;
	height: 32px;
	margin: 0px 1px 0px 1px;
	background: #d7d7d7 url(/images/footer.gif);
	font-size: 10px;
	
	padding: 13px 0px 0px 14px;
	color: #FFFFFF;
}

.copyrightimg {
	vertical-align: bottom;
	font-size: 12px;
}

a, a:visited {
	color: #acacac;
}

a:hover {
	color: #e20a17;
}

.contact a, .contact a:visited {
	color: #7f7f7f;
	text-decoration: none;
}

.contact a:hover {
	color: #e20a17;
	text-decoration: none;
}

.backlink {
	padding: 0px 0px 0px 5px;
}

a.contentlink, a.contentlink:visited {
	padding: 3px 2px 3px 19px;
	display: block;
	color: #656565;
	text-decoration: none;
	background: url(/images/linkarrow.gif) no-repeat 9px 8px;
}

a.contentlink:hover {
	color: #e20a17;
	text-decoration: none;
}

.pixelbreak {
	overflow: hidden;
	height: 1px;
	border: 1px solid #ffffff;
}

.contentbox {
	margin: 5px;
	border: 1px solid #cdced1;
	padding: 2px;
}

.selectbox {
	float: left;
	padding: 4px;
	background-color: #dadada;
	position: relative;
}

.cellheader .selectbox {
	float: left;
	padding: 4px;
	position: relative;
	left: 5px;
	top: -5px;
	background-color: #dadada;
}

select {
	color: #6c6c6c;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
}

.clearcols {
	height: 0px;
	overflow: hidden;
	clear: both;
}

a.backbut {
	display: block;
	padding: 12px 0px 0px 8px;
}

.smalltext {
	font-size: 10px;
}

.headingsmall {
	padding: 2px;
	padding-bottom: 0px;
	font-size: 10px;
	color: #656565;
}

.hidden {
	display: none;
}

.heightspacer {
	float: left;
}

.heightspacer img {
	width: 1px;
	height: 358px;
}

/* duel layout */

.contentduellayout {
	margin: 1px 0px 0px 0px;
	padding-bottom: 30px;
}

.contentleft {
	float: left;
	width: 155px;
	padding-left: 6px;
}

.contentright {
	float: right;
	width: 587px;
	padding-right: 1px;
}

.contentpageheading {
	height: 22px;
	padding-top: 38px;
	padding-left: 9px;
}

.submenu {
	padding-top: 4px;
}

.submenu a, .submenu a:visited {
	display: block;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 14px;
	color: #838383;
	text-decoration: none;
}

.submenu a:hover, .submenu a.linkselected, .submenu a.linkselected:hover, .submenu a.linkselected:visited {
	color: #e20a17;
	text-decoration: none;
	background: url(/images/linkarrowfilled.gif) no-repeat 5px 8px;
}

.submenu a:hover {
	background-color: #efefef;
}

.submenu a.linkdropped, .submenu a.linkdropped:hover, .submenu a.linkdropped:visited  {
	background: url(/images/linkarrowfilleddown.gif) no-repeat 4px 8px;
	color: #e20a17;
}

.subsubmenu a, .subsubmenu a:visited, .subsubmenu a:hover {
	font-weight: normal;
	padding-left: 25px;
	color: #838383;
}

.subsubmenu a:hover, .subsubmenu a.linkselected, .subsubmenu a.linkselected:hover, .subsubmenu a.linkselected:visited {
	background: url(/images/linkarrow.gif) no-repeat 17px 8px;
	color: #e20a17;
}

.subsubmenu a:hover {
	background-color: #efefef;
}

.emphasis {
	color: #e20a17;
}

a.nextsectionbut, a.nextsectionbut:visited {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 11px;
	background: url(../images/arrowbut.gif) no-repeat 4px 4px;
}

a.nextsectionbut:hover {
	background: url(../images/arrowbut_over.gif) no-repeat 4px 4px;
}

.bullets_indented div {
	background: url(/images/bullet.gif) no-repeat 11px 10px;
	padding: 3px 0px 3px 22px;
	color: #333333;
}

.generic_content {
	margin: 1px 0px 0px 0px;

	padding-bottom: 30px;
}

.generic_left {
	float: left;
	width: 155px;
	padding-left: 6px;
}

.generic_right {
	float: right;
	width: 587px;
	padding-right: 1px;
}

.generic_pageheading {
	height: 22px;
	padding-top: 38px;
	padding-left: 9px;
}

.generic_page {
	width: 578px;
	padding-top: 20px;
}

.generic_page_content {
	padding-left: 8px;
	color: #333333;
}

.generic_page_content a { 
	color: #222222;
	text-decoration: underline;
}

.generic_page_content a:visited {
	color: #444444;
	text-decoration: underline;
}

.generic_page_content a:hover {
	color: #e20a17;
	text-decoration: underline;
}

.generic_page_content .midheading {
	font-weight: bold;
	color: #000000;
	padding-bottom:8px;
}

.generic_page_heading {
	color: #e20a17;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
}

.generic_page_subheading {
	padding-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.generic_page_imagebox {
	float: right;
	clear: right;
	border: 1px solid #b2b2b2;
	margin-left: 10px;
	margin-bottom: 10px;
}

.generic_page_imagebox .imagebox_image {
	margin: 2px;
}

.generic_page_imagebox .imagebox_caption {
	margin: 2px;
	margin-top: 0px;
	padding: 2px;
	padding-bottom: 18px;
	background-color: #efefef;
	font-size: 10px;
}

.generic_page_imagebox_left{
	float: left;
	clear: left;
	border: 1px solid #b2b2b2;
	margin-right: 10px;
	margin-bottom: 10px;
}

.generic_page_imagebox_left.imagebox_image_left{
	margin: 2px;
}
.generic_page_imagebox_left .imagebox_caption {
	margin: 2px;
	margin-top: 0px;
	padding: 2px;
	padding-bottom: 18px;
	background-color: #efefef;
	font-size: 10px;
}

.text_content {
	padding: 16px 8px 16px 8px;
	line-height: 12px;
	color: #333333;
	font-size: 12px;
}

.contenttableheader {
	padding: 4px 0px 4px 10px;
	background-color: #efefef;
	font-weight: bold;
	color: #e20a17;
}

.general_contenttable {
}

.general_contenttable td {
	text-align: center;
	padding: 4px 5px 4px 5px;
}

.general_contenttable .headercol {
	text-align: left;
}

.general_contenttable .headerrow {
	vertical-align: bottom;
}

.general_contenttable .headerrow .headercol {
	font-weight: bold;
}

.general_contenttable .headercol {
	padding-left: 10px;
}

.general_contenttable .rowa td {
	background-color: #d9d9d9;
	border-left: 2px solid #efefef;
}

.general_contenttable .rowa .headercol {
	background-color: #e3e3e3;
	border-left: none;
}

.general_contenttable .rowb td {
	background-color: #e5e5e5;
	border-left: 2px solid #eeeeee;
}

.general_contenttable .rowb .headercol {
	background-color: #efefef;
	border-left: none;
}

.general_contenttable .rowdiv {
	overflow: hidden;
	height: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #acacac;
}

.list_page {
	padding: 0px;
	padding-right: 2px;
}

.list_page .list_div {
	margin-left: 3px;
	overflow: hidden;
	height: 1px;
	background-color: #e1e1e1;
}

.list_page .list_heading {
	margin-left: 8px;
	margin-top: 16px;
	color: #e20a17;
	font-weight: bold;
	font-size: 14px;
}

.list_page .list_subheading {
	margin-left: 8px;
	margin-top: 2px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #000000;
}

.list_page .list_content {
	margin-left: 8px;
	margin-bottom: 6px;
	color: #333333;
}

a.backtotop, a.backtotop:visited {
	display: block;
	margin-left: 8px;
	width: 40px;
	height: 40px;
	background: url(/images/top.gif) no-repeat 0px 20px;
}

a.backtotop:hover {
	background: url(/images/top_over.gif) no-repeat 0px 20px;
}

.list_page a.related_link, .list_page a.related_link:visited {
	display: block;
	margin-top: 2px;
	margin-left: 8px;
	padding-left: 6px;
	text-decoration: underline;
	background: url(/images/linkarrow.gif) no-repeat 0px 5px;
	color: #333333;
}

.list_page a.related_link:hover {
	text-decoration: underline;
	color: #e20a17;
}

.list_page .list_selectbox {
	padding: 4px;
	background-color: #dadada;
}

.list_links_page .list_subheading {
	margin-top: 18px;
	padding-bottom: 2px;
}

.list_links_page .list_content {
	margin-bottom: 2px;
}

.list_links_page a.related_link, .list_links_page a.related_link:visited, .list_links_page a.related_link:hover {
	margin-top: 0px;
}

.article {
	width: 578px;
	padding-top: 15px;
}

.article_content {
	/*background: url(/images/linkarrow.gif) no-repeat 8px 7px;*/
	padding-left: 8px;
	/*float: left;
	width: 325px;*/
	float: left;
	margin-right: 10px;
	color: #333333;
}

.article_imagebox {
	float: right;
}

.article_imagebox img {
	padding: 2px;
	border: 1px solid #b2b2b2;
}

.article_title {
	color: #e20a17;
	font-size: 16px;
	font-weight: bold;
}

.article_date {
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 8px;
}

.article_text {
	margin-top: 10px;
	color: #333333;
}

.article_div {
	overflow: hidden;
	height: 1px;
	margin-left: 2px;
	margin-top: 23px;
	background-color: #dadada;
}

.article_details {
	width: 160px;
}

.article_details .article_details_title {
	padding-top: 14px;
	padding-left: 10px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #333333;
}

.article_details a, .article_details a:visited {
	display: block;
	padding-left: 10px;
	background: url(/images/linkarrow.gif) no-repeat 4px 5px;
	color: #333333;
	text-decoration: underline;
}

.article_details a:hover {
	padding-left: 10px;
	text-decoration: underline;
	color: #e20a17;
}

.article_imagebox_row {
	clear: left;
}

.article_imagebox_cell {
	padding-bottom: 12px;
	padding-left: 8px;
	float: left;
}

.article_imagebox_cell .article_details {
	width: 120px;
}

.article_imagebox_cell .article_details .article_details_title {
	padding-top: 2px;
	padding-bottom: 2px;
}

.linklist a, .linklist a:visited {
	display: block;
	padding-left: 8px;
	padding-bottom: 4px;
	background: url(/images/linkarrow.gif) no-repeat 0px 5px;
	color: #333333;
	text-decoration: underline;
}

.linklist a:hover {
	text-decoration: underline;
	color: #e20a17;
}

.element_label {
	padding-top: 8px;
	padding-right: 8px;
	float: left;
	color: #333333;
}

.element_input {
	float: left;
	padding: 4px;
	background-color: #dadada;
}

iframe, div.menu_bg, div.menu_bg_trans {
	position: absolute; 
	width: 500px;
	height: 500px;
	
	z-index: -1;
	
	background-color: #f9f9f9;
}

iframe, div.menu_bg_trans {
	opacity: .95;
	filter: alpha(opacity=95);
}

.FBConnectButton {
height: 18px;
position: relative;
top: -5px;


}


