/* Homepage elements */

#headerShadowHome {
	background-image: url(../images/headerShadowHome.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 10px;
	width: 840px;
	position: relative;
	left: -1px;
}
#rightHandPanel {
	float: left;
	width: 240px;
	position: relative;
	left: 84px;
}
#productRange {
	float: left;
	position: relative;
	left: 120px;
	width: 370px;
}
#bannerAd {
	float: right;
	width: 80px;
	border: 1px solid #bfc0c1;
	position: relative;
	right: 10px;
}
.homePageTable {
	margin: 0px auto;
}
#productRangeHeader {
	font-size: 8pt;
	text-align: center;
	padding: 5px 8px;
	background-color:#fff;
	position: relative;
	z-index: 2;
	width: auto;
	margin: 0px 40px;
}
#prodRangeLine {
	border-top-style: solid;
	border-top-width: 1px;
	position: relative;
	top: 12px;
	z-index: 1;
}
.rightHandColText {
	color: #fff;
	font-size: 8pt;
}
.rightHandColText a {
	color: #fff;
	text-decoration: none;
}
.rightHandColText a:hover {
	color: #893762;
}
#copyRightTextHome {
	clear: both;
	text-align: right;
	font-size: 7pt;
	padding-right: 10px;
	color: #bebfc1;
	float: right;
}
#siteRegion {
	position: absolute;
	left: 380px;
	width: 363px;
	height: 13px;
	background-image: url(../images/globe.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
