#liquid {
	overflow: hidden;
	width: 565px;
	float: right;
	clear: right;
	margin: 7px 8px 7px 0px;
	_margin: 7px 3px 0 0px;
} 

#liquid .liquids { 
	display: block; 
	background: #000 url(../images/existing_right.jpg) no-repeat top right; 
	height: 142px; 
} 
 
#liquid ul { 
	list-style: none; 
	margin: 0; padding: 0; 
} 
 
#liquid li { 
	float: left; 
	text-indent: -9999px;
} 
 
#liquid .liquid { 
	display: block; 
	cursor: pointer; 
	overflow: hidden; 
	height: 142px; 
	width: 185px; 
	background: #000; 
	border-right: #fff solid 5px;
} 
 
#liquid .brands { 
	background: #000 url(../images/development.gif) no-repeat; 
} 
#liquid .individuals { 
	background: #000 url(../images/design.gif) no-repeat; 
} 
#liquid .existing { 
	background: #000 url(../images/products.gif) no-repeat;
	border-right: none; 
}

/* For blog */
#blogText {
	
}