@charset "UTF-8";
/* CSS Document */

#top_container {
	width:100%;
	height:89px;
	background:url(../images/nav/nav_grade.png) repeat-x;
	behavior:url(/js/iepngfix.htc);
}

#nav_container {
	width:770px;
	height:89px;
	margin-left:auto;
	margin-right:auto;
}

#nav_container img {
	float:left;
	margin:25px 0px 0px 35px;
}

#nav_container ul {
	list-style:none;
	float:right;
	display:block;
	margin:34px 0px 0px 0px;
}

#nav_container ul li {
	float:left;
	display:inline;
}

#nav_container ul li a {
	height:50px;
	behavior:url(/js/iepngfix.htc);
	text-indent:-999em;
	display:block;
}




/* NAV BUTTONS */

#nav_all_natural_ingredients {
	width:105px;
	background:url(../images/nav/all_natural_ingredients.png) no-repeat;
}

#nav_all_natural_ingredients:hover {
	background:url(../images/nav/all_natural_ingredients_over.png) no-repeat;
}

#nav_elevate_guarantee {
	width:105px;
	background:url(../images/nav/elevate_guarantee.png) no-repeat;
}

#nav_elevate_guarantee:hover {
	background:url(../images/nav/elevate_guarantee_over.png) no-repeat;
}

#nav_increase_naturally {
	width:105px;
	background:url(../images/nav/increase_naturally.png) no-repeat;
}

#nav_increase_naturally:hover {
	background:url(../images/nav/increase_naturally_over.png) no-repeat;
}

#nav_about_elevatet {
	width:100px;
	background:url(../images/nav/about_elevatet.png) no-repeat;
}

#nav_about_elevatet:hover {
	background:url(../images/nav/about_elevatet_over.png) no-repeat;
}

#nav_contact_us {
	width:100px;
	background:url(../images/nav/contact_us.png) no-repeat;
}

#nav_contact_us:hover {
	background:url(../images/nav/contact_us_over.png) no-repeat;
}