.main .leftcol {
	padding: 0;
}

.homesum h1 {
	font-size: 17px;
	line-height: 16px;
	margin: 0;
	padding: 5px 0 12px 0;
}

.homesum {
	font-size: 13px;
	line-height: 16px;
}

.promoleft {
	visibility: hidden;
	display: none;
}

div#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	left:0;
	width: 215px; /*Default width of hint.*/ 
	height: 74px;
	font-size: 10px;
	z-index:10;
	background: url(images/hintbg.png);
	visibility: hidden;
	color: #fff;
	padding: 0;
	margin: 71px 0 0 -116px;
	text-align: left;
}