/* 	
	PARTIES.CSS
	External stylesheet for the Birthday Parties 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 STYLES */
body {
	margin: 0px;
	background-color: #000;
	background-image:url(../../imagery/shared/pattern.gif);
}

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

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

.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;
}

/* CELL STYLES */
td.entry {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #91574f;
	text-align: center;
	padding-top: 15px;
}

/* MAIN CONTENT WRAP */
#wrap {
	background-image:url(../../imagery/parties/bg.gif);
	background-repeat: repeat-x;
	width: 792px;
	height: 990px;
	position: relative;
}

/* EMBED STYLES */
#embed {
	width: 750px;
	height: 625px;
	position: absolute;
	left: 21px;
	top: 342px;
	border: 1px solid #9c655b;
}

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

#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;
}
