@import url("home.css");

#SubHero{
background:url(../images/SubHero.jpg) no-repeat;
height:147px;
width:987px;
}
#ContentBox{
background:url(../images/ContentBoxBG.gif) repeat-y #cbc7bf;
width:987px;
}
#MainContent{
padding:0 20px 0 20px;
width:947px; /*987px*/
}
#MainContent li{
list-style:circle;
margin:0 0 0 30px;
}

/*------ HEADERS -------*/
#AboutHeader{
background:url(../images/AboutHeader.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
#MediaHeader{
background:url(../images/MediaHeader.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
#SpecialistsHeader{
background:url(../images/SpecialistsHeader.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
#FacialHeader{
background:url(../images/FacialHeader.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
#CosmeticHeader{
background:url(../images/CosmeticHeader.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
#GynHeader{
background:url(../images/GynHeader.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
#GynespaHeader{
background:url(../images/GynespaHeader.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
#TestimonialsHeader{
background:url(../images/TestimonialsHeader.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
#ContactHeader{
background:url(../images/ContactHeader.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
#FinanceHeader{
background:url(../images/FinanceHeader.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
#SitemapHeader{
background:url(../images/SitemapHeader.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
#SpecialHeader{
background:url(../images/Specials_Header.gif) no-repeat #c0bdb5;
height:85px;
width:987px;
}
/*------ MEDIA PAGE -------*/
.VideoBox{
float:left;
width:500px;
margin-bottom:30px;
}
.VideoText{
float:left;
width:440px;
margin-bottom:30px;
}
.ArticleList a{
border:1px solid #5a677b;
display:block;
float:left;
margin:0 40px 20px 0;
}
	.ArticleList a:hover{
	border:1px solid #999690;
	}	
	.ArticleList img{
	margin:0;
	}


/*------ TESTIMONIAL PAGE -------*/
#TestimonialContent{
float:left;
padding:0 20px 10px 0;
width:450px;
}
.IMGfinance{
float:left;
margin:0 15px 0 0;
}

/*------ CONTACT PAGE -------*/
#ContactContent{
float:left;
padding:0 20px 0 0;
width:450px;
}
#ContactForm ul, #ContactForm li{
list-style:none;
}
#ContactForm li{ /* Vertical spacing between form fields */
margin:4px 0;
}
#ContactForm label{ /* Styles for descriptions */
width:150px;
display:block;
float:left;
}
#ContactForm input{
width:275px;
}
#ContactForm textarea{
width:275px;
height:150px;
}
#ContactForm .SubmitBtn{
height:25px;
width:100px;
background:#5a677b;
color:#FFFFFF;
}
/* -------- Special -------- */
#SpecialContent{

}
	#SpecialContent li{
	border:1px solid #5a677b;
	padding:4px;
	float:left;
	list-style:none;
	margin:0 100px 50px 0;
	}
	#SpecialContent img{
	border:none;
	}


/* -------- FOOTER CONTACT FORM -------- */
#FormFooter input, #FormFooter textarea{
color:#000000;
background:#7990b5;
border:1px solid #FFFFFF;
font:11px Arial, Helvetica, sans-serif;
height:14px;
margin:3px 5px 0 0;
padding:2px;
width:280px;
}
#FormFooter textarea {
height:40px;
}
#FormFooter .SubmitBtn{
height:20px;
width:80px;
background:#4a5566;
color:#FFFFFF;
}
