/* CSS Document */

body
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/Used-cars-sale.jpg) top center repeat-x;
}

.nav
{
	font-size:14px;
	color:white;
	text-decoration:none;
}

	.nav ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
	}
	
	.nav li
	{
		float:left;
		display:block;

	}
	
		.nav li a, .nav li a:link
		{
			display:block;
			color:white;
			text-decoration:none;
			line-height:55px;
			padding-left:30px;
			padding-right:30px;	
		}
		
		.nav li a:hover
		{
			background:url(images/used-auto-dealers.png) center 5px no-repeat;
			color:black;

		}

.searchDropdown
{
	width:170px;
	border:1px solid #ccc;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

.txt13gray
{
	font-size:13px;
	color:#666;
	text-decoration:none;
}

.txt11white
{
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

	.txt11white a,	.txt11white a
	{
		font-size:11px;
		color:#fff;
		text-decoration:none;
	}
	
	.txt11white a:hover
	{
		font-size:11px;
		color:#B0DE00;
		text-decoration:none;
	}

.txt12white
{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

.txt14white
{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}

	.txt14white a,	.txt14white a
	{
		font-size:14px;
		color:#fff;
		text-decoration:none;
	}
	
	.txt14white a:hover
	{
		font-size:14px;
		color:#313E00;
		text-decoration:none;
	}

.txt18white
{
	font-size:18px;
	color:#fff;
	text-decoration:none;
}
	.txt18white a,	.txt18white a:link
	{
		font-size:18px;
		color:#fff;
		text-decoration:none;
	}

	.txt18white a:hover
	{
		font-size:18px;
		color:#000;
		text-decoration:none;
	}

.txt12gray
{
	font-size:13px;
	color:#666;
	line-height:18px;
	text-decoration:none;
}

.txt12Lgreen
{
	font-size:11px;
	color:#B0DE00;
	line-height:18px;
	text-decoration:none;
}

.h1 {
    font-size:14px;
	font-weight: bold;
	color:#B0DE00;
	line-height:18px;
	text-decoration:none;
}	

	.txt12Lgreen a,	.txt12Lgreen a
	{
		font-size:11px;
		color:#B0DE00;
		line-height:18px;
		text-decoration:none;
	}
	
	.txt12Lgreen a:hover
	{
		font-size:11px;
		color:#fff;
		line-height:18px;
		text-decoration:none;
	}

.txt12green
{
	font-size:12px;
	color:#313E00;
	line-height:18px;
	text-decoration:none;
}

	.txt12green a,	.txt12green a
	{
		font-size:12px;
		color:#313E00;
		line-height:18px;
		text-decoration:none;
	}
	
	.txt12green a:hover
	{
		font-size:12px;
		color:#000;
		line-height:18px;
		text-decoration:none;
	}



.border-l-r
{
	border-right:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
}