#products {
	width:100%;
	overflow:hidden;
}
#products > p {
	padding-bottom:25px;
}
.products-col-1, .products-col-2 {
}
.products-col-1 {
	padding:0px 20px 20px 0;
	float:left;
	width:280px;
}
.products-col-2 {
	padding:20px 20px;
	float:right;
	width:600px;
	border-left:1px solid #b7b7b7;
	background:url(../images/products-and-services/bg-products.gif) top left repeat-x;
}
.products-col-2 h3 {
	padding:10px 0 2px 0;
	color:#F00;
	font-size:13px;
	text-transform:uppercase;
}
.products-col-2 ul {
	padding:3px 0 3px 15px;
}
.products-col-2 ul li {
	list-style:disc;
	font-size:11px;
	padding:2px 0;
}
#products-image {
	padding:0 0 20px 0;
}
#products-image-thm {
	
	width:100%;
	overflow:hidden;
	
}
#products-image-thm ul {
	width:100%;
	overflow:hidden;
	padding:0 0 5px 0;
}
#products-image-thm ul li {
	float:left;
	padding:6px 6px 0 0;
	width:64px;
	height:36px;
}
#products-image-thm ul li a, #products-image-thm ul li a.selected {
	/* text-indent:-9999px; */
	display:block;
	width:64px;
	height:36px;
	background:url(../images/products-and-services/btn-products.gif) top left no-repeat;
	border:1px solid #CCC;
}
#products-image-thm ul li a:hover {
	/* background-position:bottom left; */
	border:1px solid red;
}
#products-image-thm ul li a.selected {
	background-position:bottom left;
}
#products-link {
	padding:100px 0 0 0;
}
.view-product li{
	padding:1px 0;
}

#products-link-back{
	padding:30px 0 0 0;
}
/*
#products ul.view-product li {
	list-style:none;
	padding:5px 0;
	height:14px;
	overflow:hidden;
}
#products ul.view-product li a {
	padding:3px 30px 3px 4px;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	text-indent:-9999px;
	background:url(../images/btn-link.gif) top right no-repeat #959595;
	border:1px solid red;
}
#products ul.view-product li a:hover{
	background:url(../images/btn-link.gif) bottom right no-repeat #d80c1f;
}
*/