/*********************************** [ Banners ] */

/* ---(Main Banner)--- */
div#main_banner {
	display					: block;
	visibility				: visible;
	
	position				: relative;
	height					: 182px;
	background				: url('/images/banner.png') no-repeat top left;
}
	div#banner_corner	{
		display				: block;
		background			: url('/images/bancimg_customers.jpg') 
	}
	.banner_text_standardlayout{
		left					: 10px;
	}
	
/*********************************** [ Body ] */

/* ---(MODIFIERS)--- */
#pg_docs {
	width: 250px;
}

#mainbody table {
	border: 0px;
}

#box_customers {
	position : relative;
	top: 0px;
	width: 640px;
	display: block;
	margin: 20px 0px 40px 0px;
}

.outrbcontent {
	height: 100%;
}

.custlist {
	width: 180px;
	position: relative;
	float: left;
	margin: 0px 10px;
}
.custlist h6 {
	margin-top: 20px;
	color: #f19120;
}
.custlist ul {
	font-size		: 9pt;
	color			: #454545;
	font-weight		: bold;
	list-style		: none outside none;
	margin			: 0px 0px 0px 0px;
}
.custlist li {
	margin			: 0px 0px 5px 0px;
	padding			: 0px 0px 0px 0px;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #454545;
}