@charset "UTF-8";
/* CSS Document */

.product_column_one {
	position: relative;
	width: 240px;
	padding: 0px;
	float: left;
	clear:both;
	margin: 0px 0 0 0;
	line-height: 16px;
}

.product_column_two {
	position: relative;
	width: 240px;
	float: right;
	padding: 0 27px 0 0;
	margin: 0px 0 0 0;
	line-height: 16px;
}

#bike_brands_title{
	height: 24px;
	background-image:url(images/products_h1.gif);
	background-position: 0 0px;
	background-repeat:no-repeat;
	margin: 0 0 5px 0;
}

#special_order_title{
	height: 24px;
	background-image:url(images/products_h1.gif);
	background-position: 0 -26px;
	background-repeat:no-repeat;
	margin: 0 0 5px 0;
}

#logos_title{
	position:relative;
	height: 24px;
	width: 250px;
	background-image:url(images/products_h1.gif);
	background-position: 0 -52px;
	background-repeat:no-repeat;
	left: 27px;
	
}