@charset "utf-8";
#retailersheading {
	background-color: #606e19;
	height: 30px;
	width: 658px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	padding-top: 4px;
	margin: 0 auto;
	position: absolute;
	left: -14px;
	top: -10px;
}
.retailerbodytxt {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	float: left;
}
.retailerimgpos {
	padding: 5px;
	float: right;
	right: 10px;
	top: 488px;
	position: absolute;
}
.hrline {
	background-color: #006666;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 3px;
	top: 673px;
}
#bodyretailer {
	width: 970px;
	padding: 0;
	position: relative;
	background-image: url(imgs/contentbg.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 7000px;
}
