@charset "utf-8";
body
{
	text-align: center;
	margin: 0 auto;
	padding: 1em;
	color: #525150;
	background-color: #645c5a;
	font-family: Verdana, Geneva, sans-serif;
}

#container
{
	margin: 0em auto;
	padding: 0em;
	text-align: left;
	background-color: #e5dede;
	width: 800px;
	height: 600px;
	border: 1px solid #000000;
}

#container img
{
	border: 0;
}

#container a
{
	text-decoration: none;
	color: #000000;
}

#container a:hover
{
	color: #ee2e24;
}

#container #navigation
{
	width: 780px;
	background-color: #ed1b2e;
	padding: 10px;
	font-size: 22px;
	color: #ffffff;
}

#container #navigation a
{
	color: #ffffff;
}

#container #navigation a:hover
{
	color: #dfdc00;
}

#subnavigation
{
	width: 800px;
	height: 553px;
	background-image: url(../images/Dodge-Background.jpg);
	background-repeat: no-repeat;
}

#container #subnavigation #models
{
	margin: 75px 10px 0 10px;
	float: left;
}

#container #subnavigation #models td
{
	text-align: center;
	font-size: 10px;
}

#container #subnavigation #charger
{
	text-align: right;
	margin: 10px 10px 0 0;
}

#container #subnavigation #outer_content
{
	float: right;
	margin: 20px;
}

#container #subnavigation #outer_content #content_header
{
	width: 472px;
	height: 20px;
	padding: 10px;
	font-size: 20px;
	background-color: #ed1b2e;
	color: #ffffff;
	text-align: center;
}

#container #subnavigation #outer_content #content_header a
{
	color: #ffffff;
}

#container #subnavigation #outer_content #content_header a:hover
{
	color: #dfdc00;
}

#container #subnavigation #outer_content #actual_content
{
	width: 472px;
	height: 225px;
	padding: 10px;
	overflow: auto;
	background-image: url(../images/Dodge-Content-Background.jpg)
}

#container #subnavigation #outer_content #actual_content h1
{
	font-size: 18px;
}

#container #subnavigation #outer_content #actual_content h2
{
	font-size: 14px;
}

#copyright a
{
	color: #dddddd;
	text-decoration: none;
}

#copyright a
{
	color: #ffffff;
}

a.info
{
	z-index:24;
	text-decoration:none;
	text-align: center;
}

a.info:hover
{
	z-index:25;
}

a.info span
{
	position: relative;
}

a.info span span
{
	display: none;
}

a.info:hover span span
{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-50px;
	left: 25px;
	padding: 2em;
	border: 5px solid #8e8983;
	text-align: center;
	background-color: #ffffff;
	width: 550px;
}

#outside
{
}

#navigation-1
{
	list-style:none;
	width:100%;
	height:21px;
	color: #ffffff;
	z-index: 99;
}

#navigation-1 li
{
	margin: 5px;
	display:block;
	float:left;
	position:relative;
}

#navigation-1 li ul.navigation-2
{
	list-style:none;
	display:none;
	background-color: #ed1b2e;
	position:absolute;
	top:25px;
	left:-1px;
	border:2px solid #c0b7b8;
	z-index: 98;
}

#navigation-1 li:hover ul.navigation-2
{
	display:block;
}

#navigation-1 li ul.navigation-2 li
{
	clear:left;
}

#navigation-1 li ul.navigation-2 li a
{
	/*font-size: 10px;*/
}



