@charset "utf-8";
html {
	background: #B0CFEB;
	border-style: none;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #630;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background: #B0CFEB url(images/BG.png) repeat-x top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.thrColFixHdr #container {
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B0CFEB url(images/BG.png) repeat-x top;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	border-top: none #9CC;
	border-right: none #9CC;
	border-bottom: none #9CC;
	border-left: none #9CC;
} 
.thrColFixHdr #header {
	background: url(images/banner_lg.png) no-repeat center;
	padding: 0 0px;
	height: 200px;
	text-indent: -1000em;
	margin-bottom: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -1000px;
	font-size: 9px;
}
.thrColFixHdr #container #mainContent h1 {
	text-indent: -1000px;
	font-size: 16px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background: url(images/white_box_bottom.jpg) no-repeat left bottom;
	text-align: center;
	padding: 0px;
}
.sidebarContent {
	background: #FFF;
	margin-top: -20px;
	margin-bottom: 30px;
}


.thrColFixHdr #container #sidebar1 h3 {
	background: url(images/sidebar_box_top.png) no-repeat left top;
	padding: 1em 0em 0em;
	margin: 0px;
}

#headermenu {
	height: 15px;
	width: 780px;
	text-align: center;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-variant: normal;
	background: #99cccc;
}
.mainCont {
	background: #FFF;
	margin-top: 25px;
	margin-bottom: 30px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px;
	padding: 0px;
	background: url(images/sidebar_box_bottom.png) no-repeat left bottom;
	text-align: center;
	margin-right: 15px;
}
.thrColFixHdr #container #sidebar2 p {
	background: #FFF;
}

.med_spa_skin_tghtng_bttn {
	font-size: 20px;
	font-weight: normal;
	color: #630;
	background: url(images/skin_tightening_bttn.jpg) no-repeat center;
	height: 60px;
	width: 215px;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.med_spa_mesthrpy_bttn {
	font-size: 18px;
	font-weight: normal;
	color: #630;
	background: url(images/mesotherapyl_bttn.jpg) no-repeat center;
	height: 60px;
	width: 215px;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.med_spa_skin_rejuve_bttn {
	font-size: 20px;
	font-weight: normal;
	color: #630;
	background: url(images/skin_rejuvenation_bttn.jpg) no-repeat center;
	height: 60px;
	width: 215px;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.med_spa_lsr_hair_rmvl_bttn {
	font-size: 17px;
	font-weight: normal;
	color: #630;
	background: url(images/laser_hair_removal_bttn.jpg) no-repeat center;
	height: 60px;
	width: 215px;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}


.med_spa_acne_bttn {
	font-size: 20px;
	font-weight: normal;
	color: #630;
	background: url(images/acne_bttn.jpg) no-repeat center;
	height: 60px;
	width: 215px;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.med_spa_bttn_text {
	font-size: 19px;
	color: #630;
	padding-top: 20px;
	padding-right: 10px;
}
.med_spa_lhr_bttn_text {
	font-size: 17px;
	color: #630;
	padding-top: 20px;
	padding-right: 10px;
}



.thrColFixHdr #mainContent {
	padding: 0px 0px 0;
	background: url(images/mainContent_box_bottom.jpg) no-repeat left bottom;
	font-size: 0.85em;
	margin: 20px 270px 0 20px;
	border-style: none;
	width: 670px;
} 
.thrColFixHdr #container #mainContent p {
	padding-right: 1em;
	padding-left: 1em;
}
.thrColFixHdr #container #mainContent h3 {
	padding-right: 1em;
	padding-left: 1em;
}
.contactUsBar {
	background: url(images/contact_us_bar.png) no-repeat left top;
	height: 65px;
	width: 630px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 15px;
	font-size: .95em;
	margin-left: 10px;
}


.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer.png);
	margin-top: 20px;
} 
#mainContent h1 {
	background: url(images/mainContent_box_top.png) no-repeat left top;
	margin: 0px;
	padding-top: 1em;
	padding-left: 1em;
}
.welcome {
	margin-top: -30px;
	margin-left: 10px;
}


.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .65em;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	line-height: .25em;
}
a {
	color: #336;
	text-decoration: none;
	border-style: none;
}

.rightColtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	color: #630;
}
.thrColFixHdr #container #sidebar2 h1 {
	font-size: 1.2em;
}
.mainContLongBox {
	background: url(images/promo_bar.png) no-repeat;
	color: #630;
	margin: 10px;
	vertical-align: bottom;
	text-align: right;
	padding-top: 60px;
	padding-right: 100px;
	font-size: large;
	padding-bottom: 20px;
}
.mainContLongBoxPromo {
	background: url(images/holiday_promo.png) no-repeat;
	color: #333;
	margin: 10px;
	vertical-align: bottom;
	text-align: right;
	padding-top: 65px;
	padding-right: 70px;
	font-size: large;
	padding-bottom: 20px;
}

.vitaminButton {
	float: right;
	height: 40px;
	width: 175px;
	position: relative;
	margin-top: -50px;
	margin-right: 20px;
}

.mainContBtmBoxLeft {
	margin: 10px;
	width: 300px;
	float: left;
	background: no-repeat right;
}

.mainContLgBox {
	width: 650px;
	margin-right: 10px;
	margin-left: 10px;
	background: url(images/MainContLgBox.png) no-repeat;
	height: 250px;
	margin-bottom: 10px;
}
.moreButton {
	text-align: right;
}

.successStoriesBox {
	background: no-repeat center top;
	width: 650px;
	padding: 0px 12px 12px;
}

.oneThirdBox {
	float: left;
	height: 230px;
	width: 196px;
	margin: 10px;
	background: url(images/MainContOneThird_BG.png);
}
.oneThirdBoxButton {
	height: 35px;
	width: 196px;
	margin-top: 0px;
}


.thrColFixHdr #container #mainContent .mainContLongBox p {
	font-size: 0.9em;
	padding-top: 35px;
}



.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.thrColFixHdr #container #header #headimage {
	height: 170px;
	width: 184px;
	right: 378px;
	top: -1px;
	background: url(images/thin%20hips%20in%20white.jpg);
	position: absolute;
}
.thrColFixHdr #container #sidebar2 h4 {
	background: url(images/sidebar_box_top.png) no-repeat left top;
	text-align: center;
	margin: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
}
#menuBar {
	background: url(images/menu-bar.png) no-repeat center top;
	margin-bottom: 20px;
	width: 989px;
	position: relative;
	margin-top: 15px;
	height: 44px;
}
.thrColFixHdr #container #sidebar2 ul li {
	text-align: left;
}
.thrColFixHdr #container #sidebar2 ul li {
	font-size: 0.9em;
	color: #630;
}
.emphasis {
	font-weight: bolder;
	color: #330;
	line-height: normal;
}
a:link {
	text-decoration: none;
	border-style: none;
}
a:visited {
	text-decoration: none;
	color: #666;
	border-style: none;
}
a:hover {
	text-decoration: underline;
	color: #396;
	border-style: none;
}
a:active {
	text-decoration: none;
	color: #F00;
	border-style: none;
}
.contactContainer {
	float: right;
	width: 360px;
	border-left: thin dashed #960;
}
.thrColFixHdr #container #mainContent p #FlashID2 {
	margin-left: 40px;
}
.poundsAndInches {
	padding: 15px;
	width: 650px;
}
.table_text {
	text-align: center;
}
.price_index_header_acne {
	background: url(images/pricing_index_bar_acne.jpg) no-repeat;
	height: 60px;
	width: 630px;
	font-size: x-large;
	text-align: center;
	padding-top: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.table_pricing {
	background: #CCC url(images/table_bottom.jpg) no-repeat center bottom;
	padding-bottom: 0px;
	text-align: center;
	border-top: medium dashed #09C;
	margin-top: -30px;
}
.price_index_header_skn_rejuve {
	background: url(images/pricing_index_bar_skin_rejuve.jpg) no-repeat;
	height: 60px;
	width: 630px;
	font-size: x-large;
	text-align: center;
	padding-top: 15px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}
th {
	border-bottom: thin dotted #09C;
}
.price_index_header_skn_tghtng {
	background: url(images/pricing_index_bar_skin_tghtng.jpg) no-repeat;
	height: 60px;
	width: 630px;
	font-size: x-large;
	text-align: center;
	padding-top: 15px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.price_index_header_meso {
	background: url(images/pricing_index_bar_meso.jpg) no-repeat;
	height: 60px;
	width: 630px;
	font-size: x-large;
	text-align: center;
	padding-top: 15px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.price_index_header_skn_lhr {
	background: url(images/pricing_index_bar_LHR.jpg) no-repeat;
	height: 60px;
	width: 630px;
	font-size: x-large;
	text-align: center;
	padding-top: 15px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.weight_loss_medical_bttn {
	font-size: 16px;
	font-weight: normal;
	color: #630;
	height: 60px;
	width: 215px;
	text-align: right;
	background: url(images/med_weight_loss_bttn.jpg) no-repeat left top;
	padding: 20px 10px 0px 0px;
	margin: 0px 0px 10px 10px;
}
.weight_loss_hcg_bttn {
	font-size: 20px;
	font-weight: normal;
	color: #630;
	height: 60px;
	width: 215px;
	text-align: right;
	background: url(images/hcg_bttn.jpg) no-repeat left top;
	padding: 15px 10px 0px 0px;
	margin: 0px 0px 15px 10px;
}
.weight_loss_vitamin_bttn {
	font-size: 20px;
	font-weight: normal;
	color: #630;
	background: url(images/vit_inj_bttn.jpg) no-repeat left top;
	height: 60px;
	width: 215px;
	text-align: right;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 15px 10px 0px 0px;
}
.weight_loss_bttn_text {
	font-size: 16px;
	color: #630;
	padding-top: 20px;
	padding-right: 10px;
}
.weight_loss_hcg_bttn_text {
	font-size: 20px;
	color: #630;
	padding-top: 20px;
	padding-right: 20px;
}
.sale {
	color: #30F;
}

