#contentWrap
{
	background: #ffffff url('/images/vehicle/bg.jpg') repeat-x 0px 0px;
}
#container
{
	border-left: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
	width: 942px;
	margin: 0px auto;
	font-size: 12px;
	position: relative;
	background: #ffffff;
}

.clearer
{
	clear: both;
}

/*-------------------*/
/* top panel styling */
#topPanel
{
	position: relative;
	height: 381px; /* this is a fix for ie8 -- need to keep an eye on if it breaks anything else */
}
	#topPanel #headerImg
	{
		position: absolute;
		bottom: 10px;
		left: 20px;
		z-index: 300;
		outline: none;
	}
	#topPanel #rotatingPanels
	{
		height: 381px;
		width: 942px;
	}
		#topPanel #rotatingPanels div
		{
			height: 381px;
			width: 942px;
			position: absolute;
		}
		/*#topPanel #homeTopPanel
		{
			height: 381px;
			width: 942px;
			position: absolute;
			z-index: 40;
		}
		#topPanel #imTopPanel
		{
			height: 381px;
			width: 942px;
			position: absolute;
			z-index: 30;
		}
		#topPanel #cotyTopPanel
		{
			height: 381px;
			width: 942px;
			position: absolute;
			z-index: 30;
		}*/
	#topPanel #interactiveBrochure
	{
		width: 942px;
		height: 540px;
		padding: 0px 0px 63px 0px;
		position: relative;
		display: none;
		background: #a0a0a0;
	}
			#topPanel #interactiveBrochureClose
			{
				height: 20px;
				line-height: 20px;
				display: block;
				padding: 0px 5px;
				background: #000000;
				color: #7d7d7d;
				font-weight: bold;
				text-align: center;
			}
			#topPanel #interactiveBrochureClose:hover
			{
				color: #ffffff;
			}
		#fbFooter
		{
			background: #000000;
			height: 48px;
			padding: 5px 0px 0px 0px;
			color: #ffffff;
			font-size: 11px;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
		}
			#fbContents,
			#fbMenu
			{
				float: left;
				margin: 0px 20px 0px 0px;
				padding: 0px;
			}
			#fbContents
			{
				padding: 5px 0px 0px 10px;
				width: 300px;
			}
	#topPanel #panoscopePanel
	{
		width: 942px;
		height: 650px;
		display: none;
		position: relative;
	}
		#topPanel #topPanoscope
		{
			position: absolute;
			top: 140px;
			left: 20px;
		}
			#topPanel #panoscopeClose
			{
				height: 20px;
				line-height: 20px;
				display: block;
				padding: 0px 5px;
				background: url("/images/vehicle/top/panoscope/bg-close.jpg") repeat-x 0px 0px;
				color: #616263;
				font-weight: bold;
				text-align: center;
			}
			#topPanel #panoscopeClose:hover
			{
				color: #ffffff;
			}
			
		#topPanel a#top360
		{
			position: absolute;
			top: 20px;
			left: 20px;
			display: none;
			width: 70px;
			height: 45px;
			line-height: 45px;
			text-align: center;
			background-color: #ffffff;
			border: 1px solid #000000;
			color: #000000;
		}
		#topPanel a#top360:hover
		{
			background-position: 0px -45px;
		}
			#topPanel a#top360:hover span
			{
				display: none;
			}
	#topPanel #asx360popup
	{
		position: absolute;
		z-index: 9002;
		top: 90px;
		left: 171px;
		display: none;
	}
		#topPanel #top360close
		{
			position: absolute;
			right: 10px;
			top: 10px;
			color: #000000;
		}

/* top panel styling */
/*-------------------*/

/*-------------*/
/* nav styling */
#navWrap
{
	position: relative;
	border-top: 1px solid #9f9f9f;
}
	#vehicleNav
	{
		background: #ffffff;
		border-bottom: 10px solid #610000;
		height: 30px;
		font-size: 14px;
		z-index: 501;
		position: relative;
	}
		#vehicleNav li
		{
			list-style: none;
			margin: 0px 0px 0px 5px;
			float: left;
		}
			#vehicleNav li a
			{
				background: #ffffff;
				color: #4f4f4f;
				height: 22px;
				padding: 8px 10px 0px 10px;
				display: block;
				font-weight: bold;
			}
			#vehicleNav li a:hover
			{
				color: #610000;
			}
		a#vehicleCTAToggle
		{
			position: absolute;
			right: 5px;
			top: 2px;
			z-index: 502;
			height: 26px;
			width: 26px;
			background: url('/images/vehicle/nav/nav-cta-show.gif') no-repeat 0px 0px;
			display: none;
			outline: none;
		}
		a#vehicleCTAToggle:hover
		{
			background-position: 0px -26px;
		}
			a#vehicleCTAToggle span
			{
				display: none;
				position: absolute;
				top: 0px;
				right: 28px;
				background: #ffffff;
				border: 1px solid #9f9f9f;
				width: 130px;
				font-size: 10px;
				line-height: 12px;
				text-align: center;
				color: #000000;
			}
	#vehicleCTA
	{
		position: absolute;
		top: -36px;
		right: 20px;
		z-index: 500;
		/*background: url("/images/vehicle/nav/cta-testdrive.png") no-repeat 0px 0px;*/
	}
		#vehicleCTA li
		{
			float: left;
			list-style: none;
			z-index:90001;
		}
			#vehicleCTA li a
			{
				height: 35px;
				width: 145px;
				display: block;
				position: relative;
			}
				#vehicleCTA li a .active
				{
					display: none;
					position: absolute;
					left: 0px;
					top : 0px;
				}
/* nav styling */
/*-------------*/

/*-----------------------*/
/* content panel styling */
#contentPanel
{
	overflow: hidden;
	background: #ffffff url('/images/vehicle/content-bg.gif') repeat-y 0px 0px;
}
	#h1Wrap
	{
		border-bottom: 1px solid #9f9f9f;
	}
		#h1Wrap h1
		{
			font-size: 34px;
			font-weight: bold;
			text-align: right;
			position: relative;
			margin: 0px 0px -0.25em 0px;
			padding: 0px 10px 0px 0px;
			color: #555555;
		}
	#contentPanel a
	{
		color: #910000;
	}
		#contentPanel a:hover
		{
			color: #910000;
			text-decoration: underline;
		}
		
	.termsStatement
	{
		display: block;
		text-align: center;
		float: none;
		clear: both;
		padding: 15px 0 0 0;
		font-size: 10px;
	}
/* content panel styling */
/*-----------------------*/

/*---------------------------*/
/* quicklinks button styling */
#quickLinks
{
	padding: 10px 0px 0px 0px;
}
	#quickLinks h2
	{
		font-size: 14px;
		font-weight: bold;
		padding: 0px 0px 5px 0px;
	}
	#quickLinks ul
	{
	}
		#quickLinks li
		{
			list-style: none;
		}
			#quickLinks li a
			{
				width: 184px;
				height: 30px;
				line-height: 30px;
				display: block;
				margin: 0px 0px 10px 0px;
				padding: 0px 0px 0px 5px;
				color: #4f4f4f;
				font-size: 11px;
			}
				#quickLinks li a span
				{
					display: none;
				}
			#quickLinks li a.quicklinkNews				{ background: url('/images/global/quicklinks/news.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkElectricLiving	{ background: url('/images/global/quicklinks/electric.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkSpecialOffers		{ background: url('/images/global/quicklinks/special-offers.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkAccessories		{ background: url('/images/global/quicklinks/accessories.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkMSP				{ background: url('/images/global/quicklinks/msp.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkCarConfigurator	{ background: url('/images/global/quicklinks/car-configurator.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkTax				{ background: url('/images/global/quicklinks/tax.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkContractHire		{ background: url('/images/global/quicklinks/contract-hire.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkMotability		{ background: url('/images/global/quicklinks/motability.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkIntelligentMotion	{ background: url('/images/global/quicklinks/intelligent-motion.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkPersonas			{ background: url('/images/global/quicklinks/personas.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkRingtones			{ background: url('/images/global/quicklinks/ringtones.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkDealerLocator		{ background: url('/images/global/quicklinks/dealer-locator.jpg') no-repeat 0px 0px; }
			#quickLinks li a.quicklinkYoutubeChannel	{ background: url('/images/global/quicklinks/youtube.jpg') no-repeat 0px 0px; }
			#quickLinks li a:hover
			{
				color: #610000;
			}
/* quicklinks button styling */
/*---------------------------*/




