ul.sidebar_home li{
	height:60px;
	overflow:hidden;
	padding:0;
}

ul.sidebar_home li a span{
	display:block;
	font-size:.8em;
	margin-top:.25em;
}

ul.sidebar_home li#price_list,
ul.sidebar_home li#paper_catalog{
	height:auto;
}

body#home div.content_column{
	padding:10px;
	margin:0;
	height:53px;
	float:none;
}

body#home div.blue_spacer{
	background-color: #8694e2;
	padding:.25em;
	font-size:1.25em;
	line-height:1em;
	margin:0;
	height:1em;
	border-bottom:2px solid white;
}

body#home div.t_content_sub{
	height:398px;
	width:689px;
	/*background-image:url(../template/home/content_background.png);
	background-repeat:no-repeat;
	background-position:left -38px;*/
	margin-left:-8px;
	margin-bottom:2px;
	background-color:#c3caf0;
	overflow:hidden;
}

body#home div.category_counters{
	background-color:#a1dca4;
}

body#home div.category_hourmeters{
	background-color:#a1c5dc;
}

body#home div.category_indicatorscontrollers{
	background-color:#c7a1dc;
}

body#home div.category_measuringwheels{
	background-color:#dca1a1;
}

body#home div.category_customproducts{
	background-color:#dcd6a1;
}

/* CENTER SECTION STYLING */

ul.home_slideshow{
	position:relative;
	line-height:110%;
}

	ul.home_slideshow li{
		position:absolute;
		display:none;
		margin:0;
		padding:0;
	}
	
	ul.home_slideshow li div.description{
		/*background-image:url(../template/home/description.png);*/
		width:290px;
		height:365px;
		padding:10px 20px;
		float:left;
		margin-left:10px;
		overflow:auto;
		font-size:.9em;
	}
	
	* html ul.home_slideshow li div.description{
		height:308px;
		width:330px;
	}
	
	
	li#home_default{
		/*padding:40px;*/
		display:block;
	}
	
	/* GENERIC PAGE */
	
	li#home_default img.left{
		margin-right:30px;
	}
	
	li#home_default h2{
		margin-top:60px;
		font-size:3em;
		margin-bottom:0;
		padding:20px 0;
		float:right;
		width:280px;
	}
	
	li#home_default p{
		clear:left;
		padding-top:20px;
	}
	
	li#home_default p.home_tagline{
		margin-top:0;
		padding:0;
		font-size:1.5em;
		float:right;
		width:280px;
		margin-bottom:25px;
		clear:none;
	}
	
	ul#home_ads{
		margin-left:-8px;
		margin-top:2px;
		clear:left;
	}
	
		ul#home_ads li{
			border:1px solid gray;
			float:left;
			margin:0 2px 0 0;
		}
		

