@charset "utf-8";

*{
	margin:0;
	padding: 0;
}

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	background-color: #bbb5a7;
}

#container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image: url(images/container-bg2.jpg);
	background-repeat: repeat-y;
} 


#header {
	background-image: url(images/bannerbgimg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 

#header #header-text {
	position: absolute;
	background-color: transparent;
	left: 220px;
	top: 39px;
	width: 267px;
	z-index: 1000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
}

#header #header-text a {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}

#header #header-text a:hover {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #fea42c;
	font-weight: bold;
	text-decoration:underline;
}

#header #header-phone {
	position: absolute;
	background-color: transparent;
	left: 736px;
	top: 120px;
	width: 205px;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F6CD9F;
	font-style: italic;
	font-weight: bold;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 148px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: transparent;
	background-image: url(images/sidebar-img.jpg);
	background-repeat: no-repeat;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 178px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/maincontent-img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding-bottom: 10px;
	
}


.image {
	margin-left: 110px;
	margin-top: 13px;
	margin-bottom: 15px;
}

.image2 {
	margin-left: 15px;
	margin-top: 13px;
	margin-bottom: 15px;
}

.image3 {
	margin-left: 160px;
	margin-top: 13px;
	margin-bottom: 15px;
}

.laserimage {
	margin-left: 20px;
}

#mainContent p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #353535;
	text-decoration: underline;
}

#mainContent #laserlaparoscopyimg {
	float: right;
	width: 306px;
	background-color: #e4e3e2;
	border: 1px solid #000000;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#mainContent #laserlaparoscopyimg p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #006;
	text-align: center;
}


.laserlapimg {
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
}

#mainContent #hifuclinicalimg {
	float: left;
	margin-top: 7px;
	width: 306px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 3px;
	background-color: #e4e3e2;
	border: 1px solid #000000;
}

#mainContent #hifuclinicalimg p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #006;
	text-align: center;
}

.hifuimg {
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 18px;
	line-height: 25px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer {
	background-color: #bbb5a7;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer ul {
	list-style-type: none;
	text-align: center;
	padding-top: 7px;
}

#footer ul li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: auto;
	margin-left: auto;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-top: 3px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-top: 3px;
}
.specialtext {
	color: #9e1f1c;
	font-weight: bold;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #9e1f1c;
	text-decoration: underline;
}
.aboutusimage {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.thermageimage {
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
}

.specialsimage {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hotelimage {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 110px;
}

.carecreditimg {
	float: right;
	margin-right: 55px;
	margin-top: 5px;
}

.caption {
	font-style: italic;
}
.contactus {
	margin-left: 40px;
}

.testimonialquote {
	background-image: url(images/quote-left.png);
	background-position: 2px -3px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 15px;
}

.button {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#mainContent ul {
	list-style-type: none;
	margin-bottom: 20px;
	
}
#mainContent ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 40px;
	
}
#mainContent ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#mainContent #fraxellists ul {
	list-style-type: square;
}

#mainContent #fraxellists ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 40px;
}

#mainContent #fraxellists2 ul {
	list-style-type: square;
}

#mainContent #fraxellists2 ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 40px;
}

#mainContent #fraxellists3 ul {
	list-style-type: square;
}

#mainContent #fraxellists3 ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 40px;
}

#mainContent #biographylist {
	width: 750px;

}

#mainContent #biographylist ul {
	list-style-type: square;
}

#mainContent #biographylist ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 40px;
}

#mainContent #loosevagina ul {
	list-style-type: square;
}

#mainContent #loosevagina ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 15px;
	margin-left: 40px;
}

#youtube {
	text-align: center;	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	font-style: italic;
	line-height: 20px;
}
	
.resume {
	padding-left: 30px;
}

#mainContent ul li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #9e1f1c;
	text-decoration: none;
}
.sitemap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-left: 45px;
}
#mainContent .sitemap a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}
#mainContent .sitemap a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #9e1f1c;
	text-decoration: none;
}

.indent1 {
	padding-left: 115px;
}

.indent {
	padding-left: 25px;
}

.indent2 {
	padding-left: 147px;
}

.indent3 {
	padding-left: 225px;
}

.indent4 {
	padding-left: 180px;
}

.indent5 {
	padding-left: 220px;
}

.indent2sitemap {
	padding-left: 50px;
}




#mainContent #map {
	margin-left: 40px;
	margin-bottom: 15px;
}

#footer #credentials1 {
	background-color: #bbb5a7;
	float: left;
	height: 140px;
	width: 150px;
	background-image: url(images/credentials_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-left: 185px;
}
.credentials {
	text-align: center;
	margin-top: 100px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
}
.credentials p a {
	color: #000000;
	text-decoration: none;
}

#footer ul li a {
	color: #000000;
	text-decoration: none;
}


#footer #credentials2 {
	background-color: #bbb5a7;
	float: left;
	height: 140px;
	width: 150px;
	background-image: url(images/Credentials_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#footer #credentials3 {
	background-color: #bbb5a7;
	float: left;
	height: 140px;
	width: 150px;
	background-image: url(images/Credentials_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#footer #credentials4 {
	background-color: #bbb5a7;
	float: left;
	height: 140px;
	width: 150px;
	background-image: url(images/Credentials_04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.credentials p a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
#home p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#home {
	height: 130px;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	margin-top: 165px;
}
.susantext {
	font-weight: bold;
	margin-left: 25px;
}
.susantext2 {
	margin-left: 45px;
}
#mainContent #products {
	text-align: center;
	height: 440px;
	padding-top: 90px;
}
#mainContent #products h1 {
	text-align: center;
	line-height: 25px;
}
#mainContent #products p a {
	font-size: 14px;
	text-decoration: underline;
	line-height: 22px;
}
#mainContent #products p a:hover {
	font-size: 14px;
	text-decoration: underline;
	line-height: 22px;
}

#mainContent #proceduresleft {
	float: left;
	width: 250px;
}
#mainContent #proceduresleft ul li {
	font-size: 14px;
	line-height: 28px;
	color: #353535;
}
#mainContent #proceduresleft ul li a {
	font-size: 14px;
	line-height: 28px;
	color: #353535;
	text-decoration: underline;
}
#mainContent #proceduresleft ul li a:hover {
	font-size: 14px;
	line-height: 28px;
	color: #9e1f1c;
	text-decoration: underline;
}

#mainContent #proceduresright {
	float: left;
	width: 250px;
	
}
#mainContent #proceduresright ul li {
	font-size: 14px;
	line-height: 28px;
	color: #353535;
}
#mainContent #proceduresright ul li a {
	font-size: 14px;
	line-height: 28px;
	color: #353535;
	text-decoration: underline;
}
#mainContent #proceduresright ul li a:hover {
	font-size: 14px;
	line-height: 28px;
	color: #9e1f1c;
	text-decoration: underline;
}

#mainContent #procedurestext {
	float: left;
	width: 770px;
	margin-bottom: 25px;
}

#mainContent #botoximage {
	width: 325px;
	margin-left: 110px;
}
#mainContent #botoximage img {
	margin-bottom: 8px;
}
#mainContent #elos1 {
	width: 450px;
	margin-left: 110px;
}
#mainContent #elos2 {
	width: 450px;
	margin-left: 110px;
}
#mainContent #elos3 {
	width: 450px;
	margin-left: 110px;
	margin-bottom: 20px;
}

#mainContent #fillers {
	width: 450px;
	margin-left: 50px;	
}
	

table {
	border: 2px solid #6d6a61;
	border-collapse: collapse;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 400px;
	margin-left: 50px;
}

td {
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 2px solid #6d6a61;
	
}

.tablerow {
	background-color: #ffffff;
	
}

.tablerow2 {
	background-color: #ffffff;
}

.tablerow3 {
	background-color: #dcdbd9;
}

.icon {
	padding-left: 12px;
	float: left;
	padding-right: 5px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.hotelIconText {
	margin-left: 336px;
	margin-top: -30px;
	
}

.labiaplastydrawing {
	float: right;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.tina2 {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 75px;
	width: 230px;
}

.tina3 {
	float: left;
	margin-left: 25px;
	width: 249px;
	margin-top: 25px;
}

.bdimage {
	float: left;
	margin-right: 15px;
	
}

.cellupulsevideo {
	margin-left: 118px;
	margin-top: 10px;
	margin-bottom: 12px;
	
}

a {
 outline: none;
}
	; 	list-style-position: inside;
