/* ------------------------------------------------------------------------------*/ 
/*	Designed and Produced by Carlson Digital - a division of Carlson Marketing.  */
/*	Build start date: 27/08/07                                                   */
/*	Developer: Steve Kirtley	 	                                                         */
/* ------------------------------------------------------------------------------*/


/*-----------------------------------*/
/* Main image slot in top section    */

#mainImageSlot {
	width: 1000px;
	height: 150px;
	border-bottom: 1px solid #fff;
	background: transparent url('/a/img/newCars/helpMeChoose/header.jpg') top left no-repeat;
}

/* Page */
#page {
	background: #CCCCCC;
	width: 100%;
	border: 0;
}

	#page #pageInner {
		border: 0;
	}

		#page h3 {
			font-size: 1.5em;
		}

		#page h4 {
			font-size: 1.1em;
		}
		
		#page h5 {
			font-size: 1.1em;
			margin-top: 10px;
		}

		#page .newsSummary {
			background: #ccc;
			padding: 10px;
			color: #333333;
			font-weight: bold;
			border-bottom: 1px solid #fff;
		}
		
/* Object Container Setup */

#objectContainer {
	width: 849px;
	height: auto;
	overflow: hidden;
}

#objectContainer object {
	width: 850px;
	height: 570px;
	border: 0;
}

/* iFrame Container Setup */

#objectContainer iframe {
	width: 850px;
	height: 570px;
	border: 0;
	
}
