@CHARSET "ISO-8859-1";

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*
	HCIT Resets
*/
div {
	position: relative;
}




/* ---------------------------------------------------------- */
/*
	#page
		#top-content
		#bling-top
		#middle-content
		#bling-bottom
		#bottom-content
		#vertical-bar 
		#vertical-bar-sub-nav 
		#footer
		.promo
		
	Light Grey - D4D5DA
	Med Grey - 9097A6
	Dark Grey - 6D7C8F
*/

body {
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 12px;
	color: #9097A6;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#page {
	width: 1000px;
	height: 660px;
	background-color: #ffffff;
	margin: 0 auto;
	border: solid 1px #D4D5DA;
	margin-top: 20px;
}

/* ---------------------------------------------------------- */

#top-content {
	height: 47px;
	background-image: url("../images/top_content_bg.jpg");
	background-repeat: no-repeat;
}

#top-content .nav {
	padding-top: 25px;
}
#top-content .nav li {
	float: left;
	display: block;
	height: 22px;
}
#top-content .nav a {
	background-image: url("../images/top_nav.jpg");
	background-repeat: no-repeat;
	display: block;
	height: 22px;
}
#top-content .nav a span {
	margin-left: -9000px;
}
#top-content #nav-home a { width: 71px; background-position: 0 0; }
#top-content #nav-vbar-spacer a { width: 226px; background-position: -71px 0; }
#top-content #nav-about a { width: 89px; background-position: -297px 0; }
#top-content #nav-new-arrivals a { width: 98px; background-position: -386px 0; }
#top-content #nav-campaigns a { width: 89px; background-position: -484px 0; }
#top-content #nav-behind-scenes a { width: 123px; background-position: -573px 0; }
#top-content #nav-celebs a { width: 176px; background-position: -696px 0; }
#top-content #nav-social a { width: 128px; background-position: -872px 0; }

#top-content #nav-home a:hover { background-position: 0 -22px; }
#top-content #nav-vbar-spacer a:hover { background-position: -71px -22px; }
#top-content #nav-about a:hover { background-position: -297px -22px; }
#top-content #nav-new-arrivals a:hover { background-position: -386px -22px; }
#top-content #nav-campaigns a:hover { background-position: -484px -22px; }
#top-content #nav-behind-scenes a:hover { background-position: -573px -22px; }
#top-content #nav-celebs a:hover { background-position: -696px -22px; }
#top-content #nav-social a:hover { background-position: -872px -22px; }

/* ---------------------------------------------------------- */
#bling-top {
	height: 8px;
	background-image: url("../images/bling_top_bg.jpg");
	background-repeat: no-repeat;
}

/* ---------------------------------------------------------- */

#middle-content {
	height: 424px;
	background-image: url("../images/middle_content_bg.jpg");
	background-repeat: no-repeat;
}
#middle-content #text-content {
	width: 622px; /* 1000px */
	height: 344px; /* 424px */
	padding: 40px 40px 40px 338px;
	background-image: url("../images/text_page_bg.jpg");
	overflow: hidden;
	font-size: 11px;
}
body.employment #middle-content #text-content {
	overflow: auto;
}

#middle-content #text-content.space-for-lightbox {
	width: 337px; /* 1000px */
	height: 344px; /* 424px */
	padding: 40px 325px 40px 338px;
}

#middle-content #back-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 424px;
}
	
#middle-content h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#middle-content h2 {
	font-weight: bold;
	margin-bottom: 0.5em;	
}
#middle-content a {
	text-decoration: underline;
	color: #9097A6;
}
#middle-content p {
	margin-bottom: 1.1em;
}
#middle-content ul {
	list-style: disc;
	margin-left: 0.5em;
	margin-bottom: 1em;
}
#middle-content ol {
	list-style: decimal;
	margin-left: 0.5em;
	margin-bottom: 1em;
}
#middle-content li {
	margin-left: 1em;
	margin-bottom: 0.25em;
}
#middle-content #lightbox {
	height: 424px;
	width: auto;
	padding-left: 16px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("../images/lightbox_bg.png");
	background-repeat: repeat-y;
	display: none;
	text-align: left;
}
#middle-content #gallery-photo {
	display: block;
	width: 310px;
	height: 424px;
	overflow: hidden;
	text-align: right;
}
#middle-content #gallery-caption {
	position: absolute;
	top: 20px;
	left: -250px;
	margin: 0px;
	width: 248px; 
	text-align: right;
	font-size: 11px;	
}

#middle-content #gallery-caption.no-caption {
	display: none;
}

#middle-content .image-caption {
	position: absolute;
	top: 0px;
	right: 0px;
	/* background: url("/images/caption_bg_middle.png") repeat-y transparent;*/
	width: 240px;
	padding: 0 4px;
	background-color: #f7f4f2;
} 

#middle-content #gallery-caption span.top-cap {
height: 9px;
width: 248px;
background-image: url("/images/caption_bg_top.png");
display: block;
position: absolute;
top: -9px;
left: 0;
}
#middle-content #gallery-caption span.bottom-cap {
position: absolute;
bottom: -9px;
left: 0;
height: 9px;
width: 248px;
background-image: url("/images/caption_bg_bottom.png");
display: block;
}


#middle-content .image-caption p {margin: 5px 0; }

#middle-content .image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#middle-content .advance-link img { }

#gallery-controls {
	position: absolute;
	top: 4px;
	left: 695px;
	display:none;
	width: 25px;
	height: 25px;
	z-index: 99;
}

#gallery-controls a   {
	display: block;
	width: 25px;
	height: 25px;	
	text-decoration: none;
}
#gallery-controls a.play  {
	background-image: url("/images/play.png");	
}
#gallery-controls a.pause  {
	background-image: url("/images/pause.png");	
}
#gallery-controls a.prev,
#gallery-controls a.next {
	display: none;
}   
#middle-content #stores-list {
	margin-left: -10px;
}
#middle-content #stores-list td {
	padding-right: 20px;
}
#middle-content #stores-list ul {
	list-style: none;
	margin: 0;
}
#middle-content #stores-list li {
	margin: 2px 0;
	line-height: 14px;
	height: 14px;
	overflow: hidden;
}
#middle-content #stores-list li a {
	text-decoration: none;
}
#middle-content #stores-list li.selected a {
	font-weight: bold;
}
#middle-content #stores-list li a:hover {
	text-decoration: underline;
}
#middle-content #stores-list .region {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}
#middle-content #stores-list .caption {
	display: none;
}
body.stores #middle-content #gallery-caption {
	bottom: -15px;
	font-size: 11px;
}
	
/* ---------------------------------------------------------- */

#bling-bottom {
	height: 8px;
	background-image: url("../images/bling_bottom_bg.jpg");
	background-repeat: no-repeat;
}

/* ---------------------------------------------------------- */
#bottom-content {
	height: 113px;
	background-image: url("../images/bottom_content_bg.jpg");
	background-repeat: no-repeat;
}

#bottom-content .nav {
	position: absolute;
	bottom: 2px;
	right: 40px;	
}
#bottom-content .nav li {
	float: left;
	display: block;
	height: 16px;
}
#bottom-content .nav a {
	background-image: url("../images/bottom-nav.png");
	background-repeat: no-repeat;
	display: block;
	height: 16px;
padding: 0 2px
}
#bottom-content .nav a span {
	margin-left: -9000px;
}

#bottom-content #nav-shop a { width: 78px; background-position: 0px 0px; }
#bottom-content #nav-press a { width: 44px; background-position: -78px 0px; }
#bottom-content #nav-stores a { width: 49px; background-position: -122px 0px; }
#bottom-content #nav-enquiries a { width: 144px; background-position: -171px 0px; }
#bottom-content #nav-employment a { width: 83px; background-position: -315px 0px; }
#bottom-content #nav-subscribe a { width: 66px; background-position: -398px 0px; }
#bottom-content #nav-login a { width: 53px; background-position: -464px 0px; }
#bottom-content #nav-contact a { width: 64px; background-position: -517px 0px; }
#bottom-content #nav-privacy a { width: 104px; background-position: -581px 0px; }

#bottom-content #nav-press a:hover { background-position: -78px -16px; }
#bottom-content #nav-stores a:hover { background-position: -122px -16px; }
#bottom-content #nav-enquiries a:hover { background-position: -171px -16px; }
#bottom-content #nav-employment a:hover { background-position: -315px -16px; }
#bottom-content #nav-subscribe a:hover { background-position: -398px -16px; }
#bottom-content #nav-login a:hover { background-position: -464px -16px; }
#bottom-content #nav-contact a:hover { background-position: -517px -16px; }
#bottom-content #nav-privacy a:hover { background-position: -581px -16px; }


#bottom-content ul.hidden {
	
}

#bottom-content #press a { width: 74px; background-position: -29px 0px; }
#bottom-content #stores a { width: 88px; background-position: -106px 0px; }
#bottom-content #employment a { width: 120px; background-position: -195px 0px; }
#bottom-content #subscribe a { width: 104px; background-position: -315px 0px; }
#bottom-content #contact a { width: 90px; background-position: -425px 0px; }
#bottom-content #privacy a { width: 125px; background-position: -525px 0px; }

#bottom-content #press a:hover { background-position: -29px -16px; }
#bottom-content #stores a:hover { background-position: -106px -16px; }
#bottom-content #employment a:hover { background-position: -195px -16px; }
#bottom-content #subscribe a:hover { background-position: -315px -16px; }
#bottom-content #contact a:hover { background-position: -425px -16px; }
#bottom-content #privacy a:hover { background-position: -525px -16px; }

#bottom-content ul.live {
	display:none;
}

#bottom-content #carousel-area {
	position: absolute;
	top: 0;
	right: 0;
	width: 712px;
	height: 97px;
	background-image: url("../images/carousel_bg.jpg");
	background-repeat: no-repeat;
}
#bottom-content #carousel {
	position: absolute;
	top: 0;
	right: 0;
	width: 684px; 
	margin-left: 18px;
	height: 81px;
	overflow: hidden;
}
#bottom-content #bling-carousel {
	display: block;
	position: absolute;
	top: 81px;
	right: 0;
	width: 702px;
	height: 8px;
	overflow: hidden;
	text-align: right;
}
#bottom-content #carousel .caption {
	display: none;
}
#bottom-content .photo-frame {
}

#bottom-content #carousel ul {
	display: block;
	width: auto;
	height: 81px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
}
#bottom-content #carousel li {
	display: block;
	width: 114px;
	height: 81px;
	float: left;
}
#bottom-content #carousel li a {
	display: block;
	padding: 10px 7px;
	width: 100px; /* 114px */
	height: 61px; /* 81px */
	background-image: url("/images/carousel_box_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 81px;
	overflow: hidden;
}
#bottom-content #carousel li a:hover {
	/* background-image: url("../images/carousel_box_bg.jpg"); */
}

/*************************
******** Arrows **********
**************************/	
#bottom-content #carousel .prev {
	background: url('/images/blank.gif') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
#bottom-content #carousel .next {
	background: url('/images/blank.gif') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

/* ---------------------------------------------------------- */
/*
 * vertical-bar area inside the border is 228px wide
 *
*/ 
#vertical-bar {
	position: absolute;
	top: 0;
	left: 60px;
	width: 255px;
	height: 600px;
	background-image: url("/images/vertical_bar_stripe_bg.png");
	background-repeat: no-repeat;
	/* overflow: hidden; */ /* don't hide overflow as the sub menu sits outside the box, overflow hide internal boxes where necessary */
}

#vertical-bar.no-stripe {
	background-image: url("../images/vertical_bar_bg.png");
}
#vertical-bar.quick-links {
	background-image: url("../images/vertical_bar_quick_links_bg.png");
}


#vertical-bar.quick-links a.quick-link {
	position: absolute;
	display: block;
	width: 84px;
	height: 71px;
	background-position: 0 0;
} 
#vertical-bar.quick-links a.quick-link:hover {
	background-position: 0 -71px;
}
#vertical-bar.quick-links a.quick-link span {
	display: none;
}
#vertical-bar.quick-links a.about-her { background-image: url("../images/quick_links/about_her.jpg"); top: 87px; left: 33px; }
#vertical-bar.quick-links a.new-arrivals { background-image: url("../images/quick_links/new_arrivals.jpg"); top: 87px; left: 129px; }
#vertical-bar.quick-links a.campaigns { background-image: url("../images/quick_links/campaigns.jpg"); top: 170px; left: 33px; width: 180px; height: 155px; }
#vertical-bar.quick-links a.campaigns:hover { background-position: 0 -155px; }
#vertical-bar.quick-links a.behind-the-scenes { background-image: url("../images/quick_links/behind_the_scenes.jpg"); top: 337px; left: 33px; }
#vertical-bar.quick-links a.celebs { background-image: url("../images/quick_links/celebrities_and_ambassadors.jpg"); top: 337px; left: 129px; }
#vertical-bar.quick-links a.social-seduce { background-image: url("../images/quick_links/social_seduce.jpg");  top: 420px; left: 33px;}
#vertical-bar.quick-links a.subscribe { background-image: url("../images/quick_links/subscribe.jpg"); top: 420px; left: 129px; }
#vertical-bar.quick-links a.press { background-image: url("../images/quick_links/press.jpg");  top: 503px; left: 33px;}
#vertical-bar.quick-links a.shop-seduce { background-image: url("../images/quick_links/shop_seduce.jpg"); top: 503px; left: 129px; }
#vertical-bar.quick-links .active a.quick-link {
	background-position: 0 -71px;
}
#vertical-bar.quick-links .active a.campaigns {
	background-position: 0 -155px;
}
#vertical-bar.quick-links a.active {
}
#vertical-bar .vertical-bar-text {
	margin-left: 9px;
	padding-left: 24px;
	padding-right: 10px;
	width: 194px;
}
#vertical-bar .vertical-bar-text a {
	text-decoration: underline;
	color: #9097A6;
}
#vertical-bar .vertical-bar-text a:hover {
	color: #6D7C8F;
}

#vertical-bar h1 {
	margin-left: 9px;
	width: 228px;
	margin-top: 81px;
	margin-bottom: 16px;
	overflow-y: auto;
	background-color: #8992a6;
	background-image: url("../images/vertical_bar_heading_bg.jpg");
	background-repeat: no-repeat;
	color: #ffffff;
	text-transform: uppercase;
}
#vertical-bar h1 a {
	display: block;
	padding-left: 24px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#vertical-bar h1 a:hover {
	color: #ffffff;
}
#vertical-bar h2 {
	font-weight: bold;
	margin-bottom: 9px;
}
#vertical-bar p {
	line-height: 1.1em;
	font-size: 10px;
	margin-bottom: 0.75em;
}
#vertical-bar .vertical-bar-download {
	display: block;
	width: 142px; /* 194px */
	height: 21px; /* 45px */
	background-image: url("../images/download_bg.png");
	background-repeat: no-repeat;
	margin-left: 34px;
	padding: 12px 14px 12px 38px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: 16px;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#vertical-bar .vertical-bar-download:hover {
	background-position: 0 -45px;
}


/* ---------------------------------------------------------- */

#vertical-bar-sub-nav {
	position: absolute;
	top: 83px;
	left: 305px;
	display: none;	/* Initial state, visible with js events */
}
#vertical-bar-sub-nav li {
	margin-top: -8px;
}
#vertical-bar-sub-nav a {
	display: block;
	width: 109px;
	height: 41px;
	padding: 0 8px 0 11px;	
	background-image: url("../images/sub_menu_item_bg.png");
	background-repeat: no-repeat;
	background-position: -12px 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #6D7C8F;; /* Dark Grey */ 
	font-size: 10px;
	overflow: hidden;
	white-space: normal;
	display: table-cell;		/* TODO: NEED TO FIND AN IE 6 SOLUTION TO V-ALIGN THE TEXT IN THE MIDDLE */
	vertical-align: middle;
}
#vertical-bar-sub-nav a.active, 
#vertical-bar-sub-nav a:hover {
	background-position: -12px -41px;
	color: #e1e2ec; /* #caccd5 */
	overflow: hidden;
}
/* ---------------------------------------------------------- */
#footer-nav {
}

#footer {
	height: 60px;
}
#footer ul {
	text-align: right;
	padding-top: 9px;
}
#footer li {
	display: inline;
}
	
	
/* ---------------------------------------------------------- */
.promo {
	position: absolute;
}
.promo img {
}
.promo-bottom-right {
	right: 0;
	bottom: 90px;
}
.promo-bottom-left {
	left: 312px;
	bottom: 90px;
}
.promo-top-right {
	right: 0;
	top: 56px;
}
.promo-top-left {
	left: 312px;
	top: 56px;
}


/* ---------------------------------------------------------- */

body.stores h3 {
font-weight: bold;
padding: 5px 0;
font-size: 12px;
}

body.stores h4 {
font-weight: bold;
padding: 2px 0;
}	
	
/* ---------------------------------------------------------- */

#home-link {
	background-image: url("/images/blank.gif");
	position: absolute;
	top: 20px;
	left: 10px;
	width: 225px;
	height: 48px;
	dispaly: block;
	cursor: pointer;
}
#home-link span {
	position: absolute; left: -9999px;
}


/* ---------------------------------------------------------- */
/* Scroll bars ie */

body
{ 
	
  scrollbar-track-color:#caccd5;
	  
  scrollbar-face-color:#b3b7c1;
  scrollbar-arrow-color:#f4f3f5;
  scrollbar-shadow-color:#585f6e;
  scrollbar-highlight-color:#edeef0;
  scrollbar-3dlight-color:#f4f3f5;
  scrollbar-darkshadow-Color:#868ea1;
}

