/*
 * Homepage Styles
 */
ul {
	margin-top: 0px;
	padding-top: 0px;
}
#body #home .title_hidden,
#body #home .text_hidden,
#body #home .points_hidden {
	display: none;
}
.text,
.points,
.suppliers {
	font: 12px Arial, Helvetica, Sans-Serif;
}
.title {
	width: 770px;
	height: 210px;
	background: url('/media/images/home_welcome_people.jpg') no-repeat;
}
.title span {
	display: none;
}
.holder {
	margin: -50px 0px 0px 50px;

}
.text {
	font-size: 15px;
	width: 400px;
	float: left;
	line-height: 30px;
	margin-top: 10px;
}
.text .r_start {
	/*font-size: 50px;
	line-height: 30px;*/
}
.points {
	margin-top: 10px;
	width: 320px;
	font-weight: bold;
	line-height: 20px;
	color: rgb(255,255,255);
	background-color: rgb(171,170,170);
	float: left;
	padding-top: 10px;
}
.suppliers {
	margin: 30px 0px 0px 50px;
	width: 720px;
	text-align: center;
}
.suppliers .logos {
	width: 720px;
	margin: 0 auto;
	clear: both;
}
.suppliers .logos div {
	width: 180px;
	margin: 0 auto;
	float: left;
}
.left, .right {
	float: left;
	width: 50%;
}