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

body {
	background:url(../images/header_logo.gif) top center no-repeat;
	font-family:Palatino, Georgia, Times New Roman, sans-serif;
	font-size:1em;
	margin:0px;
}

h1 {
	font-weight:bold;
	color:#f29823;
	font-size:1.25em;
	padding:0 100px 0 100px;
	
}

h2 {
	font-weight:bold;
	color:#576c17;
	font-size:1.25em;
	margin-bottom:-15px;
	
}

p {
	font-size:0.75em;
	color:#333333;
	padding:0 100px 0 100px;

} 

span {
	color:#778d2c;
	font-weight:bold;

}

a {
	color:#f29823;
}

a:hover {
	text-decoration:none;
}

a.white {
	color:#FFFFFF;
}



#centeredImage {
	float:left;
	clear:right;
	width:250px;
	margin:0 10px 0 10px;
	height:450px;
}

#centeredImage p {
	padding:0px;
	color:#778d2c;
}

#productImage {
	float:left;
	clear:left;
	margin:0 10px 0 100px;
	margin-bottom:20px;
}
#productBlurb {
	float:left;
	clear:right;
	width:400px;
	margin-bottom:10px;
	border-bottom:#339900 1px solid;
}

#productBlurb p {
	font-style:italic;
	color:#333333;
	padding:0px;
}

#productWrapper {
	width:auto;
	height:auto;
}

#imageLogo {
	float:left;
	clear:right;
}

#navigation {
	background:url(../images/nav_background.gif) top repeat-x;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	margin-top:185px;
	width:100%;
	height:55px;
	text-align:center;
	padding-top:4px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	padding-top:300px;
	width:860px;
	height:auto;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

.about {
	background:url(../images/bigImage_about.jpg) top center no-repeat;
}

.products {
	background:url(../images/bigImage_products.jpg) top center no-repeat;
}

.cara {
	background:url(../images/bigImage_cara.jpg) top center no-repeat;
}

.locations {
	background:url(../images/bigImage_locations.jpg) top center no-repeat;
}

.vitality {
	background:url(../images/bigImage_vitality.jpg) top center no-repeat;
}

.nonprofit {
	background:url(../images/bigImage_nonprofit.jpg) top center no-repeat;
}

.contact {
	background:url(../images/bigImage_contact.jpg) top center no-repeat;
}

#footer {
	background:url(../images/footerBar.gif) bottom repeat-x;
	height:40px;
	width:100%;
	text-align:center;
}

#footer p {
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
}

#table tr td {
	color:#778d2c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	border-bottom:#009900 1px solid;
}

#copyright {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	text-align:center;
}
#copyright p {
	color:#999999;
	font-size:0.675em;
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
}