﻿body 
{
	font-family: Arial;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#site-container
{
	margin: 0 auto;
	width: 968px;
}

#header
{
	height: 70px;
}
	#logo
	{
		background: url(Images/logo.gif) no-repeat;
		margin: 11px 0 0 8px;
		float: left;
		display: block;
		width: 180px;
		height: 51px;
	}
	#dealership-name
	{
		margin: 25px 0 0 0;
		float: right;
		font-size: 25px;
		font-weight: lighter;
		color: #CD0505;
		letter-spacing: -1.5px;
		font-family: 'clarendonbold';
		transform: scaleY(0.8);
		-ms-transform: scaleY(0.8);
		-webkit-transform: scaleY(0.8);
	}

#menu-1
{
	background: #E7E7E7 url(Images/menu-1-sprite.png) repeat-x 0 -35px;
}
	#menu-1 .cnr-1
	{
		background: url(Images/menu-1-sprite.png) no-repeat;
	}
		#menu-1 ul
		{
			background: url(Images/menu-1-sprite.png) no-repeat right -70px;
			padding: 0 10px;
			margin: 0 0 15px;
			list-style: none;
			height: 35px;
		}
			#menu-1 li
			{
				background: url(Images/menu-1-sprite.png) no-repeat right -105px;
				float: left;
				padding: 0 16px;
			}
			#menu-1 li.last
			{
				background: none;
			}
				#menu-1 a
				{
					display: block;
					height: 35px;
					line-height: 35px;
					text-decoration: none;
					color: #626262;
					font-weight: bold;
				}
				#menu-1 a:hover
				{
					color: #BE1410;
				}

#big-randomizer
{
	height: 358px;
}
#content-randomizer
{
	margin: 0 0 25px;
}

#banner-container
{
	height: 142px;
	margin: 20px 0 0;
}
	#menu-2
	{
		float: left;
		width: 721px;
		height: 142px;
		position: relative;
	}
		#menu-2 .wrapper {
			width: 641px; /* #menu-2 width - (.wrapper margin-left + .wrapper margin-right) */
			overflow: hidden;
			height: 142px;
			margin: 0 40px;
			position: absolute;
			top: 0;
		}
		#menu-2 ul a img {
			border: 0px solid #FFF;
		}
		#menu-2 .wrapper ul {
			width: 9999px;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			margin:0;
			padding:0;
			position: absolute;
			top: 0;
		}
		#menu-2 ul li {
			display:block;
			float:left;
			padding: 0 5px;
			height: 142px;
			width: 204px;
		}
		#menu-2 ul li a img {
			display:block;
		}
		#menu-2 .arrow {
			display: block;
			height: 142px;
			width: 27px;
			background-color:#FFFFFF;
			text-indent: -999px;
			position: absolute;
			top: 0px;
			cursor: pointer;
		}
		#menu-2 .forward {
			background-position: 0 0;
			background: url(Images/carousel-sprite.png) no-repeat right 0;
			right: 0;
		}
		#menu-2 .back {
			background-position: 0 0px;
			background: url(Images/carousel-sprite.png) no-repeat 0 0;
			left: 0;
		}
		#menu-2 .forward:hover {
			background-position: right -158px;
		}
		#menu-2 .back:hover {
			background-position: 0 -158px;
		}

	#menu-3
	{
		float: right;
		width: 225px;
		height: 141px;
	}

#menu-4
{
	background: #F0F0F0 url(Images/menu-4-sprite.png) no-repeat;
	height: 32px;
	line-height: 32px;
	margin: 20px 0;
}
	#menu-4 .wrapper
	{
		background: url(Images/menu-4-sprite.png) no-repeat bottom right;
		color: #999;
		text-align: center;
	}
		#menu-4 a
		{
			color: #999;
			padding: 0 4px;
			text-decoration: none;
		}
		#menu-4 a:hover
		{
			color: #636363;
		}
		
/* Module overrides */

#personnel-departments a.selected { font-weight: bold; color: #BE1410 !important; }
#personnel-departments a { color: #626262 !important; }
#personnel-departments a:hover { color: #BE1410 !important; }
.ContactHighlight { color: #ff0000 !important; }

.active { color:#BE1410 !important; }

@font-face 
{
    font-family: 'clarendonbold';
    src: url('fonts/clarendon_bold-webfont.eot');
    src: url('fonts/clarendon_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/clarendon_bold-webfont.woff') format('woff'),
    url('fonts/clarendon_bold-webfont.ttf') format('truetype'),
    url('fonts/clarendon_bold-webfont.svg#clarendonbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

