@import url("global.css");

/* ----- HOMEPAGE STYLES ----- */
#WelcomeBox{
background:url(../images/WelcomeBG.gif) repeat-x #000000;
position:relative;
width:986px;
}
	#Welcome{
	background:url(../images/Header_Welcome.jpg) no-repeat 14px 0;
	float:left;
	padding:90px 14px 0 14px;
	width:529px; /*557px*/
	}
		#Welcome li{
		padding-left:15px;
		}
	#WelcomeBlank{
	float:left;
	width:415px;
	}
/* ----- QUICK CONTACT STYLES ----- */
#QuickContactBox{
background:url(../images/WelcomeBG.gif) repeat-x #333333;
float:left;
width:986px;
}
#QuickContactText{
background:url(../images/Header_QuickContactText.jpg) no-repeat 14px 0;
float:left;
padding:90px 28px 0 14px;
width:250px; /*275px*/
}
#QuickContact{
background:url(../images/Header_QuickContact.jpg) no-repeat;
float:left;
padding:90px 0 0 0;
width:268px;
}
	#QuickContact ul, #QuickContact li{
	list-style:none;
	}
	#QuickContact li{ /* Vertical spacing between form fields */
	margin:4px 0;
	}
	
	#QuickContact input{
	background:#666666;
	border:none;
	color:#FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
	padding:3px;
	width:225px;
	}
	#QuickContact textarea{
	background:#666666;
	border:none;
	color:#FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
	padding:3px;
	height:80px;
	width:225px;
	}
	#QuickContact .SubmitBtn{
	height:20px;
	width:75px;
	background:#704c6d;
	color:#FFFFFF;
	}
#QuickContactBlank{
float:left;
width:415px;
}

/* ----- DETAILS BOX STYLES ----- */
#DetailsBox{
background:#4d354b;
border:1px solid #f0bc51;
left:560px;
position:absolute;
top:25px;
width:398px; /*400px*/
}
	#DetailsBox h1 a {
	text-decoration:none;
	}
	#PhotoGallery{
	background:url(../images/PhotoGalleryBG.jpg) no-repeat;
	height:220px;
	width:398px; /*398px*/
	}
		#BreastGallery{
		float:left;
		padding:10px;
		width:179px; /*199px*/
		}
		#LipoGallery{
		float:left;
		margin-top:40px;
		padding:10px;
		width:179px; /*199px*/
		}
	#Financing{
	border-top:1px solid #f0bc51;
	border-bottom:1px solid #f0bc51;
	height:79px;
	width:398px;
	}
	#Procedures{
	border-bottom:1px solid #f0bc51;
	height:164px;
	width:398px;
	}
		#Procedures a{
		color:#000000;
		}
		#Procedures a:hover{
		color:#4d354b;
		}
			#Breast{
			background:url(../images/BreastBG.jpg) no-repeat;
			border-right:1px solid #f0bc51;
			float:left;
			height:144px; /*164px*/
			padding:10px;
			width:112px; /*132px*/
			}
			#Face{
			background:url(../images/FaceBG.jpg) no-repeat;
			border-right:1px solid #f0bc51;
			float:left;
			height:144px; /*164px*/
			padding:10px;
			width:112px; /*132px*/
			}
			#Body{
			background:url(../images/BodyBG.jpg) no-repeat;
			float:left;
			height:144px; /*164px*/
			padding:10px;
			width:112px; /*132px*/
			}
	#Address{
	background:url(../images/AddressBG.jpg) no-repeat;
	float:left;
	height:155px; /*200px*/
	padding:35px 10px 10px 10px;
	width:378px; /*398px*/
	}
