/* CSS Document */

.home_left
{
	float:left;
	width:575px;
	margin-top:30px;
	margin-right:15px;

}


.home_right
{
	float:right;
	width:155px;
	margin-top:20px;
}

	.home_right h1
	{
		margin-left:3px;
		font-size:0.9em;
	}

	.home_feature_images
	{
	
	}
		
		.home_feature_image_1
		{
			float:left;
			margin-right:8px;
		}
		
		.home_feature_image_2
		{
			float:left;
			margin-right:8px;
			margin-top:12px;
		}
		
		.home_feature_image_3
		{
			float:left;
			margin-right:8px;
			margin-top:30px;
		}
		
		.home_feature_image_4
		{
			float:left;
			margin-top:37px;
		}
		
		
		
.fabric_panel_home
{
	padding:5px;
	width:125px;
	height:160px;
margin-bottom:5px;
	float:left;
	margin-right:3px;

	
	font-size:0.85em;
	text-align:center;
	
	position:relative;

}


	
	.fabric_panel_home .fabric_panel_image
	{
		cursor:pointer;
		border:1px solid white;
	
	}
	
		.fabric_panel_home .fabric_panel_image img
		{
			width:125px;
			height:125px;
		}
	
	.fabric_panel_home .fabric_panel_text
	{
	
	}

.fabric_panel_home .fabric_panel_enlarge
{
	position:absolute;
	top:196px;
	left:142px;
	cursor:pointer;
	

}

.fabric_panel_home .fabric_panel_sample
{
	position:absolute;
	top:196px;
	left:67px;
	cursor:pointer;
	

}		
		
	.fabric_panel_home .fabric_panel_moreinfo
{
	float:right;
/*	position:absolute;
	top:196px;
	left:67px;
*/	cursor:pointer;
	

}		
		
		
		
