/*
CSS RESET
--------------------------------------------------*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
	}
/* remember to define focus styles! */
:focus
	{
	outline: 0;
	}
body
	{
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul
	{
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table
	{
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td
	{
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after
	{
	content: "";
	}
blockquote, q
	{
	quotes: "" "";
	}
/*
HTML STYLES
--------------------------------------------------*/
html
	{
	background: #efe6ce;
	}
body
	{
	font: 67.5% Arial, Verdana, Helvetica, sans-serif;
	background: #efe6ce url(../images/body.png) repeat-x center top;
	text-align: center;
	color: #444;
	}
strong,dt,h1,h2,h3,h4,h5,h6
	{
	font-weight: bold;
	}
em
	{
	font-style: italic;
	}
h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, ol, ul
	{
	margin-bottom: 1em;
	}
a
	{
	color: #28c;
	}
a:hover
	{
	color: #d71;
	text-decoration: underline;
	}
ul
	{
	padding-left: 2em;
	list-style-type: disc;
	}
ol
	{
	padding-left: 2em;
	list-style-type: decimal;
	}
li
	{
	margin-bottom: .5em;
	}
/*
SITE-BRANDING
--------------------------------------------------*/
#site-branding
	{
	height: 164px;
	margin: 0 auto;
	width: 750px;
	text-align: left;
	position: relative;
	background: url(../images/site-branding.jpg) no-repeat bottom right;
	}
h1
	{
	position: absolute;
	top: 33px;
	left: 0;
	margin: 0;
	width: 270px;
	height: 53px;
	text-indent: -9999em;
	background: transparent url(../images/h1.gif) no-repeat;
	}
/*
SITE-NAVIGATION
--------------------------------------------------*/
#site-navigation
	{
	height: 51px;
	line-height: 51px;
	padding-bottom: 20px;
	}
#site-navigation ul
	{
	margin: 0 auto;
	width: 751px;
	height: 51px;
	overflow: hidden;
	padding: 0;
	list-style: none;
	background: transparent url(../images/site-navigation.png) no-repeat top right;
	}
#site-navigation li
	{
	float: left;
	}
#site-navigation a
	{
	float: left;
	width: 150px;
	display: block;
	line-height: 51px;
	height: 51px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	background: transparent url(../images/site-navigation.png) no-repeat top left;
	text-shadow: 0 -1px 0 #600;
	}
.home #site-navigation #nav-home a,
.about #site-navigation #nav-about a,
.services #site-navigation #nav-services a,
.stylists #site-navigation #nav-stylists a,
.contact #site-navigation #nav-contact a
	{
	background-position: bottom left;
	cursor: default;
	}
#site-navigation a:hover
	{
	background-position: center left;
	text-shadow: 0 1px 0 #600;
	}
/*
CONTENT-WRAPPER
--------------------------------------------------*/
#content-wrapper
	{
	background: #f6f1de;
	text-align: center;
	border-bottom: 1px solid #e0d0b1;
	}
/*
SITE-CONTENT
--------------------------------------------------*/
#site-content
	{
	margin: 0 auto;
	width: 750px;
	overflow: hidden;
	text-align: left;
	padding: 20px 0;
	}
/*
CONTENT-MAIN
--------------------------------------------------*/
#content-main
	{
	font-size: 1.2em;
	line-height: 1.4em;
	width: 500px;
	float: left;
	overflow: hidden;
	position: relative;
	}
h2
	{
	height: 34px;
	line-height: 34px;
	text-indent: -9999em;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: .5em;
	}
.home h2
	{
	background-image: url(../images/h2-home.gif);
	}
.about h2
	{
	background-image: url(../images/h2-about.gif);
	}
.services h2
	{
	background-image: url(../images/h2-services.gif);
	}
.stylists h2
	{
	background-image: url(../images/h2-stylists.gif);
	}
.contact h2
	{
	background-image: url(../images/h2-contact.gif);
	}
#content-main img
	{
	padding: 2px;
	background: #fff;
	border: 1px solid #e0d0b1;
	margin: 0 1em 1em 1em;
	}
#content-main h3
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000;
	font-weight: normal;
	color: #581;
	text-align: center;
	border-top: 1px solid #e0d0b1;
	padding: 10px 0 15px 0;
	background: transparent url(../images/hr.gif) no-repeat center bottom;
	}
.services h3
	{
	margin-top: 2em;
	}
#content-main h4
	{
	font-size: 1.2em;
	}
/*
CONTENT-SUB
--------------------------------------------------*/
#content-sub
	{
	width: 200px;
	float: right;
	padding: 10px 5px 20px 20px;
	border-left: 1px solid #e0d0b1;
	color: #666;
	font-size: 1.2em;
	}
#content-sub h4
	{
	text-transform: uppercase;
	color: #581;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
	border-top: 1px solid #e0d0b1;
	padding: 8px 0 13px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: transparent url(../images/hr.gif) no-repeat center bottom;
	}
#business-hours
	{
	margin: 0 0 2.5em 0;
	padding: 0;
	list-style: none;
	}
#business-hours li
	{
	width: 200px;
	overflow: hidden;
	background: transparent url(../images/business-hours.gif) repeat-x bottom left;
	}
#business-hours .day
	{
	float: left;
	background: #f6f1de;
	padding-right: .5em;
	}
#business-hours .hours
	{
	float: right;
	background: #f6f1de;
	padding-left: .5em;
	}
/*
SITE-INFO
--------------------------------------------------*/
#site-info
	{
	margin: 0 auto;
	width: 750px;
	overflow: hidden;
	padding: 15px 0 25px 0;
	color: #c4a681;
	text-align: left;
	background: transparent url(../images/site-info.jpg) no-repeat center top;
	}
#copywrite
	{
	float: left;
	}
#credit
	{
	float: right;
	}
#credit a
	{
	display: block;
	width: 92px;
	height: 10px;
	text-indent: -9999em;
	overflow: hidden;
	background: transparent url(../images/credit.gif) no-repeat top left;
	}
#credit a:hover
	{
	background-position: top right;
	}
/*
MISC. STYLES
--------------------------------------------------*/
.hr
	{
	margin: 1.5em 0;
	line-height: 10px;
	height: 10px;
	background: transparent url(../images/hr.gif) no-repeat center center;
	}
.hr hr
	{
	display: none;
	}
.business-services
	{
	margin: 0 0 2.5em 0;
	padding: 0;
	list-style: none;
	}
.business-services li
	{
	width: 500px;
	overflow: hidden;
	background: transparent url(../images/business-hours.gif) repeat-x bottom left;
	}
.business-services .service
	{
	float: left;
	background: #f6f1de;
	padding-right: .5em;
	}
.business-services .fee
	{
	float: right;
	background: #f6f1de;
	padding-left: .5em;
	}
.home .business-services
	{
	width: 160px;
	margin-right: 10px;
	float: left;
	margin-top: 1em;
	}
.home .waxing
	{
	margin-right: 0;
	}
.home .business-services h3
	{
	font-size: 1em !important;
	padding: 8px 0 !important;
	border-bottom: 1px solid #e0d0b1 !important;
	background: none !important;
	text-transform: uppercase;
	}
.home .business-services ul
	{
	margin: 0;
	padding: 0;
	}
.home .business-services li
	{
	width: auto;
	background: none;
	padding-left: 15px;
	margin-left: 5px;
	background: transparent url(../images/li.gif) no-repeat center left;
	}
.home .business-services p
	{
	font-size: .9em;
	}
#getdirections a
	{
	padding: 2px 0 2px 20px;
	background: transparent url(../images/map.gif) no-repeat center left;
	}
#msg
	{
	width: 400px;
	position: absolute;
	text-align: center;
	left: 75px;
	top: 75px;
	background: #b2ed56;
	padding: 20px 0;
	color: #649a10;
	}
#msg h3
	{
	background: none;
	border: none;
	padding: 0;
	margin-bottom: .5em;
	font-size: 2em;
	color: #649a10;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
#msg p
	{
	margin: 0;
	}
.vcard
	{
	margin: 0 0 1em 0;
	line-height: 1.4em;
	}
.vcard .org
	{
	font-weight: bold;
	}
.vcard .tel
	{
	margin-top: 1em;
	}
.vcard .tel .type
	{
	font-weight: bold;
	}
.vcard .tel .type:after
	{
	content: ":";
	}
/*
STAFF LIST
--------------------------------------------------*/
#staff-list
	{
	margin: 2em 0;
	padding: 0;
	list-style: none;
	}
#staff-list li
	{
	margin: 0 0 1.5em 0;
	padding: 0 0 1em 0;
	width: 500px;
	overflow: hidden;
	border-bottom: 1px dashed #e0d0b1;
	}
#staff-list .vcard
	{
	position: relative;
	margin-left: 125px;
	min-height: 130px;
	line-height: 1.5em;
	}
/* for Internet Explorer */
/*\*/
* html #staff-list .vcard {
	height: 130px;
	}
/**/
#staff-list .vcard .adr,
#staff-list .vcard .org,
#staff-list .vcard .tel
	{
	position: absolute;
	top: 0;
	left: -9999em;
	}
#staff-list .vcard .photo
	{
	padding: 2px;
	background: #fff;
	border: 1px solid #e0d0b1;
	position: absolute;
	left: -125px;
	margin: 0;
	}
#staff-list .vcard .fn
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 1.5em;
	color: #000;
	}
#staff-list .vcard .title
	{
	font-style: italic;
	display: block;
	margin-bottom: .5em;
	}
#staff-list .vcard .bio
	{
	margin-top: 1em;
	}
/*
FORM STYLES
--------------------------------------------------*/
label
	{
	display: block;
	font-weight: bold;
	}
label em,
.edit_left em,
.error,
.errors p
	{
	color: #913;
	}
label.error
	{
	background: #fff;
	}
.errors p
	{
	font-weight: bold;
	font-size: 1.1em;
	}
form p
	{
	width: 500px;
	overflow: hidden;
	}
.edit_left,
.edit_right
	{
	display: block;
	}
.edit_left
	{
	width: 150px;
	float: left;
	font-weight: bold;
	}
.edit_right
	{
	width: 330px;
	float: right;
	text-align: right;
	}
#name,
#contact,
#subject
	{
	width: 325px;
	font-size: 1.2em;
	font-family: inherit;
	}
#message
	{
	font-family: inherit;
	line-height: inherit;
	width: 495px;
	}
#name,
#contact,
#subject,
#message
	{
	border-color: #e0d0b1;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	}
.errors
	{
	background: #fe8;
	padding: 20px;
	margin-bottom: 2em;
	}
.errors ul
	{
	margin: 0;
	}