#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 */
}
	#promoTop
	{
		height: 381px;
		background: url("/images/contract-hire/top/bg.jpg") no-repeat 0px 0px;
	}
		#promoTop img,
		#promoTop p
		{
			margin: 10px 0px -10px 10px;
			color: #ffffff;
			font-size: 16px;
			font-weight: bold;
		}
			#promoTop p
			{
				margin: 10px 0px -5px 10px;
			}
			img#cars,
			span#cars
			{
				margin: 15px auto 5px auto;
				display: block;
			}
			#promoPrices
			{
				
			}
				#promoPrices li
				{
					font-size: 16px;
					font-weight: bold;
					color: #ffffff;
					float: left;
					text-align: center;
					list-style-type: none;
					margin: 0px 10px 0px 0px;
				}
					#promoPrices li a
					{
						color: #ffffff;
					}
						#promoPrices li span
						{
							font-size: 18px;
							display: block;
						}
				li#topL200			{ margin: 0px 0px 0px 60px; }
				li#topOutlander	{ margin: 0px 0px 0px 50px; }
				li#topAsx			{ margin: 0px 0px 0px 50px; }
/* top panel styling */
/*-------------------*/

/*-------------*/
/* nav styling */
#navWrap
{
	position: relative;
	border-top: 1px solid #9f9f9f;
}
	#mainNav
	{
		background: #ffffff;
		border-bottom: 10px solid #610000;
		height: 30px;
		font-size: 14px;
		z-index: 501;
		position: relative;
	}
		#mainNav li
		{
			float: left;
			list-style: none;
			margin: 0px 0px 0px 5px;
		}
			#mainNav li a
			{
				background: #ffffff;
				color: #4f4f4f;
				height: 22px;
				padding: 8px 10px 0px 10px;
				display: block;
				font-weight: bold;
			}
			#mainNav li a:hover
			{
				color: #610000;
			}
/* 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;
		}
/* content panel styling */
/*-----------------------*/

/*---------------------------*/
/* quicklinks button styling */
#cta
{
	width: 200px;
	float: right;
	overflow: hidden;
	padding: 10px 9px 0px 9px;
	font-size: 11px;
}
	#cta h2
	{
	}
	#cta ul
	{
	}
		#cta li
		{
			list-style: none;
		}
			#cta li a
			{
				width: 196px;
				height: 129px;
				line-height: 30px;
				display: block;
				margin: 0px 0px 10px 0px;
				padding: 0px 0px 0px 5px;
				color: #4f4f4f;
				font-size: 11px;
			}
			#cta li a.ctaContactUs		{ background: url('/images/contract-hire/cta/contact-us.jpg') no-repeat 0px 0px; }
			#cta li a.ctaFindDealer		{ background: url('/images/contract-hire/cta/find-dealer.jpg') no-repeat 0px 0px; }
			#cta li a:hover
			{
				background-position: 0px -129px;
			}
				#cta li a span
				{
					display: none;
				}
/* quicklinks button styling */
/*---------------------------*/
