@charset "utf-8";

html, body {
  font-family:  arial, san-serif;
  font-size:11px;
  color: #ddd;
  margin:0 auto 0 auto;
  padding: 0;
  background: #ddd;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img {
	margin:0;
	padding:0;
	border:0;
}

a:link, a:visited {
  color:#fff;
  text-decoration: none;
	cursor: hand;
}

a:hover { 
  color:#c0c0c0;
	cursor: hand;
}

#gateway_wrapper {
  position: relative;
  width: 960px;
  margin-left: auto; 
  margin-right: auto;
  padding: 0;
  clear: both;
  border: 0;
}

#brand_header {
	width: 960px;
	height: 52px;
	background: #000;
}

#left_nav {
	width: 230px;
	height: 633px;
	background: #f2f2f2;
	float: left;
}

.left_nav_button {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #e2e2e2;
	overflow: hidden;
	margin-bottom: 1px;
	padding: 2px 15px 2px 15px;
	cursor: hand;
}
.left_nav_button:hover,
.ramtrucks .left_nav_button:hover {
	color:#E1E1E1;
}

.ramtrucks .left_nav_button {
	color:#000;
}

.chryslerllc_nav {
	background: #c5c7c7 url(../img/arrow_right.gif) center right no-repeat;
}

.chrysler_nav {
	background: #c5c7c7 url(../img/arrow_right.gif) center right no-repeat;
}

.jeep_nav {
	background: #c5c7c7 url(../img/arrow_right.gif) center right no-repeat;
}

.dodge_nav {
	background: #c5c7c7 url(../img/arrow_right.gif) center right no-repeat;
}

.ramtrucks_nav {
	background: #c5c7c7 url(../img/arrow_right.gif) 215px center no-repeat;
}

.chryslerllc_on {
	background: #c5c7c7 url(../img/arrow_down.gif) center right no-repeat;
}

.chrysler_on {
	background: #c5c7c7 url(../img/arrow_down.gif) center right no-repeat;
}

.jeep_on {
	background: #c5c7c7 url(../img/arrow_down.gif) center right no-repeat;
}

.dodge_on {
	background: #c5c7c7 url(../img/arrow_down.gif) center right no-repeat;
}

.ramtrucks_on {
	background: #c5c7c7 url(../img/arrow_down.gif) 215px center no-repeat;
}

.left_subnav_button {
	font-size: 11px;
	font-weight: bold;
	color: #707070;
	background: #e2e2e2 url(../img/sub_nav_bkgd_corp.gif) repeat-x;
	border: 1px solid #e2e2e2;
	overflow: hidden;
	padding: 2px 15px 2px 15px;
	margin-bottom: 1px;
	cursor: hand;
}

a:link .regional_links, a:visited .regional_links{
	font-size: 10px;
	font-weight: bold;
	color: #707070;
	overflow: hidden;
	padding: 6px 15px 0px 15px;
	text-decoration: underline;
	cursor: hand;
}

a:hover .regional_links {
	color: #000;
	cursor: hand;
}

.left_subnav_button img {
	margin: 2px 4px 1px 0;
}

.region_nav{
	height: 520px;
	overflow-y: auto;
	overflow-x: hidden;
}

#AS_subnav, #EU_subnav, #SA_subnav, #AF_subnav, #NA_subnav {
	display: none;
}

#map_canvas {
	width: 730px;
	height: 633px;
	float: right;
}

#info_window_wrapper {
	font-size: 13px;
	color: #000;
	font-weight:bold;
	display: block;
	width: 220px;
	height: 150px;
}

#head_wrapper {
	margin-bottom: 15px;
	overflow: hidden;
	clear: both;
}

#flag {
	margin: 0 5px;
	float: left;
}

#country_name {
	padding-top: 1px;
}

#button_wrap {
	width: 220px;
	text-align: center;
}

#brand_buttons p, #brand_divider {
	margin-bottom: 5px;
}

#footer{
	color: #000;
	font-size: 10px;
	padding: 10px 0;
	clear: both;
}

#brand_header ul {
    position: relative;
    top: 5px;
}

#brand_header li {
	display: inline-block;
    left: 40%;
    position: relative;
    height: 40px;
    *display: inline;
    zoom: 1;
}
#brand_header li.first{
	left: 0;
}
#brand_header li a{
	height: 40px;
}