/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/
body { 
	background-color: #efefef;
	color: #666;
	margin: 0 auto;
	padding: 0;
}

body, p, ol, ul, td, th {
  font-family: "Myriad Pro", helvetica, arial, sans-serif;
  font-size:   12px;
  line-height: 16px;
  text-align: left;
}

img {
	border: 0;
}

input { padding: 3px; }

span.help {
  font-size: 10px;
  color: #666;
  margin: 0;
  padding: 0;
}

a {text-decoration: underline; padding: 1px; }
a:link { color: #000; }
a:visited { color: #666; }
a:hover { color: #000; text-decoration: none; }

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

label {
	font-size:0.85em;
	font-weight:bold;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}

p {
	font-size: 12px;
	line-height: 16px;
}

small {
	font-size: 10px;
	line-height: 13px;
}

blockquote {
	font-size: 12px;
	color: #666;
	margin: 20px;
}

ol, ul, li {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

li {
	font-size: 11px;
	line-height: 13px;
	padding: 3px 0;
}

td, th {
	padding: 0px;
	text-align: left;
}

#notice {
	background-color: #ccc;
	color: #000;
	border: 1px dotted #666;
	width: 90%;
	font-size: 12px;
	padding: 5px;
}

.fieldWithErrors {
  padding: 0px;
  margin: 0px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/*-------------------------------------------------
STRUCTURE
-------------------------------------------------*/
div#Wrapper {
	padding: 0;
	margin: 0;
}

.container {
	width: 1024px;
	min-width: 1024px;
}

#Content {
	text-align: left;
}


/*-------------------------------------------------
HEADER
-------------------------------------------------*/
div#Header {
	height: 90px;
	background-color: #bf311a;
	margin-bottom: 3px;
}

div#Header #Logo {
}

div#Header #Menu {
	padding: 20px 0 0 0;
	float: right;
	clear: both;
}

div#Menu .section {
	padding: 0 40px 0 0;
}

#Menu .comma {
	display: inline;
	margin-left: -5px;
}

/*-------------------------------------------------
BANNER
-------------------------------------------------*/
#Banner {
	margin-bottom: 3px;
}

/*-------------------------------------------------
SPOTLIGHTS
-------------------------------------------------*/
.spotlights {
	height: 58px;
}

#HomeSpotlights  {
	height: 196px;
}

.spotlights .spotlight {
	padding: 13px 0 13px 29px;
	position: relative;
}

.spotlights .spacer {
	width: 3px;
}

.spotlight div.link {
	z-index: 1;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.spotlight div.subscribe_link {
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

#Spotlight1 {
	width: 165px;
	xmargin-right: 3px;
}

#Spotlight1Container,
#Spotlight1 {
	background-color: #e4a39e;	
}

#Spotlight2 {
	width: 197px;
	xmargin-right: 3px;
}

#Spotlight2Container,
#Spotlight2 {
	background-color: #de665d;	
}

#Spotlight3 {
}

#Spotlight3Container,
#Spotlight3 {
	background-color: #bf311a;	
}

.spotlights input {
	color: #bf311a;
}

.spotlights div.message {
	font-size: 10px;
	margin-top: -2px;
	margin-left: 2px;
	color: #bf311a;
}

div#SubscribeSuccess {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
div#Footer {
	float: left;
	margin-top: 20px;
	color: #999999;
	font-size: 10px;
	padding: 5px;
}

div#Footer a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

div#Footer a:hover {
	color: #666;
}

div#Footer table td#Legal {
	text-align: right;
}

/*-------------------------------------------------
MAIN
-------------------------------------------------*/
div#Main {
	background-color: #fff;
	margin: 27px 0 0 0;
	float: left;
}

/*-------------------------------------------------
STYLISTS
-------------------------------------------------*/
#Sidebar div#Stylists {
	margin-bottom: 25px;
}

div#Stylist {
	margin: 25px 0 25px 10px;
}

div#Stylist div.image {
	float: left;
	position: relative;
}

div#Stylists div#Thumbs div.thumb {
	float: left;
	width: 110px;
	height: 140px;
	position: relative;
	cursor: pointer;
}

div.image div.overlay,
div.thumb div.overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

div.thumb div.caption {
	z-index: 2;
	position: absolute;
	bottom: 10px;
	left: 10px;
	max-width: 85px;
	background-color: #fff;
	padding: 3px;
}

div.thumb div.caption,
div.thumb div.caption a,
div.thumb div.caption a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

div#Stylist div.details {
	background-color: #fff;
	float: left;
	padding: 10px;
	width: 300px;
}

div.details div.name {
	font-size: 25px;
	line-height: 25px;
	color: #bf311a;
}

div.details div.category {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

div.details div.email a,
div.details div.email a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

div.details div.email a:hover {
	color: #bf311a;
}

div.details div.bio p {
	text-align: justify;
}

/*-------------------------------------------------
CONTACT INFO & MAP
-------------------------------------------------*/
#ContactInfo {
	font-size: 14px;
	line-height: 16px;
}

#ContactInfo h1 {
	font-size: 20px;
	margin-bottom: 2px;
}

#ContactInfo a,
#ContactInfo a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

#ContactInfo a:hover {
	color: #bf311a;
}

#Map img {
	xborder: 1px solid #de665d;
}

/*-------------------------------------------------
PRODUCTS
-------------------------------------------------*/
#Products {
	margin-top: 35px;
}

div.products {
	margin: 20px;
	float: left;
}

div.product {
	float: left;
	clear: left;
	margin-bottom: 30px;
}

div.product div.image {
	float: left;
}

div.product div.description {
	float: left;
	padding: 20px;
	width: 250px;
}

/*-------------------------------------------------
NEWS
-------------------------------------------------*/
div.articles {
	margin: 20px;
	float: left;
}

div.articles h1 {
	margin-bottom: 40px;
}

div.article {
	margin-bottom: 50px;
}

div.article h1 {
	font-size: 20px;
	color: #bf311a;
	margin-bottom: 2px;
	padding: 0;
}

div.article div.date {
	font-size: 10px;
	color: #999999;
}

div.article div.body p {
	text-align: justify;
}

div#Archive div.links {
	padding: 10px 25px 25px 5px;
}

div#Archive div.links div.link {
	font-size: 12px;
	margin-bottom: 10px;
}

div.articles div.navigation a,
div.articles div.navigation a:hover,
div#Archive div.links div.link a,
div#Archive div.links div.link a:hover {
	color: #999999;
	text-decoration: none;
}

div.articles div.navigation a:hover,
div#Archive div.links div.link a:hover {
	color: #bf311a;
}

/*-------------------------------------------------
BODY
-------------------------------------------------*/
div#Main .spacer {
}

div#Main #Body {
	width: 681px;
	color: #3f3f3f;
	padding: 0 0 25px 0;
}

div#Main #Sidebar {
	width: 343px;
	padding: 0 13px 25px 0;
}

#Body div#BodyHeader {
	margin: 0 27px 0 18px;
}

div#BodyHeader div#SectionHeader {
	float: right;
}

div#BodyHeader div#SectionBody {
	float: left;
	background-color: #fff;
}

div#BodyHeader div#SectionBody p {
	text-align: justify;
}

/*-------------------------------------------------
SERVICES
-------------------------------------------------*/
div.services {
	float: left;
}

div.services div.service_category {
	margin-bottom: 3px;
	width: 660px;
}

div.service_category div.header {
	padding: 10px 15px 10px 15px;
	color: white;
	font-size: 25px;
	font-weight: bold;
}

div.service_category div.info {
	margin: -10px 100px 30px 15px;
}

div.info td.description p {
	margin-right: 20px;
}

div.info td.cost {
	font-size: 10px;
	line-height: 13px;
	color: #bf311a;
	font-weight: bold;
}

tr.service td {
	font-size: 20px;
	line-height: 25px;	
}

tr.service td.name {
	width: 435px;
}

tr.service td.name div.note {
	font-size: 10px;
	color: #3f3f3f;
	margin-top: -10px;
}

tr.service td.range,
tr.service td.name {
	color: #bf311a;
}


tr.service td.name div.hint {
	font-size: 10px;
	line-height: 10px;
	color: #bf311a;
	display: inline;
	margin-left: 5px;
}


table.rates_table {
	margin: 20px 0 50px 0;
}

table.rates_table td {
	font-size: 15px;
	line-height: 22px;
}

table.rates_table td.stylist {
	width: 435px;
}

table.rates_table td.stylist a,
table.rates_table td.stylist a:visited {
	color: #3f3f3f;
	text-decoration: none;
}

table.rates_table td.stylist div.link {
}

table.rates_table td.stylist a:hover {
	color: white;
	background-color: #bf311a;
}

/*-------------------------------------------------
UNSUBSCRIBE
-------------------------------------------------*/
div.unsubscribe {
	padding: 25px;
	background-color: #e4a39e;
}

div.unsubscribe div.header {
	color: #bf311a;
	font-size: 20px;
}

div.unsubscribe div#UnsubscribeForm {
	margin-top: 15px;
	height: 200px;
	position: relative;
}

div.unsubscribe div#UnsubscribeForm input {
	color: #bf311a;
}

div.unsubscribe div.link {
	z-index: 1;
	position: absolute;
	top: 50px;
	left: 0;
}

div.unsubscribe div.message,
div#UnsubscribeSuccess {
}

div.unsubscribe div.message {
	font-size: 10px;
	margin-top: -2px;
	margin-left: 2px;
	color: #bf311a;
}

div#UnsubscribeSuccess {
	color: #3f3f3f;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 10px 0 0;
}
