




























/*//Set Home screen positional divs//*/
#home_left
{
	float: left;
	width:360px;
	padding:10px 30px 20px;
	display: inline-block;   
	white-space: normal;
}

#home_thumbnails {
	width: 321px;

}

#home_thumbnails ul
{
	width: 321px;
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;	

}
#home_thumbnails li
{
	width: 107px;
	height: 107px;
	padding: 0;
	margin: 0;
	overflow:hidden;
	float: left;
	position:relative;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position:50px 50px;	
}
#home_thumbnails li img
{
	position:absolute;
	top:0;
	left:0;	
}

#home_thumbnails li img.unscaled
{
	height: auto;
}

#home_search .home_input
{
	width: 307px;
	height:24px;
}
#home_search  .home_button
{
	height:27px;
}
#home_right
{
	float: left;
	width: 480px;
	padding-top: 76px;
	display: inline-block;   
	white-space: normal;	
}
#home_desc
{
	margin-top: 50px;
}
#home_desc p
{

}
#home_searcher .searchresults_esc
{
	color:#8E8E8E;
	font-size:90%;
	text-align:right;
	margin-right: 165px;
}


.tapestry_label {
	text-align:center;
	font-size: 100%;
	width: 321px;
	height: 200px;
	
}

.notice_box { 
	background-color:#EBEBEB; 
	padding-top:3px; 
	padding-bottom:3px; 
	padding-right:3px; 
	padding-left:3px; 
	border-style:groove; 
	border-width:3px; 
	border-color:lightgrey; 
	font-size:80%;"
}

.home_image {
	style="padding-top:5px; 
	padding-bottom:5px; 
	padding-right:5px; 
	padding-left:5px;
}
