/* homepage */
#home #banner {
	padding-bottom: 5px;
	background: #fff url(../images_gen/bg_bannerbar.gif) no-repeat 0 bottom;
}
#home #intro {
	width: 370px;
	float:left;
	border-bottom: 1px dashed #B0B0B0;
	margin: 15px 0;
}
#home #intro h3 {
	margin: 0 0 0.5em 0;
	font-size: 110%;
}
#home #intro p {
	font-size: 80%;
	margin: 0 0 1em 0;
}
body#home div#content{
  min-height: 655px !important;
}
#homelinks {
	position: relative;
	width: 370px;
	float:left;
}
#homelinks ul {
	padding:0;
	margin:0;
}
#homelinks li {
	list-style-type: none;
}
#homelinks li a {
	font-size: 12px;
}
#homelinks img{
	border: none;
}
#supplierlink01 a, #supplierlink02 a, #supplierlink03 a, #supplierlink04 a {
	position: absolute;
	left:100px;
	top:0px;
	display:inline;
	padding:0 35px;
}
#supplierlink02 a{
	top:0px;
	left:220px;		
}
#supplierlink03 a{
	top:50px;
}
#supplierlink04 a{
	top:50px;
	left:220px;	
}
/* home feature */
#homefeature {
	position: relative;
	width: 328px;
	float:right;
	border: 1px solid #B0AFB0;
	margin: 15px 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 0px;
}
#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 5px 12px 15px;
	border: none;
}
* html #homefeature img {
	margin-bottom: 2px;
}
#homefeature p {
	margin: 5px 15px 5px 0px;
	font-size: 70%;
	width: 150px;
	float:right;
}
#homefeature a.arrowlink{
	position:relative;
	float:right;
	font-size: 120%;
	margin: 5px 5px 5px 0;
}
/* footer adjustments i.e. */
* html #home #footer {
	margin-top: -10px;
}
