/***********
Salon Matos, Inc. - Master CSS (Screen)
Author: Philip Klauzinski, BMC WebDev
Web Site: http://www.brewermc.com
Copyright (c) 2005 Salon Matos, Inc.
***********/

body {
	margin: 0;
	padding: 0;
	/*background: #fff url(images/html_bg.jpg) fixed repeat-x 0 0;*/
	font: 78%/1.5em "Trebuchet MS", "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	color: #555;
	text-align: center;
	background: url(images/bg.jpg) repeat-x;
}
/*/*/a{}
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body p {
    font-size: small;
}
/* */
#mainContent a {
	color: #AE579F;
	text-decoration: underline;
	/* border-bottom: 1px dashed #ae579f; */
}
#mainContent a:hover {
	color: #9164A1;
	border: none;
	background-color: #E8DEEB;
	text-decoration: none;
}
p {
	margin: .5em 0 1.3em;
	line-height: 1.6em;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
}
img#staticHeader {
	width: 416px;
	height: 106px;
}
acronym {
	border-bottom: 1px dashed #aaa;
	cursor: help;
}
blockquote {
	margin: 0 40px 20px;
	padding: 2px 8px 0;
	font: 13px "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#header {
	background: #000;
	border: 1px solid #000;
	position: relative;
	margin: 0 12px 0 11px;
	padding: 5px 5px 0;
	text-align: right;
	min-height: 112px;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}
* html #header { /* IE only */
	padding-bottom: 5px;
	height: 106px;
}
#header object, #header embed, #header param {
	margin: 0;
	padding: 0;
	background-color: #000;
}
h1 {
	display: block;
	width: 242px;
	height: 100px;
	margin: 0 0 0 30px;
	padding: 0;
	background: url(images/h1_bg.gif) no-repeat;
	position: absolute;
	top: 10px;
	left: -15px;
}
h1 a, h1 a:hover {
	display: block;
	text-decoration: none;
	width: 242px;
	height: 100px;
	background: none;
	color: #000;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
#mainContent h2 {
	margin: 10px 0 5px;
	padding: 0 0 5px;
	font: bold 1.5em Verdana, Georgia, Helvetica, sans-serif;
	color: #9263A3;
	border-bottom: 1px dashed #bbb;
}
#mainContent h2 a {
	border: 0;
}
#sidebar h2 {
	font: bold 16px "Gill Sans MT", Arial, Helvetica, sans-serif;
}
h3 {
	margin: 18px 0 2px;
	padding: 2px 0 0;
	font: bold 1.2em/100% "Verdana MS", Arial, Helvetica, sans-serif;
	border-top: 1px solid #ddd;
	clear: both;
	/* background: #E6DAE9; */
}
h4 {
	margin: 18px 0 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}

/* Standard List Items */
ul {
	margin: 0 0 20px 25px;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
}
ul.standard {
	/*list-style: url(images/bullet_arrow_01.png);*/
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}
ul.standard li {
	margin: 0;
	padding: 0;
}
ul.appointment {
	padding: 0 5px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	font-size: .9em;
	line-height: 1.3em;
	float: left;
	display: inline;
	width: 310px;
	margin: -10px 0 0;
	color: #666;
}
ul.appointment li {
	border-bottom: 1px dashed #ccc;
	float: left;
	clear: left;
	width: 100%;
	padding: 3px 0;
}
ul.appointment li.bottom {
	border: 0;
}

/* Main Menu */
ul#menu {
	display: block;
	margin: 0 1px 0 0;
	padding: 0 0 211px;
	list-style-type: none;
	height: 1%;
	/* border-right: 1px solid #530053; */
	background: #c5accc url(images/sidebar_girl.jpg) no-repeat center bottom;
	border-bottom: 1px solid #fff;
	position: relative;
}
ul#menu.paul_mitchell {
	background-image: url(images/sidebar_paul_mitchell.jpg);
}
ul#menu li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#menu li a {
	display: block;
	background: #B495BD;
	border-bottom: 1px solid #9164a1;
	border-top: 1px solid #c5accc;
	border-left: 0;
	margin: 0;
	text-decoration: none;
	font: bold .8em/2.2em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	text-indent: 15px;
	width: 100%;
}
ul#menu li a:hover, ul#menu li a.current {
	background: #fff;
	color: #000;
	border-top-color: #fff;
}
ul#menu li a.current, ul#menu li a.current:hover {
	background: #fff url(images/menu_current_bg.gif) no-repeat right center;
}
ul#menu li a.bottom {
	border-bottom-color: #c5accc;
}
/* END Main Menu */

/* Structural Elements */
#wrapperHeader {
	/* width: 100%;
	height: 400px; */
	position: relative;
	top: 0;
	left: 0;
	background: url(images/wrapper_header_bg.jpg) no-repeat center top;
	z-index: 0;
}
#wrapper {
	width: 746px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #fff url(images/wrapper_content_bg.jpg) repeat-y;
	clear: both;
	z-index: 1;
}
#wrapperFooter {
	width: 100%;
	background: #fff url(images/wrapper_footer_bg.jpg) no-repeat center top;
	height: 27px;
	clear: both;
	padding-bottom: 5px;
	position: relative;
}
#mainContent #galleryWrapper {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
}
#mainContent #galleryWrapper #adminbox, #mainContent #galleryWrapper #adminbox td { background-color: #fff; color: #444; }
#container {
	display: block;
	margin: 0 12px;
	padding: 0 13px 0 20px;
	text-align: left;
	min-height: 100%;
	background: url(images/container_bg.gif) repeat-y 583px 0;
	float: left;
	position: relative;
	z-index: 2;
}
* html #container { /* IE only */
	float: none;
	height: 100%;
}
#mainContent {
	width: 540px;
	float: left;
	position: relative;
	z-index: 3;
	/*background: url(images/mainContent_bg.gif) no-repeat 0 0;*/
}
#mainContent p {
	text-align: justify;
	font-size: 98%;
}
#sidebar {
	float: right;
	display: inline;
	text-align: left;
	clear: none;
	width: 139px;
	margin-right: -14px;
	position: relative;
}
#footer {
	display: block;
	clear: both;
	padding-top: 14px;
	text-indent: 10px;
	height: 12px;
	color: #777;
	font: bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 12px 0 11px;
	border-top: 1px solid #c5accc;
	position: relative;
}
#footer .left {
	float: left;
	clear: left;
}
#footer .right {
	float: right;
	clear: right;
	margin-right: 10px;
	display: inline;
}
#footer .right a {
	color: #9164A1;
	padding: 3px 5px;
	text-decoration: none;
}
#footer a:hover {
	background: #E8DEEB;
}

/* Images */
#giftCard {
	width: 148px;
	height: 107px;
	float: left;
	clear: left;
	display: inline;
	margin: 0 0 0 -10px;
	position: relative;
}
#contact_team {
	float: right;
	width: 148px;
	height: 98px;
	margin-top: 4px;
}
#appointmentRequest_img {
	float: left;
	width: 200px;
	margin: 5px 10px 5px 0;
}
/* Home page Styles */
#intro {
	width: 46%;
	float: left;
	clear: left;
	position: relative;
}
* html #intro p { /* IE only */
	margin-bottom: 0;
}
#whatsNew {
	width: 45%;
	float: right;
	position: relative;
}
#whatsNew ul {
	margin: 5px 0 10px;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
}
* html #whatsNew ul {
	float: none;
}
#whatsNew li {
	display: block;
	height: 1%;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	float: right;
}
#mainContent #whatsNew ul li a {
	display: block;
	line-height: 1.3em;
	min-height: 36px;
	padding: 2px 0 1px 60px;
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-color: none;
	font-size: .9em;
	border: 1px solid #fff;
	text-decoration: none;
	margin-bottom: 3px;
}
* html #mainContent #whatsNew ul li a { /* IE only */
	height: 36px;
}
#mainContent #whatsNew ul li a:hover {
	text-decoration: none;
	background-color: #fbfbfb;
	border: 1px dashed #E2C2DD;
	background-repeat: no-repeat;
}
#mainContent #whatsNew ul li.giftCard a {
	background-image: url(images/gift_card_small.jpg);
	background-attachment: 0 3px;
}
#whatsNew li.team a {
	background-image: url(images/whatsNew_team_bg.jpg);
}
#whatsNew li.photos a {
	background-image: url(images/whatsNew_photos_bg.jpg);
}
#whatsNew li.ad a {
	background-image: url(images/whatsNew_ad_bg.jpg);
}
ul#featuredAreas {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	clear: both;
}
ul#featuredAreas li {
	display: block;
	width: 50%;
	float: left;
}
ul#featuredAreas li a {
	display: block;
	padding-left: 100px;
	padding-right: 18px;
	min-height: 70px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	color: #444;
	font: normal .84em/1.5em "Trebuchet MS", "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
}
* html ul#featuredAreas li a { /* IE only */
	height: 70px;
}
ul#featuredAreas li a span {
	font-weight: bold;
	font-size: 1.1em;
	color: #AE579F;
}
ul#featuredAreas li a:hover span {
	text-decoration: underline;
}
ul#featuredAreas li a:hover {
	background-color: #fff;
}
ul#featuredAreas li a.services {
	background-image: url(images/featured_services_bg.jpg);
}
ul#featuredAreas li a.gallery {
	background-image: url(images/featured_gallery_bg.jpg);
}
ul#featuredAreas li a.request {
	background-image: url(images/featured_request_bg.jpg);
}
ul#featuredAreas li a.community {
	background-image: url(images/featured_community_bg.jpg);
}
ul#featuredAreas li a.team {
	background-image: url(images/featured_team_bg.jpg);
}
ul#featuredAreas li a.contact {
	background-image: url(images/featured_contact_bg.jpg);
}

/**********
Form Styles
**********/
form {
	margin: 0;
	padding: 0;
}
.inputBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444;
	border: 1px solid #999;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	background-color: #9263A3;
	border: 1px solid #530053;
	margin-top: 10px;
}
.formWrapper p {
	margin: 8px 0 12px;
	text-align: justify;
}
.purpleLight, .formWrapper .purpleLight {
	color: #9263a3;
	padding: 0;
	display: inline;
}
.purpleDark, .formWrapper .purpleDark {
	color: #530053;
	padding: 0;
	display: inline;
}
.formWrapper .na {
	color: #bbb;
	padding: 0;
}
div.formWrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
div#requestSideBar {
	width: 200px;
	float: left;
}
div#requestWrapper {
	float: right;
	width: 320px;
}
div#requestWrapper p {
	width: 100%;
	float: left;
}
div#requestWrapper .formWrapper {
	float: left;
	margin-top: 0;
	margin-top: -10px;
}
div.formWrapper span {
	display: block;
	padding-left: 5px;
}
.formWrapper div.left, .formWrapper div.right {
	width: 50%;
	float: left;
	clear: left;
	min-height: 40px;
	margin-bottom: 5px;
}
* html .formWrapper div.left, * html .formWrapper div.right { /* IE only */
	height: 40px;
}
.formWrapper div.right {
	float: right;
	clear: right;
}
.formWrapper div.hours strong {
	float: left;
	width: 3em;
	text-align: center;
	color: #9164a1;
}
#mainContent p.note {
	font-size: .85em;
	line-height: 1.5em;
	text-align: left;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 2px 0;
	margin: 10px 0;
}
#requestSideBar p.note {
	float: left;
}
.formWrapper .note {
	font-size: .8em;
	margin: 0;
	padding: 0;
	line-height: .95em;
}
.formWrapper div.wrapLeft {
	width: 50%;
	float: left;
	clear: left;
}
.formWrapper div.wrapLeft .left {
	width: 100%;
}
.formWrapper div.wrapRight {
	width: 50%;
	float: right;
	clear: right;
}
.formWrapper div.wrapRight .right {
	width: 100%;
}
.formWrapper div.subLeft {
	width: 50%;
	float: left;
	clear: left;
}
.formWrapper div.subRight {
	width: 50%;
	float: right;
	clear: right;
}
.formWrapper h2, h2.graphic {
	display: block;
	height: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	text-indent: -9999px;
	font-size: 9px;
	margin: 20px 0 5px;
}
h2 a {
	text-indent: 0;
	float: right;
	font-size: 9px;
}
h2 a:hover {
	background: #eee;
	text-decoration: none;
}
h2#employment {
	background: url(/images/Title_Employment.gif) no-repeat left center;
}
h2#contact {
	background: url(/images/Title_Contact.gif) no-repeat left center;
}
h2#community {
	background: url(/images/Title_Community.gif) no-repeat left center;
}
#mainContent p.location {
	line-height: 1.5em;
}
h2#appointment {
	background: url(/images/Title_AppointmentRequest.gif) no-repeat left center;
}
h2#services {
	background: url(/images/Title_Services.gif) no-repeat left center;
}
h2#team {
	background: url(/images/Title_Team.gif) no-repeat left center;
}
h2#giftCardTitle {
	background: url(/images/Title_GiftCard.gif) no-repeat left center;
}
.formWrapper h3 {
	display: block;
	background: #B495BD;
	color: #fff;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 5px;
	line-height: 1.5em;
	border: 0;
	margin: 2px 0;
	padding: 0;
	clear: both;
}
.formWrapper h4 {
	line-height: 1.4em;
	background: #eee;
	font-size: .9em;
	font-weight: bold;
	margin: 0 1px 2px 0;
	padding: 0 3px;
	color: #444;
}
.formWrapper div.divide {
	display: block;
	margin: 4px 0 8px;
	padding: 0;
	border: 0;
	line-height: 1px;
	height: 1px;
	clear: both;
	position: relative;
	border-top: 1px dashed #9263a3;
}
.formWrapper div.agree {
	background: #ddd;
	padding: 2px;
	display: block;
	margin-bottom: 5px;
}
.formWrapper #submit {
	display: block;
	font-weight: bold;
	line-height: 20px;
	margin-top: 15px;
	text-indent: 0;
}
.formWrapper div.wrapper, .formWrapper div.full {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	clear: both;
	color: #555;
}
.formWrapper div.full {
	min-height: 40px;
	margin-bottom: 5px;
}
* html .formWrapper div.full { /* IE only */
	height: 40px;
}
/* Links Page */
h2#links {
	background: url(/images/Title_Links.gif) no-repeat left center;
}
h2#links a {
	text-indent: 0;
	float: right;
	font-size: 9px;
}
ul.links {
	margin: 0;
	padding: 0;
	font-weight: bold;
	width: 100%;
	background: url(images/paul_mitchell_links_bg.gif) no-repeat 290px 0;
}
ul.links li {
	display: block;
	margin: 0;
	padding: 0;
	width: 50%;
	height: 1%;
}
#mainContent ul.links li a {
	display: block;
	height: 18px;
	line-height: 18px;
	background: #f0f0f0;
	margin: 2px 0 0;
	padding: 0 5px;
	text-decoration: none;
}
#mainContent ul.links li a:hover {
	background: #E8DEEB; /* was #9164a1 */
	text-decoration: none;
}
/* Salon Matos DVD Commercial Object */
embed#commercial {
	width: 352px;
	height: 240px;
	margin: 15px 0 15px 100px;
	border: 1px solid #ddd;
}
/* Team page styles */
.teamMember {
	margin: 12px 0;
	border: 1px solid #B495BD;
	background: #f9f9f9 url(images/teamMember_bg.gif) repeat-y left top;
	float: left;
	clear: both;
	position: relative;
	width: 100%;
}
.teamMember .details {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 67%;
}
.teamMember h3 {
	margin: 0;
	padding: 3px 0;
	background: #B495BD;
	text-indent: 5px;
	color: #fff;
	border: 0;
}
.teamMember img {
	float: left;
	width: 150px;
	border: 0;
	margin: 0 10px 0 0;
	border: 1px solid #000;
	border-left: 0;
	border-top: 0;
}
.teamMember ul {
	display: block;
	margin: 2px 0 5px;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}
.teamMember ul li {
	display: block;
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dashed #ccc;
	line-height: 1.2em;
	width: 100%;
}
.teamMember ul li.position {
	font-weight: bold;
	font-size: 1.1em;
}
#mainContent .teamMember .details p.quote {
	font-size: .85em;
	font-style: italic;
	float: left;
	padding: 0 5px;
	margin: 5px 0 6px;
}
.teamMember .details h4 {
	background: #eee;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 0;
	float: left;
	width: 100%;
	text-indent: 5px;
	border: 1px solid #ddd;
}
/* Calendar Styles */
#calendar {
	border: 1px solid #B495BD;
	border-collapse: collapse;
	float: left;
	clear: left;
	line-height: 100%;
	width: 200px;
	margin-bottom: 10px;
}
#calendar caption {
	padding: 3px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 10px 0 0;
	background: #f3f3f3;
}
#calendar th.month {
	text-align: center;
	background-color: #B495BD;
	color: #fff;
}
#calendar th.day {
	font-size: x-small;
	vertical-align: center;
	background: #f3f3f3;
	width: 14%;
}
#calendar th, #calendar td {
	border: 1px solid #B495BD;
	padding: 3px 0;
	text-align: center;
}
#calendar td {
	font-size: x-small;
	width: 14%;
	color: #9164a1;
}
#calendar td.today {
	background: #ddd;
	font-weight: bold;
	color: #530053;
}
/* Services page */
#styleMenu {
	width: 100%;
	float: left;
	border-top: 1px dashed #ccc;
}
#styleMenu h3 {
	float: left;
	width: 100%;
	position: relative;
	height: 35px;
	background-repeat: no-repeat;
	background-attachment: left top;
	border: 0;
}
#styleMenu h3 span.prices {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	font: bold italic 10px/1em Verdana;
	color: #9263a3;
}
#styleMenu h3 img {
	float: left;
}
#styleMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: .85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
#styleMenu ul li {
	float: left;
	width: 100%;
	height: 1%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#styleMenu ul li span.service {
	float: left;
}
#styleMenu ul li span.price {
	float: right;
	font-size: .95em;
	padding-right: 4px;
}
#styleMenu ul li ul li span.price {
	font-size: 1.2em;
}
#styleMenu ul li span.quote {
	color: #9263a3;
}
#styleMenu li ul li {
	font-size: .95em;
}
#styleMenu ul li ul li span.service {
	width: 70%;
	text-align: right;
	font-style: italic;
	color: #666;
}
#styleMenu .item {
	width: 40%;
	margin-bottom: 10px;
}
#snipIntoStyle {
	float: left;
}
#snipIntoStyle h3 {
	background-image: url(../inc/images/services/Title_SnipIntoStyle.gif);
}
#colorYourWorld {
	float: right;
}
#colorYourWorld h3 {
	background-image: url(../inc/images/services/Title_ColorYourWorld.gif);
}
#aStepAbove {
	float: left;
	clear: left;
}
#aStepAbove h3 {
	background-image: url(../inc/images/services/Title_AStepAbove.gif);
}
#smoothMoves {
	float: right;
	clear: none;
}
#smoothMoves h3 {
	background-image: url(../inc/images/services/Title_SmoothMoves.gif);
}
#aboutFace {
	float: right;
	clear: right;
}
#aboutFace h3 {
	background-image: url(../inc/images/services/Title_AboutFace.gif);
}
#pricingInfo {
	float: left;
	clear: left;
}
#styleMenu #pricingInfo ul.details {
	margin: 0;
	padding: 0 0 8px;
	float: left;
	display: inline;
}
#styleMenu #pricingInfo ul.details li {
	font: normal 9px/100% Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	clear: left;
	background: url(/images/Bullet.gif) no-repeat 0 1px;
	padding-left: 10px;
}
#styleMenu #pricingInfo img.CC {
	width: 40px;
	height: 24px;
}
/* Community Page */
.communitySection {
	float: left;
	display: inline;
	width: 30%;
	text-align: center;
	margin: 10px 12px 10px 0;
	border: 1px solid #B495BD;
}
.communitySection h3 {
	background-color: #B495BD;
	color: #fff;
	font-size: 1em;
	font-family: "Trebuchet MS", "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	padding: 3px;
	border: 0;
}
#mainContent .communitySection a:hover {
	background: none;
}
.communitySection a img {
	padding: 4px;
	border: 3px solid #fff;
}
.communitySection a:hover img {
	border: 3px solid #B495BD;
}
/* Flash play button */
#playButton {
	position: absolute;
	z-index: 100;
	width: 40px;
	height: 40px;
	top: 65px;
	left: 10px;
}
#playButton embed {
	position: relative;
	margin-left: 10px;
}