#left_column{
	
	margin:15px 0 0 5px;
	width:265px;
}
#center_column{
	float:left;
	margin:50px 0 0 5px;
	padding:0px 0 0 10px;
	text-align:left;
	width:200px;
}

#center_column h4, #center_column h3, #center_column img {
	text-align:left;
}

#right_column{
	width:350px;
	margin:50px 0 0 5px;
}

#right_column li{
	padding:5px 0;
}

#thumbnail_container{
	margin:0 0 0 22px;
	width:272px;
}
.trade_aid_products{
/*	clear:both;*/
/*	margin:0 auto;*/
	float: right;
	position:relative;
/*	bottom: 33px;*/
	width:370px;
}
.thumbnail{
	background-color:#203F6A;
	color:#FFFFFF;
	float:left;
	height:45px;
	margin:18px 10px 0 0;
	padding:5px;
	text-align:center;
	width:45px;
}

/*product*/

#product_scroller{
	height:10000px;
}

#product_container{
	overflow:hidden;
	background:url('../../cssimages/projects_fade.png') repeat-y;
	height:385px;
	margin:10px 0 20px 0;
	width:265px;
	padding:0 0 0 11px;
}
*html #product_container{
	overflow:hidden;
	background:url('../../cssimages/projects_fade.png') repeat-y;
	height:385px;
	margin:10px 0 20px 0;
	width:265px;
	
}


.product_item img{
	padding:5px 5px 5px 2px;
	float:left;
}

.product_item p{
	margin:0;
	font-size:0.8em;
	width:170px;
	float:left;
}
.product_item span, .product_item h3 strong{
	color:#1E5E70;
    font-size:0.8em;
}
a.product_item:hover span, a.product_item:hover h3 strong, a.product_item:hover p{
	color:#fff;
}
.product_item {
	color:#000;
/*	height:70px;*/
	padding:10px;
	width:222px;
	display:block;
	border-bottom:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;

}
a.product_item:hover{
	background-color:#203f6a;
	color:#fff;
}
#scroll_top{
	width:100px;
	height:31px;
	margin:0 0 0 100px;
	padding:4px 0 0 0;
	background:url('/cssimages/scroll_top.jpg') no-repeat 0 -9px;
	text-indent:-9999px;
}

#scroll_bottom{
	width:100px;
	height:31px;
	margin:0 0 0 100px;
	padding:0px 0 0 0;
	background:url('/cssimages/scroll_bottom.jpg') no-repeat;
	text-indent:-9999px;
}

#scroll_bottom:hover{
	text-indent:0px;
	font-size:0.9em;
	color:#555555;
	padding:0px 0 0 57px;
	text-align:center;
/*	border:#777777 solid 1px;*/
}
#scroll_top:hover{
	text-indent:1px;
	font-size:0.9em;
	color:#555555;
	text-align:center;
	padding:4px 0 0 57px;
/*	border:#777777 solid 1px;*/
}


#downloads {
	margin:0 0 0 0;
	float:left;
}
