@charset "utf-8";
/* interim css */

body {
	background-color: #362629;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}
#container {
	width: 100%;
	margin: 0;
	padding: 0;
}
#container a, #container img {
	border: none;
	text-decoration: none;
}
#container #content {
	width: 990px;
	height: 454px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/shophouse-bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#content #catch-up-container {
	width: 298px;
	margin: 0;
	padding: 12px 0 0 0;
}
#catch-up-container #title {
	width: 100%;
	margin: 0 0 14px 0;
}
#catch-up-container #title #our-clients {
	margin: 0 0 4px 82px;
}
#title img {
	cursor: pointer;
}
#catch-up-container #news-blurb {
	width: 0;
	margin: 0;
	padding: 0;
	/*display: none;*/
}
#catch-up-container #news-blurb-content {
	width: 278px;
	height: 160px;
	padding: 0 10px;
	background-color: #f1edea;
	overflow: hidden;
}
#news-blurb-content .news-item, #news-blurb-content .news-item .headline, #news-blurb-content .news-item .read-more {
	float: left;
	position: relative;
	clear: none;
	width: 100%;
}
#news-blurb-content .news-item .date { 
	font-size: 10px; 
	line-height: 12px;
}
#news-blurb-content .news-item .read-more {
	float: right;
	color: #f00;
	margin: 0 0 8px 0;
	text-align: right;
}
#news-blurb-content .news-item .read-more a {
	color: #f00;
	text-decoration: none;
}
#news-blurb-content #scrollcontent {
	float: left;
	position: relative;
	width: 250px;
	height: 157px;
	text-align: left;
	line-height: 16px;
}
#news-blurb-content #scroll {
	float: right;
	position: relative;
	clear: right;
	width: 17px;
	height: 142px;
}
#scroll .scroll-button{
	height: 15px;
}
#scroll .track {
	height: 119px;
	padding: 4px 0;
}
#scroll .track #handle {
	height: 51px;
	background-image: url(../images/scroll-handle.gif);
	background-repeat: no-repeat;
	cursor: default;
}
#container #footer {
	width: 917px;
	height: 122px;
	margin: 0 auto;
	padding: 50px 39px 0 34px;
}
#footer .join-follow {
	float: left;
	position: relative;
	clear: none;
	width: 134px;
}
#footer .info-footer {
	float: right;
	position: relative;
	clear: none;
	width: 502px;
}
