/* ------------------------------------------------------------------------------- */
/*	=[1] RESET
		http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
/* ------------------------------------------------------------------------------- */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* http://www.456bereastreet.com/archive/200910/remove_the_outline_from_links_on_active_only/ */
/*:active {outline:none;}*/
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}






/* ------------------------------------------------------------------------------- */
/*	=[2] DEFAULT STYLES */
/* ------------------------------------------------------------------------------- */

html {
	height: 100%;
}

body {	
	height: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 62.5%; 
	color: #666;
	background: black;	
}

img {
	border: 0px;
}

p {
	line-height: 1.2;
	margin-bottom: 20px;
}

a, a:link, a:visited, a:focus, a:active {
	color: #440e79;
}

a:hover {
	text-decoration: none;
}

a.image { 
	border: 0; 
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #440e79;
	line-height: 1.2;
}

h1 {
	font-size: 236%;
}

h2 {
	font-size: 165%;
}

h2 a {
	text-decoration: none;
}


h2.h2-enclosed {
	background-color: #440e79;
	color: white;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 130%;
}

h3 {
	font-size: 141%;
}

h4 {
	font-size: 118%;
}

ul, ol, dl {
	margin-bottom: 20px;
}

ol {
	margin-left: 1.5em;
	padding-left: 20px;
	list-style: decimal;
}

ul {
	list-style-type: square;
	margin-left: 1em;
	padding-left: 20px;
}

li {
	margin-bottom: .5em;
	line-height: 1.2;
}

dt {
	font-weight: bold;
	margin-bottom: .5em;
}

dd p {
	margin-bottom: .5em;
}

table {
	border-collapse:collapse;
}

th, td {
}

th {
}






/* ------------------------------------------------------------------------------- */
/*  =[3] LAYOUT */
/* ------------------------------------------------------------------------------- */

#skip-links {
	position: absolute;
	left: -999em;
}

#page-background {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
}

#page-background img {
	width: 100%;
}

/*#page-gauze {*/
/*	background: url(../furniture/line_horizontal_black.gif) left top repeat transparent;*/
/*	position: fixed;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	left: 0;*/
/*	top: 0;*/
/*}*/

#page {
	width: 980px;
	margin: 0 auto;
	position: relative;
	font-size: 1.3em;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#page-hat {
	padding: 10px 10px 0 10px;
	background: url(../furniture/page_hat_shadow.png) left top no-repeat transparent;
	position: relative;
	z-index: 1000;
}

#page-hat-inner {
	background: url(../furniture/divider_page.gif) left bottom no-repeat white;
	position: relative;
	height: 128px;
}

#page-body {
	clear: both;
	padding: 0 10px;
	background: url(../furniture/page_body_shadow.png) left top repeat-y transparent;
	overflow: hidden;
	width: 960px;
	position: relative;
}

#page-body-inner {
	background-color: white;
	overflow: hidden;
	width: 960px;
}

#page-shoe {
	clear: both;
	padding: 0 10px 10px 10px;
	background: url(../furniture/page_shoe_shadow.png) left bottom no-repeat transparent;
	float: left;
	width: 960px;
}

#page-shoe-inner {
	background: url(../furniture/divider_page.gif) left top no-repeat white;
	float: left;
	width: 960px;
}

#area-content {
	float: left;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
}

body.homepage #area-content {
	padding-top: 0;
}

#content-primary {
	float: left;
	width: 586px;
	padding-left: 38px;
}

#content-secondary {
	float: right;
	width: 308px;
}





/* ------------------------------------------------------------------------------- */
/*  =[4] DRIVER BLOCKS */
/* ------------------------------------------------------------------------------- */


div.driver-block {
	background: url(../furniture/divider_content_secondary.gif) left bottom no-repeat transparent;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

div.driver-block-twitter {
	overflow: hidden;
	width: 308px;
}

body.homepage div.driver-block-twitter {
	width: 203px;
}

div.driver-block-content {
	width: 270px;
}

div.driver-block-image-container {
	position: relative;
	margin-bottom: 17px;
	height: 161px;
}

div.driver-block h2 {
	margin-bottom: 10px;
	font-size: 135%;
	min-height: 18px;
	height: auto !important;
	height: 18px;
}

div.driver-block-twitter h2 {
	background: url(../furniture/icon_twitter_bird.gif) right top no-repeat transparent;
	padding-right: 30px;
}

div.driver-block h2 a:hover {
	color: #8157AF;
}

div.driver-block-twitter div.loading {
	display: none;
}

.jsEnabledPage div.driver-block-twitter div.loading {
	display: block;
	text-align:center;
	padding: 50px 0;
	
}

div.driver-block-twitter ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

div.driver-block-twitter ul li {
	padding-left: 20px;
	background: url(../furniture/icon_twitter_bubble.gif) 0 .2em no-repeat transparent;
}

div.driver-block-twitter ul li span.twitterTime {
	color: #999;
}


div.driver-block p {
	margin-bottom: 10px;
}

div.driver-block-image-container p.cta {
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin-bottom: 0;
}

div.driver-block-twitter p.cta {
	position: relative;
	background-image: none;
	float: right;
	font-weight: normal;
}

div.driver-block-twitter p.cta a {
	background: url(../furniture/follow_icon_twitter.gif) 0 .2em no-repeat transparent;
	float: left;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: underline;
}

div.driver-block-twitter p.cta a:hover {
	color: #440e79;
	text-decoration: none;
}

div.driver-block a.video-play-link {
	position: absolute;
	left: 110px;
	top: 60px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../furniture/video_play_link.png) 0 0 no-repeat transparent;
	overflow: hidden;
	text-indent: -999em;
}

div.driver-block a.video-play-link:hover {
	background-position: 0 -50px;
}


/* ------------------------------------------------------------------------------- */
/*  =[5] CTA LINKS (call to action) */
/* ------------------------------------------------------------------------------- */

p.cta {
	background: url(../furniture/cta_bkgd_left.gif) left top no-repeat transparent;
	font-weight: bold;
	line-height: 1;
	display: block;
	float: left;
}

p.cta a {
	text-decoration: none;
	cursor: pointer;
}

p.cta a span {
	background: url(../furniture/cta_bkgd_right.gif) right top no-repeat transparent;
	display: block;
	float: left;
	padding: 4px 10px 0 10px;
	height: 19px;
	margin-right: -5px;
}

p.cta a:hover, p.cta a:hover span {
	color: white;
}





/* ------------------------------------------------------------------------------- */
/*  =[6] GENERAL ELEMENTS */
/* ------------------------------------------------------------------------------- */

#site-search {
	position: absolute;
	right: 30px;
	top: 40px;
	width: 240px;
}

#site-search label {
	position: absolute;
	left: -999em;
}

#site-search input {
	width: 200px;
	font-family: inherit;
	font-size: inherit;
	color: #666;
	margin-top: -.3em;
	margin-right: -.3em;
}

#site-search input.submit {
	position: relative;
	top: .4em;
	width: auto;
}


#logo-site {
	position: absolute;
	left: 37px;
	top: 20px;
}

#logo-site a {
	display: block;
	width: 265px;
	height: 42px;
	background: url(../furniture/logo_site.gif) left top no-repeat transparent;
	overflow: hidden;
	text-indent: -999em;
}

#breadcrumbs {
	background: url(../furniture/divider_page.gif) left bottom no-repeat white;
	padding: 10px 38px 14px 38px;
}

#breadcrumbs p {
	margin-bottom: 0;
}

div.social-share {
	float: right;
	margin-bottom: 20px;
	clear: both;
}

p.social-share-instruction {
	float: left;
	margin: 0;
	padding-right: 5px;
}

div.related-links {
	clear: both;
	margin-bottom: 20px;
	background-color: #eee;
}

div.related-links dl {
	width: 586px;
	margin-bottom: 0;
}

div.related-links dt {
	background: url(../furniture/content_primary_box_grad.jpg) left bottom repeat-y #440E79;
	color: white;
	padding: 5px;
	margin-bottom: 0;
}

div.related-links dd {
	padding: 5px 5px 1px 5px;
	background-color: #eee;
	width: 576px;
}

div.hero-image {
	position: relative;
	margin-bottom: 20px;
}

div.hero-image-landing-page {
	background: url(../furniture/landing_page_hero_image_bkgd.jpg) left top no-repeat transparent;
	height: 317px;
}

div.hero-image-landing-page img {
	margin-top: 18px;
	margin-left: 22px;
}

div.hero-image h1 {
	position: absolute;
	margin-bottom: 0;
}

div.hero-image-landing-page h1 {
	right: 27px;
	top: 18px;
	text-align: right;
	background: url(../furniture/landing_page_hero_h1_bkgd.png) left bottom no-repeat transparent;
	padding: 20px 10px 17px 50px;
	font-size: 177%;
	color: white;
	max-width: 300px;
}

div.hero-image-content-page {
	height: 165px;
}

div.hero-image-content-page h1 {
	left: 0;
	bottom: 5px;
	background: url(../furniture/content_page_hero_h1_bkgd.gif) right top no-repeat transparent;
	padding: 7px 80px 5px 10px;
	font-size: 177%;
	max-width: 300px;
}

div.profile-summary-box {
	background-color: #eee;
	float: right;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 280px;
}

div.profile-summary-box p {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	font-weight: bold;
}

div.profile-summary-box a.video-play-link {
	position: absolute;
	left: 115px;
	top: 85px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../furniture/video_play_link.png) 0 0 no-repeat transparent;
	overflow: hidden;
	text-indent: -999em;
}

div.profile-summary-box a.video-play-link:hover {
	background-position: 0 -50px;
}

div.profile-listing {
	float: left;
	width: 568px;
}

div.profile-listing div.row {
	float: left;
	width: 586px;
}

div.profile-listing div.item {
	float: left;
	width: 188px;
	margin-right: 11px;
}

div.profile-listing div.last {
	margin-right: 0;
}

div.profile-listing img {
	width: 188px;
	margin-bottom: 10px;
}

div.profile-listing div.item dt {
	line-height: 1.2;
	margin-bottom: 10px;
}

div.profile-listing div.item a {
	font-weight: bold;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------------------- */
/*  =[7] NAV PRIMARY */
/* ------------------------------------------------------------------------------- */

#nav-primary {
	position: absolute;
	left: 38px;
	top: 80px;
	width: 884px;
}

#nav-primary ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

#nav-primary li {
	float: left;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	border-right: 1px solid #ccc;
	border-top: 1px solid white;
	font-size: 112%;
}

#nav-primary li.on {
	border-top-color: #ccc;
}


#nav-primary li a {
	display: block;
	padding-top: 15px;
	height: 27px;
	text-decoration: none;
	font-weight: bold;
}

#nav-primary li#nav-primary-about-claires a {
	width: 157px;
	border-left: 1px solid #ccc;
}
#nav-primary li#nav-primary-working-in-store a {
	width: 186px;	
}
#nav-primary li#nav-primary-working-in-retail-support a {
	width: 265px;	
}
#nav-primary li#nav-primary-join-our-team a {
	width: 160px;	
}
#nav-primary li#nav-primary-atclaires a {
	width: 110px;
}

#nav-primary li.on a {
	background-color: #eee;
}

#nav-primary li:hover a.top-level-link,
#nav-primary li.on:hover a.top-level-link,
#nav-primary li a.top-level-link:hover,
#nav-primary li.on a.top-level-link:hover
{
	background-color: #f1d9e5;
	border-top-color: #f1d9e5;
}

div.sub-nav {
	position: absolute;
	left: -999em;
	top: 43px;
	font-size: 80%;
}


#nav-primary li:hover div.sub-nav, #nav-primary li a:hover div.sub-nav {
	left: -5px;
}


#nav-primary ul.sub-nav-content {
	background: url(../furniture/sub_nav_content_bkgd.png) left bottom no-repeat transparent;
	float: left;
	width: 869px;
	padding: 10px 0 20px 25px;
}

#nav-primary ul.sub-nav-content li {
	float: left;
	width: 855px;
	margin-bottom: 0;
	border-right: none;
	border-top: none;
}

ul.sub-nav-content li dl {
	float: left;
	width: 151px;
	margin-bottom: 0;
	margin-right: 20px;
	text-align: left;
}

ul.sub-nav-content li dt {
	min-height: 4em;
	height: auto !important;
	height: 4em;
	margin-bottom: 0px;
}

ul.sub-nav-content li dt.has-children {
	background: url(../furniture/line_horiz_440e79.gif) left bottom repeat-x transparent;
}

ul.sub-nav-content li dd {
	border-bottom: 1px solid #c796af;
}

#nav-primary ul.sub-nav-content li dl a {
	background-color: transparent;
	text-transform: none;
	width: auto !important;
	height: auto;
	text-decoration: none;
	border: none;
	font-weight: normal;
}

#nav-primary li#nav-primary-about-claires ul.sub-nav-content li dl a {
	border-left: none;
}

#nav-primary ul.sub-nav-content li dl a:hover {
	text-decoration: underline;
}

#nav-primary ul.sub-nav-content li dt a {
	padding: .5em 0;
	font-weight: bold;	
}

#nav-primary ul.sub-nav-content li dd a {
	padding: 5px 0;
	color: #7d3757;
}

#nav-primary ul.sub-nav-content a.current-page {
	background-image: url(../furniture/icon_nav_current_page.gif);
	background-repeat: no-repeat;
	background-color: white;
	padding-left: 15px;
	padding-right: 5px;
}

#nav-primary ul.sub-nav-content dt a.current-page {
	background-position: 5px .8em;
}

#nav-primary ul.sub-nav-content dd a.current-page {
	background-position: 5px .6em;
}




	



/* ------------------------------------------------------------------------------- */
/*  =[8] FOOTER */
/* ------------------------------------------------------------------------------- */

#footer {
	padding: 20px 38px;
	float: left;
	width: 884px;
}

#footer p {
	margin-bottom: 0;
}

#footer div.countries {
	float: left;
	margin-bottom: 10px;
}

#footer div.countries span.images {
	margin-left: 5px;
}

#footer div.copyright {
	float: right;
	margin-bottom: 10px;
}


#footer div.nav-footer {
	float: left;
	clear: both;
	padding-top: 10px;
}

#footer div.nav-footer ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#footer div.nav-footer li {
	float: left;
	border-left: 1px solid #666;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
}

#footer div.nav-footer li.first {
	padding-left: 0;
	border-left: none;
}

#footer div.social-follow-us {
	float: right;
}


#footer div.social-follow-us span.images {
	margin-left: 5px;
}

#footer div.footnote {
	clear: both;
	font-size: 80%;
	padding-top: 10px;
}







/* ------------------------------------------------------------------------------- */
/*  =[9] HOMEPAGE */
/* ------------------------------------------------------------------------------- */

#home-carousel {
	background: url(../furniture/divider_page.gif) left bottom no-repeat white;
	height: 382px;
	padding-top: 23px;
	margin-bottom: 20px;
}

.jsEnabledPage #home-carousel {
	margin-bottom: 0;
}

#home-carousel-inner {
	width: 960px;
	height: 405px;
	overflow: auto;
	position: relative;
}

.jsEnabledPage #home-carousel-inner {
	overflow: hidden;
}

ul#home-carousel-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
}

.jsEnabledPage ul#home-carousel-list {
	left: -525px;
}

#home-carousel-list li {
	float: left;
	width: 610px;
	height: 362px;
	background: url(../furniture/carousel_panel.jpg) 30px 0 no-repeat white;
	padding-left: 30px;
	padding-right: 30px;
}

#home-carousel div.content {
	width: 557px;
	margin-left: 26px;
	margin-top: 28px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
}

#home-carousel div.content-type-profilee {
	height: 280px;
	padding-top: 20px;
	background-color: #9c5377;
}

#home-carousel div.content-type-hero-image {
	height: 300px;
	background-color: #9c5377;
	position: relative;
}

#home-carousel div.content-type-image-and-text {
	height: 260px;
	padding-top: 40px;
	background-color: #9c5377;
}

#home-carousel div.content-type-flash {
	height: 300px;
	position: relative;
}

#home-carousel div.content-type-flash p.cta {
	position: absolute;
	right: 40px;
	bottom: 20px;
}

#home-carousel h2 {
	text-transform: none;
}

#home-carousel div.content-text, #home-carousel div.content-text h2 {
	color: white;
}

#home-carousel div.content-type-hero-image h2 {
	position: absolute;
	left: 0;
	bottom: 10px;
	background: url(../furniture/content_page_hero_h1_bkgd.gif) right top no-repeat transparent;
	padding: 7px 80px 5px 10px;
	font-size: 153%;
	max-width: 400px;
	margin-bottom: 0;
	margin-right: 20px;
}

#home-carousel div.content-type-hero-image h2 a:hover {
	color: #8157AF;
}

#home-carousel div.content-type-profilee div.content-text {
	margin-left: 350px;
	margin-right: 20px;
}

#home-carousel div.content-type-image-and-text div.content-text-position-left {
	margin-right: 355px;
	margin-left: 20px;
}

#home-carousel div.content-type-image-and-text div.content-text-position-right {
	margin-left: 355px;
	margin-right: 20px;
}


#home-carousel div.button {
	position: absolute;
	background: url(../furniture/carousel_pointer.png) no-repeat transparent;
	width: 44px;
	height: 43px;
	overflow: hidden;
	text-indent: -999em;
	top: 177px;
	cursor: pointer;
	display: none;
}

.jsEnabledPage #home-carousel div.button {
	display: block;
}

.jsEnabledPage #home-carousel div.clickable {
	cursor: pointer;
}

.jsEnabledPage #home-carousel div.clickable:hover p.cta a {
	color: white;
}


#home-carousel div.button-previous {
	background-position: 0 0;
	left: 133px;
}

#home-carousel div.button-next {
	background-position: 0 -43px;
	left: 803px;
}








body.homepage #content-primary {
	width: 884px;
	padding-top: 20px;
}

body.homepage h1 {
	position: absolute;
	left: -999em;
}




div.home-content-item {
	float: left;
}

div.home-content-item-1 {
	width: 433px;
	margin-right: 21px;
}

div.tab-box {
}

div.tab-box-type-paper {
	
}

div.tab-box h2 {
	background: url(../furniture/tab_box_h2_bkgd.jpg) left top no-repeat white;
	margin-bottom: 0;
	padding: 14px 10px 10px 10px;
	clear: both;
}

.jsEnabledPage div.tab-box h2 {
	font-size: 120%;
}


div.tab-box-content {
	padding: 10px;
	float: left;
	width: 413px;
	min-height: 24em;
	height: auto !important;
	height: 24em;
	background: url(../furniture/tab_box_bkgd.jpg) left bottom no-repeat white;
	margin-bottom: 10px;
}



div.tab-box-content img {
	float: right;
	margin-bottom: 20px;
}

div.tab-box-content p {
	width: 240px;
}

div.tab-box-content p.more {
	width: auto;
	text-align: right;
	clear: both;
	margin-right: 10px;
}


div.tabs {
	float: left;
	width: 433px;
	background: url(../furniture/tab_box_tab_bkgd.jpg) left top no-repeat white;
}	

div.tabs h2 {
	float: left;
	width: 196px;
	clear: none;
	background-image: none;
	background-color: transparent;
	height: 35px;
	cursor: pointer;
}

div.tab-selected-0 {
	background-position: 0 0;
}

div.tab-selected-1 {
	background-position: 0 -59px;
}




div.home-content-item-2 {
	width: 203px;
	margin-right: 24px;
}

body.homepage div.driver-block {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 30px;
}

body.homepage div.driver-block-content {
	width: auto;
}

body.homepage div.driver-block-image-container {
	height: 227px;
}


div.home-content-item-3 {
	width: 203px;
}








/* ------------------------------------------------------------------------------- */
/*  =[10] HELPERS */
/* ------------------------------------------------------------------------------- */


.clear-both {
	clear: both;
}
