body {
	background-color:#FFFFFF;
}

#MainContainer {
	background:#FFFFFF url(/images/categories/essentials/essentials_bg.jpg) no-repeat center 85%;
}
#essentials-container {
	position:relative;
	height:908px;
}

.essentialsBg {background: url(/images/categories/essentials/essentials_main.jpg) no-repeat 0 0;}
.essentialsNewBg {background: url(/images/categories/essentials/essentials_main_new.jpg) no-repeat 0 0;}

#essentials-container .essentials-main-nav {
	position:absolute;
	right: 59px;
	top:0;
}

#essentials-container h2 {
	position: relative;
	color:#FFFFFF;
	height:126px;
	width:232px;
	background-color:#662b54;
}

#essentials-container h2 span {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(/images/categories/essentials/essentials_title.png) no-repeat 0 0;
}

#essentials-container .essentials-main-nav ul {
	width:232px;
	background-color:  #bbbec0;
}

#essentials-container .essentials-main-nav ul li a {
	display:block;
	padding: 10px 0 10px 32px;
	width:200px;
	font-size:105%;
	letter-spacing: 0.01em;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	background:  #bbbec0 url(/images/categories/essentials/arrow_grey.png) no-repeat 6% 50%;
}

#essentials-container .essentials-main-nav ul li a:hover {
	background: #662753 url(/images/categories/essentials/arrow_white.png) no-repeat 6% 50%;
}

.essentials_tooltip{
   position:relative;
   width:172px;
   height:161px;
   background: transparent url(/images/categories/essentials/thumb_frame.png) no-repeat top left;
}

.essentials_tooltip span{
   position:absolute;
   top:8px;
   left:8px;
   width:151px;
   height:151px;
   background: transparent url(/images/categories/essentials/thumb_inner_frame.png) no-repeat top left;
   z-index:100;
}

.essentials_tooltip img{
   position:absolute;
   top:12px;
   left:15px;
}

li.first {
	padding-top: 5px;
	background:  #bbbec0 url(/images/categories/essentials/arrow_grey.png) no-repeat 6% 58%;
}
li:hover.first {
	background: #662753 url(/images/categories/essentials/arrow_white.png) no-repeat 6% 58%;
}

li.last {
	padding-bottom: 8px;
	background:  #bbbec0 url(/images/categories/essentials/nav_bg.png) no-repeat left bottom;
}
li:hover.last {
	padding-bottom: 8px;
	background:  #bbbec0 url(/images/categories/essentials/nav_bg_purple.png) no-repeat left bottom;
}
