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

body {
	background-color: #E7D7B9;
}


#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #663300;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}
#content {
	background-image: url(images/main_bg_temp.jpg);
	background-repeat: repeat-y;
}
#leftCol {
	width: 200px;
	float: left;
}
#nav {
	width: 170px;
	margin-left: 15px;
}
#rightCol {
	float: right;
	width: 200px;
}
#rightCol p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
#networks {
	margin-left: 20px;
}
#center {
	float: left;
	width: 550px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 25px;
}
#center h1 {
	color: #009933;
	margin-top: 0px;
	margin-bottom: 5px;
}
#center h1 span {
	
	
}
#center h1#home {
	background-image:url(images/h2_welcome.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 0px;
}
#center h1#thankyou {
	background-image:url(images/h2_thankyou.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 0px;
}
#center h1#unsubscribe {
	background-image:url(images/h2_unsubscribed.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 0px;
}
#center h1#benefits {
	background-image:url(images/h2_benefits.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 0px;
}
#center h1#treatments {
	background-image:url(images/h2_treatments.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 0px;
}
#center h1#lomilomi {
	background-image:url(images/h2_lomilomi.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 0px;
}
#center h1#about {
	background-image:url(images/h2_about.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 0px;
}
#center h1#testimonials {
	background-image:url(images/h2_testimonials.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 0px;
}
#center h1#pricing {
	background-image:url(images/h2_pricing.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 0px;
}
#center h1#contact {
	background-image:url(images/h2_contact.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 0px;
}
#center h2 {
}
#center h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #461800;
	margin-left: 400px;
}
#center h4 {
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #3f1e04;
	line-height: 18px;
}
#center p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3f1e04;
	line-height: 20px;
}
#center p.table {
	margin-top: -5;
	margin-right: 0;
	margin-bottom: -5;
	margin-left: 0;
	padding-top: -10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#center a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3f1e04;
}
#center a:hover {
}
#center ul {
}
#center li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	margin-left: 15px;
	list-style-position: inside;
	color: #461800;
}
#footer {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	height:100px;
}
#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin-top: -10px;
}
#footer ul {
	text-align: center;
	margin-left: 0px;
	margin-top: 25px;
}
#footer li {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #663300;
}
#footer a:hover{
	color: #397FCF;
}


/* begin image replacement stuff for nav links */

ul#primary-nav
{
	margin: 0em;
	padding: 0em;
	width: 100%;

}

ul#primary-nav li
{
	display: inline;
	list-style-type: none;
	float: right;
}

/*ul#primary-nav,*/
ul#primary-nav li
{
	/* “!important” shouldn’t be necessary here but IE5.0 acts goofily without it. */
height: 50px!important; /* This is an example value representing the height of each image */
	/* If your primary-nav is absolutely positioned, this ensures that nothing bleeds out of the primary-nav. Without this, the “stacked” background bits could stick out from the bottom. */

/* hide overflow:hidden from IE5/Mac */
/* */
overflow: hidden;
	width: 165px;/* */
	margin-bottom: -15px;
}



/* This ensures that the rollover containers, h2 and a, fill the
li boxes */
ul#primary-nav li h2,
ul#primary-nav li h2 a
{
	display: block;
	margin-right: 0px;
}



/* This hides the text via the Phark text-hiding method:
http://www.mezzoblue.com/tests/revised-image-replacement/#phark2 */
ul#primary-nav li h2 span
{
	display:block;
	text-indent: -5000px;

}



/* ================= Primary Nav: home ================ */

/* The “home” link */

ul#primary-nav li#nav-home h2
{
	height: 25px;
}

ul#primary-nav li#nav-home h2 a
{
	text-decoration: none;
	background-color: #397FCF;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	height: 25px;
	border: 1px solid #FFFFFF;
	padding-left: 0px;
}

/* The “Alice” link, on state */
ul#primary-nav li#nav-home h2 a:hover
{
	background-image: url(images/home_over.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #00D4F9;
}

ul#primary-nav li#nav-benefits h2
{
	height: 25px;
}

ul#primary-nav li#nav-benefits h2 a
{
	text-decoration: none;
	background-color: #397FCF;
	background-image: url(images/benefits.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	height: 25px;
	border: 1px solid #FFFFFF;
	padding-left: 0px;
}

/* The “Alice” link, on state */
ul#primary-nav li#nav-benefits h2 a:hover
{
	background-image: url(images/benefits_over.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #00D4F9;
}

ul#primary-nav li#nav-treatments h2
{
	height: 25px;
}

ul#primary-nav li#nav-treatments h2 a
{
	text-decoration: none;
	background-color: #397FCF;
	background-image: url(images/treatments.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	height: 25px;
	border: 1px solid #FFFFFF;
	padding-left: 0px;
}

/* The “Alice” link, on state */
ul#primary-nav li#nav-treatments h2 a:hover
{
	background-image: url(images/treatments_over.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #00D4F9;
}
ul#primary-nav li#nav-lomilomi h2
{
	height: 25px;
}

ul#primary-nav li#nav-lomilomi h2 a
{
	text-decoration: none;
	background-color: #397FCF;
	background-image: url(images/lomilomi.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	height: 25px;
	border: 1px solid #FFFFFF;
	padding-left: 0px;
}

/* The “Alice” link, on state */
ul#primary-nav li#nav-lomilomi h2 a:hover
{
	background-image: url(images/lomilomi_over.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #00D4F9;
}
ul#primary-nav li#nav-about h2
{
	height: 25px;
}

ul#primary-nav li#nav-about h2 a
{
	text-decoration: none;
	background-color: #397FCF;
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	height: 25px;
	border: 1px solid #FFFFFF;
	padding-left: 0px;
}

/* The “Alice” link, on state */
ul#primary-nav li#nav-about h2 a:hover
{
	background-image: url(images/about_over.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #00D4F9;
}
ul#primary-nav li#nav-contact h2
{
	height: 25px;
}

ul#primary-nav li#nav-contact h2 a
{
	text-decoration: none;
	background-color: #397FCF;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	height: 25px;
	border: 1px solid #FFFFFF;
	padding-left: 0px;
}

/* The “Alice” link, on state */
ul#primary-nav li#nav-contact h2 a:hover
{
	background-image: url(images/contact_over.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #00D4F9;
}
ul#primary-nav li#nav-pricing h2
{
	height: 25px;
}

ul#primary-nav li#nav-pricing h2 a
{
	text-decoration: none;
	background-color: #397FCF;
	background-image: url(images/pricing.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	height: 25px;
	border: 1px solid #FFFFFF;
	padding-left: 0px;
}

/* The “Alice” link, on state */
ul#primary-nav li#nav-pricing h2 a:hover
{
	background-image: url(images/pricing_over.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #00D4F9;
}
ul#primary-nav li#nav-testimonials h2
{
	height: 25px;
}

ul#primary-nav li#nav-testimonials h2 a
{
	text-decoration: none;
	background-color: #397FCF;
	background-image: url(images/testimonials.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	height: 25px;
	border: 1px solid #FFFFFF;
	padding-left: 0px;
}

/* The “Alice” link, on state */
ul#primary-nav li#nav-testimonials h2 a:hover
{
	background-image: url(images/testimonials_over.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #00D4F9;
}

#newsletter {
	background-color: #397FCF;
	width: 160px;
	margin-left: 10px;
	margin-top: 15px;
	border: 1px solid #FFFFFF;
	margin-bottom: 25px;
	padding-left: 15px;
	margin-right: 7px;
}
#newsletter h1 {
}
#newsletter h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#newsletter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: -1px;
}
#newsletter a {
}
#newsletter a:hover {
}
table.location {
	border-collapse:collapse;
}
.img {
	border: 1px solid #663300;
	margin-top: 0px;
	margin-bottom: 15px;
}
.spacer {
	clear: both;
	width: 100%;
}
#pricingcontainer {
]
	width: 500px;
	width: 450px;
	margin-left: 75px;

