/* Main CSS File */

* {
	margin: 0;
	padding: 0;
	position: relative;
	/* color: #522500; */
	color: #4d2200;
	}

body {
	padding-bottom: 20px;
	
	}

a, a:visited {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover, a:visited:hover {
	color: #605371;
	text-decoration: none;
	font-weight: bold;
	}
	
img {
	border: none;
	}

.clear {
	clear: both !important;
	}

img, div, #container { behavior: url(/iepngfix.htc) }
		
	#container {
		width: 1024px;
		margin: 15px auto;
		background-image: url( /images/background4.png );
		background-repeat: no-repeat;
		background-position: 0 -15px;
		}
		
	#whole_page {
		width: 880px;
		margin: 0 auto;
	}

.caps {
	color: #948671;
	text-transform: uppercase;
	/* font-family: "Trebuchet MS", Helvetica, sans-serif; */
	/* font-family: "Lucida Sans"; */
	font-family: Verdana;
	letter-spacing: .06em;

	}
	
.title {
	font-family: Verdana !important;
	} 

/* !Header */
	#header {
		height: 138px;
		position: relative;
		}

	#logo {
		position: relative;
		float: left;
		margin-bottom: 15px;
		margin-left: 15px;
		}
		
	#promo {
		/* position: absolute; */
		position: relative;
		/* left: 270px; */
		float: right;
		margin-top: 30px;
		}
		
/* !Header Navigation */
	ul#navigation {
		background-color: #4d2200;
		line-height: 24px;
		text-align: center;
		font-family: "Trebuchet MS";
		color: white;
		font-weight: bold;
		font-size: .83em;
		height: 24px;
		width: 880px;
		z-index: 6000;
		float: left;
		}
		
		#navigation * {
			z-index: 6000;
			}
			
		#navigation li {
			display: inline;
			padding: 0 10px;
			border-right: solid 1px white;
			cursor: pointer;
			}
			
		#navigation li.last {
			border-right: none;
			}
		
		ul.dropdown {
			display: none;
			position: absolute;
			background-color: white;
			opacity: .9;
			width: 880px;
			/* min-height: 100px; */
			z-index: 2000;
			overflow: hidden;		
			top: 20px;
			left: 0;
			line-height: 12px;
			padding-bottom: 15px;
			/* border: solid 1px black; */
			}
			
			li#services ul.dropdown {
				/* left: -20px; */
				left: -.9px;
				}
				
			li#our_team ul.dropdown {
				/* width: 802px; */
				/* left: -78px; */
				left: -86px;
				}
				
			li#locations ul.dropdown {
				/* width: 714px; */
				/* left: -166px; */
				left: -176px;
				}
			
			li#products ul.dropdown {
				/* width: 620px; */
				left: -272px;
				}
			
			li#gallery ul.dropdown {
				left: -365px;
				}
				
			li#sc_buzz ul.dropdown {
				left: -541px;
				}				
					
			ul.dropdown li {
				position: relative;
				float: left;
				display: inline;
				width: 180px;
				margin: 15px 5px 0;
				text-align: left;
				}
				
				li#services ul.dropdown li.first {
					margin-left: 1px;
					}
						
				li#our_team ul.dropdown li {
					left: 98px;
					}
					
				li#our_team ul.dropdown li.first {
					margin-left: -14px;
					}
				
				li#locations ul.dropdown li {
					left: 184px;
					}
				
				li#locations ul.dropdown li.first {
					margin-left: -10px;
					}
				
				li#products ul.dropdown li {
					left: 275px;
					}
					
				li#products ul.dropdown li.first {
					margin-left: -6px;
					}
				
			ul.dropdown li span.text {
				
				font-size: 9px;
				font-family: "Trebuchet MS", Helvetica, sans-serif;
				line-height: normal;
				text-align: left;
				}
				
				ul.dropdown li span.title {
					text-transform: uppercase;
					font-weight: bold;
					text-align: left;
					font-size: 9px;
					}			
			
			
		#services:hover,
		li#services span.title,
		.services a {
			color: #94a546;
			}
			
		#our_team:hover,
		li#our_team span.title,
		.our_team a {
			color: #95abb9;
			}
			
		#locations:hover,
		li#locations span.title,
		.locations a {
			color: #ce7019 !important;
			}
			
		#products:hover,
		li#products span.title,
		.products a {
			color: #9194b5;
			}
			
		#gallery:hover,
		li#gallery span.title,
		.gallery a {
			/* color: #e8d2a1; */
			/* color: #D9B463; */
			color: #CBA022;
			}
			
		#referrals:hover,
		li#referrals span.title,
		.referrals a {
			color: #bca1b5;
			}
			
		#sc_buzz:hover,
		li#sc_buzz span.title,
		.sc_buzz a {
			color: #adb4a6;
			}
			
		#policies:hover,
		li#policies span.title,
		.policies a {
			color: #b85d4c;
			}
	
		#cosabella_connection:hover,
		li#cosabella_connection span.title,
		.cosabella_connection a {
			color: #bfb577;
			}

/* !Main */

/*
	#main {
		position: relative;
		z-index: 1;
		height: auto;
		}
		
	#main * {
		z-index: 1;
		}
*/
		
	#main_image {
		/* margin-top: 40px; */
		margin-top: 37px;
		position: relative;
 		float: left; 
		clear: both;
		/* z-index: 1; */
		}
		
	#headline {
		max-height: none !important;
		max-width: none !important;
		}	
	
	#headline.secondary {
		position: relative;
		float: left;
		margin: 35px 0 25px -140px;
		}
	
	#headline.tertiary {
		position: inherit;
		margin: 0;
		margin-bottom: 15px;
		float: left;
		}
		
	#main_text_wrapper {
		position: relative;
		} 
/*
	#main_text {
		position: absolute;
		left: 440px;
		top: 90px;
		width: 385px;
		}
*/

	#main_text {
		position: relative;
		margin: 0px 40px 50px;
		width: 385px;
/* 		float: right; */
		}
		
		#main_text.secondary {
			float: right;
			}
		
		#main_text.tertiary {
			margin-left: 15px;
			margin-top: 25px;
			width: auto;
			}
		
		#main_text p,
		#main_text ul,
		#main_text table,
		#main_text a,
		span.normal {
			font-family: "Trebuchet MS", Helvetica, sans-serif;
			font-size: 12px;
			line-height: 24px;
			/* font-weight: bold; */
			margin-bottom: 1.5em;
			clear: both;
			}
			
		span.normal {
			text-transform: none;
			letter-spacing: normal;
			font-weight: normal;
			line-height: normal;
			}
		
		#main_text p,
		#main_text ul,
		#main_text table {
			color: #522500;
			}
			
		/* specific fixes for title and caps */
		#main_text p.title a,
		#main_text ul.chapter_links li a,
		#main_text p span.title a,
		#main_text p.caps a,
		#main_text span.caps a,
		#main_text p.chapter_links a,
		#meet_our_team span.caps a{
			font-family: Verdana, "Trebuchet MS", Helvetic, sans-serif;
			}
			
		#main_text ul.chapter_links li a,
		#main_text p.chapter_links a{
			font-size: 12px;
			letter-spacing: 0.25em;
			}
			
			#main_text.tertiary table {
				clear: none;
				}
	
/* 	#main_text #menu_tertiary, */
	#main_text table .title,
	#main_text table .title td,
	#main_text .title {
		text-transform: uppercase;
		color: #94a546;
		font-size: 11px;
		font-weight: bold;
		}
		
		#main_text table.skin_care td{
			padding-right: 20px;
			}

		
		#menu_tertiary li,
		#main_text .title {
			list-style-type: none;
			font-size: 1.3em;
			line-height: 2em;
			}
			
	#main_text.tertiary p {
		float: left;
		position: relative;
		width: 240px;
		clear: both !important;
		}
		
		#main_text.tertiary p.no_table {
			width: 400px;
			}
		
		#main_text.tertiary td p {
			float: none;
			width: auto;
			clear: none;
			}
	
	#main_text.tertiary table {
		position: relative;
		float: left;
		display: inline;
		margin-left: 35px;
		margin-top: -30px;
		padding-bottom: 50px;
		width: 550px;
		
		}
		
	#main_text div.product_columns {
		float: left;
		width: 265px;
		margin: -50px 0 50px 27px;
		}
		
		#main_text div.product_columns p {
			width: 265px;
			}
		
		#main_text div.product_columns div.logo_container {
			height: 50px
			}
			
			#main_text div.product_columns div.logo_container img {
/* 				margin-bottom: 15px; */
				margin-top: 15px;

				}
			
			#main_text div.product_columns img.hr {
				margin-bottom: 5px;
				}
		
		img.next {
			float: right;
			}
		
	#main_text .location {
		float: left;
		clear: none;
		}
		
	#main_text p.location {
		margin-left: 25px;
		width: 175px;
		}
		
		#main_text #map_canvas {
			width: 125px;
			height: 125px;
			}
			
		#main_text div.location {
			margin-left: 25px;
			margin-bottom: 50px;
			}
			
		#main_text div.first {
			margin-left: 0;
			}
			
			/*
#map_canvas #menumtctl,
			#map_canvas #copyright,
			#map_canvas span {
				display: none;
				}
*/
		
		#main_text div.location span.caps a{
			/* font-size: 12px; */
			font-size: 10px;
			color: #ce7019;
			letter-spacing: .3em;
			}
			
	#main_text p.locations a {
		font-size: 16px;
		letter-spacing: .2em;
		}
			
	#main_text.full_width {
		width: 800px;
		margin: 0;
		padding: 0;
		left: 0;
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		}
		
		#main_text.full_width #headline {
			margin: 50px 0 30px 0;
			}
		
		#main_text.full_width h1 {
			margin-top: 15px;
			clear: both;
			}
		
		#main_text.full_width h1,
		#main_text.full_width h2,
		#main_text.full_width h3 {
			margin-bottom: 15px;
			}
		
		#main_text.full_width li {
			margin-bottom: 50px;
			}
			
			#main_text.full_width li ul,
			#main_text.full_width li ol {
				margin-left: 25px;
				}
				
			#main_text.full_width li ol {
				list-style-type: upper-roman;
				}
			
			#main_text.full_width li ul li {
				margin-bottom: 0;
				}
		
		#main_text #meet_our_team {
			/* text-align: center; */
			width: 854px;
			/*
background-image: url( /images/our_team/next_stylist.png );
			background-position: bottom right;
			background-repeat: no-repeat;
*/			margin-bottom: 50px;
			}
			
			#main_text #meet_our_team img.thumbnail,
			.thumbnail {
				margin: 7px;
				width: 121px;
				height: 121px;
				float: left;
				cursor: pointer;
				}
				
			#main_text #meet_our_team .caps {
				clear: both;
				float: left;
				padding-bottom: 50px;
				}
				
				
		#main_text .profile {
			display: none;
			}
			
			#main_text #meet_our_team div.p_wrap,
			div.p_wrap {
				float: left;
				margin-left: 20px;
				}
				
			#main_text #meet_our_team div.p_wrap.owner,
			div.p_wrap.owner {
				float: none;
				margin-left: 20px;
				}
			
			#main_text #meet_our_team p {
				float: left;
				clear: none;
				width: 300px;
				margin-right: 10px;
				line-height: 1.5em;
				}
				
			#main_text #meet_our_team .p_wrap img,
			.p_wrap img {
				float: left;
				margin-bottom: 15px;
				}
			
				
			#main_text #meet_our_team .p_wrap.owner img,
			.p_wrap.owner img {
				float: none;
				}
			
			#main_text #meet_our_team p.owner {
				width: 159px;
				}
			
			#main_text #meet_our_team .p_wrap p,
			.p_wrap p {
				margin-right: 40px;
				}
				
			#main_text #meet_our_team .p_wrap.owner p,
			.p_wrap.owner p {
				margin-right: 20px;
				}
			
			#main_text #meet_our_team img.next {
				vertical-align: bottom;
				padding-bottom: 50px;
				}
				
			#main_text #meet_our_team div#arrows {
				width: 880px;
				clear: both;
				height: 130px;
				display: none;
				}
				
				div#arrows img#next_stylist,
				div#arrows img#previous_stylist {
					cursor:pointer;
					}

				
				div#arrows img#previous_stylist {
					float: left;
					}
				

				
				div#arrows img#next_stylist {
					float: right;
					}


	div.terms h1,
	div.terms h2,
	div.terms h3,
	div.terms h4,
	div.terms h5,
	div.terms h6,
	div.terms p,
	ol#terms_list p,
	p#terms_intro,
	div.privacy h1,
	div.privacy h2,
	div.privacy h3,
	div.privacy h4,
	div.privacy h5,
	div.privacy h6,
	div.privacy p,
	ol#privacy_list p,
	ol#privacy_list li,
	p#privacy_intro {
		font-size:10px;
		}
		
	p.employment {
		clear: none !important;
		margin-right: 30px;
		padding-bottom: 50px;
		}	
	
/* !Footer */
	
	#footer {
		position: relative;
		margin-top: -22px;
		padding-bottom: 50px;
		border-top: solid 1px #665a77;
		/* border-bottom: solid 1px #665a77; */
		z-index: 10;
		float: left;
		}
		
	#footer * {
		z-index: 10;
		}
	
	div.module {
		height: 116px;
		float: left;
		}

	#module_1 {
		width: 230px;
		background-image: url( '/images/overlay.png' );
		background-repeat: repeat;
		}
		
		 #module_1 img {
			margin-top: 20px;
			margin-left: 15px;
			}
	
	#module_2 {
		width: 370px;
		position: relative;
		text-align: center;
		}
		
		#module_2 img {
			position: relative;
			/* width: 189px; */
			margin-left: 2px;
			/* margin-top: -33px; */
			top: 13px;
			}
		
		#module_2 .bottom_image {
			margin-top: 12px;
			}
		
	#module_3 {
		width: 257px;
		}
		
		 #module_3 img {
			margin-top: 20px;
			margin-left: 20px;
			}
		
	#module_2,
	#module_3 {
		background-image: url( '/images/footer_vertical_rule.png' );
		background-position: center left;
		background-repeat: no-repeat;
		}

	#middle_footer_area {
		border-top: solid 1px #665a77;
		border-bottom: solid 1px #665a77;
		text-align: center;
		height: 35px;
		margin-top: 10px;
		}
		
		#middle_footer_area img {
			margin-top: 8px;
			}
	
	#footer_info {
		color: #948671;
		text-transform: uppercase;
		/* font-family: "Trebuchet MS", Helvetica, sans-serif; */
		/* font-family: "Lucida Sans"; */
		font-family: Verdana;
		font-size: 10px;
		margin-top: 31px;
		letter-spacing: .06em;
		}
		
	#footer_info ul {
		line-height: 14px;
		text-align: center;
		}
	
	#footer_info li {
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #a29684;
		letter-spacing: 0.039583em;
		}
		
		#footer_info li.address {
			top: 15px;
			clear: both;
			}
		
		#footer_info li,
		#footer_info li a,
		#footer_info li a:hover,
		#footer_info li a:visited,
		#footer_info li a:visited:hover {
			color: #948671;
			font-weight: normal;
			}
		
		#footer_info li img {
			margin-right: 7px;
			top: 7px;
			}
		
	#footer_info li.last {
		border-right: none;
		}
		
/*! Gallery */

div.gallery {
	float: left;
	width: 500px;
	margin-left: 50px;
	}
	
	div.gallery img {
		max-height: 100px;
		max-width: 100px;
		}
		
/* More styles */
.chapter_links *,
.chapter_links li,
.chapter_links li a{
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.4em;
	font-size: 26px;
	}

.our_team .chapter_links li a {
	letter-spacing: 0.15em !important;
	}
	
div.contact img {
	float: left;
	}
	
#main_text.contact p {
	float: left;
	width: 152px;
	clear: none;
	margin-left: 30px;
	padding-bottom: 50px;
	}
	
	#main_text.contact p.right {
		width: 130px;
		margin-right: -15px;
		margin-top: 28px;
		}
		

#main_text #kerastase_treatments_menu {
	margin-top: -87px;
	}
	
img[src=/images/headline/flatirons.png] {
	display: none;
	}
	

div.scoop {
	padding-top: 75px;
	width: 400px;
	}
	
	div.scoop h4 {
		color: #9eac9e;
		font-family: LucidaSansUnicode;
		letter-spacing: 3.1pt;
		text-transform: uppercase;
		text-align: left;
		}
	
	#main_text.tertiary div.scoop p {
		width: auto;
		}
		
	/* NEW TEAM PAGE */
			
			.new_team_page {
				padding-bottom: 25px;
				}
			
			.first_thumb {
				clear:left;
				}
			
			.new_team_page p_wrap p {
				float: left;
				}
			
			.new_team_page a img.thumbnail:first {
				clear:left;
				}
				
			.bio_headline {
				float: left;
				}
			
			p.clear {
				clear: none !important;
				}
				
			p.wrap {
				width: 762px;
				}
			
			p.wrap p,
			#main_text.tertiary p {
				clear: none;
				}
				