body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

#container
{
	position: relative;
	padding: 0 0 10px;
}

#logo
{
	margin: 0;
	padding: 0;
	text-align: left;
	background: #000;
}

#container #welcome
{
	padding: 0 10px 130px;
}

#container .content
{
	text-align: center;
}

#container #search_manufacturers #s
{
	width: 85%;
}

.tableHeader
{
	color: #fff;
	font-size: 9pt;
	background-color: #617185;
	background-image: url("../resources/images/table_header.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 21px;
	line-height: 21px;
}

.manufacturer_cell
{
	padding: 14px 10% 14px 10%;
	border-bottom: 1px solid #000;
	text-align: left;
	font-size: 12pt;
}

#manufacturer_color_table td
{
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #000;
}

#manufacturer_color_table td.left_column
{
	border-right: 1px solid #000;
}

#manufacturer_colors td.tableHeader, #colors td.tableHeader
{
	width: 50%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

#colors td.tableHeader
{
	width: 50%;
}

.blackText
{
	color: #000;
}

.whiteText
{
	color: #fff;
}




#color_table td.left_column
{
	border-right: 1px solid #000;
	bor//der-left: 1px solid #000;
}

#color_table td
{
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #000;
}

#color_table td.color_column
{
	border-bottom: 0;
}



#copyright
{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	font-size: 8pt;
	color: #999;
}








