﻿body 
{
	font-family: Arial;
	font-size: 12px;
	background: #0C0D11;
	padding: 2;
	color: #fff;
}

p
{
	padding: 2px;
}

a
{
    color: #2D74B3;
}

a:hover
{
    text-decoration: none;
}

#site-container
{
	margin: 0 auto;
	width: 940px;
}

#site-container span { color: #fff !important; }

#header
{
	background: url(Images/header-bg.jpg) no-repeat;
	height: 101px;
}
	#dealership-name
	{
		text-align: right;
		font-size: 26px;
		margin: 0;
		height: 79px;
		line-height: 79px;
		padding: 0 15px;
	}
	
	#menu-1
	{
		float: right;
		padding: 0;
		margin: 0;
		list-style: none;
	}
		#menu-1 li
		{
			float: left;
		}
			#menu-1 a
			{
				color: #fff;
				font-weight: bold;
				display: block;
				height: 22px;
				line-height: 22px;
				text-decoration: none;
				margin: 0;
				padding: 0 15px;
			}
			#menu-1 a:hover
			{
				background: #34444E;
			}

#image-rotator
{
	height: 400px;
	padding: 3px 0;
}

#content-container
{
	width: 100%;
	background: #0A131A;
}
	#menu-2
	{
		background: #1C262F;
		width: 185px;
	}
		#menu-2 ul
		{
			list-style: none;
			padding: 0;
			margin: 0;
			display: block;
			width: 100%;
		}
			#menu-2 a
			{
				color: #A9BAC4;
				display: block;
				height: 23px;
				line-height: 23px;
				border-bottom: solid 1px #33444E;
				text-decoration: none;
				font-weight: bold;
				padding: 0 10px;
			}

#menu-3
{
	background: url(Images/menu-3-bottom.jpg) no-repeat bottom;
	padding: 10px 0;
	margin: 5px 0 0;
}
	#menu-3,
	#menu-3 a
	{
		color: #67686C;
		font-size: 10px;
	}
	#menu-3 a
	{
		padding: 0 11px;
		text-decoration: none;
	}
	#menu-3 a:hover
	{
		color: #006CB8;
		text-decoration: underline;
	}

#copyright
{
	padding: 3px 11px;
	color: #67686C;
	font-size: 10px;
}

.ModuleTableAltContent
{
	color: #000;
}
	.ModuleTableAltContent a
	{
		color: #0000EE !important;
	}

.ModuleTableContent a
{
	color: #A9BAC4;
}


/*
.car-display-button,
.car-display-button:hover
{
	color: #FFFFFF !important;
}

.car-display-selected-button a,
.car-display-selected-button a:hover
{
	color: #4C4C4C !important;
}

*/