@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
	background: #00263c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c393d;
}

body {
	width: 787px;
	margin: 100px auto 0px;
}

/*** General Styles ***/
a, a:visited, a:hover {
	text-decoration: none;
}

div.hr {
	display: block;
	height: 1px;
	width: 150px;
	background: #a3a36e;
	margin: 5px 0px;
}

header img {
	float: left;
}

header .header-header {
	overflow: hidden;
	width: 787px;
	position: relative;
	background: url(../images/phone.jpg) right center no-repeat;
}

.top-menu {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

.top-menu li {
	float: left;
	color: #a3a36e;
	font-size: 12px;
}

.top-menu li.spacing {
	padding: 0px 5px;
}

.top-menu a, .top-menu a:visited, .top-menu a:hover {
	color: #a3a36e;
	font-size: 12px;
}

.top-menu a.active, .top-menu a.active:visited, .top-menu a:hover {
	color: #FFF;
}

.body-header {
	clear: both;
	height: 337px;
	border-top: 8px solid #a3a36e;
	border-bottom: 1px solid #a3a36e;
	width: 787px;
	background: url('../images/marketing/home-healthy-weight-loss.jpg') no-repeat;
}

.body-header .splash {
	font-size: 18px;
	color: #a3a36e;
	position: relative;
	left: 13px;
	height: 77px;
	line-height: 77px;
}

.main-menu {
	position: relative;
	left: 13px;
}
ul.type2-menu {
	width: 139px;
	background: #e8e8db;
	padding-bottom: 5px;
}

ul.type2-menu h2 {
	display: block;
	padding: 10px 5px 5px;
	margin: 0px;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
}

ul.type2-treatments h2, ul.type2-treatments a, ul.type2-treatments a:visited{
	color: #00253c;
}

ul.type2-treatments a.active, ul.type2-treatments a.active:visited, ul.type2-treatments a:hover {
	color: #8f2502;
}

ul.type2-other h2, ul.type2-other li a, ul.type2-other a:visited {
	color: #666633;
}

ul.type2-other a.actiev, ul.type2-other a.active:visited, ul.type2-other a:hover {
	color: #8f2502;
}

ul.type2-menu a, ul.type2-menu a:visited, ul.type2-menu a:hover {
	font-size: 11px !important;
	font-weight: normal !important;
	padding: 0px 5px;
	display: block;
	height: 16px;
	line-height: 16px;
}

/*/  NEW ADVERT MET  \*/

.advert {
	background: #a3a36e;
	padding: 0px 1px 8px;
}

.sales-pitch {
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0px 15px;
	font-size: 13px;
	color: #000;
}

.sales-pitch strong {
	color: #000;
}

.splash-frame {
	position: relative;
	height: 261px;
}

.image-set {
	background: #00253d;
	overflow: hidden;
	width: 100%;
	display: none;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.image-set p {
	color: #c3ccd1;
	height: 31px;
	line-height: 31px;
	margin: 0px;
	padding: 0px 14px 0px;
}

.image-set img {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #a3a36e;
}

.image-set .frame-l {
	float: left;
	border-right: 1px solid #a3a36e;
}

.image-set .frame-r {
	float: right;
}

.toc, .toc-active {
	display: none !important;
}

.splash-frame #next, .splash-frame #previous {
	display: none !important;
}

/****   BODY CONTENT   ****/

.body {
	border-top: 7px solid #a3a36e;
	overflow: hidden;
	width: 787px;
	background:  #FFF;
	border-bottom: 8px solid #a3a36e;
}

.col-fix-r {
	position:relative;
	width: 100%;
	float: left;
	right: 215px;
	border-right: 1px solid #a3a36e;
}

.left-column {
	float: left;
	width: 573px;
	position: relative;
	left: 214px;
}

.right-column {
	float: right;
	width: 214px;
	position: relative;
	left: 214px;
}

.right-column img {
	margin-bottom: 17px;
}

.content {
	padding: 17px;
}

/****  STYLING   ****/

h1, h2, h3, .h3 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

h1, .h1 {
	font-size: 16px;
}

p a, p a:hover, strong {
	color: #54330e;
	text-decoration: none;
	font-weight: bold;
}

p {
	margin: 5px 0px 10px;
}

.image-left {
	float: left;
	margin: 0px 17px 10px 0px;
}

.image-right {
	float: right;
	margin: 0px 0px 10px 17px;
}

.content ol, .content ul {
	margin: 5px 0px 10px;
}

.content ol li {
	margin-left: 20px;
	list-style: decimal;
}

.content ul li {
	margin-left: 10px;
}

.content ul li:before {
	content: "- ";
}

blockquote:before, blockquote:after {
	content: "\"";
}

blockquote ~ p {
	margin-top: 0px;
}

blockquote + p:before {
	content: "- ";
}

q:before, q:after {
	content: "'" "'";
}

.content .hr {
	width: 100%;
}

/* Contact Us */

.content .details {
	float: left;
	width: 200px;
}

.content .tips-form {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.content .contact-form {
	float: left;
	width: 300px;
	overflow: hidden;
	position: relative;
}

.content label {
	display: block;
	height: 15px;
	line-height: 15px;
	padding-top: 5px;
	width: 170px;
}
.content .tips-form label {
	float: left;
	clear: left !important;
	width: 170px;
	margin: 3px 0px;
	padding: 0px 5px 0px 0px;
}

.content .tips-form .program {
	height: 50px;
}

.content input, .content textarea, .content select {
	margin: 0px;
	padding: 0px;
	border: 1px solid #a3a36e;
}

.content input[type="text"], .content select {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 210px;
}

.content textarea {
	display: block;
	width: 210px;
	overflow-y: scroll;
	resize: none;
}

.content .tips-form input[type="text"], .content  .tips-form  select, .content  .tips-form  textarea {
	float: left;
	margin: 3px 0px;
}

.content .success {
	background: url(../images/success.gif) right 3px no-repeat !important;
	border: 1px solid #007236 !important;
}

.content .form_fields_error {
	background: url(../images/error.gif) right 3px no-repeat !important;
	border: 1px solid #9e0b0f !important;
}

.content .error {
	background: url(../images/error.gif) right 3px no-repeat !important;
	border: 1px solid #9e0b0f !important;
}

.content input[type="submit"] {
	float: right;
	padding: 0px 5px;
	height: 20px;
	line-height: 20px;
	position: relative;
	margin-top: 10px;
	right: 88px;
	background: #e8e8db;
	text-transform: uppercase;
	color: #a3a36e;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.content input[type="submit"]:hover {
	
	color: #00253c;
	border: 1px solid #00253c;

}

.content .tips-form input[type="submit"] {
	clear: both;
	margin-bottom: 10px;
	right: 152px;
}

.error_msg {
	padding: 5px;
	border: 1px solid #9e0b0f !important;
}

/****   FOOTER   ****/

footer {
	clear: both;
	overflow: hidden;
	width: 100%;
}

footer ul.footer {
	float: left;
	position: relative;
	left: 50%;
	width: 100%;
}

footer ul.footer > li {
	float: left;
	width: 160px;
	position: relative;
	right: 50%;
	padding: 18px 25px 18px 17px;
}

footer ul.footer > li:last-child {
	padding-right: 0px;
}

footer h5 {
	font-size: 12px;
	color: #898989;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
}

footer .hr {
	width: 150px;
}

footer li, footer a, footer a:visited, footer a:hover {
	color: #a3a36e;
	font-size: 9px;
	padding: 3px 0px;
}

footer a:hover {
	color: #54330e;
}

ul.footer span#icon-phone, ul.footer span#icon-email, ul.footer span#icon-fax, ul.footer div#icon-home {
	padding-left: 20px;
	background-image: url(../images/icons/icons-phone.jpg);
	background-repeat:no-repeat;
}
ul.footer span#icon-email {
	background-image: url(../images/icons/icons-email.jpg);
}
ul.footer span#icon-fax {
	background-image: url(../images/icons/icons-fax.jpg);
}
ul.footer div#icon-home {
	background-image: url(../images/icons/icons-home.jpg);
}

.extra-footer {
	border-top: 1px solid #a4a272;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	text-align: center;
	font-size: 9px;
	border-bottom: 1px solid #a4a272;
	color: #666666;
}

.extra-footer a, .extra-footer a:visited, .extra-footer a:hover {
	color: #666666;
	text-decoration:none;
}

.extra-footer a:hover {
	color: #CCCCCC;
}

.extra-footer a.bs-logo {
	display: block;
	width: 70px;
	height: 20px;
	float: right; 
	margin-top: -4px; 
	margin-right: 15px; 
	opacity:0.4;
	filter:alpha(opacity=40);
	background-image: url('../images/icons/search-engine-optimisation-bluesoap-logo-white-d.jpg');
	background-repeat: no-repeat;
}

.extra-footer a.bs-logo span {
	display: none;
}

.extra-footer a.bs-logo:hover {
	background-image: url('../images/icons/search-engine-optimisation-bluesoap-logo-blue.jpg');
}

.links_of_interests {
	margin: 0 auto;
	width: 410px;
}

.links_of_interests dl {
	clear: both;
	overflow: hidden;
	margin: 0 0 10px;
}

.links_of_interests dl:hover label {
	color: #A3A36E;
}

.links_of_interests dt {
	float: left;
	width: 200px;
}

.links_of_interests dd {
	margin: 0 0 0 210px;
}

.links_of_interests input.inputbox, .links_of_interests textarea.textbox {
	width: 198px;
}

.links_of_interests textarea.textbox {
	height: 80px;
}

.links_of_interests dl:hover input.inputbox, .links_of_interests dl:hover textarea.textbox, .links_of_interests input.inputbox:focus, .links_of_interests textarea.textbox:focus {
	border: 1px solid #00253C;
}

.links_of_interests .err {
	background: #ffe6e4 !important;
	border: 1px solid #eb4847 !important;	
}

.links_of_interests .Msg {
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	width: 388px;
}

.links_of_interests input.submit-button {
	float: none;
	margin: 0;
	position: static;
}
