/* Links for the main navigation bar */
.link-list
{
	margin: 0 auto;
	padding: 0;
}
.link-list li
{
	display: inline;
	list-style-type: none;
}

/* The search module on the main page */
#quick-search
{
	margin: 0;
	padding: 0;
	background-image: url('../images/quick-search-bg.png');
	background-repeat: no-repeat;
	width: 580px;
	height: 314px;
	margin-bottom: 7px;
	position: relative;
	right: 1px; 
																							/*border: 1px solid green;*/
}

/* The manufacturer links on the main page */
#manufacturer-links
{
	margin: 0;
	padding: 0;
	background-image: url('../images/manufacturer-bg.gif');
	background-repeat: no-repeat;
	width: 582px;
	height: 314px;
	margin-bottom: 7px;
	position: relative;
	right: 1px;
																							/*border: 1px solid red;*/
}

/* The carproof section */
#carproof-section
{
	margin: 0 0 7px;																							/*border: 1px solid blue;*/
}

/* The banners and article thing */
#banners-right
{
	
}
#article-right
{
	margin: 0;
	padding: 0;
	background-image: url('../images/articles-background2.jpg');
	background-repeat: no-repeat;
	width: 296px;
	height: 368px;
	text-align: left;
	position: relative;
	left: 5px;
																							/*border: 1px solid green;*/
}
#live-support
{
	margin: 0 auto;
	padding: 0px;
	width: 300px;
	text-align: center;
																							/*border: 1px solid green;*/
}
.dealer-design-section
{
	padding: 15px 5px;
	margin: 5px 0;
	border-top: 1px solid #999;
	width: 575px;
}
	.dealer-design-section img
	{
		float: left;
	}
	.dealer-design-section p img
	{
		float: none;
	}
	.dealer-design-section p, .dealer-design-section h2
	{
		margin: 0 0 10px 185px;
	}
.quick-search-table td
{
	padding: 5px 3px;
}

#dealer-login
{
	position: absolute;
	top: 0px;
	right: 15px;
	z-index: 10;
}

.sub-nav-separator
{
	display: inline-block;
	color: #999;
	width: 20px;
	text-align: center;
}

#manufacturer-links
{
	width: 270px;
	height: 172px;
	background: url('../images/manufacturer-links-bg.png') no-repeat;
	padding: 50px 15px 0;
	text-align: left;
	margin-bottom: 20px;
}

#mainpage-video
{
	width: 270px;
	height: 199px;
	padding: 0;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 1px;
}

#resources
{
	width: 270px;
	height: 430px;
	padding: 50px 15px 0;
	background: url('../images/resources-bg.png') no-repeat;
	text-align: left;
}
	#resources > div > div > h4 > a
	{
		position: relative;
		top: 10px;
	}

#find-a-dealer-search
{
	background: url('../images/search-bg.png') no-repeat;
	width: 579px;
	height: 143px;
	padding: 5px;
	margin: 5px;
}

	#find-a-dealer-search input[type="text"], #find-a-dealer-search select
	{
		color: #333;
		font-size: 12px;
		padding: 5px;
		margin: 5px 0;
	}

	#find-a-dealer-search input[type="text"]
	{
		width: 260px;
	}

	#find-a-dealer-search label
	{
		display: inline-block;
		width: 200px;
	}

#search-dealer-results-num
{
	background: url('../images/dealer-count-bg.jpg') no-repeat;
	width: 541px;
	height: 13px;
	padding: 15px 20px;
	margin: 10px 0;
}

.found-dealer
{
	margin: 10px 0;
	width: 570px;
	padding: 0 5px;
}
	.found-dealer h3
	{
		margin: 5px 0;
	}
	.found-dealer a, .found-dealer a:active, .found-dealer a:visited
	{
		color: #019cc8;
		text-decoration: underline;
	}

	.found-dealer a:hover
	{
		text-decoration: none;
	}

	.found-dealer > ul
	{
		list-style: none;
	}

.manufacturer-list
{
	width: 580px;
	margin-bottom: 20px;
}
	.manufacturer-list tr > td:first-child
	{
		width: 60%;
		padding-left: 10px;
	}

	.manufacturer-list td
	{
		padding: 5px 0;
	}

	.manufacturer-list caption
	{
		border-bottom: 1px solid #ccc;
		font-size: 20px;
		font-weight: bold;
		text-align: left;
	}
