/* homepage */
#home #banner {
	padding-bottom: 5px;
	background: #fff url(../images_gen/bg_bannerbar.gif) no-repeat 0 bottom;
}
#home #intro {
	width: 370px;
	border-bottom: 1px dashed #B0B0B0;
	margin: 0.5em 0;
}
#home #intro h3 {
	margin: 0 0 0.5em 0;
	font-size: 110%;
}
#home #intro p {
	font-size: 80%;
	margin: 0 0 1em 0;
}
#homelinks {
	position: relative;
	min-height: 80px;
	_min-height: 80px;
}
#homelinks ul {
	margin: 0 0 1em 0;
	padding: 0;
}
#homelinks li {
	list-style-type: none;
	margin: 0 0 0.2em 0;
	padding: 0 0 0 18px;
	background: url(../images_gen/bullet_arrowflash_red.gif) no-repeat left 5px;
}
#homelinks li a {
	font-size: 12px;
}
#homelinks img{
	border: none;
}
#supplierlink01 {
	position: absolute;
	top: 0px;
	left: 110px;
}
#supplierlink02 {
	position: absolute;
	top: 0px;
	left: 235px;
}
#supplierlink03 {
	position: absolute;
	top: 55px;
	left: 110px;
}
#supplierlink04 {
	position: absolute;
	top: 55px;
	left: 235px;
}
/* home feature */
#homefeature {
	position: absolute;
	width: 328px;
	top: 212px;
	left: 390px;
	border: 1px solid #B0AFB0;
	padding: 0;
}
#homefeature h3 {
	position: relative;
	background: url(../images_gen/bg_homefeature.gif) no-repeat left top;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0 0 8px;
	margin: 0;
}
#homefeature h4 {
	font-size: 100%;
	padding: 10px 0 0 8px;
	margin: 0 0 0 160px;
}
#homefeature hr {
	clear:both;
	width: 300px;
	height: 0;
	border-top: 1px solid #DDDDDD;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#homefeature img {
	float: left;
	margin: 12px 0 12px 15px;
	border: none;
}
* html #homefeature img {
	margin-bottom: 2px;
}
#homefeature p {
	margin: 5px 15px 5px 160px;
	padding: 0 0 0 10px;
	font-size: 70%;
	width: 140px;
}
#homefeature a {
	font-size: 120%;
}
/* footer adjustments i.e. */
* html #home #footer {
	margin-top: -10px;
}