@charset "UTF-8";
/* CSS Document */

#top #navBar {
display: none;
}

#navBarNew {
height:130px;
padding-left:70px;
padding-right:70px;
background-image:url(images/topbar/bgNavBar.png);
background-repeat:repeat-x;
}
#navBarNew .right{
float:right;
margin-top:89px;
}
#navBarNew .right a{
display:block;
text-decoration:none;
float:left;
background-color:none;
color:#52941d;
padding-left:10px;
padding-right:10px;
padding-top:6px;
padding-bottom:15px;
margin-right:2px;
}
#navBarNew .right .on, #navBarNew .right a:hover{
color:#FFFFFF;
background-image:url(images/topbar/bgNav.png);
background-repeat:repeat-x;
background-color:#a7a9ab;
}

#dist-login label {
	float: left;
	width: 144px;
	margin: 0 7px 0 2px;
	}

.error {
	color: #FF0000
	}
	
#read-more a, .hide-more a {
	color:#52941d;
	text-decoration: underline;
	}

#read-more a:hover, .hide-more a:hover {
	color:#7bc143;
	text-decoration: underline;
	}
	
/*#leftNav a {
	margin-bottom: 50px;
	}*/
	
#logo {
	text-indent: -20000px;
	width: 269px;
	height: 130px;
	z-index: 50;
	background: url(images/topbar/slimming-pills.png) top left no-repeat;
	
	margin: 0;

	}

.title h2 {
	text-indent: -20000px;
	z-index: 50;
	margin: 0;
	
	height: 59px;
	width: 172px;
	}
	
#title-home {
	background: url(images/main/homeProductsTitle.png) top left no-repeat;
	}
	
#title-about {
	background: url(images/main/pageTitles/about.png) top left no-repeat;
	}
	
#title-eating {
	background: url(images/main/pageTitles/eating-plan.jpg) top left no-repeat;
	}
	
#title-how {
	background: url(images/main/pageTitles/how-it-works.png) top left no-repeat;
	}
	
#title-contact {
	background: url(images/main/pageTitles/contact.png) top left no-repeat;
	}
	
#title-resources {
	background: url(images/main/pageTitles/resources.jpg) top left no-repeat;
	}
	
#title-dist {
	background: url(images/main/pageTitles/distributors.jpg) top left no-repeat;
	}
	
#navBarNew a.logout {
color:#FFFFFF;
background-image:url(images/topbar/bgNav.png);
background-repeat:repeat-x;
background-color:#a7a9ab;
}

#navBarNew a.logout:hover {
color:#EFEFEF;
background-image:url(images/topbar/bgNav.png);
background-repeat:repeat-x;
background-color:#a7a9ab;
}

#emailMessage {
	display: block;
	}
	
.hidden {
	display: none;
	}

#read-more {
	cursor: pointer;
	}