@charset "utf-8";
/* CSS Document */

/*------======Page Properties======------*/

body {
	background-image:url(images/background.jpg);
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin: 0 auto;
	padding: 0;
}

a:link {
	color: #666666;
	text-decoration: none;
}


a:visited{
	color: #666666;
	text-decoration: none;
	}

a:hover {
	color: #666666;
	text-decoration: underline;
}

p {margin: 0;}

.pageheading {
	font-size: 20px;
	font-weight: bold;
	color: #A9390F;
	}

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #993333;
	}

.heading1 {
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	}

.headingphone {
	font-size: 12px;
	font-weight: bold;
	color: #993333;
    text-align:center;
	position: absolute; 
	top: 30px; 
	right: 160px; 
	width: 250px; 
	padding: 1px;
	
	}


.blackbold {
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}

.rightalignpadding {
	text-align:right;
	padding-right:5px;
}

.formtable {
	vertical-align:top;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
}

.contactstyle1 {
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#666666;
}

.contactstyle2 {
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#666666;
}

/*------======Page Elements======------*/

div#container {
	width: 941px;
	margin: 0 auto;
	text-align: center;
}

div#headercell {
	width: 941px;
	height: 244px;
}

div#headercell1 {
	width: 941px;
	height: 244px;
}

div#menurow {
	padding: 0; 
	margin: 0;
	width:935px;
	height: 26px;
	border-left: solid 2px #CFCFCF;
	border-right: solid 2px #CFCFCF;
	text-align: center;
	background-color: #FFFFFF;
}

div#bodycell {
	padding: 0; 
	margin: 0;
	width: 935px;
	height: 500px;
	border-left: solid 2px #CFCFCF;
	border-right: solid 2px #CFCFCF;
	background-color: #FFFFFF;
	text-align: left;
}

div#footercell {
	width: 939px;
	height: 79px;
	text-align: center;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

/*------====== Menu Bar ======------*/

#home {
	display: block;
	width: 86px;
	height: 26px;
	background: url(images/button_home_off.png) no-repeat 0 0;
}
#home:hover {
	background: url(images/button_home_on.png) no-repeat 0 0;
}
#about {
	display:block; 
	width: 99px;
	height: 26px;
	background: url(images/button_about_off.png) no-repeat 0 0;
}
#about:hover {
	background: url(images/button_about_on.png) no-repeat 0 0;
}
#procedures {
	display: block; 
	width: 83px;
	height: 26px;
	background: url(images/button_prodecures_off.png) no-repeat 0 0;
}
#procedures:hover {
	background: url(images/button_procedures_on.png) no-repeat 0 0;
}
#client {
	display: block; 
	width: 83px;
	height: 25px;
	background: url(images/button_client_off.png) no-repeat 0 0;
}
#client:hover {
	background: url(images/button_client_on.png) no-repeat 0 0;
}
#testimonials {
	display: block; 
	width: 81px;
	height: 25px;
	background: url(images/button_testimonials_off.png) no-repeat 0 0;
}
#testimonials:hover {
	background: url(images/button_testimonials_on.png) no-repeat 0 0;
}
#faq {
	display: block; 
	width: 160px;
	height: 26px;
	background: url(images/button_faq_off.png) no-repeat 0 0;
}
#faq:hover {
	background: url(images/button_faq_on.png) no-repeat 0 0;
}
#guide {
	display: block;
	width: 145px;
	height: 25px;
	background: url(images/button_guide_off.png) no-repeat 0 0;
}
#guide:hover{
	background: url(images/button_guide_on.png) no-repeat 0 0;
}
#videos {
    display: block;
	width: 75px;
	height: 25px;
	background: url(images/button_videos_off.png) no-repeat 0 0;
}
#videos:hover {
	background: url(images/button_videos_on.png) no-repeat 0 0;
}
#contact {
	display: block;
	width: 90px;
	height: 25px;
	background: url(images/button_contact_off.png) no-repeat 0 0;
}
#contact:hover {
	background: url(images/button_contact_on.png) no-repeat 0 0;
}
	
/*------======Index Page======------*/

div#indexbodycell {
	padding: 0; 
	margin: 0;
	width: 935px;
	height: 700px;
	border-left: solid 2px #CFCFCF;
	border-right: solid 2px #CFCFCF;
	background-color: #FFFFFF;
	text-align: left;
}

div#welcomemain {
	position: relative;
	left: 27px;
	top: 20px;
	width: 273px;
	height: 235px;
	float: left;
	}

div#welcometop {
	width: 273px;
	height: 15px;
	background-image:url(images/border_welcome_top.png);
	background-repeat:no-repeat;
	background-position:center;
	}
	
div#welcomecontent {
	background-image:url(images/background_welcome.png);
	background-repeat:repeat-x;
	background-position:center;
	width: 242px;
	height: 350px;
	padding-left:15px;
	padding-right:15px;
	background-color:#ffffff;
	border-left: #eeefef 1px solid;
	border-right: #eeefef 1px solid;
	line-height: 17px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	}

div#welcomebottom {
	width: 273px;
	height: 15px;
	background-image:url(images/border_welcome_bottom.png);
	background-repeat:no-repeat;
	background-position:center;
	}
	
div#content1main {
	position: relative;
	right: 10px;
	top: 3px;
	width: 860px;
	height: 250px;
	float: left;
	left: 22px;
	}

div#content1top {
	width: 860px;
	height: 15px;
	background-image: url(images/border_index_content1_top.png);
	background-repeat:no-repeat;
	background-position:left;
	}
	
div#content1content {
	background-image: url(images/background_welcome.png);
	background-repeat:repeat-x;
	background-position:center;
	width: 860px;
	height: 350px;
	padding-left:10px;
	padding-right:20px;
	background-color:#ffffff;
	border-left: #eeefef 1px solid;
	border-right: #eeefef 1px solid;
	line-height: 13px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	}

div#content1bottom {
	width: 860px;
	height: 15px;
	background-image: url(images/border_index_content1_btm.png);
	background-repeat:no-repeat;
	background-position:left;
	}
	
div#content1left {
	width: 860px;
	float:left;
	height: 350px;
	}
	
div#content1right {
	width: 100px;
	float:right;
	text-align:center;
	}

div#clientphotogallery {
	position: relative;
	top:90px;
	left: 15px;
	width: 588px;
	height: 265px;
	float:left;
	}

div#monthlyspecialmain {
	position: relative;
	width: 274;
	height: 265;
	top: 90px;
	right: 27px;
	float: right;
	}
	
div#monthlyspecialtop {
	width:274px;
	height:62px;
	}

div#monthlyspecialcontent {
	background-image:url(images/background_welcome.png);
	background-repeat:repeat-x;
	background-position:center;
	width: 254px;
	height: 189px;	
	border-left: #eeefef 1px solid;
	border-right: #eeefef 1px solid;
	padding-left:10px;
	padding-right:10px;
	}

.temp1{
	text-align: center;
	font-size:22px;
	}

.temp2{
	font-size:60px;
	color: #CB8B36;
	}
	
.temp3{
	font-size:14px;
	}

div#monthlyspecialbottom {
	width: 274px;
	height: 14px;
	background-image:url(images/border_monthly_spec_btm.png);
	background-position:center;
	background-repeat:no-repeat;
	}
/*------======About Page======------*/

div#aboutbodycell {
  padding: 0; 
  margin: 0;
  width: 935px;
  height: 600px;
  padding-top:15px;
  border-left: solid 2px #CFCFCF;
  border-right: solid 2px #CFCFCF;
  background-color: #FFFFFF;
  text-align: center;
}

div#aboutcontainer {
  width:866px;
  height: 600px;
  top: 20px;
  left: 27px;
  margin-left: auto;
  margin-right:auto;
  }
  
div#abouttop {
  width:866px;
  height: 9px;
  background-image:url(images/border_about_top.png);
  background-repeat:no-repeat;
  background-position: center;
  }

div#aboutcontent {
  width: 834px;
  height: 600px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: #eeefef 1px solid;
  border-right: #eeefef 1px solid;
  background-image:url(images/background_gradient.jpg);
  background-repeat:repeat-x;
  background-position:center;
  }

div#aboutcontentleft {
  width:400px;
  height:600px;
  font-family:"Georgia", Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:500;
  line-height: 16px;
  float: left;
  text-align:left;
  }
  
div#aboutcontentright {
  width:400px;
  height:600px;
  font-family:"Georgia", Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:500;
  line-height: 16px;
  float: right;
  text-align:left;
  }	

div#aboutbottom {
  width:866px;
  height: 9px;
  background-image:url(images/border_about_btm.png);
  background-repeat:no-repeat;
  background-position: center;
  text-align:center;
  }
  
/*------======Procedures Page======------*/

div#proceduresbodycell {
	padding: 0; 
	margin: 0;
	width: 935px;
	height: 588px;
	padding-top:15px;
	border-left: solid 2px #CFCFCF;
	border-right: solid 2px #CFCFCF;
	background-color: #FFFFFF;
	text-align: center;
}

div#procedurescontainer {
	width:866px;
	height: 588px;
	top: 20px;
	left: 27px;
	margin-left: auto;
	margin-right:auto;
	}
	
div#procedurestop {
	width:866px;
	height: 9px;
	background-image:url(images/border_about_top.png);
	background-repeat:no-repeat;
	background-position: center;
	}

div#procedurescontent {
	width: 834px;
	height: 570px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: #eeefef 1px solid;
	border-right: #eeefef 1px solid;
	background-image:url(images/background_gradient.jpg);
	background-repeat:repeat-x;
	background-position:center;
	}

div#procedurescontentleft {
	width:400px;
	height:400px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height: 16px;
	float: left;
	text-align:left;
	}
	
div#procedurescontentright {
	width:400px;
	height:400px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height: 16px;
	float: right;
	text-align:left;
	}	
	
div#procedurescontentbottom {
	width: 834px;
	height:170px;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height: 16px;
	text-align:left;
	
	}

div#proceduresbottom {
	width:866px;
	height: 9px;
	background-image:url(images/border_about_btm.png);
	background-repeat:no-repeat;
	background-position: center;
	text-align:center;
	}
	
/*------======Testimonials Page======------*/
	
div#testimonialsbodycell {
	padding: 0; 
	margin: 0;
	width: 935px;
	height: 631px;
	padding-top:15px;
	border-left: solid 2px #CFCFCF;
	border-right: solid 2px #CFCFCF;
	background-color: #FFFFFF;
	text-align: center;
}

div#testimonialscontainer {
	width:866px;
	height: 627px;
	top: 20px;
	left: 27px;
	margin-left: auto;
	margin-right:auto;
	}
	
div#testimonialstop {
	width:866px;
	height: 61px;
	background-image:url(images/border_testimonials_top.jpg);
	background-repeat:no-repeat;
	background-position: center;
	}

div#testimonialscontent {
	width: 834px;
	height: 535px;
	padding-top:15px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: #eeefef 1px solid;
	border-right: #eeefef 1px solid;
	background-image:url(images/background_gradient.jpg);
	background-repeat:repeat-x;
	background-position:center;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height: 16px;
	text-align:left;
	}

div#testimonialsbottom {
	width:866px;
	height: 9px;
	background-image:url(images/border_about_btm.png);
	background-repeat:no-repeat;
	background-position: center;
	text-align:center;
	}
/*------======FAQ Page======------*/

div#faqbodycell {
	padding: 0; 
	margin: 0;
	width: 935px;
	height: 900px;
	padding-top:15px;
	border-left: solid 2px #CFCFCF;
	border-right: solid 2px #CFCFCF;
	background-color: #FFFFFF;
	text-align: center;
}

div#faqcontainer {
	width:866px;
	height: 900px;
	top: 20px;
	left: 27px;
	margin-left: auto;
	margin-right:auto;
	}
	
div#faqtop {
	width:866px;
	height: 9px;
	background-image:url(images/border_about_top.png);
	background-repeat:no-repeat;
	background-position: center;
	}

div#faqcontent {
	width: 834px;
	height: 900px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: #eeefef 1px solid;
	border-right: #eeefef 1px solid;
	background-image:url(images/background_gradient.jpg);
	background-repeat:repeat-x;
	background-position:center;
	}

div#faqcontentheader {
	width:834px;
	height:20px;
	text-align:center;
	}

div#faqcontentleft {
	width:400px;
	height:784px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height: 16px;
	float: left;
	text-align:left;
	}
	
div#faqcontentright {
	width:400px;
	height:784px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height: 16px;
	float: right;
	text-align:left;
	}	

div#faqbottom {
	width:866px;
	height: 9px;
	background-image:url(images/border_about_btm.png);
	background-repeat:no-repeat;
	background-position: center;
	text-align:center;
	}
/*------======Guide Page======------*/

div#guidebodycell {
	padding: 0; 
	margin: 0;
	width: 935px;
	height: 563px;
	padding-top:15px;
	border-left: solid 2px #CFCFCF;
	border-right: solid 2px #CFCFCF;
	background-color: #FFFFFF;
	text-align: center;
}

div#guidecontainer {
	width:866px;
	height: 563px;
	top: 20px;
	left: 27px;
	margin-left: auto;
	margin-right:auto;
	}
	
div#guidetop {
	width:866px;
	height: 9px;
	background-image:url(images/border_about_top.png);
	background-repeat:no-repeat;
	background-position: center;
	}

div#guidecontent {
	width: 834px;
	height: 545px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: #eeefef 1px solid;
	border-right: #eeefef 1px solid;
	background-image:url(images/background_gradient.jpg);
	background-repeat:repeat-x;
	background-position:center;
	}

div#guidecontentleft {
	width:400px;
	height:545px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height: 16px;
	float: left;
	text-align:left;
	}
	
div#guidecontentright {
	width:400px;
	height:545px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height: 16px;
	float: right;
	text-align:left;
	}	

div#guidebottom {
	width:866px;
	height: 9px;
	background-image:url(images/border_about_btm.png);
	background-repeat:no-repeat;
	background-position: center;
	text-align:center;
	}
/*------======Videos Page======------*/
	
div#videosbodycell {
	padding: 0; 
	margin: 0;
	width: 935px;
	height: 1631px;
	padding-top:15px;
	border-left: solid 2px #CFCFCF;
	border-right: solid 2px #CFCFCF;
	background-color: #FFFFFF;
	text-align: center;
}

div#videoscontainer {
	width:866px;
	height: 1627px;
	top: 20px;
	left: 27px;
	margin-left: auto;
	margin-right:auto;
	}
	
div#videostop {
	width:866px;
	height: 61px;
	background-image:url(images/border_videos_top.png);
	background-repeat:no-repeat;
	background-position: center;
	}

div#videostop1 {
	width:866px;
	height: 61px;
	background-image:url(images/border_revivorgen_top.png);
	background-repeat:no-repeat;
	background-position: center;
	}

div#videostop2 {
	width:866px;
	height: 61px;
	background-image:url(images/border_hairmax_top.png);
	background-repeat:no-repeat;
	background-position: center;
	}

div#videostop3 {
	width:866px;
	height: 61px;
	background-image:url(images/border_rachel_top.png);
	background-repeat:no-repeat;
	background-position: center;
	}

div#videostop4 {
	width:866px;
	height: 61px;
	background-image:url(images/border_extensions_top.png);
	background-repeat:no-repeat;
	background-position: center;
	}

div#videostop5 {
	width:866px;
	height: 61px;
	background-image:url(images/border_reality_top.png);
	background-repeat:no-repeat;
	background-position: center;
}

div#videostop6 {
	width:866px;
	height: 61px;
	background-image:url(images/border_cart_top.png);
	background-repeat:no-repeat;
	background-position: center;
}

div#videostop7 {
	width:866px;
	height: 61px;
	background-image:url(images/border_search_top.png);
	background-repeat:no-repeat;
	background-position: center;
}

div#videostop8 {
	width:866px;
	height: 61px;
	background-image:url(images/border_details_top.png);
	background-repeat:no-repeat;
	background-position: center;
}


div#videostop9 {
	width:866px;
	height: 61px;
	background-image:url(images/border_cats_top.png);
	background-repeat:no-repeat;
	background-position: center;
}

div#videostop10 {
	width:866px;
	height: 61px;
	background-image:url(images/border_prods_top.png);
	background-repeat:no-repeat;
	background-position: center;
}

div#videostop11 {
	width:866px;
	height: 61px;
	background-image:url(images/border_sorry_top.png);
	background-repeat:no-repeat;
	background-position: center;
}

div#videostop12 {
	width:866px;
	height: 61px;
	background-image:url(images/border_thanks_top.png);
	background-repeat:no-repeat;
	background-position: center;
}
div#videostop13 {
	width:866px;
	height: 61px;
	background-image:url(images/border_5000_top.png);
	background-repeat:no-repeat;
	background-position: center;
}
div#videostop14 {
	width:866px;
	height: 61px;
	background-image:url(images/border_3200_top.png);
	background-repeat:no-repeat;
	background-position: center;
}

div#videostop14 {
	width:866px;
	height: 61px;
	background-image:url(images/border_machine_top.png);
	background-repeat:no-repeat;
	background-position: center;
}

div#videoscontent {
	width: 834px;
	height: 1535px;
	padding-top:15px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: #eeefef 1px solid;
	border-right: #eeefef 1px solid;
	background-image:url(images/background_gradient.jpg);
	background-repeat:repeat-x;
	background-position:center;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height: 16px;
	text-align:left;
	}

div#videosbottom {
	width:866px;
	height: 9px;
	background-image:url(images/border_about_btm.png);
	background-repeat:no-repeat;
	background-position: center;
	text-align:center;
	} 
	
/*------======Contact Page======------*/

div#contactbodycell {
	padding: 0; 
	margin: 0;
	width: 935px;
	height: 831px;
	padding-top:15px;
	border-left: solid 2px #CFCFCF;
	border-right: solid 2px #CFCFCF;
	background-color: #FFFFFF;
	text-align: center;
}

div#contactcontainer {
	width:866px;
	height: 827px;
	top: 20px;
	left: 27px;
	margin-left: auto;
	margin-right:auto;
}

div#contactright {
	width: 282px;
	height:800px;
	float:right;
	text-align:right;
}

/*------======Mail Page======------*/

div#mailbodycell {
	padding: 0; 
	margin: 0;
	width: 935px;
	height: 400px;
	padding-top:15px;
	border-left: solid 2px #CFCFCF;
	border-right: solid 2px #CFCFCF;
	background-color: #FFFFFF;
	text-align: center;
}

div#mailcontainer {
	width:866px;
	height: 400px;
	top: 20px;
	left: 27px;
	margin-left: auto;
	margin-right:auto;
}

/*------======Client Page======------*/

div#clientbodycell {
	padding: 0; 
	margin: 0;
	width: 935px;
	height: 725px;
	padding-top:15px;
	border-left: solid 2px #CFCFCF;
	border-right: solid 2px #CFCFCF;
	background-color: #FFFFFF;
	text-align: center;
}

div#clientcontainer {
	width:879px;
	height: 700px;
	top: 20px;
	left: 27px;
	margin-left: auto;
	margin-right:auto;
	}
	
div#clienttop {
	width:879px;
	height: 61px;
	background-image:url(images/border_client_top.png);
	background-repeat:no-repeat;
	background-position: center;
	}

div#clientcontent {
	width: 849px;
	height: 625px;
	padding-top:15px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: #eeefef 1px solid;
	border-right: #eeefef 1px solid;
	background-image:url(images/background_client.png);
	background-repeat:repeat-x;
	background-position:center;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height: 16px;
	text-align:left;
	}

div#clientbottom {
	width:879px;
	height: 12px;
	background-image:url(images/border_client_btm.png);
	background-repeat:no-repeat;
	background-position: center;
	text-align:center;
	}
	
table#clienttable1 {
	position: relative;
	top:40px;
	margin-right:auto;
	margin-left: auto;
	text-align: center;
	}

table#clienttable2 {
	position: relative;
	top:80px;
	margin-right:auto;
	margin-left: auto;
	text-align:center;
	}
	
table#clienttable3 {
	position: relative;
	top:120px;
	margin-right:auto;
	margin-left: auto;
	text-align:center;
	}
	
/*------======Lightbox Code======------*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
		
#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 

#overlay img{ border: none; }

#overlay{ background-image: url(images/gallery/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(images/gallery/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/gallery/overlay.png", sizingMethod="scale");
	}
