/* CSS Document */
/*subnav images and current subnav item behaviors*/
#skin-subnav-makeover a {
	background:url("/skin-deep/common/images/skin-sub-makeover.gif"); 
}
#current-makeover #skin-subnav-makeover a, a:hover {
background-position: left bottom;
}
#skin-subnav-bodyshop a {
	background:url("/skin-deep/common/images/skin-sub-bodyshop.gif"); 
}
#current-bodyshop #skin-subnav-bodyshop a, a:hover {
background-position: left bottom;
}
#skin-subnav-promstyle a {
	background:url("/skin-deep/common/images/skin-sub-promstyle.gif"); 
}
#current-promstyle #skin-subnav-promstyle a, a:hover {
background-position: left bottom;
}
#skin-subnav-asseenr a {
	background:url("/skin-deep/common/images/skin-sub-asseenr.gif"); 
}
#current-asseenr #skin-subnav-asseenr a, a:hover {
background-position: left bottom;
}
#skin-subnav-joinfc a {
	background:url("/skin-deep/common/images/skin-sub-joinfc.gif"); 
}
#current-joinfc #skin-subnav-joinfc a, a:hover {
background-position: left bottom;
}
#skin-subnav-syoffc a {
	background:url("/skin-deep/common/images/skin-sub-syoffc.gif"); 
}
#current-syoffc #skin-subnav-syoffc a, a:hover {
background-position: left bottom;
}
#skin-subnav-career a {
	background:url("/skin-deep/common/images/skin-sub-career.gif"); 
}
#current-career #skin-subnav-career a, a:hover {
background-position: left bottom;
}
#skin-subnav-fidm a {
	background:url("/skin-deep/common/images/skin-sub-fidm.gif"); 
}
#current-fidm #skin-subnav-fidm a, a:hover {
background-position: left bottom;
}
/*End subnav items*/
a {
	color: #663399;
}
a:hover {
	color: #6666CC;
}
/*End subnav items*/


/*Begin archiveNav styles*/
#archiveNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 245px; 		/* Width of Menu Items */
	} 
#archiveNav li {
	display:inline;
	position: absolute;
	}
#archiveNav li ul {
	display: none;
	position: absolute;
	top:19px;
	left: 19px;
	}
#archiveNav li ul li{
	position: relative;
	}
#archiveNav ul li.pulldownimage a {
	border: 0px;		/* Border of main image */
	border-bottom: 0px;	/* Bottom Border of main image */
	}
#archiveNav ul li a {				/* Styles for Main image */
	display: block;
	text-decoration: none;
	color: #777777;
	background: #FFFFFF;/* IE6 Bug */ /* Background for main image */
	padding: 0;
	border: 0;/*1px solid #CCCCCC;*/
	border-bottom: 0;
	font: normal 11px verdana;
	}
#archiveNav ul li.item a {			/* Styles for Menu Items */
	display: block;
	text-decoration: none;
	color: #000000;
	background: #FFEEFF;/* IE6 Bug */ /* Background for Menu items */
	padding: 5px;
	border: 1px solid #000000;
	border-top: 0px;
	border-bottom: 1px solid #000000;
	}
/* Fix IE. Hide from IE Mac \*/
#archiveNav ul li {height: 1%; }
#archiveNav ul li a { height: 1%; }
/* End */
#archiveNav ul li.item a:hover {  /* Hover Styles for Menu Items*/
color: #FFFFFF; 
background: #AA99AA; 
}
#archiveNav li:hover ul, #archiveNav li.over ul { /* The magic */
display: block; 
} 
/*End archiveNav*/

#headertext {
	background:url(/skin-deep/common/images/skin-top1.gif) top left no-repeat;
}

#headertext P{
	margin:0;
	padding: 0 0 0 0 ;
	color:#FFFFFF;
	font-family:"trebuchet ms",arial,sans-serif;
	display: block;
	font-size:.9em;
	font-weight:bold;
	
}

#headertext A{
	color:#412b52;
	border: 1px solid #412b52;
	background:#e5acd7;
	padding:1px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-decoration:none;
	
}