ul#products, ul#products li{
		padding:0px;
		margin:0px;
		list-style-type:none;
		
 	}
	
	ul#products img{
		border:none;
		display: block !important;
	}
	
	
	
ul#products li{
 		position:relative;
		float: left;
 		margin-bottom: 16px;
		
 	}
	
	
	img.productImage{
		border:none;

	}
	
	
	div.product-copy{
		width:280px;
		float:left;
 		padding-left:190px;
 		position: relative; 
 		top: 2px;
  	}
 
 	.product-copy h1, .product-copy p{
 		padding:1px 0px !important;
 		margin:0px !important;
 	}
 	
 	.product-copy h1{
 		font-size:1.3em;
 		font-weight:normal;
		color:#212121 !important;
		margin-top: 14px;
 	}
	
	.product-copy p{
 		font-size:10px;
 		line-height: 1.4em;
 	} 	
	
	ul#products li a{
		display:block;
		text-decoration:none;
  		cursor:pointer;
 		float:left;
		color:#878988;
		padding-bottom:10px;
		background:url(/img/products/prodbottom.jpg) bottom right no-repeat;
 		/*overflow:hidden;*/
 		
   	}
   	
   	ul#products li a span.inner{
   		display:block;
		background:url(/img/products/prodtop.jpg) top right no-repeat;
		float:left;
		width:500px;
		position:relative;
		min-height:80px;
  		height:auto !important;
  		height:80px;
  		
    	}
    	
   	ul#products li a:hover {
		background-position:-21px 100%; 		
   	}
   	
   	ul#products li a:hover span.inner{
		background-position:-21px 0px; 		
    } 	
    
 	ul#products li a:hover h1{
		color: #736C4E !important;
	}    
    
    ul#products li a:hover{color:#212121;}
   	.image-area{
  		float:left;
 		width:180px;
 		position:absolute;
  		top:0px;
  		left:0px;
   		height:88px; 
  		overflow:hidden;
  	}
   	.image-area img{
		position:absolute;
  		top:1px;
  		right:0px;  
   	}
    .top-l{
		position:absolute;
  		top:0px;
  		left:0px;  
  		width:10px;
   	}
   	 img.bottom{
		position:absolute;
  		top:78px;
  		left:0px;  
  		width:10px;
    	}
    	
    	ul#products img.gif{
			display:none !important;
		}
	
		* html ul#products img.top-l,
		* html ul#products img.bottom{
			display:none !important;
		}
		
 		* html ul#products img.gif{
			display:block !important;
		}
	