/* 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/quicksearch-background.jpg');
	background-repeat: no-repeat;
	width: 580px;
	height: 314px;
	margin-bottom: 7px;
	position: relative;
																							/*border: 1px solid green;*/
}

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

/* The carproof section */
#carproof-section
{
	margin: 0;
	padding: 0;
	width: 580px;
	height: 70px;
	margin-bottom: 7px;
	text-align: right;
	position: relative;
																							/*border: 1px solid blue;*/
}

/* The banners and article thing */
#banners-right
{
	margin-left: 4px;
																							/*border: 1px solid blue;*/
}
#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: 296px;
	text-align: center;
	position: relative;
	left: 4px;
																							/*border: 1px solid green;*/
}