#homeheader{
	width: 960px;
	height: 325px;
	margin: 0;
	padding: 0;
}
.homeheaderleft{
	width: 299px;
	height: auto;
	margin: 0px 0px 0px 53px;
	padding: 0;
	float: left;
}
.homeheaderright{
	width: 557px;
	height: auto;
	margin: 0px 51px 0px 0px;
	padding: 0;
	float: right;
}

#homeheaderdetails{
	width: 299px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}
.homeheaderdetailsone{
	width: 299px;
	height: 64px;
	margin: 22px 0px 0px 0px;
	padding: 0;
	float: left;
}
.homeheaderdetailstwo{
	width: 299px;
	height: 72px;
	margin: 57px 0px 0px 0px;
	padding: 0;
	float: left;
}
.homeheaderdetailsthree{
	width: 299px;
	height: auto;
	margin: 26px 0px 0px 0px;
	padding: 0;
	float: left;
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #44277E;
}

/* START OF FEATURES */

.feature1 {
	padding: 0;
	margin: 0;
}
.feature1 ul{
	width: 854px;
	height: auto;
	clear: both;
	margin: 0;
	padding: 0;
	float:left;
}
.feature1 li{
	width: 171px;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: left;
	float:left;
}
.feature1 li.nopixel{
	width: 170px;
}

.feature1 {
	padding: 0;
	margin: 0;
	
}
.featuredetails1 ul{
	width: 171px;
	height: auto;
	margin: 12px 0px 0px 0px;
	padding: 0;
}
.featuredetails1 li{
	width: 171px;
	height: auto;
	margin: 0px 0px 15px 0px;
	padding: 0;
	display: table;
	list-style-type: none;
	text-align: left;
	font-family: tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #44277E;
}
.featuredetails1 li.title{
	width: 171px;
	height: 15px;
}

.featuretext1 {
	font-family: tahoma;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #481176;
	list-style-type: square;
}
a.featuretext1:link, a.featuretext1:visited, a.featuretext1:active  {
	text-decoration: none;
	font-weight: bold;	
	color: #481176;
}
a.featuretext1:hover {
	text-decoration: none;
	font-weight: bold;	
	color: #FAA029;	
}

/* END OF FEATURES */

/* ROTATING IMAGES */

#homerotater{	
	width: 960px;
	height: 325px;
}
#rotatersub{	
	width: 960px;
	height: 325px;
	background: url(../images/general/headerbg1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: table;
}
.img1{
	background-image: url(../images/general/headerbg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.img2{
	background-image: url(../images/general/headerbg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.img3{
	background-image: url(../images/general/headerbg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* END OF ROTATING IMAGES */