/* 
	CSS for ProcessLibrary.com: HOME PAGE
	
*/
 
	#main h3 			 {border-bottom:solid 1px #c9c8c8; font-size:12px; margin:0 0 10px 0; padding:4px 0 4px 25px;}
	#main ul			 {list-style:none; padding:0 0 0 0; margin:0 0 10px 25px; color:#6e6e6e; font-size:10px;}
 
	#main .feeds		 {margin:0 15px 10px 0; float:right;}
	#main .feeds a		 {font-weight:normal; font-size:10px; text-transform:uppercase; margin:0 0 0 10px; padding:5px 0 5px 20px;}
	#main .feeds a.rss   {background:url(/assets/graphics/icons/rss.gif)  left no-repeat;}
	#main .feeds a.atom  {background:url(/assets/graphics/icons/atom.gif) left no-repeat;}
	
	#main #search {		
background:#F9FAFD none repeat scroll 0;
border:1px solid #C9C8C8;
 
height:200px;
margin:4px 0 10px 8px;
overflow:hidden;
text-align:left;
width:205px; 
}
	
	
	#main #search h3     {background:#ebebeb url(/assets/graphics/icons/search.gif) left no-repeat;}    
	 
