#showroom-interactive-wrap {
	background: url(/images/showroom-interactive-bg.jpg) top left repeat-x;
}

#showroom-interactive {
	width: 940px;
	height: 59px;
	margin: auto;
	background: url(/images/showroom-interactive-cars.jpg) top left no-repeat;
	border-bottom: 4px solid #2c4892;
}

#interactive {
	width: 940px;
	height: 59px;
	margin: auto;
	display: block;
}

#nav-showroom-wrap {
	background: #e6e6e6;
	border: 1px solid #868686;
}

#nav-showroom {
	width: 960px;
	height: 16px;
	margin: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

#nav-showroom h1 {
	margin: 0;
}

#nav-showroom ul {
	height: 16px;
	padding: 0;
	margin: auto;
	display: block;
	list-style: none;
} 

#nav-showroom ul li {
	width: 80px;
	height: 16px;
	padding: 0;	
	margin: 0;
	float: left;
	display: block;
	background: url(/images/showroom-tab.gif) no-repeat;
}

#nav-showroom ul li a {
	display: block;
	text-align: center;
	padding: 0;
	margin: 2px 0 0 0;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#nav-showroom ul li a.nav-showroom-active {
	color: #ff0000;
}

#nav-showroom ul li a:hover {
	color: #ff0000;
}

#nav-showroom ul li a span{
	display: block;
	margin: 0;
}


/* showroom interactive */
/* Home page */

#home-showroom-interactive-wrap {
	background:  url(/images/showroom-interactive-wrap-bg.jpg) top left repeat-x;

}

#home-showroom-interactive {
	width: 940px;
	height: 208px;
	margin: auto;
	display: block;
	background: #fff url(/images/showroom-interactive-bg.jpg) top left repeat-x;
}

