/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
blockquote {
	padding-top: 4em;
	padding-right: 5em;
	padding-bottom: 4em;
	padding-left: 5em;
}
blockquote span.openquo {
	color: #c33;
	font-size: 4em;
	float: left;
	margin-left: -0.667em;
	line-height: 1em;
	margin-top: -0.25em;
	/* [disabled]margin-right: 0.25em; */
	padding-right: 0.25em;
}
blockquote p span.closequo {
	color: #c33;
	font-size: 4em;
	margin-left: 0.333em;
	vertical-align: top;
	line-height: 1em;
}
blockquote p {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*BASE
====================================================*/
html {
	overflow-y:scroll;
}
body {
	background-color: #600;
	background-image: url(images/wrap/swirls-bkgd.gif);
	background-repeat: repeat;
	background-position: 0 0;
	color: #300;
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.333;
}
a:link {
	color: #933;
	text-decoration: none;
}
a:visited {
	color: #933;
	text-decoration: none;
}
a:hover {
	color: #c33;
	text-decoration: underline;
}
a:active {
	color: #630;
	text-decoration: underline;
}
a img, :link img, :visited img {
	border:none
}
h1, h2, h3, h4 {
	margin-top: 1em;
	font-weight: normal;
}
p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h1 {
	font-size: 1.833em;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-bottom: 0.75em;
}
h2 {
	color: #600;
	font-size: 1.5em;
}
h3 {
	color: #c33;
	font-size: 1.25em;
}
h4 {
	color: #c33;
	font-size: 1em;
	font-weight: bold;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 0.75em;
	margin-left: 2em;
	margin-top: .75em;
}
li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
div.hr {
	height: 1px;
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	clear: both;
	overflow: hidden;
}
br.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0;
}
strong {
	font-weight: bold;
}
.nobr {
	white-space: nowrap;
}
.orange {
	color: #c33;
}
.notes {
	font-size: 0.917em;
	line-height: 1.17;
	margin-top: 1.5em;
}
img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
/*HEADER
====================================================*/
#header {
	width: 760px;
	height: 91px;
	text-align: right;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrap/main-cap.gif);
	background-repeat: no-repeat;
	background-position: 0 81px;
}
#header img {
	float: left;
}
#header span {
	color: #fc6;
	font-size: 1.33em;
	padding-right: 10px;
}
#header p {
	color: #f93;
	padding-right: 10px;
}
#header div {
	padding-right: 10px;
	margin-top: 1em;
	font-size: 0.917em;
}
#header div a {
	color: #fc6;
	margin-left: 2em;
	padding-top: 0.333em;
	padding-bottom: 0.333em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #933;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #933;
}
#header div a:hover {
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #fff;
	border-bottom-color: #fff;
	color: #fff;
}
#header div a:active {
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #933;
	border-bottom-color: #933;
	color: #933;
}
#header div form {
	margin-left: 2em;
	display: inline;
}
#header div form input {
	background-color:#600;
	margin: 0;
	color: #fc6;
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #933;
	border-bottom-color: #933;
}
#header div form input:hover {
	cursor: pointer;
	color: #fff;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
#header div form input:active {
	color: #933;
	border-top-color: #933;
	border-bottom-color: #933;
}

/*MAIN WRAP
====================================================*/
#mainouterwrap, #mainouterwrap-shop {
	margin-right: auto;
	margin-left: auto;
	width: 725px;
	background-color: #fc6;
	background-image: url(images/wrap/content-bkgd-mono.gif);
	background-position: 215px center;
	background-repeat: no-repeat;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #fff;
	border-left-width: 25px;
	border-left-style: solid;
	border-left-color: #fff;
}
#mainouterwrap-shop {
	background-color: #fff;
	background-image: none;
}
#mainouterwrap-shop h2 {
	margin-bottom: -0.25em;
}
#maininnerwrap {
	background-image: url(images/wrap/sidebar_bkgd.gif);
	background-repeat: repeat-y;
	width: 710px;
	padding-right: 15px;
}
#contentcol {
	padding-bottom: 1em;
	width: 495px;
	float: right;
}
#sidebarcol {
	width: 165px;
	float: left;
}
#cart  {
	padding-right: 15px;
	padding-top: 1em;
	padding-bottom: 2em;
}
#cart form, #cart table {
	margin: 1em;
}
#cart th, #cart td {
	padding: 0.5em;
}
#cart th {
	background-color: #630;
}
#cart .subdesc, #cart .subamt {
	background-color: #d8ccbf;
}
#cart .subamt {
	font-weight: bold;
}
#cart input {
	text-align: center;
}
#cart .checkoutbutton {
	float: right;
}

/* SIDEBAR NAV
====================================================*/
dl.nav {
	/* [disabled]margin-bottom: 1.5em; */
}
dl.nav dt {
	color:#c33;
	border-bottom: 2px dotted #fc6;
	margin-top: 1.5em;
}
dl.nav dd {
	font-size: 0.917em;
	border-bottom: 1px dotted #fc6;
}
dl.nav dd a {
	display: block;
	text-decoration: none;
	padding-top: 0.333em;
	padding-bottom: 0.333em;
	padding-left: 15px;
}
dl.nav dd a:hover {
	color: #fff;
	background: #c33 url(images/wrap/hover-c.gif) no-repeat 0 center;
}
dl.nav dd a:active {
	color: #fff;
	background-color: #630;
	background-image: url(images/wrap/hover-c-630.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}
dl.nav dd.subscribe {
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar_content {
	margin-top: 1.5em;
}
/* FOOTER
====================================================*/
#footer {
	width: 740px;
	font-size: 0.75em;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: right;
	background-image: url(images/wrap/main-cap-btm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
#footer p {
	float: left;
	margin: 0;
}
#footer span.pipe {
	padding-right: 1em;
	padding-left: 1em;
}
/*FORMS
====================================================*/
input, textarea {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.333em;
}
div.box label {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.box label span {
	display: inline;
	width:96px;
	float:left;
	text-align:right;
	padding-right: 12px;
	padding-top: 3px;
}
div.box input.input_text, div.box textarea.message, .input-email, table.productlist input.qty , input.tofrom {
	background-color: #ffe;
	padding: 3px;
	border: 1px solid #a77;
	margin: 0;
}
div.box input.input_text {
	width:228px;
}
div.box textarea.message {
	width:312px;
	overflow:auto;
	height:144px;
}
.input-email {
	color: #a77;
	width:136px;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}
input.button, .checkoutbutton {
	color:#fff;
	background-color:#933;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #a77;
	margin-right: 0;
	margin-left: 0;
}
input.button:hover, .checkoutbutton:hover {
	background: #c33;
}
input.button:active, .checkoutbutton:active {
	background-color: #630;
}
div.box .button {
	margin-left: 108px;
}
/*SERVICES TABLE
====================================================*/
td, th {
	vertical-align: top;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
th {
	font-weight: bold;
}
table h2, table h3 {
	color: #c33;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.price {
	text-align: center;
	padding-left: 2em;
	white-space: nowrap;
}
.price_wrap {
	text-align: center;
	padding-left: 2em;
	white-space: normal;
}
.time {
	text-align: center;
	padding-left: 2em;
	color: #c33;
	white-space: nowrap;
}
table.extras {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
table.extras td, table.extras th {
	padding-top: 0;
	padding-bottom: 0;
}
table.extras th {
	text-align: left;
}
table.extras td.price {
	text-align: right;
}
table h2.packages {
	font-size: 1.5em;
	font-weight: normal;
}
/* PRODUCT LIST
====================================================*/
table.productlist {
	margin-top: 2em;
	font-size: 0.917em;
}
table.productlist td {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fc6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FC6;
}
table.productlist img {
	padding-right: 1em;
	width: 175px;
}
#mainouterwrap-shop table.productlist h2 {
	font-size: 1.273em;
}
table.productlist p.productprice {
	font-weight: bold;
	font-size: 1.273em;
	display: inline;
	padding-right: 1em;
}
table.productlist p.disclaimer {
	font-size: 0.818em;
}
table.productlist p.skintype {
	font-weight: bold;
}
table.productlist p.clintest {
	color: #c33;
}
table.productlist p.productsize {
	letter-spacing: 1px;
}
table.productlist input.qty {
	text-align: center;
	font-size: 1.273em;
}
div.sundefdescrip {
	font-size: 0.917em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fc6;
	padding-top: 1em;
	margin-top: 2em;
	margin-bottom: -1.5em;
}
div.sundefdescrip h2 {
	font-size: 1.273em;
	margin-top: 0;
	color: #c33;
	font-weight: bold;
}
img.sundefense  {
	float: right;
	padding-left: 1em;
}
#gcmon td, #gcpack td{
	padding: 18px;
}
#gcmon input.qty, #gcpack input.qty{
	width: 15%;
}
#gcmon td.middle {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #fc6;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #fc6;
}
#gcmon h2 {
	margin-bottom: .75em;
}
input.tofrom {
	width: 95%;
}
#gcpack td.right   {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #fc6;
	width: 50%;
}
table.productlist#gcpack   {
	margin-top: 0;
}
table.productlist#gcmon img{
	width: 200px;
}
table.productlist#gcmon td.card{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #fc6;
	border-top-style: none;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.centerbutton {
	text-align: center;
	margin-top: 2em;
}
.center {
	text-align: center;
}
/* PAGES
====================================================*/
#policies h2, #laser h2, #tips h3 {
	color: #300;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -0.75em;
}
#tips h2, #lash-extensions h2 {
	color: #c33;
}
/* PAGES / HOME PAGE
====================================================*/
#groups, #hours, #buygiftcards {
	margin-top: 15px;
}
#groups {
	width: 235px;
	float: left;
	margin-right: 25px;
}
#hours {
	float: left;
	margin-right: 25px;
	width: 100px;
}
#buygiftcards {
	width: 110px;
	float: right;
}
#promo {
	background-image: url(images/home-massage.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 495px;
	height: 380px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
#promo dl {
	/* [disabled]width: 220px; */
	/* [disabled]background-color: #CCC; */
	/* [disabled]float: left; */
	/* [disabled]padding-left: 18px; */
	/* [disabled]padding-top: 3px; */
}
#promo dt {
	font-family: Georgia, Times, "Times New Roman", serif;
	/* [disabled]font-size: 1.5em; */
	color: #600;
	/* [disabled]margin-bottom: 1px; */
}
#promo dt img {
	vertical-align: bottom;
}
#promo dd {
	font-size: 1.333em;
	line-height: 1.5em;
	/* [disabled]margin-bottom: 1px; */
	float: left;
	clear: both;
	/* [disabled]background-color: #666; */
	/* [disabled]font-weight: bold; */
	display: block;
	white-space: nowrap;
}
#promo a {
	/* [disabled]color: #fff; */
	display: block;
	/* [disabled]padding-top: 0.25em; */
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 1em;
	/* [disabled]background-color: #933; */
}
#promo a span {
	/* [disabled]font-size: 0.867em; */
	/* [disabled]display: block; */
	/* [disabled]font-style: italic; */
	color: #fc6;
}
#promo a:hover {
	text-decoration: none;
	/* [disabled]background-color: #600; */
	/* [disabled]color: #300; */
}
#promo a:active {
	text-decoration: none;
	/* [disabled]background-color: #300; */
	/* [disabled]color: #600; */
}
#press {
	width: 235px;
	float: left;
}
#links {
	width: 235px;
	float: right;
}
/* PAGES / CONTACT US
====================================================*/
#contact_phone, #contact_location, #contact_hours {
	float: left;
}
#contact_phone, #contact_hours {
	width: 134px;
}
#contact_location {
	width: 177px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: .75em;
}
/* PAGES / LASH & BROW
====================================================*/
.special {
	padding: 15px;
	border: dotted 2px #fff;
	width: 286px;
	float: right;
	text-align: center;
	margin-bottom: 20px;
}
.special h2 {
	line-height: 1.167;
}
#lash-extensions {
	width: 270px;
	float: left;
	padding-right: 15px;
}
/* PAGES / REIKI
====================================================*/
#reiki {
	background-image: url(images/reiki-bigstock_ancient_130.jpg);
	background-repeat: repeat-y;
	background-position: 365px 0;
}
#reiki h2 {
	color: #fff;
	text-align: center;
	display: block;
	width: 130px;
	float: right;
	margin-top: 240px;
}
#reiki div {
	width:350px;
	float:left;
}
table.reiki {
	width:350px;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* PAGES / SUNLESS TANNING
====================================================*/
#sunlesstan div {
	width: 235px;
	float: left;
	padding-right: 25px;
}
#sunlesstan span {
	text-align: center;
	display: block;
	margin-top: .75em;
}
#sunlesstan li {
	margin-top: .75em;
	margin-bottom: .75em;
}
/* PAGES / NEWSLETTER
====================================================*/
#newsplate {
	background-image: url(images/news-12-02/valentine-header-s.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	height: 190px;
}
#newsplate dl {
	padding-top: 36px;
	padding-left: 12px;
	/* [disabled]float: left; */
}
#newsplate dt {
	/* [disabled]font-size: 1.25em; */
	/* [disabled]font-family: Georgia, Times, "Times New Roman", serif; */
	background-repeat: no-repeat;
	color: #fff;
	/* [disabled]padding-bottom: 4px; */
}
#newsplate dd {
	color: #fff;
	font-size: 1.167em;
	clear: both;
	display: block;
	background-color: #a23;
	/* [disabled]margin-bottom: 1px; */
	float: left;
	white-space: nowrap;
}
#newsplate dd.alt  {
	background-color: #794;
	/* [disabled]color: #c33; */
	padding: 4px;
}
#newsplate dd a {
	color: #fff;
	display: block;
	/* [disabled]margin: 4px; */
	padding: 4px;
}
#newsplate dd a:hover {
	/* [disabled]font-weight: bold; */
	text-decoration: none;
	background-color: #c33;
}
#newsplate dd a:active {
	/* [disabled]font-weight: bold; */
	/* [disabled]text-decoration: none; */
	/* [disabled]color: #630; */
	background-color: #600;
}
#news h2 {
	line-height: 1.167;
}
#news h2 span {
	color: #c33;
}
#news .leftcol {
	width: 227px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #fff;
	padding-right: 20px;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#news .rightcol  {
	width: 227px;
	float: right;
	/* [disabled]border-left-width: 1px; */
	/* [disabled]border-left-style: dotted; */
	/* [disabled]border-left-color: #fff; */
	padding-left: 20px;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#news .leftcol h2, #news .rightcol h2 {
	margin-top: 0;
}
#news .leftcol img, #news .rightcol img {
	margin-top: 0.75em;
	margin-bottom: .75em;
}
#news .leftcol .notes, #news .rightcol .notes {
	margin-bottom: 0;
}
.placeholder {
	color: #00F;
}
#shop {
	background-image: url(shop/images/shop-raspmasque-serums.jpg);
	height: 600px;
	padding-left: 227px;
	background-position: 0 12px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	/* [disabled]margin-top: 1em; */
}
#shopthanks {
	background-image: url(shop/images/shopthanks.jpg);
	height: 588px;
	background-position: 0 250px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#shop h2, #shopthanks h2 {
	font-size: 1.5em;
	color: #c33;
}
#retailmag {
	width: 227px;
	float: right;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
	padding-left: 20px;
	margin-left: 20px;
}

