﻿div#main { background: url('/essential/images/essential_bg.jpg') top left no-repeat; }

ul#section_nav {
    position: absolute; 
    left: 27px; 
    top: 394px; 
    width: 400px;
    z-index: 9999;
} 

ul#section_nav li {
    float: left;
    margin: 0 2px 2px 0;
}

ul#section_nav li#subSample {
    float: none;
}

ul#section_nav li#subScent a,
ul#section_nav li#subAdvertising a,
ul#section_nav li#subSample a,
ul#section_nav li#subRange a,
ul#section_nav li#subPackaging a,
ul#section_nav li#subBuy a {
	display: block;
	height: 72px;
	width: 73px;
	text-indent: -10000px;
	overflow: hidden;
}

ul#section_nav li#subScent a:hover, ul#section_nav li#subAdvertising a:hover, ul#section_nav li#subSample a:hover,
ul#section_nav li#subRange a:hover, ul#section_nav li#subPackaging a:hover { background-position: 0 -144px; }

ul#section_nav li#subScent a.active, ul#section_nav li#subAdvertising a.active, ul#section_nav li#subSample a.active,
ul#section_nav li#subRange a.active, ul#section_nav li#subPackaging a.active { background-position: 0 -72px; }

div#essentialRight {
    width: 335px;
    float: right;
}

img.bottle {
    position: absolute;
    top: 277px;
    right: 33px;
    z-index: 1;
}

img.model {
    position: absolute;
    top: 25px;
    left: 99px;  
}

div#advertisingContent, div#packagingContent, div#scentContent {
    color: #466854;
    width: 300px;
    line-height: 1.6em;
    
    position: absolute;
    top: 190px;
    left: 450px;
    z-index: 1;
    
    max-height: 320px;
	overflow: auto;
	/* IE 6/7 height */
 	height:auto !important;
  	height:320px;
}

div#packagingContent {
    top: 195px;
    left: 410px;
    width: 335px;
    
    max-height: 320px;
	overflow: auto;
	/* IE 6/7 height */
 	height:auto !important;
  	height:320px;
}

div#scentContent {
    top: 85px;
    left: 558px;
    width: 400px;
    
    max-height: 210px;
	overflow: auto;
	/* IE 6/7 height */
 	height:auto !important;
  	height:210px;
}

div#advertisingContent p, div#packagingContent p, div#scentContent h3 {
    margin-bottom: 10px;
}

div#advertisingContent h3, div#packagingContent h3, div#scentContent h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 1em;
}

img.advert {
    position: absolute;
    top: 59px;
    left: 26px;
}

img.range {
    position: absolute;
    top: 205px;
    left: 197px;
}

img.packaging {
    position: absolute;
    top: 164px;
    left: 43px;
}

div#essentialLeft {
    width: 300px;
    margin: 125px 0 0 50px;
    line-height: 2em;
    float: left;
    color: #466854;
    position: relative;
    z-index: 9999;
    display: inline;
}

div#essentialLeft p {
    margin-bottom: 10px;
}