/* 	
	HOME.CSS
	External stylesheet for the Home page.
*/

/* LINK STYLES */
a.reg:link { color: #91574f; text-decoration: underline; font-weight: bold;  }
a.reg:visited { color: #91574f; text-decoration: underline; font-weight: bold;  }
a.reg:active { color: #91574f; text-decoration: underline; font-weight: bold;  }
a.reg:hover { color: #91574f; text-decoration: none;  font-weight: bold; }

a.header:link { color: #f6c2b8; text-decoration: underline; }
a.header:visited { color: #f6c2b8; text-decoration: underline; }
a.header:active { color: #f6c2b8; text-decoration: underline; }
a.header:hover { color: #f6c2b8; text-decoration: none; }

a.crumbs:link { color: #91574f; text-decoration: underline; }
a.crumbs:visited { color: #91574f; text-decoration: underline; }
a.crumbs:active { color: #91574f; text-decoration: underline; }
a.crumbs:hover { color: #91574f; text-decoration: none; }

/* BODY STYLE */
body {
	margin: 0px;
	background-color: #000;
	background-image:url(../../imagery/shared/pattern.gif);
}

/* FONTS */
.standardpink {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#f6c2b8;
}

.headerpink {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#f6c2b8;
}

.darkpink {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #91574f;
}

.darkpinksm {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #91574f;
}


.grey {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
}

.reachout {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #91574f;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
}

/* INPUT STYLES */
input.text {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #91574f;
	border: solid 1px #fecac0;
}

input.submit {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	height: 17px;
	background-color: #91574f;
	border: solid 1px #fecac0;
}

/* CELL STYLES */
td.darkpink {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #91574f;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: justify;
}

td.reachoutimg {
	padding-top: 4px;
	padding-bottom: 2px;
}


/* MAIN WRAP */
#wrap {
	width: 792px;
	height: 848px;
	position: relative;
}

/* WHY CHOOSE US? */
#tenthings {
	background-color: #fecac0;
	width: 209px;
	height: 489px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow:hidden;
}

/* INTERIOR SLIDESHOW */
#slideshow {
	width: 583px;
	height: 244px;
	position: absolute;
	left: 209px;
	top: 0px;
	background-color: #000000;
}

/* NEWSLETTER */
#newsletter {
	background-color: #e8aa9f;
	width: 209px;
	height: 84px;
	position: absolute;
	left: 0px;
	top: 489px;
}

/* VISIT DANCE FOREVER STUDIO */
#visitstudio {
	background-color: #fecac0;
	width: 209px;
	height: 229px;
	position: absolute;
	left: 0px;
	top: 573px;
	text-align: center;
}

/* RIGHT-HAND CONTENT WRAP */
#content {
	background-image:url(../../imagery/home/gradient.gif);
	background-repeat: no-repeat;
	background-color: #fcded8;
	width: 583px;
	height: 558px;
	position: absolute;
	left: 209px;
	top: 244px;
}

/* MEET OUR STAFF */
#staffwrap {
	width: 583px;
	height: 169px;
	position: absolute;
	left: 0px;
	top: 38px;
}

#staff1 {
	width: 175px;
	height: 163px;
	position: absolute;
	left: 13px;
	
}

#staff2 {
	width: 175px;
	height: 163px;
	position: absolute;
	left: 204px;
	top: 1px;
	
}

#staff3 {
	width: 175px;
	height: 163px;
	position: absolute;
	left: 396px;
	
}

/* RECITALS */
#recital {
	width: 175px;
	height: 196px;
	position: absolute;
	left: 27px;
	top: 216px;
}

/* STUDIO STARS */
#gallerywrap {
	width: 583px;
	height: 134px;
	position: absolute;
	left: 0px;
	top: 425px;
}

#gallery {
	background-color: #f5cbc3;
	width: 569px;
	height: 99px;
	position: absolute;
	left: 7px;
	top: 27px;
}

/* REACH OUT */
#reachout {
	width: 293px;
	height: 198px;
	position: absolute;
	left: 278px;
	top: 215px;
}

/* FOOTER */
#footerwrap {
	background-color: #91584f;
	width: 792px;
	height: 46px;
	position: absolute;
	left: 0px;
	top: 802px;
}

#paymenticons {
	background-color: #e8aa9f;
	width: 209px;
	height: 43px;
	position: absolute;
	text-align: center;
	top: 3px;
}

#crumbs {
	background-color: #f5cbc3;
	width: 583px;
	height: 43px;
	position: absolute;
	text-align: center;
	left: 209px;
	top: 3px;
}
