@charset "utf-8";

h1	{
	font-size: 2em;
	letter-spacing: -2px;
	line-height: 1em;
	color: #8EC641;
}
h2	{
	font-size: 1.4em;
	letter-spacing: -1px;
	line-height: 1em;
	color: #333;
}
h3	{
	font-size: 1.2em;
	line-height: 1em;
	color: #333;
}
a:link {
	color: #8EC641;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8EC641;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #8EC641;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #8EC641;
	background-image: url(images/background_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width: 819px;
	margin: 0 auto;
	background-image: url(images/front-page-bluoxy-ridbac_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}
#header_wrapper {
	text-align: right;
	padding-right: 40px;
}
.logo {
	width: 160px;
	float: left;
	text-align: left;
	padding: 35px 0 0 50px;
}

#navcontainer
{
	margin-bottom: 1em;
	overflow: hidden;
	float: right;
	padding-top: 90px;
	color: #FFF;
	padding-right: 40px;
}
#tagline {
	padding-top: 50px;
	text-align: left;
	padding-left: 340px;
}
#amway {
	margin-top: 194px;
	text-align: left;
	padding-left: 531px;
}
#footer {
	margin-top: 10px;
	text-align: left;
	padding-left: 50px;
	padding-bottom: 35px;
	font-size: 80%;
	color: #001A00;
}




#navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li
{
	border-left: 1px solid #fff;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#title {
	background-color: #022545;
	height: 40px;
	padding-top: 18px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
	text-align: left;
	padding-left: 60px;
	margin-top: 20px;
}
#text_wrapper {
	background-color: #FFF;
	background-image: url(images/rainbow_09.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 25px 60px 220px 60px;
	text-align: left;
}
#content_left {
	width: 500px;
	float: left;
}
#content_right {
	float: right;
	width: 150px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #D0D1D3;
}
#nav {
	width: 490px;
	float: right;
	list-style: none;
	text-align: right;
	padding-top: 80px;
}
#nav li {
	float: right;
	list-style-type: none;
	padding-left: 20px;
}

#menu {
	width: 540px;
	position: relative;
	height: 1.9em;
	font-weight: bold;
	text-align: right;
	color: #fff;
	padding-top: 90px;
	float: right;
	letter-spacing: -1px;
	font-size: 15px;
}

#menu ul
{
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
	padding: 0.5em 0.3em 0.9em 0.3em;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.menu_current
{
text-decoration: underline;
}
#top_top {
	color: #FFF;
	font-size: 10px;
	margin: 0 auto;
	width: 819px;
	text-align: right;
	padding: 3px 40px 3px 0;
	font-weight: bold;
}
#top_top_wrap {
	background-color: #022545;
}

