body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, li, ol, p, td, th, ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body, li, ol, p, td, th, ul {
	font-size: 10pt;
}

a {
	color: #2E7790;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}

/* @group Header */

#header {
	background-image: url("../gif/head.gif");
	background-position: 20px bottom;
	background-repeat: no-repeat;
	height: 150px;
	margin: 0 auto;
	padding: 0 20px;
	width: 1040px;
}	

#header h1 {
	display: none;
}



/* @end */

/* @group Navigation */

#dhtmlgoodies_menu ul li ul {
	display: none; /* Needed to display ok in Opera */
}
	
#dhtmlgoodies_menu {
	height: 30px;
	margin: 0;
	padding: 0 30px 20px;
	visibility: hidden;	
}

#dhtmlgoodies_menu ul {
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#dhtmlgoodies_menu li {
	height: 30px;
	line-height: 30px;
	list-style-type: none; /* No bullets */
}	

#dhtmlgoodies_menu a {
	color: #fff;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 20px;
	text-decoration: none;
	text-transform: lowercase;
}

#dhtmlgoodies_menu a.current {
	font-weight: bold;
}

#dhtmlgoodies_menu ul.menuBlock1 { /* Menu bar - main menu items */
	overflow: visible;
}

#dhtmlgoodies_menu ul.menuBlock2 { /* Menu bar - main menu items */
	width: auto !important;
	width: 200px;
}

#dhtmlgoodies_menu .currentDepth1 {
	/* Nothing */
}

#dhtmlgoodies_menu .currentDepth1over {
	background-color: #068ece;
}

#dhtmlgoodies_menu .currentDepth1 a {
	/* Nothing */
}

#dhtmlgoodies_menu .currentDepth1over a { /* Text rules */
	text-decoration: underline;
}

#dhtmlgoodies_menu .currentDepth2 {
	background-color: #65b7e3;
}

#dhtmlgoodies_menu .currentDepth2over {
	background-color: #068ece;
}

#dhtmlgoodies_menu .currentDepth2over a { /* Text rules */
	/* Nothing */
}

#dhtmlgoodies_menu .currentDepth3 {
	background-color: #65b7e3;
}

#dhtmlgoodies_menu .currentDepth3over {
	background-color: #068ece;
}

#dhtmlgoodies_menu .currentDepth4 {
	background-color: #65b7e3;
}

#dhtmlgoodies_menu .currentDepth4over {
	background-color: #068ece;
}



/* @end */

#container {
	float: left;
	padding-left: 30px;
	width: 225px;
}

/* @group Sidebars */

#sidebar-left {
	padding:0;
	width: 225px;
}

#sidebar-right {
	float: right;
	width: 200px;
}


ul#menu, ul#menu ul {
  list-style-type:none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 220px;
}


ul#menu a {
	height: 20px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

ul#menu li {
  margin-top: 1px;
  font-weight: normal;
  
}

ul#menu li a {
  background: #76c914;
  color: #d3fba4;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #97db47;
  color: #fff;	
  
}

ul#menu li ul li a {
  background: #b3f466;
  color: #fff;
  font-weight: normal;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #97db47;
  color: #fff;
  font-weight: normal;
  border-left: 5px #65b7e3 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

#sidebar-left-ad, #sidebar-right-ad {
	background-color: #fff;
	padding: 0;
	border: 1px;
	border-color: #d26301;

}

#sidebar-left-ad img, #sidebar-right-ad img {
padding:0;	
}



/* @end */

/* @group Content */

#content {
	float: left;
	min-height: 540px;
	height: auto !important;
	height: 640px;
	padding: 20px 0 0 20px;
	width: 740px;
	display: inline;
}

#ultrashape #content, #information #content, #contact #content {
	background: no-repeat left 20px;
	padding: 0 0 20px 220px;
}

#ultrashape #content {
	background: url("../jpg/ultrashape_1.jpg");
}

#content h1 {
	color: #068ece;
	padding: 0px 0 0 0;
	margin-top: 0;
	text-transform: none;
}

#content h2 {
	color: #068ece;
	padding: 0px 10px 0 0;
	margin-top: 0;
	text-transform: lowercase;
}

#content h3 {
	color: #484b52;
	padding: 10px 0 0 0;
	line-height: 1.2;
	text-transform: lowercase;
}

#content table {
	border-collapse: collapse;
	width: 100%;
}

#content table td, #content table th {
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}

#content table td.area {
	text-align: left;
	width: 100px;
}

#content table td.practice {
	text-align: left;
	width: 100px;
}
#content table td.name {
	text-align: left;
	width: 130px;
}
#content table td.address {
	text-align: left;
	width: 270px;
}
#content table td.telephone {
	text-align: left;
	width: 60px;
}
#content table td.medication {
	text-align: left;
	width: 150px;
}

#content table td.what {
	text-align: left;
	width: 150px;
}
#content table td.why {
	text-align: left;
	width: 150px;
}
#content table td.how {
	text-align: left;
	width: 150px;
}

#content table td, #content table th {
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}

#content div.contact {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 80px;
	margin: 10px 0 0 0;
	padding: 20px 0 0 95px;
	width: 200px;
}

#content div.contact span {
	display: block;
}

#content div.contact span.name {
	font-weight: bold;
	padding-left: 0;
}

#content div.contact span.title {
	padding-left: 2px;
}

#contact-form {
	display: block;
	float: right;
	width: 300px;
}

#contact-form #errorTop {
	background: url("../png/icons.png") no-repeat 0 5px;
	clear: both;
	line-height: 16px;
	padding: 5px 5px 5px 20px;
}

#contact-form #errorTop.error {
	background-position: 0 -27px;
}

#contact-form #errorTop.ajax-loading {
	background: url("../gif/spinner.gif") no-repeat left center;
	padding-left: 20px;
}

#contact-form hr {
	border: none;
	border-top: 1px solid #e5e5e5;
	clear: both;
	display: block;
	height: 1px;
	margin: 5px 0;
	text-align: left;
	width: 220px;
}

#contact-form div.text {
	float: left;
	padding-bottom: 10px;
	width: 220px;
}

#contact-form div.text label {
	color: #333;
	display: block;
	font-weight: bold;
	line-height: 1.7em;
	width: 220px;
}

#contact-form div.text label.invalid {
	background: url("../png/icons.png") no-repeat left -30px;
	padding-left: 20px;
	width: 200px;
}

#contact-form div.text label em {
	color: #f00;
	font-style: normal;
}

#contact-form div.text input, #contact-form div.text select, #contact-form div.text textarea {
	float: left;
	height: 1.2em;
	line-height: 1.2em;
	margin: 0;
	padding: 0.1em 3px;
	vertical-align: middle;
	width: 210px;
}

#contact-form div.text select {
	height: 1.9em;
	line-height: 1.9em;
	width: 220px;
}

#contact-form div.text textarea {
	height: 12em;
}

#contact-form #submitline {
	padding: 10px 0;
	text-align: right;
	width: 220px;
}



/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #068ece;
	clear: both;
	margin: 20px auto;
	padding: 5px;
	text-align: center;
	width: 980px;
}



/* @end */

/* @group Classes */

.imageSlideshowHolder {
	height: 500px;
	width: 400px;
	position: relative;
}

.imageSlideshowHolder img {
	position: absolute;
	left: 0;
	top: 0;
}


/* @end */

