/* CSS Document */
/* DROP SHADOWS */


.icon{
	padding: 0px 0px 0px 0px;
	border: 1px solid #BAB7A3;	
	background-color: #D5CA8D;
	padding: 3px;


}
.text{
	background-color: #B9C9D1;
	font-size: 10px;
	color: #1B5067;
	width: 230px;
	line-height: 1.3em;
	padding-top:3px;
} 

.imgshadow1, .imgshadow2, .imgshadow3, .icon, .text {
  display:inline-table;
  /* \*/display:block;/**/
}
  
  
.imgshadow1 {
	position: relative;
	left: 0px;
	float: left;
  	background:url(http://www.ramseyerfarms.com/images/shadows/shadow_whitebg.gif) right  bottom no-repeat;
}
.imgshadow2 {
	position: relative;
	left: 0px;
 	background:url(http://www.ramseyerfarms.com/images/shadows/corner_bl_whitebg.gif) left  bottom no-repeat;
}
.imgshadow3 {
	position: relative;
 	padding:0px 3px 3px 0px;
  	background:url(http://www.ramseyerfarms.com/images/shadows/corner_tr_whitebg.gif) right  top no-repeat;
}
 .imgshadow3 img {
  	display:block;
	border: 1px solid #ffffff;	
}


