@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: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #8EC641;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
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: 790px;
}
#header_wrapper {
	text-align: right;
	padding-right: 40px;
}
.logo {
	width: 100px;
	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: 300px;
}
#amway {
	margin-top: 176px;
	text-align: left;
	padding-left: 55px;
	line-height: 20px;
	text-shadow: #000 1px 1px 4px;
	width: 420px;
}
#footer {
	margin-top: 15px;
	text-align: left;
	font-size: 80%;
	color: #001A00;
	padding: 20px 0 35px 50px;
}




#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;
}
#menu {
	width: 560px;
	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;
}
#real_footer {
	padding-top: 10px;
	font-size: 80%;
	color: #333;
}
