body {
	background: #fff;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	margin: 0;
}

/*   Header  */

.splash { position: absolute; left: 160px; top: 76px; z-index: 300; }
.splashdodgefeature { position: absolute; left: 220px; top: 220px; z-index: 300; }
.splashbottom { position: absolute; left: 200px; top: 350px; z-index: 300; }
.shoppingcart{
	background-attachment: fixed; position: absolute; left: 365px; top: 44px; z-index: 100;
 }

}
#header a img {
	display: inline;
	float: left;
}
img#specialorder {
	position: absolute;
	top: 0px;
	left: 585px;
}
img#login {
	position: absolute;
	top: 0px;
	left: 410px;
}
img#language {
	position: absolute;
	top: 0px;
	left: 685px;
}
img#home {
	position: absolute;
	top: 25px;
	left: 345px;
}

img#assistance {
	position: absolute;
	top: 25px;
	left: 610px;
}
div#white {
	
	background: #fff;
	width: 100%;
	height: 315px;
	
}
/*  Left Navigation   */
#leftnav {
	background: #e5e5e5;
	position:absolute;
	top: 40px;
	left:0;
	width: 160px;
	height: 315px;
	padding: 1px 0 0 0;
}
#nameplate {
	/*background: url("../IMG/dod_left_nav_vehicle_title.gif");*/
	
	vertical-align: middle;
	padding: 0
}
#nameplate img {
	margin: 0px;
}
#nameplate a {
	font: bold 10px/30px  Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#leftnav ul {
	margin: 0 0 10px 0;
	list-style: none;
	padding: 0;
}
#leftnav ul li {	
	margin: 0;
	padding: 0;	
}
#leftnav ul li a:link, #leftnav ul li a:visited {
	font: 10px Verdana, Arial, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	height: 19px;
	background: transparent;
	padding: 3px 8px 0 8px;
	margin: 0;
}
#leftnav ul li a:hover, #leftnav ul li a:active  {	
	text-decoration: none;
	background: #ed1c24;
}
#leftnav ul li#selected a:link, #leftnav ul li#selected a:visited {
	background: #ed1c24;
}
/*  Pano  */
#pano {
	background: #fff;
	position:absolute;
	top: 40px;
	left:161px;
	width: 605px;
	margin: 0 0 10px 0;
}

/*  Content  */
#content {
	background: #C6C6C6;
	width: 100%;	
	margin: 0;
	position: relative;

	left: 0;
}
#contentWhite{
	background: #fff;
	width: 100%;	
	margin: 0;	
}
#contentGrey{
	background: #C6C6C6;
	width: 100%;	
	margin: 0;	
}

#virtualshowroom {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 100%;	
	margin: 0;
	z-index: 0;
	background: #000;
}

/*  Footer  */

.footerright {	
	background: #E6E6E6;	
}
#footer {
	height: 41px;
	background: #fff;
	width: 100%;	
	margin: 0;	
	border-top: 1px solid #636363;
}
#footer ul {
	margin: 3px 8px;
	list-style: none;
	padding: 0;
}
#footer ul li {
	display: inline;
}
#footer ul li a {	
	font: 10px Verdana, Arial, sans-serif;
	color: #000000;
	text-decoration: underline;
}
#footer ul li a:hover, #footer ul li a:active {
	color: #859bb2;
}

