
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	/*width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li b {
	font-size: 13px;
}
.sf-menu ul li {
	/*width:			100%;*/
	font-family: arial;
	font-size: 8pt;
	color: #333;
	/*padding: 10px;*/
	/*margin-top: -5px;*/
	border-left: 4px solid #525252;
	border-right: 4px solid #525252;
	border-bottom: 4px solid #525252;
	position: relative;
	/*margin-top: -5px;*/
	
}
.navFoundation {
	background-color: transparent !important;
	display: inline !important;
}

.navFoundation li {
	background-color: transparent !important;
	display: inline !important;
}

.navPillar {
	position: relative;
	z-index: 50;
	margin-top: 10px;
}
.navPillar td {
	
	vertical-align: top;
}
.navOL {
	margin: 0 !important;
	display: block !important;
	width: 135px;
}
.navOL li {
	text-indent: 1px;
	white-space: nowrap;
	background-color: transparent !important;
	padding: 0px !important;
	border: 0px solid #fff !important;
	display: block !important;
	margin: 2px !important;
	margin-bottom: 4px !important;
	clear: both;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	/*top:			2.5em; /* match top ul list item height */
	top: 35px;
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	/*margin-bottom:	1em;*/
	background-image: url(../img/jic_bg.png);
}
.sf-menu a:hover {
	color: #e1046d;
	text-decoration: underline;
}

.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid red;
	padding: 		.75em 1em;*/
	text-decoration:none;
	color: #666;
}
.subnavHR {
/*border-color:#CCCCCC -moz-use-text-color -moz-use-text-color;
border-right:medium none;
border-style:solid none none;
border-width:1px medium medium;*/
border: 0px solid #fff;
border-top: 1px solid #ccc;
height:0;
margin:5px 0;
width:120px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:			#666;*/
	font-weight: normal;
}
.sf-menu li {
	/*background:		#000;*/
}
.sf-menu li li {
	background:		#f6f6f6;
}
.sf-menu li li li {
	background:		green;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#f6f6f6;
	outline:		0;
	position: relative;
	z-index: 10;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.navShelf {
	width: 100%;
	background-image: url(../img/bar_background.gif);
	height: 35px;
	position: relative;
	z-index: 10;
}
* {
	/*overflow: visible !important;*/
}

.sf-menu li li table td {
	
}
.navWrapperShadow {
    width: 100%;
    height: 3px;
    font-size: 5px;
    overflow: hidden;
    position: absolute;
    top: 128px;
    z-index: 5;
    background-image: url(../img/nav_drop_shadow.png);
    clear: none;
    margin: 0;
}

.innerWrapper {
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
}

#navSearch {
    float: right;
    width: 221px;
    height: 21px;
	
    background-image: url(../img/search_box.gif);
    background-repeat: no-repeat;
    margin-bottom: 0px;
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 14px;
    clear: none;
    top: 0px;
    padding: 0;
    padding-left: 2px;
    padding-top: 2px;
}
.nav_searchbox {
	height: 12px;
	width: 100%;
	/*width: 200px;*/
	font-size: 10px;
	margin: 0;
	position: relative;
	border: 0px solid #fff;
}

.searchInputWrapper {
	width: 170px;
	position: relative;
	left: 25px;
	top: 1px;
}

.topSearchArrow {
	float: right;
	margin-right: 8px;
	margin-top: 2px;
    width: 7px;
    height: 14px;
    background-image: url(../img/mini_arrow.png);
    background-repeat: no-repeat;
    position: relative;
    z-index:500;
    cursor: pointer;
}
.navSearch_input {
    border: 0px solid #fff;
    height:14px;
    margin-left:22px;
    margin-top:0px !important;
    position: relative;
    top: -1px;
    width:180px;
}
.searchButtonDiv {
    border:0px solid #fff;
    cursor:pointer;
    height:19px;
    position:relative;
    /*top:-19px;*/
    top: 50px;
    left: 50px;
    width:22px;
    z-index:99;
}

.searchArrowDiv {
    width: 7px;
    height: 14px;
    background-image: url(../img/mini_arrow.png);
    background-repeat: no-repeat;
    position:relative;
    top:-20px;
    left: 183px;
    z-index:99;
    cursor: pointer;
}

#headerWrapper {
    width: 100%;
}
#headDiv {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}
.navMagnifier{
width: 15px; height: 15px; float: left; clear: none;position: relative; top: -16px; left: 1px;cursor: pointer;
}

.bottomArrow {
	position: relative; left: -5px;top: 2px;
}

.footerInputter {
	border: 1px solid #ccc;
	padding-right: 5px;
	padding-bottom: 2px;
	width: 168px;
	background-color: #fff;
}
.footerInputter span {
	vertical-align: middle;
	text-align: center;
}

.footerInputter span input {
	border: 0px solid #fff;
	height: 12px;
	font-size: 10px;
	width: 130px;
}

.bodyContentWrapper {
	z-index: 1; position: relative;/* top: -16px;*/
}

#navL_wigs {
	width: 59px;
	height: 35px;
	background-image: url(../img/wigs_button.gif);
	background-repeat: no-repeat;
	overflow: hidden;	}
.theHover [rel="wigs"]/*,#navL_wigs:hover*/ {
	text-decoration: none;
	color: #000;
	font-size: 1px;
	background-image: url(../img/wigs_over.gif) !important;	}
	
#navL_hairpieces {
	width: 102px;
	height: 35px;
	background-image: url(../img/hairpieces_button.gif);
	background-repeat: no-repeat;
	overflow: hidden;	}

.theHover [rel="hairpieces"]/*,#navL_hairpieces:hover*/ {
	text-decoration: none;
	color: #000;
	font-size: 1px;
	background-image: url(../img/hairpieces_over.gif) !important;	}

	
#navL_extensions {
	width: 102px;
	height: 35px;
	background-image: url(../img/extensions_button.gif);
	background-repeat: no-repeat;
	overflow: hidden;	}
.theHover [rel="extensions"]/*,#navL_extensions:hover*/ {
	text-decoration: none;
	color: #000;
	font-size: 1px;
	background-image: url(../img/extensions_over.gif) !important;	}
	
#navL_products {
	width: 125px;
	height: 35px;
	background-image: url(../img/care_products_button.gif);
	background-repeat: no-repeat;
	overflow: hidden;	}
.theHover [rel="products"]/*,#navL_products:hover*/ {
	text-decoration: none;
	color: #000;
	font-size: 1px;
	background-image: url(../img/care_products_over.gif) !important;	}
	
#navL_experts {
	width: 104px;
	height: 35px;
	background-image: url(../img/expert_help_button.gif);
	background-repeat: no-repeat;
	overflow: hidden;	}
.theHover [rel="experts"]/*,#navL_products:hover*/ {
	text-decoration: none;
	color: #000;
	font-size: 1px;
	background-image: url(../img/expert_help_over.gif) !important;	}
	
.dealDiv {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0;	
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none !important;
	line-height: 1 !important;
	
}
.dealDiv img {
	white-space: nowrap;
	vertical-align: bottom;
	display: inline;
	border: 0px;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	line-height: 1 !important;
	position: relative;
	z-index: 25;
}
.dealDiv a, dealDiv a:hover {
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	display: inline;
	border-bottom: 1px solid #666;
}

#navLIone {
	height: 281px;
}

#navLItwo {
	height: 290px;
}
#navLIthree {
	height: 278px;
}
#dealDivThree {
	position: relative; top: -24px;z-index: 20; clear: none; margin: 0; padding: 0;
}

@-moz-document url-prefix() {
	.bodyContentWrapper {
		z-index: 1; position: relative;
		/*top: -16px;*/
	}
	.dealDiv a, dealDiv a:hover {
		border: 0px !important;
	}
	#footerEnvelope {
		top: 3px !important;
	}
	#footerMagnifier {
		top: 2px !important;
	}
	#footerArrowEmail {
		top: 1px !important;
	}
	#dealDivTwo {
		top: -27px !important;
	}
}

/* Target only chrome & safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#navLIone {
		height: 286px;
	}

	#dealDivOne {
		top: -34px !important;
	}
	
	#dealDivTwo {
		top: -30px !important;
	}
	#dealDivThree {
		top: -27px !important;
	}
}
