/* ------------------------------ */
/* STYLES SPECIFIC TO HOME PAGES  */
/* ------------------------------ */

/* <a> */

/* <blockquote> */
div#endorsement blockquote {
	padding: 0 15px;
	font-size: 135%;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
}

/* <cite> */
div#endorsement cite {
	display: block;
	color: #999;
	font-size: 90%;
	text-align: right;
}

/* <div> */
div#content {
	float: left;
	width: 461px;
}
div#content_inner {
	padding-right: 26px;
	height: 230px;
}
div#endorsement {
	background: #E1E1E1 url(images/home-endoresment-bg.gif) repeat-x 0 0;
	float: right;
	height: 277px;
	padding: 17px 250px 17px 16px;
	position: relative;
	width: 200px;
}
div.pe_block {
	position: relative;
}
div#steps {
	border-top: 1px solid #fff;
	clear: both;
}

h3.button { 
	float: right;
	margin: 1.5em 0 1.5em;
	font-size: 100%;
}

/* <fieldset> */
fieldset#makemodeltype {
	width: 358px;
	_width: 364px;
}

/* <img> */
div#car_img {
	background: url(images/mini.png) no-repeat 0 0;
	_background-image: url(images/mini.jpg);
	display: none;
	height: 112px;
	position: absolute;
	bottom: -21px;
	right: -22px;
	_right: -23px;
	width: 182px;
}
div#celebrity_img {
	background: url(images/celebrity.jpg) no-repeat 0 0;
	bottom: 0;
	_bottom: -1px;
	height: 339px;
	position: absolute;
	right: -20px;
	width: 255px;
}

/* <ol> & <li> */
div#steps ol {
	margin: 0;
	list-style: none;
}
div#steps ol li {
	background: url(images/home-step-1.gif) no-repeat 0 0;
	color: #666;
	float: left;
	font-size: 120%;
	font-weight: bold;
	height: 57px;
	line-height: 120%;
	margin: 0;
	padding: 16px 15px 0 79px;
	width: 135px;
}
div#steps ol li#two {
	background-image: url(images/home-step-2.gif);
	color: #555;
}
div#steps ol li#three {
	background-image: url(images/home-step-3.gif);
	color: #444;
}
div#steps ol li#four {
	background-image: url(images/home-step-4.gif);
	color: #333;
	padding: 16px 15px 0 86px;
	width: 173px;
}


/* <p> */
div#endorsement blockquote p#signature {
	padding: 0 10px 0 0;
	margin: -1.5em 0 1em 0;
	text-align: center;
}
div.pe_block p {
	padding-right: 135px;
}

/* <span> */
div#endorsement blockquote span.quote_open, div#endorsement blockquote span.quote_close {
	background: url(images/home-quote-open.gif) no-repeat top left;
	height: 0;
	margin: 0 0 5px -20px;
	overflow: hidden;
	padding: 30px 0 0 0;
	display: block;
}
div#endorsement blockquote span.quote_close {
	background: url(images/home-quote-close.gif) no-repeat top right;
	right: 0;
	margin: 8px -15px 0 0;
}
