@import url("Global.css");

/*----------------------Page Headers------------------------*/
#AboutDoc #ContentBoxLeft {
	background:url(../images/HDRAboutDoc.gif) no-repeat;
}
#AboutUs #ContentBoxLeft {
	background:url(../images/HDRAboutUs.gif) no-repeat;
}
#Gallery #ContentBoxLeft {
	background:url(../images/HDRGallery.gif) no-repeat;
}
#Spa #ContentBoxLeft {
	background:url(../images/HDRSpaServices.gif) no-repeat;
}
#Breast #ContentBoxLeft {
	background:url(../images/HDRBreast.gif) no-repeat;
}
#Body #ContentBoxLeft {
	background:url(../images/HDRBody.gif) no-repeat;
}
#Face #ContentBoxLeft {
	background:url(../images/HDRFace.gif) no-repeat;
}
#Testimonials #ContentBoxLeft {
	background:url(../images/HDRTestimonials.gif) no-repeat;
}
#ContactUs #ContentBoxLeft {
	background:url(../images/HDRContactUs.gif) no-repeat;
}
#ProceduresPage #ContentBoxLeft {
	background:url(../images/HDRProcedures.gif) no-repeat;
}
#ThanksPage #ContentBoxLeft {
	background:url(../images/HDRThanks.gif) no-repeat;
	}
#NewsletterPage #ContentBoxLeft {
	background:url(../images/HDRNews.gif) no-repeat;	
}
/*----------------------Page Headers------------------------*/

/*****-------------BACKGROUNG HEADES---------------*/
#Home #ContentBoxLeft {
	background:url(../images/HDRHome.gif) no-repeat;
}
#AboutDoc{
background:url(../images/Flash_Field.jpg) no-repeat;
}
#AboutUs{
background:url(../images/Flash_02.jpg) no-repeat;
}
#Gallery{
background:url(../images/Flash_01.jpg) no-repeat;
}
#Spa{
background:url(../images/Flash_03.jpg) no-repeat;
}
#Breast{
background:url(../images/Flash_04.jpg) no-repeat;
}
#Body{
background:url(../images/Flash_05.jpg) no-repeat;
}
#Face{
background:url(../images/Flash_01.jpg) no-repeat;
}
#Testimonials{
background:url(../images/Flash_04.jpg) no-repeat;
}
#ContactUs{
background:url(../images/Flash_06.jpg) no-repeat;
}
#NewsletterPage{
background:url(../images/Flash_Field.jpg) no-repeat;
}

/*-----------------------------------Testimonials Layout Styles-----------------------------------*/
#Testimonials img {
	border:1px solid #CBB67A;
	margin:10px 0 0;
}
/*-----------------------------------#Testimonials Layout Styles-----------------------------------*/

/* MAIN CONTENT ON LEFT
------------------------------- */
#ContentBoxLeft{
	padding:120px 0 0 40px;
	float:left;
	width:500px;	
}
#ContentBoxLeft p {
	margin:0 0 10px 0;
}
#ContentBoxLeft h1 {
	padding:10px 0 20px 0;
}
#ContentBoxLeft h2 {
	padding:20px 0 10px 0;
}
#ContentBoxLeft h3 {
	padding:10px 0 10px 0;
}
#ContentBoxLeft li {
	list-style:disc;	
	list-style-position:inside;
}

/* GALLERY PAGE STYLES
-------------------------------- */

#ContentBoxLeft .GalleryThumbs li {
	list-style:none;
	float:left;
	margin:0 20px 0 0;
	height:100px;
}
#ContentBoxLeft .GalleryThumbs li a img {
 border:1px solid #FFF;
}
#ContentBoxLeft .GalleryThumbs li a:hover img {
 border:1px solid #996633;
}

/*----------------------Footer-----------------------*/

#FTRSubPage {
	width:100%;
	background:#CBB67A repeat;
	text-align:center;
	clear:both;
}
#FTRSubPage ul{
	padding:10px 0;
}
#FTRSubPage ul li{
	display:inline;
	padding:0 5px 0 0;
}

/*----------------------Font Styles--------------------------*/

#ContentBoxLeft h1{
	font:20px "Times New Roman", Times, serif;
	color:#996633;
	/*text-decoration:underline;*/
	font-weight:bold;
}
#ContentBoxLeft h3 {
	font:14px "Times New Roman", Times, serif;
	color:#333;
	/*text-decoration:underline;*/
	font-weight:bold;
}
#FTRSubPage a, #FTRSubPage p{
	font:12px "Times New Roman", Times, serif;
	color:#333;
}
#FTRSubPage a:hover{
	color:#999;
}
#ContentBoxLeft li {
	font:14px "Times New Roman", Times, serif;
	color:#333;
	padding:4px;
}
#ContentBoxLeft ul {
	list-style:none;
	margin-left:0;
	padding:0 0 10px 10px;
	text-indent:-15px; /*Corrects multi-line indent problem in all Browsers */
}

/*-----------------------------------ContactUs Page Form-----------------------------------*/
#ContactForm {
padding:0 0 0 150px;
}
#ContactForm ul, #ContactForm li{
	list-style:none;
	margin:0;
}
#ContactForm li{ /* Vertical spacing between form fields */
	margin:4px 0;
}
#ContactForm label{ /* Styles for descriptions */
	display:block;
	float:left;
	padding:0 0 0 20px;
	width:200px;
}
#ContactForm input, #ContactForm option, #ContactForm select{
	width:200px;
}
#ContactForm textarea{
	width:200px;
	height:80px;
}
#ContactForm .formSUBMIT{
	width:60px;
	height:18px;
}