@charset "UTF-8";
/* CSS Document */

* {
    border: 0;
    margin: 0;
    padding: 0;
}

a {
    cursor:pointer;
    color: black;
}

li {
    list-style:none;
}

.clear{
    margin:0;
    padding:0;
    display: block;
    clear:both;
    height:0;
    font-size:0;
    line-height:0;
    visibility: hidden;
}

html {
}

body {
    font-family: Helvetica, Arial, sans-serif;
    background-color: white;
}

img {
    display: block;
}

body.theme-orange {
    background-color: #F7F7F7;
}

.theme-orange #body {
    background: #F6ECE0 url(/images/bg.jpg) no-repeat top center;
}

.theme-orange #logobar {
    background: #F47621 url(/images/bg-logobar.png) repeat-x top center;
}

.theme-orange #overhang {
    background: url(/images/overhang.png) no-repeat top center;
}

.theme-orange #content {
    background: url(/images/bg-content.png) repeat-x top center;
}


.theme-orangebare #body {
    background: #F6ECE0 url(/images/bg.jpg) no-repeat top center;
}

.theme-orangebare #logobar {
    background: transparent
}


.theme-white #logo {
    background: url(/images/logo-black.png) no-repeat top left;
}

.theme-white #navigation a {
    color: black;
}

body.theme-black {
    background-color: black;
}

.theme-black #body {
    background-color: black;
}

.theme-black a {
    color: white;
}

.theme-black a:hover {
    color: #F47621;
}

.theme-black #logobar {
    background: #F47621 url(/images/bg-logobar.png) repeat-x top center;
}

.theme-black #overhang {
    background: url(/images/overhang-black.png) no-repeat top center;
}

.theme-black #content {
    background: url(/images/bg-content-black.png) repeat-x top center;
}

.theme-black .border {
    border-color: #666666;
}

.theme-black #subnavigation .active a {
    color: white;
}

.theme-black #subnavigation a {
    color: #CCC;
}

.theme-black #email {
    background-color: #222;
}

.theme-black #Submit {
    background-color: #222;
}

#browserupgrade {
    height: 32px;
    background-color: #666;
    border-bottom: 1px solid #333;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
}

#browserupgrade a {
    color: white;
}

#body {
    background-color: white;
}

#topbar {
    clear: both;
    width: 1002px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

#topbar ul {
    list-style: none;
}

#topbar li {
    float: left;
}

#toppromo {
    float: left;
    padding-left: 28px;
    line-height: 32px;
    font-size: 16px;
    text-transform: uppercase;
}

#toppromo a {
    color: white;
}

#topnavigation {
    float: right;
    height: 32px;
    padding: 0 16px;
    overflow: hidden;
    line-height: 32px;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
}

#topnavigation li {
    margin-left: 35px;
    text-transform: uppercase;
}

#topnavigation li.social {
    margin-left: 5px;
    padding-top: 3px;
}

#topnavigation li.social img {
    float: left;
    margin-left: 4px;
}

#topnavigation a {
    color: white;
    text-decoration: none;
}

#topnavigation a:hover {
    text-decoration: underline;
}

#logobar {
    overflow: hidden;
    width: 964px;
    padding: 0 14px 0 24px;
}

#logo {
    float: left;
    width: 280px;
    height: 70px;
    background: url(/images/logo-white.png) no-repeat top left;
}

#overhang {
    clear: both;
    height: 11px;
    line-height: 0;
}

#navigation {
    float: right;
    height: 57px;
    padding-top: 13px;
    overflow: hidden;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
}

#navigation li {
    display: block;
    float: left;
    height: 44px;
    list-style-image: none;
    list-style-type: none;
    margin-left: 6px;
    margin-right: 2px;
}

#navigation a {
    display: block;
    height: 44px;
    padding-top: 14px;
    padding-left: 6px;
    padding-right: 13px;
    position: relative;
    right: -6px;

    color: white;
    text-align: center;
    text-decoration: none;
}

#navigation .active {
    background: url(/images/button-left.png) no-repeat top left;
}

#navigation .active a {
    background: url(/images/button-right.png) no-repeat top right;
}

#subnavigation {
    overflow: hidden;
    height: 40px;
    padding: 0 8px;
/*    border: 1px solid #CCCCCC;*/
}

#subnavigation .current {
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}

#subnavigation ul {
    float: right;
    overflow: hidden;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
}

#subnavigation li {
    display: block;
    float: left;
    margin-left: 40px;
    list-style-image: none;
    list-style-type: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
}

#subnavigation .active a {
    color: #000;
    text-decoration: none;
}

#subnavigation a {
    color: #666;
    text-decoration: none;
}

.wrapper {
    width: 980px;
    height: 100%;
    margin: 0 auto;
}

#content {
    padding: 3px 14px 14px 14px;
}

#content .splash {
    border: 1px solid #CCC;
    background-color: white;
}

#content .salon {
    padding: 10px;
    border: 1px solid #CCC;
    background-color: white;
    font-size: 12px;
}

#footer {
    position: relative;
    color: #ACACAC;
}

#footer .wrapper {
    width: 952px;
    padding: 14px;
}

#breadcrumbs {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ACACAC;
    text-transform: uppercase;
    border: 1px solid #CCCCCC;
    padding: 14px;
}

#breadcrumbs a {
    font-weight: normal;
    color: #ACACAC;
    text-decoration: none;
    letter-spacing: 1px;
}

#footer-shadow {
    position: absolute;
    top: -10px;
    height: 10px;
    width: 100%;
    background: url(/images/footer-shadow.png) repeat-x top center;
}

#copyright {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 11px;
    text-align: center;
}

.radius-full {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*behavior: url(border-radius.htc);*/
}

.border {
    border: 1px solid #DADADA;
}

.rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*behavior: url(border-radius.htc);*/
}

.imagegrid {
    overflow: hidden;
}

.imagegrid .left {
    float: left;
}

.imagegrid ul.right {
    float: right;
}

.imagegrid ul.right li {
    list-style: none;
    margin-bottom: 8px;
    line-height: 0;
}


.box {
    clear: both;
    overflow: hidden;
    border: 1px solid #CCC;
    background-color: white;
    padding: 50px;
}

h3 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
}

p {
    margin: 4px 0;
    font-size: 15px;
    line-height: 150%;

    color: #333;
}

.section {
    clear: both;
}

.section a {
    font-weight: bold;
    text-decoration: none;
    color: #F47621;
}

.leftflush {
    float: left;
    margin: -50px;
    margin-right: 30px;
}

.leftflush {
    float: left;
    margin: -50px;
    margin-right: 30px;
}

.rightflush {
    float: right;
    margin-right: -50px !important;
}

#tanning h3 {
    padding-top: 50px;
}

.section#redlight h3 {
    padding-top: 110px;
}

.section#lotions h3 {
    padding-top: 60px;
}


#mystic {
}

#mystic h3 {
    padding-top: 150px;
}

#mystic img {
    margin-left: 35px;
}

#club {
}

#club h3 {
    padding-top: 150px;
}

#club img {
    margin-right: 35px;
}

#locations {
    overflow: hidden;
    font-size: 13px;
    color: #666;
}

#locations ul {
    float: left;
}

#locations li {
    overflow: hidden;
    width: 288px;
    margin-bottom: 8px;
    padding: 8px;
    border: 1px solid #CCC;
    background-color: white;
}

#locations li img {
    float: left;
    margin-right: 8px;
}

#locations li .address {
    float: left;
}

#locations li .note {
    margin-bottom: 5px;
    font-weight: bold;
    color: red;
}

#locations h3 {
    color: #666;
    font-size: 13px;
}

#Map {

    margin-bottom: 15px;
}

.map-wrapper{
    line-height: 0;
    font-size: 0;
}

#map_canvas {
    overflow: hidden;
    float: right;
    width: 630px;
    height: 630px;
    border: 4px solid #CCC;
}

#map_canvas.small {
    float: left;
    width: 300px;
    height: 300px;
}

#location {
    overflow: hidden;
    font-size: 13px;
    color: #666;
}

#location #Map {
    float: left;
}

#location #details {
    float: left;
    width: 634px;
    margin-left: 8px;
    border: 1px solid #CCC;
    background-color: white;
}

#location .address {
    float: left;
    width: 350px;
    padding: 25px;
    line-height: 130%;
}

#location #services {
    overflow: hidden;
    float: right;
    width: 232px;
    margin-top: 8px;
}

#location #services li {
    float: left;
}

#location #services li img {
    
    margin-right: 8px;
    margin-bottom: 8px;
}

#location #services li img {
    width: 102px;
    height: 102px;
    border: 1px solid #CCC;
    padding: 2px;
}

/* ---------- New Styled Form --------- */

.myFormStyle {
    margin: 0 auto;
}

.myFormStyle fieldset {
    clear: both;
    width: auto;
    padding: 10px 15px;
    margin: 0;
    margin-bottom: 15px;
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
}

.myFormStyle label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.myFormStyle input.inputText, .myFormStyle  input.inputPassword, .myFormStyle  input.inputUri, .myFormStyle textarea {
    width: 97%;
    border: 1px solid #CCC;
    background-color: white;
    font-family: Arial, Verdana, sans-serif;
    padding: 4px;
    font-size: 16px;
}

.myFormStyle .radio {
    margin-right: 8px;
}

.myFormStyle .description {
    margin-right: 8px;
}

.myFormStyle .row {
/*    clear: both;*/
    margin: 9px 0;
/*    border: 1px solid red;*/
}

/* assigned by Form_Decorator_Description*/
.myFormStyle .description {
    font-size: 10px;
}

.myFormStyle input.checkbox {
    margin-right: 4px;
}

.myFormStyle input.phone {
    width: auto;
}

.myFormStyle .checkbox .description {
    display: inline;
    font-family: Arial, Verdana, sans-serif;
    font-size: 15px;
}

.myFormStyle label.radio {
    display: inline;
    font-family: Arial, Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.myFormStyle select {
    padding: 4px 2px;
    font-size: 14px;
    border: 1px solid #CCC;
}

.myFormStyle div.invalid label {
    color: #990000;
}

.myFormStyle .checkbox.invalid .description {
    color: #990000;
}

#join.iPad img {
    float: left;
    margin-left: 50px;
}

body.join .iPad .row {
	margin-bottom: 8px;
}

body.join .iPad label {
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 8px;    
}

body.join .iPad .radio {
    display: inline;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
}

body.join .iPad label.radio {
    display: inline;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
}

body.join .iPad input {
	padding: 6px;
    font-size: 24px;
    width: 400px;
}

body.join .iPad select {
    font-size: 24px;
}

/* ---------- New Styled Form --------- */

#customer-service {
    font-size: 12px;
}

#customer-service h2 {
    margin-bottom: 10px;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

#customer-service h3 {
    font-size: 16px;
}

#customer-service ul.items p {
    line-height: 120%;
}

#customer-service ul.items li {
    margin-top: 10px;
    border-bottom: 1px solid #CCC;
}

#customer-service ul.items ul li {
    margin: 3px 0;
    border: 0;
    font-size: 15px;
    list-style: square;
}

#customer-service ul.items p {
    margin-bottom: 10px;
}

#customer-service ul.categories {
    float: right;
    width: 190px;
    font-size: 13px;
    font-weight: bold;
    line-height: 200%;
}

#customer-service ul.categories h3 {
    border-bottom: 1px solid #CCC;
}

input[type="submit"] {
    padding: 6px 12px;
    border: 1px solid #CCC;
    background-color: #EFEFEF;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

/* ---------- Join A-List --------- */

#join {
    overflow: hidden;
}

#join img {
    float: left;
    margin-left: 150px;
}

#join h2 {
    margin-top: 15px;
    font-size: 32px;
    text-align: center;
}

#join h3 {
    margin-top: 10px;
    text-align: center;
    line-height: 130%;
}

body.join {
    background-color: black;
    color: white;
    font-size: 9px;
}

body.join .myFormStyle label {
    font-size: 11px;
}

body.join .myFormStyle input {
    font-size: 11px;
}

body.join .myFormStyle select {
    font-size: 11px;
}

.join #body {
    background: black;
}

#prejoinform {
    width: auto;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
}

#prejoinform label {
    float: left;
    margin: 0;
    padding-top: 3px;
    font-family: Helvetica, Arial, sans-serif;
    margin-right: 4px;
}

#prejoinform input[type="text"] {
    float: left;
    padding: 2px;
    margin: 0;
    border: 1px solid #CCC;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin-right: 4px;
    color: #ACACAC;
    text-transform: uppercase;
}

#prejoinform input[type="submit"] {
    float: left;
    padding: 1px 3px;
    border: 1px solid #CCC;
    background-color: #EFEFEF;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    color: #ACACAC;
    text-transform: uppercase;
}

/* ---------- SPECIALS  --------- */

#specials {
    float: left;
    overflow: hidden;
    width: 640px;
}

#specials li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 4px;
    border: 1px solid #CCC;
    background-color: white;
}

#specials li img {
    width: 302px;
    height: 224px;
    cursor: pointer;
}

/* ---------- SPECIALS / SPECIAL --------- */

#special-expired {
    margin: 250px 0;
    text-align: center;
}

#special {
    height: 550px;
    overflow: hidden;
}

#special #details {
    padding: 25px;
    text-align: center;
}

#special #details img {
    display:inline;
}

#special #details .promotion-image {

    width: 302px;
    height: 204px;
    padding: 4px;
    border: 1px solid black;
}

#special #details h2 {
    margin: 15px 0;
    font-size: 24px;
    text-align: center;
}

#special #details h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

#special #details #price {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

#special #details #disclaimer {
    font-size: 10px;
    line-height: 110%;
}

#special #details #buttons {
    margin: 25px 0;
}

#mapInfoWindow {
    width: 240px;
    height: 120px;
    line-height: normal;
    font-size: 12px;
}

#mapInfoWindow h1 {
    font-size: 20px;
}

#mapInfoWindow h2 {
    font-size: 16px;
}

#tanning-mystic {
    color: white;
}

#tanning-mystic  .left {
    float: left;
    width: 630px;
}

#tanning-mystic  .right {
    float: right;
    width: 310px;
    margin-top: 14px;
}

#tanning-mystic  p {
    margin: 14px 0;
    font-size: 18px;
    color: white;
}

#tanning-mystic.section a {
    font-weight: bold;
    text-decoration: none;
    color: red;
}

#beauty-redlight {

}

#beauty-redlight.box {
    padding: 14px;
}

#beauty-redlight .left {
    float: left;
    width: 630px;
/*    background-color: red;*/
}

#beauty-redlight .right {
    float: right;
    width: 290px;
    font-size: 13px;
/*    background-color: green;*/
}

#beauty-redlight h1 {
    font-size: 22px;
    color: #B70073;
}

#beauty-redlight .right h3 {
    text-transform: uppercase;
}

#beauty-redlight .right h4 {
}

#beauty-redlight li {
    list-style-type: square;
}

#vitheader {
    padding: 9px 0 7px 0;
    color: white;
    font-size: 12px;
    background-color: #F47621;
    border-bottom: 2px solid white;
}

#vitheader a {
    overflow: hidden;
    color: white;
}

#vitheader .left {
    float: left;
    width: 670px;
}

#vitheader .right {
    float: right;
    width: 310px;
    text-align: right;
}

/* ---------- New Styled Form --------- */

.myFormStyle {
    margin: 0 auto;
}

.myFormStyle fieldset {
    clear: both;
    width: auto;
    padding: 10px 15px;
    margin: 0;
    margin-bottom: 15px;
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
}

.myFormStyle label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.myFormStyle input.inputText, .myFormStyle  input.inputPassword, .myFormStyle  input.inputUri, .myFormStyle textarea {
    width: 97%;
    border: 1px solid #CCC;
    background-color: white;
    font-family: Arial, Verdana, sans-serif;
    padding: 4px;
    font-size: 16px;
}

.myFormStyle .radio {
    margin-right: 8px;
}

.myFormStyle .description {
    margin-right: 8px;
}

.myFormStyle .row {
/*    clear: both;*/
    margin: 9px 0;
/*    border: 1px solid red;*/
}

/* assigned by Form_Decorator_Description*/
.myFormStyle .description {
    font-size: 10px;
}

.myFormStyle input.checkbox {
    margin-right: 4px;
}

.myFormStyle input.phone {
    width: auto;
}

.myFormStyle .checkbox .description {
    display: inline;
    font-family: Arial, Verdana, sans-serif;
    font-size: 15px;
}

.myFormStyle label.radio {
    display: inline;
    font-family: Arial, Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.myFormStyle select {
	padding: 2px;
    padding-right: 15px;
    font-size: 14px;
}

.myFormStyle div.invalid label {
    color: #990000;
}

.myFormStyle .checkbox.invalid .description {
    color: #990000;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}

/* ---------- REWARDS --------- */

.rewardsmember, .rewardsbalance {
    font-size: 14px;
    font-weight: bold;

}

.rewardsbalance {
    color: #F47621;
}

.rewardsaddress td {
    padding: 15px 0;
    font-size: 12px;
}



.rewardsawardsnumber,  .rewardsawardslevel, .rewardscustomernumber {
    padding: 4px 0;
    font-size: 12px;    
}

.spacer {
    padding: 0 15px;
}

table.rewards {
    margin-top: 25px;
    padding: 0;
    border-collapse:collapse;
    border: 1px solid #CCCCCC;
    border-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
}

table.rewards th {
    padding: 15px 25px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
}

table.rewards td {
    padding: 10px 25px;
    border-bottom: 1px solid #CCCCCC;
}

.redeemed {
    color: #F47621;
}
