/* CSS Document */
html, body {
	Xheight:100%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#7f3e98;
}

a:hover {
	text-decoration:underline;
	color:#7f3e98;
}

#container {
	position:relative;
	height:100%;
	width:100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#MoovLogo {
	position:relative;
	width:107px;
	height:119px;
	margin-top:-61px;
	margin-left:0;
	background-image:url(../img/HomeLogo.gif);
	background-repeat:no-repeat;
	z-index:9999;
}

#topPurple {
	position:relative;
	height:61px;
	width:100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#7F3E98;
}

#midWhite {
	position:relative;
	/*height:515px;*/
	height:454px;
	width:680px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/PictureFrames.jpg);
	background-repeat:no-repeat;
}

#botPurple {
	position:relative;
	height:70px;
	width:100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#7F3E98;
	background-image:url(../img/NaturalsLogo.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.MainMenu {
	font-size:12px;
	padding-top:24px;
	text-align:center;
	font-weight:bold;
	vertical-align:top;
}

.MainMenu a{
	color: #FFFFFF;
	text-decoration:none;
}

.MainMenu a:hover{
	color: #FFFF00;
	text-decoration:none;
}

.MainMenuVert {
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;
	margin-left:40px; /*pushes the vertical menu text right a bit, if this is unnecessary - remove this line*/
}

.MainMenuVert a{
	color: #FFFFFF;
	text-decoration:none;
}

.MainMenuVert a:hover{
	color: #FFFF00;
	text-decoration:none;
}

.SubMenuVert {
	font-size:10px;
	text-align:center;
	font-weight:bold;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:right;
	background-color:#FFFFFF;
}

.SubMenuVert a{
	color: #DA2127;
	text-decoration:none;
}

.SubMenuVert a:hover{
	color: #DA2127;
	text-decoration:none;
}

.SubMenuVertCurrent {
	font-size:10px;
	text-align:center;
	font-weight:bold;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:right;
	background-color:#DA2127;
}

.SubMenuVertCurrent a{
	color: #FFFFFF;
	text-decoration:none;
}

.SubMenuVertCurrent a:hover{
	color: #FFFF00;
	text-decoration:none;
}

.purpleText {
	color:#7F3E98;
	font-size:12px;
}

.whiteFooterText {
	color:#FFFFFF;
	font-size:10px;
}

.clear {
clear:both;
}