body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#Top {
/* style="position:absolute; left:50%; top:0px; width:750px; height:266px; z-index:0"
*/	margin-left: -375px;
	position:absolute;
	left:50%;
	top:0;
	width:750px;
	height:266px;
	z-index:0;
}
#Content {
	margin-left: -375px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #717171;
	margin-bottom: 21px;
}
p a:link {
	color: #543169;
	text-decoration: underline;
}
p a:visited {
	color: #543169;
	text-decoration: underline;
}
p a:hover {
	color: #838B74;
	text-decoration: underline;
}
p a:active {
	color: #838B74;
	text-decoration: underline;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #717171;
}
ul a:link {
	color: #543169;
	text-decoration: underline;
	font-weight: bold;
}
ul a:visited {
	color: #543169;
	text-decoration: underline;
	font-weight: bold;
}
ul a:hover {
	color: #838B74;
	text-decoration: underline;
	font-weight: bold;
}
ul a:active {
	color: #838B74;
	text-decoration: underline;
	font-weight: bold;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	color: #543169;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #543169;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 30px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #543169;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 30px;
}

#miniContact {
	float: right;
	background: url(images/bg_minicontact.jpg) top center no-repeat;
	width: 172px;
	height: 228px;
	padding-top: 190px;
	padding-left: 20px;
	margin: 0px 0px 10px 10px;
}

#miniContact p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #717171;
	margin-top: 5px;
	margin-bottom: 0px;
	padding:5px 0 0 0;
}

#miniContact form {
	margin: 6px 0px 0px 10px;	
}

#miniContact .fieldmod {
	margin-bottom: 4px;
	border: #a7a67a solid 1px;
	width: 141px;
	height: 14px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#miniContact .commentfield {
	margin-bottom: 4px;
	border: #a7a67a solid 1px;
	width: 136px;
	height: 75px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#miniContact button {
	background: url(images/send.gif) no-repeat;
	width: 78px;
	height: 22px;
	border: none;
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.noborder{
	border:none;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #717171;
}
.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #717171;
	font-weight: bold;
}
.nav a:link {
	color: #717171;
	text-decoration: none;
}
.nav a:visited {
	color: #717171;
	text-decoration: none;
}
.nav a:hover {
	color: #838B74;
	text-decoration: underline;
}
.nav a:active {
	color: #838B74;
	text-decoration: none;
}
.nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav li {
	padding-left: 15px;
}
.snav li {
	font-size: 11px;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.footer a:link {
	color: #717171;
	text-decoration: none;
}
.footer a:visited {
	color: #717171;
	text-decoration: none;
}
.footer a:hover {
	color: #838B74;
	text-decoration: underline;
}
.footer a:active {
	color: #838B74;
	text-decoration: none;
}

/* ASPX form/Error box controls */
#errors {
	width: 200px;
}
#errors ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	list-style: none;
}

/* ASPX form/Captcha controls */
#pnlCaptcha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #717171;
}
/* the text above the captcha */
#pnlCaptcha label {
}
/* the div which wraps around captcha, text and input */
.captcha {
	margin-bottom: 5px;
}
/* actual captcha image */
.captcha img {
	margin: 3px 5px;
	border: #a7a67a solid 1px;
}
/* wraps around text and input alone */
.captcha div {
	margin: 5px;
}
/* the atual text */
.captcha span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #717171;
}
/* the input for validation */
.captcha input {
	margin: 3px;
	border: #a7a67a solid 1px;
}
/* the submit button */
#pnlCaptcha #btnSubmit {
	background: url(images/send.gif) no-repeat;
	width: 78px;
	height: 22px;
	border: none;
	margin-left: 5px;
}

/* Clearfix http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}


#ValidationSummary2 {
	color:#FF0000 !important;
}
#ValidationSummary2 li{
	color:#FF0000 !important;
}
#buttoncta1 .finance-cta {
	background-image: url(images/finance-cta.jpg);
	display: block;
	height: 117px;
	width: 153px;
	margin:25px 0 0 10px;
}
#buttoncta1 a:hover{
background-image: url(images/finance-cta-ro.jpg);
}
#buttoncta2 a{
background-image:url(images/video-breast-enlarge1-cta.jpg);
display: block;
height: 75px;
width: 255px;
margin:10px 0 0 0;

}
#buttoncta2 a:hover{
background-image:url(images/video-breast-enlarge-cta.jpg);
}
#buttoncta3 a{
background-image:url(images/video-tummy1-cta.jpg);
display: block;
height: 75px;
width: 255px;
margin:10px 0 0 0;

}
#buttoncta3 a:hover{
background-image:url(images/video-tummy-cta.jpg);
}
#buttoncta4 a{
background-image:url(images/video-breast-lift1-cta.jpg);
display: block;
height: 75px;
width: 255px;
margin:10px 0 0 0;

}
#buttoncta4 a:hover{
background-image:url(images/video-breast-lift-cta.jpg);
}
#buttoncta5 a{
background-image:url(images/video-breast-reduce1-cta.jpg);
display: block;
height: 75px;
width: 255px;
margin:10px 0 0 0;

}
#buttoncta5 a:hover{
background-image:url(images/video-breast-reduce-cta.jpg);
}
#buttoncta6 a{
background-image:url(images/video-lipo1-cta.jpg);
display: block;
height: 75px;
width: 255px;
margin:10px 0 0 0;

}
#buttoncta6 a:hover{
background-image:url(images/video-lipo-cta.jpg);
}
#buttoncta7 a{
background-image:url(images/video-facelift1-cta.jpg);
display: block;
height: 75px;
width: 255px;
margin:10px 0 0 0;

}
#buttoncta7 a:hover{
background-image:url(images/video-facelift-cta.jpg);
}
#buttoncta8 a{
background-image:url(images/video-botox1-cta.jpg);
display: block;
height: 75px;
width: 255px;
margin:10px 0 0 0;

}
#buttoncta8 a:hover{
background-image:url(images/video-botox-cta.jpg);
}
#buttoncta9 a{
background-image:url(images/video-nose1-cta.jpg);
display: block;
height: 75px;
width: 255px;
margin:10px 0 0 0;

}
#buttoncta9 a:hover{
background-image:url(images/video-nose-cta.jpg);
}
#buttoncta10 a{
background-image:url(images/video-eyelid1-cta.jpg);
display: block;
height: 75px;
width: 255px;
margin:10px 0 0 0;

}
#buttoncta10 a:hover{
background-image:url(images/video-eyelid-cta.jpg);
}
#buttoncta11 .teacher-cta {
	background-image: url(images/teacher-cta.jpg);
	display: block;
	height: 167px;
	width: 153px;
	margin:25px 0 0 10px;
}
#buttoncta11 a:hover{
background-image: url(images/teacher-cta-ro.jpg);
}
#facebook {
	width: 153px;
	height: 33px;
	margin: 20px 10px 10px 30px; 
}
#beauty-for-life-cta a {
	background: transparent url(images/beauty-for-life-cta.jpg) 0px 0px no-repeat;
	display:block;
	width:175px;
	height:60px;
	margin: 15px 0px 0px 0px;
}
#beauty-for-life-cta a:hover {
	background: transparent url(images/beauty-for-life-cta.jpg) -175px 0px no-repeat;
}
.finance{
	margin:10px 0px 20px 0;
	border:none;
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}
.buttton{
	width:78px;
	height:22px;
	border:none;
 background-image:url(images/send.gif);
 margin-top:5px;
}

/* ------------------- IMAGE GALLERY SELECTORS */
#gallery{
}
#gallery ul{
	padding-bottom: 20px;
/*	clear: both;
*/	float: left;
	list-style-type: none;
}
#gallery ul li{
	height: auto;
	width: 220px;
	float: left;
	clear:none;
	margin-bottom: 15px;
}
#gallery img{
}
#gallery a{
}
.gallery-li-has-padding{
	padding: 0px 0px 0px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #543169;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 30px;}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #543169;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 30px;
	font-style: italic;
	text-transform: uppercase;
}
.hoz-div{
	height: 30px;
	width: 475px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D3D3AF;
	clear: both;
	float: left;
}
