body {
	background:		#FFF url(../images/theraStrideBG-footPrint.gif) no-repeat left top;
	font-family:	Arial, Helvetica, sans-serif;
	color:			#000;
	height:			100%;
}

#mainContainer {
	position:		relative;
}

#bottomContainer {
	position:		relative;
	height:			75px;
}

#topLeftLogo {
	position:		absolute;
	margin:			15px 0px 0px 16px;
}

#homePageImage {
	position:		absolute;
	top:			30px;
	right:			0px;
	padding:		0px 0px 0px 0px;
	margin:			0px;
	height:			500px;
}

.centerContent {
	padding:		132px 0px 0px 244px;
	z-index:		1;
}

.centerContent img {
	padding:		0px 0px 0px 10px;
}


.centerContent h1 {
	font-size:		19pt;
	padding-top:	0px;
	margin-top:		0px;
}

.centerContent h2 {
	font-size:		16pt;
	font-style:		italic;
}


.centerContent li {
	padding:		2px 0px;
}


.centerContent a {
	padding:		0px 0px;
	font-weight:	bold;
}

.centerContent a:link, .centerContent a:visited {
	color:			#704C93;
	text-decoration:none;
}

.centerContent a:hover {
	color:			#A08BC3; /* #B09CC3; */
}

.headerSummary {
	font-weight:	bold;
}

.majorPoint {
	font-weight:	bold;
}


#rightEdgeImage {
	width:			255px;
	height:			373px;
	position:		absolute;
	right:			0px;
	top:			0px;
	z-index:		0;
}


#innoventorLogo {
	position:		absolute;
	right:			20px;
	bottom:			10px;
}



/*------------------------------------------------------------------------------*/
/* Menu Styling                                                                 */

#menuBox {
	width:			183px;
	position:		absolute;
	left:			16px;
	top:			132px;
}

.menuBox {
	background:		#F0EDF4;
	color:			#704C93;
	font-size:		14pt;
}

.menuBoxLeft {
	width:			12px;
	background:		url(../images/menuBoxLeft.gif) repeat-y left top;
}

.menuBoxRight {
	width:			12px;
	background:		url(../images/menuBoxRight.gif) repeat-y right top;
}



#navlist {
	margin:			0;
	padding:		0;
	list-style-type:none;
}

#navlist a {
	display:		block;
	padding:		0px;
	color:			#704C93;
	background:		url(../images/menuBullet_off.gif) no-repeat 5px 5px;
}

#navlist a:link, #navlist a:visited {
	color:			#704C93;
	text-decoration:none;
	padding:		5px 0px 5px 30px;
}

#navlist a:hover {
	color:			#704C93;
	background:		url(../images/menuBullet_on.gif) no-repeat 5px 5px;
}
/*------------------------------------------------------------------------------*/


