body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Generic Tags */

body {
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size:12px;
	background-color:#494949;
	margin-bottom:5px;
	color:#474747;
}
p,
h1,
h2,
h3,
h4 {
	margin:15px 0px;
}
h1,
h2,
h3,
h4 {
	font-weight:bold;
}

h1 {
	font-size:2.25em;
	margin:0px;
}
h2 {
	font-size:1.5em;
	color:#4195d3;
	text-align:center;
	padding-bottom:4px;
}
h2 a:link,
h2 a:visited {
color:#ffffff;
text-decoration:underline;
}
h2 a:hover {
text-decoration:none;
}
h3 {
	font-size:1.25em;
	text-align:center;
}
a,
a:link,
a:active,
a:visited {
	color:#4195d3;
}
a:hover {
	text-decoration:none;
}

strong {
	font-weight:bold;
	font-style:inherit;
}
em {
	font-weight:inherit;
	font-style:italic;
}

/* Generic Classes */

.off {
	display:none;
}
.hide {
	visibility:hidden;
}
.clear {
	clear:both;
}
.clearIt {
	clear:both !important;
	height:1px !important;
	margin:0px !important;
	padding:0px !important;
	overflow:hidden !important;
}

.required {
	font-weight:bold;
}
.center {
	text-align:center;
}

/* Specific Classes */

.disclaimer {
	font-size:.95em;
	font-style:italic;
	color:#525252 !important;
}
ul li {
	list-style-type:disc;
	margin-left:30px;
	line-height:1.75em;
}
ul.nolist li {
	list-style-type:none;
	margin-left:0;
	line-height:1.3em;
}
ol li {
	list-style-type:decimal;
	margin-left:30px;
	line-height:1.75em;
}

/* Specific Elements */

#mainContainer {
	width:874px;
	margin:0px auto;
	background-color:#494949;
	background-image:url(../images/whitebkgrnd.jpg);
	background-repeat:repeat-y;
}

#header {
	margin:0;
	padding:0;
	height:158px;
	overflow:hidden;
}

#headerContainer h1 {
	margin:0px;
}

#bannerContainer {
	width:874px;
	background-image: url(../images/bannerbkgrnd.jpg);
	margin:0;
	padding:0;
}

#banner {
	padding:30px 0 30px 65px;
	height:90px;
	overflow:hidden;
}
#banner p {
	margin:0px auto;
	padding:15px 0px 0px 65px;
}
#bannerBottom {
	width:800px;
	height:0;
	border-bottom:1px solid #c6c6c6;
	margin-left:37px;
	}
#bodyContainer {
	margin:0px 0px -15px 0px;
	width:874px;
	background-image: url(../images/contentbkgrnd.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
	background-color:#ffffff;
	padding:0px;
}

/* Body Content */

#bodyContent {
	margin:0px;
	padding:25px 260px 95px 65px;
	background-image:url(../images/bottombkgrnd.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

h1 {
	margin-bottom:15px;
	color:#999999;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.10em;
	border-bottom:1px solid #c6c6c6;
}
h2 {
	color:#4195d3;
	border-bottom:1px solid #c6c6c6;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	letter-spacing:.05em;
}
h3,
h3 a,
h3 a:visited {
	margin-bottom:-8px;
	color:#4195d3;
	font-weight:normal;
	text-align:left;
	letter-spacing:.05em;
	text-decoration:none;
}
h3 a:hover {
	color:#aaaaaa;
}

p {
	margin-top:10px;
	color:#474747;
	line-height:1.65em;
	font-size:.94em;
	font-weight:bold;
}

/* Show-Hide */
.ShowHideButton,
.ShowHideButton a,
.ShowHideButton a:visited {
	cursor:pointer;
	background-image:url(../images/larrow.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
}

.ShowHideButton a:hover {
	color:#aaaaaa;
	cursor:pointer;
}

.ShowHideElement {
	margin:0px;
	padding:0px;
	display:none;
	padding-left:15px;
}

/* Right Content */
#rightContent {
	float:right;
	padding:30px 50px 0px 0px;
}
#rightContent p {
	font-size:.90em;
	line-height:1.35em;
	letter-spacing:.025em;

}
/* Navigation Buttons */
#nav {
	margin: 0px auto;
	width: 874px;
	height: 32px;
	overflow:hidden;
	background-image: url(../images/navbkgrnd.jpg);
	background-repeat:repeat-x;
}
#navLeft {
	float:left;
}
#navRight {
	float:right;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li,
#nav ul li a {
	margin: 0px;
	padding: 0px;
	display:inline;
	background-repeat: no-repeat;
	text-decoration: none;
	height:32px !important;
	float:left;
}
a.home {
	background-image: url(../images/home.jpg);
	width:69px;
}
a.home:hover {
	background-image: url(../images/home_hov.jpg);
}
a.aboutus {
	background-image: url(../images/about.jpg);
	width:89px;
}
a.aboutus:hover {
	background-image: url(../images/about_hov.jpg);
}
a.weightmanagement {
	background-image: url(../images/weight.jpg);
	width:159px;
}
a.weightmanagement:hover {
	background-image: url(../images/weight_hov.jpg);
}
a.aesthetic {
	background-image: url(../images/aes.jpg);
	width:154px;
}
a.aesthetic:hover {
	background-image: url(../images/aes_hov.jpg);
}
a.contactus {
	background-image: url(../images/contact.jpg);
	width:103px;
}
a.contactus:hover {
	background-image: url(../images/contact_hov.jpg);
}
a.faqs {
	background-image: url(../images/faq.jpg);
	width:67px;
}
a.faqs:hover {
	background-image: url(../images/faq_hov.jpg);
}

/* Footer */
#footerContainer {
	margin:0px auto;
	background-image:url(../images/footer.jpg);
	background-position:top;
	width:874px;
	height:60px;
}
#footer {
	margin:0px auto;
	width:874px;	
}
#footer p {
	padding-top:7px;
	margin:0px;
	text-align:center;
	text-transform:uppercase;
	font-size:.75em;
	letter-spacing:.07em;
	color:#bebebe;
	font-weight:bold;
}

table {
	margin:10px auto;
}
table tr td {
	padding:2px 4px;
}

label.error	{color: #f00; clear: both; display: block;}
