#content-hp {
	background: #eacea6;
}

#pic-hp {
	/* margin: -30px 0 0 0; */
	
	position: relative;
	z-index: 20px;
	height: 380px;
}

/* slideshow */

#slideshow img {
	position: relative;
	z-index: 20px;
}

#nav { 
	margin: -40px 5px 0 0; 
	position: relative;
	z-index: 10; 
	float: right; 
}

#nav a { 
	margin: 5px;
	padding: 3px 5px;
	border: 1px solid #fff;
	/* background: #fc0; */
	background: #;
	text-decoration: none;
	/* color: #23556f; */
	color: #fff;
	opacity: .5;
    filter: alpha(opacity=50);
}

#nav a.activeSlide { 
	/* background: #ea0; */
	background: #fff;
	color: #23556f;
	opacity: .7;
    filter: alpha(opacity=70);
}

#nav a:focus { 
	outline: none;
}

/* content */

.content-column {
	float: left;
	padding: 20px;
	display: inline;
}

#txt-intro {
	font-size: 16px;
	color: #630;
	font-weight: bold;
	line-height: 21px;
	width: 250px;
}

.content-column#txt-hp {
	width: 300px;
	float: left;
	line-height: 18px;
}


#whats-new {
	width: 220px;
}

#whats-new h4 {
	font-size: 13px;
	color: #630;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 1px 0;
	background: #fff;
}

#whats-new a:link,
#whats-new a:visited {
	display: block;
	padding: 10px;
	margin: 0 0 1px 0;
	background: #fff;
	color: #333;
	text-decoration: none;
}

#whats-new a:hover {
	text-decoration: underline;
}

#dealer-login {
	text-align: center;
	padding: 5px 10px;
	background: #dfb86b;
	color: #630;
}