/* Home.css */

@import url("global.css");

/* Body Background Home */
body{
background:url('../_images/bg.jpg') repeat-x;
}


/* Masthead Home */
.Masthead{
background:url('../_images/Masthead.jpg') no-repeat;
position:relative;
padding:0 30px 0 30px;
height:516px;
width:1110px;/*1170px*/
}
	.Nav {
	position:absolute;
	top:451px;
	left:0;
	}

/* UpperContent */
.UpperContent{
background:url('../_images/bg_UpperContent.jpg') bottom no-repeat;
padding:40px 0 30px 0;
width:1170px;
}
	
.Certification {
float:left;
margin:0 60px 0 30px;
width:360px;
}
.AboutDoc {
background:url('../_images/DocHomePhoto.png') right no-repeat;
float:left;
padding:0;
width:720px;
}
	.AboutDoc .h3{
	padding-right:260px;
	}
	.AboutDoc p{
	padding-right:260px;
	}
	.AboutDoc p{
	line-height:16px;
	}
	
/* LowerContent */
.LowerContent {
background:url('../_images/bg_LowerContent.jpg') no-repeat #164861;
color:#fff;
padding:55px 0 70px 0;
width:1170px;
}
	.LowerContent a{
	color:#ccc;
	}
	.LowerContent a:visited{
	color:#;
	text-decoration: none;
	}
	.LowerContent a:hover {
	color:;
	}

	.LowerContent .h1{
	color:#fff;
	}
	.PhotoGallery {
	float:left;
	line-height:18px;
	padding:0 30px 0 30px;
	position:relative;
	width:199px;/* 259px */
	}
		.PhotoGallery .Btn_Recon{
		display:block;
		}
		.PhotoGallery .Btn_CosSurgery{
		display:block;
		}
		.PhotoGallery a:hover{
		background:#81a8b0;
		display:block;
		opacity: 0.6; 
		filter: alpha(opacity=60);
		}
		
		.PhotoGallery .ViewMore_Link{
		background:#2e586e;
		position:absolute;
		font-family:MisoRegular;
    	font-size:18px;
		top:350px;
		left:30px;
		line-height:30px;
		padding:0 10px 0 0;
		text-align:right;
		text-decoration:none;
		width:218px;
		}
	.SkinTreatment {
	float:left;
	padding:0 30px 0 30px;
	position:relative;
	width:462px;/* 522px */
	}
		.SkinTreatment .ViewMore_Link{
		background:#2e586e;
		position:absolute;
		font-family:MisoRegular;
    	font-size:18px;
		top:350px;
		left:30px;
		line-height:30px;
		padding:0 10px 0 0;
		text-align:right;
		text-decoration:none;
		width:481px;
		}
	.Testimonials {
	float:left;
	padding:0 30px 0 30px;
	position:relative;
	width:329px;/* 389px */
	}
		.Testimonials p{
		margin:0;
		padding:0;
		}
		.Testimonials .ViewMore_Link{
		background:#2e586e;
	 	font-family:MisoRegular;
    	font-size:18px;
		left:30px;
		line-height:30px;
		padding:0 10px 0 0;
		position:absolute;
		top:350px;
		text-align:right;
		text-decoration:none;
		width:349px;
		}
.ContactContent {
margin-bottom:30px ;
}

