html {
	min-height: 100%;
	height:100%;
}

body {	
	background:#48182c url("../images/bg_content.gif") repeat-y top center;
	font-family: Georgia, Times New Roman, serif;
	font-size:11px;
	color: #333333;
	height: 100%;
	margin:0;
}

#wrapper {
	background:url("../images/bg_body.gif") no-repeat top center;
	min-height: 100%;
	height:100%;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 21px;
	color: #ee8d21;
	line-height:normal;
	padding:0;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	color: #663366;
	font-weight:bold;
	margin: 0;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	color: #833a5d;
	font-weight:bold;
	margin: 0;
}

h3 a {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	color: #833a5d;
	font-weight:bold;
	margin: 0;
	text-decoration: none;
}

p {
	line-height: 16px;
	margin:0 0 15px 0;
}

a {
	color: #663366;
	text-decoration: underline;
}

a:hover {
	color: #ee8d21;
	text-decoration: none;
}

strong {}

.border {
	border:1px solid #c7c7c7;
}

.border-left {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #c7c7c7;
}

.border-right {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #c7c7c7;
}

.noborder {
	border:0;
	padding:0;
	margin:0;
}

.nav_text {
	display:none;
}

.container {
	position:relative;
	margin:0 10px 0 14px;
}

ol {
	margin:0 0 20px 20px;
}

ol li {
	line-height:22px;
}

#content ul {
	width:100%;
	margin:5px 0 20px 0;
	padding:0;
	list-style:none;
}

#content ul li {
	padding-left: 12px;
	background:url("../images/bullet.gif") no-repeat 0 3px;
	margin:0 10px 0 0;
	line-height:16px;
}

#content ul.list li {
	padding:0;
	background:none;
	margin:0;
	line-height:16px;
}

/********************* MAIN BODY *************************/

#main_body {
	position:relative;
	margin: auto;
	width:800px;
	z-index:100;
}

/********************* LAYOUT STYLES *************************/

#top {
	position:relative;
	width:800px;
	height:90px;
}

a.logo {
	position:relative;
	top:9px;
	left:25px;
	display:block;
	height:77px;
	width:316px;
	background:url("../images/logo.gif") no-repeat;
	text-indent:-3000px;
}

.tag {
	position:relative;
	float:right;
	margin-right:25px;
}

#content {
	position:relative;
	width: 750px;
	margin:auto;
}

#content a:hover {
	background-position:0% 100%;
}


/********************* INTERIOR LAYOUT STYLES *************** */

#home {
	position:relative;
	background:url("../images/bg_home.jpg") no-repeat top;
	width:390px;
	padding:175px 30px 0 330px;
	margin:0 0 50px 0;
}

.quote {
	color:#666666;
}

#about {
	position:relative;
	background:url("../images/bg_about.jpg") no-repeat top;
	width:380px;
	padding:175px 40px 40px 330px;
	margin:0 0 50px 0;
}

#therapies {
	position:relative;
	background:url("../images/bg_therapies.jpg") no-repeat top;
	width:750px;
	padding:200px 0 0 0;
	margin:0 0 50px 0;
}

#faqs {
	position:relative;
	background:url("../images/bg_faqs.jpg") no-repeat top;
	width:380px;
	padding:175px 40px 0 330px;
	margin:0 0 50px 0;
}

.quotes {
	position:absolute;
	top:35px;
	left:10px;
	width:275px;
}

#contact {
	position:relative;
	background:url("../images/bg_contact.jpg") no-repeat top;
	width:380px;
	padding:175px 40px 0 330px;
	margin:0 0 50px 0;
}

.map {
	position:absolute;
	top:105px;
	left:10px;
	width:275px;
}

/* ***************  FOOTER STYLES *************** */

#footer {
	position:relative;
	margin:auto;
	width: 720px;
	height:40px;
	padding:10px 0 0 0;
	background:url("../images/bg_footer.gif") repeat-x top;
	font-size:10px;
	color:#666666;
	font-family:Arial, Verdana, sans-serif;
}

/* ***************  SUCKERFISH NAV STYLES *************** */

#main_nav {
	position:absolute;
	top:58px;
	left:341px;
	width:435px;
	z-index:101;
}

#nav li#btn_about  { 	background-image: url("../images/btn_about.gif"); 	width: 132px;height: 32px;	}
#nav li#btn_therapies { 	background-image: url("../images/btn_therapies.gif"); 	width: 164px;height: 32px;	}
#nav li#btn_faqs { 	background-image: url("../images/btn_faqs.gif"); 	width: 59px;height: 32px;	}
#nav li#btn_contact { 	background-image: url("../images/btn_contact.gif"); 	width: 79px;height: 32px;	}

.on {
	background-position:0% 100%;
}

#nav li a {
	display:block;
	width:auto;
	height:100%;
	color:#ffffff;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}

#nav li a:hover {
	display:block;
	width:auto;
	height:100%;
	text-decoration:none;
	color:#ffffff;
}
