﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #f7b1c2 url("/Global/images/bg.jpg") 50% 0 repeat-x;
}

a, a:link {
	outline: 0;
	color: #3E9DA8;
}

a:visited {
	color: #5D5D5D;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

/* Clearing Methods */
/*  =Method 1: /* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1px;
}

*first-child+html .clearfix {
	zoom: 1;
}

/* layout stylea*/
div#container {
	width: 900px;
	margin: 38px auto 0;
	background: #FFF;
}

div#header {
	height: 110px;
	background: #FFF;
	border-color: #FFF;
	border-style: solid;
	border-width: 0 2px;
	position: relative;
}

div#header h1 {
	width: 184px;
	height: 63px;
	background: transparent url("/Global/images/bg_logo.png") no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 36px;
	left: 21px;
}

div#header h1 a {
	width: 184px;
	height: 63px;
	display: block;
}

div#shop_now_container {
	position: absolute;
	width: 127px;
	height: 30px;
	top: 48px;
	right: 27px;	
}

div#shop_now_container a {
	text-indent: -9999px;
	width: 127px;
	height: 30px;
	display: block;
	background: transparent url("/Global/images/shop_now_button.png") 0 0 no-repeat;
}

div#banner  {
	width: 900px;
	height: 150px;
	margin: 0;
}

div#banner img {
	width: 900px;
	height: 150px;
}

/*div#shop_now_container a#shop_now_about {
	background-position: 0 -25px;
}

div#shop_now_container a#shop_now_locations {
	background-position: 0 -50px;
}

div#shop_now_container a#shop_now_locations {
	background-position: 0 -75px;
}

div#shop_now_container a#shop_now_press {
	background-position: 0 -100px;
}*/

/* top level nav */
ul#nav {
	width: 466px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 258px;
}

ul#nav li {
	width: 103px;
	height: 80px;
	float: right;
	text-indent: -9999px;
	list-style: none;
	margin: 0 0 0 30px;
	background: transparent url("/Global/images/bg_nav2.png") no-repeat;
}

ul#nav li a {
	display: block;
	height: 80px;
}

/* i'm putting the bg image on li, letting the 'a' have transparent bg, and the rollover come in
over this via a:hover */

ul#nav li#about {
	background-position: 0 0;
	width: 103px;
	margin-left: 0;
}

ul#nav li#about a {
	width: 103px;
}

ul#nav li#about.sfhover,
ul#nav li#about a:hover {
	background: url("/Global/images/bg_nav2.png") 0 -80px no-repeat;
}

ul#nav li#locations_and_events {
	background-position: -290px 0;
	width: 176px;
}

ul#nav li#locations_and_events a {
	width: 176px;
}

ul#nav li#locations_and_events a:hover {
	background: url("/Global/images/bg_nav2.png") -290px -80px no-repeat;
}

ul#nav li#get_the_look {
	background-position: -133px 0;
	width: 127px;
}

ul#nav li#get_the_look a {
	width: 127px;
}

ul#nav li#get_the_look a:hover {
	background: url("/Global/images/bg_nav2.png") -133px -80px no-repeat;
}

/* sub level nav */
ul#nav li ul.sub_nav li {
	width: 103px;
	height: 20px;
	margin: 0;
	background: transparent url("/Global/images/bg_sub_nav.png") 0 0 no-repeat;
	border-bottom: 1px solid #F4C0CA;
}

ul#nav li ul.sub_nav li a {
	height: 20px;
}

ul#nav li ul.sub_nav li#sub_nav_careers a:hover {
	background: url("/Global/images/bg_sub_nav.png") 0 -20px no-repeat;
}

ul#nav li ul.sub_nav li#sub_nav_press a:hover {
	background: url("/Global/images/bg_sub_nav.png") 0 -20px no-repeat;
}

ul#nav li ul.sub_nav li#sub_nav_press {
	background-position: -103px 0;
}

ul#nav li ul.sub_nav li#sub_nav_press a:hover {
	background: url("/Global/images/bg_sub_nav.png") -103px -20px no-repeat;
}

/* main content for landing page */
div#flash {
	width: 900px;
	height: 360px;
	background: #D3D3D3;
}

div#flash img {
	border: 0;
}

/* main content for interior page */
div#main_content {
	width: 900px;
	background: #FFF;
	font-family: arial, helvetica, sans-serif;
	margin-top: 35px;
}

/******************* INTERIOR PAGE CSS STYLES ******************/

div#ip_leftColumn{
  float: left;
  width: 148px;
	margin: 0 0 0 60px;
}

ul#nav_left {
	list-style: none;
	text-indent: -9999px;
	text-align: left;
	margin-top: 8px;
}

ul#nav_left li {
	width: 148px;
	height: 15px;
	background: url("/Global/images/bg_nav_left.png") 100% 0 no-repeat;
	float: right;
	margin: 0 0 10px 0;
}

ul#nav_left li a {
	display: block;
	height: 15px;
	width: 228px;
}

ul#nav_left li#li_philosophy {
	background: transparent url("/Global/images/bg_li_about.png") no-repeat 100% 0;
	width: 140px;
	height: 14px;
}

ul#nav_left li#li_philosophy a {
	width: 140px;
}

ul#nav_left li#li_evolution {
	background: transparent url("/Global/images/bg_li_evolution.png") no-repeat 100% 0;
	width: 85px;
	height: 12px;
}

ul#nav_left li#li_evolution a {
	width: 85px;
}

ul#nav_left li#li_brands {
	background: transparent url("/Global/images/bg_li_about.png") no-repeat 100% -15px;
	width: 136px;
	height: 17px;
	margin:1px 0 2px 0;
}

ul#nav_left li#li_brands a {
	width: 136px;
	
}

div#ip_rightColumn {
  margin: 0 50px 0 260px;
	font-family: arial, helvetica, sans-serif;
	color: #666;
}

div#ip_rightColumn h2 {
	background: transparent url("/Global/images/bg_content_header.png") 0 0 no-repeat;
	text-indent: -9999px;
	height: 22px;
	margin: 0 0 15px 0;
}

div#ip_rightColumn h2#about {
	width: 165px;
}

div#ip_rightColumn p {
    padding-bottom: 10px;
    line-height: 20px;
		font-size: 11px;
}

div#ip_rightColumn h4 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
		color: #666;
		margin-top: 25px;
}

h4#anchor2 {
	background: transparent url("/Global/images/bg_headers_about.png") 0 0 no-repeat;
	width: 160px;
	height: 13px;
	text-indent: -9999px;
}

h4#anchor1 {
	background: transparent url("/Global/images/bg_headers_evolution.png") no-repeat;
	width: 160px;
	height: 13px;
	text-indent: -9999px;
}

h4#anchor3 {
	background: transparent url("/Global/images/bg_headers_about.png") 0 -17px no-repeat;
	width: 160px;
	height: 15px;
	text-indent: -9999px;
}



/******************* END INTERIOR CSS ******************/

div#footer_main {
	width: 900px;
	height: 55px;
	background: #FFF url("/Global/images/bg_footer_border.png") repeat-x;
	margin-top: 30px;
}

/* email form area */
div#updates {
	float: left;
	width: 386px;
}

div#updates label {
	cursor: pointer;
	width: 170px;
	height: 10px;
	text-indent: -9999px;
	background: transparent url("/Global/images/bg_signup.png") no-repeat;	
	display: block;
	float: left;
	margin: 30px 9px 0 23px;
}

div#updates input.updates_text_field {
	border: 0;
	width: 144px;
	height: 22px;
	background: url("/Global/images/bg_signup_text_field.png") no-repeat;
	margin: 23px 0 0 0;
	font-size: 11px;
	padding: 3px 4px;
	color: #666;
}

div#ip_rightColumn a.button {
	background: transparent url("/Global/images/bg_button.png") 0 0 no-repeat;
	display: block;
	float: left;
	width: 86px;
	height: 24px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #666;
	cursor: pointer;
	text-decoration: none;
	padding-top: 4px;
	margin-bottom: 12px;
}

div#updates input.submit {
	border: 0;
	width: 26px;
	height: 22px;
	background: transparent url("/Global/images/bg_submit.png") no-repeat;
	margin: 0;
	display: block;
	text-indent: -9999px;
	float: right;
	margin: 24px 0 0 0;
	cursor: pointer;
}

/* copyright and utility links */
div#footer_info {
	margin: 0 0 0 490px;
	padding-top: 26px;
	font-size: 11px;
	font-family:  "Myriad Pro", serif;
	line-height: 1;
	color: #666666;
	position: relative;
}

div#footer_info a {
	color: #666;
}

div#footer_info a#facebook_link {
	display: block;
	width: 26px;
	height: 26px;
	background: url("/Global/images/facebook_logo.jpg") 0 0 no-repeat;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: -80px;
}

div#footer_info a#twitter_link {
	display: block;
	width: 26px;
	height: 26px;
	background: url("/Global/images/twitter_logo.jpg") 0 0 no-repeat;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: -50px;
}


div#footer_info a#facebook_link span {
	display: none;
}

/* the pretty reflection stuff  */
div#footer_extension {
	background: transparent url("/Global/images/bg_footer_extension.png") no-repeat;
	width: 934px;
	margin: 0 auto;
	height: 94px; 
}

div#BreadCrumb{
				margin:5px 0 5px 20px;
				
				
				font-family: arial, helvetica, sans-serif;
				font-size:12px;
				color:#6C6C6C;
}

a#BreadCrumb, a:link#BreadCrumb {
	border-width:0;
	color:#6C6C6C;
	font-weight:normal;
}