﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #F7F0DE;
    background-image: url(bg.gif);
    background-repeat: repeat-x;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
a.link
{
    color: #696969;
    text-decoration: none;
}
a.linkfooter
{
    color: #000000;
    text-decoration: none;
    }
.imageAlink
{
    border: none;
}
a:link, a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
#logo
{
    background-image: url('logo.png');
    background-repeat: no-repeat;
    width: 365px;
    height: 100px;
    margin-left: 160px;
    padding-top: 20px;
    background-position: bottom;
    float: left;
}
#logo span
{
    position: absolute;
    left: -3000px;
}
#telephone
{
    float: right;
    font-weight: normal;
    line-height: 20px;
    padding: 40px 30px 0px 0px;
    font-size: 30px;
    color:#415930;
}
#telephone span
{
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}

/* HEADINGS   
----------------------------------------------------------*/



h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1004px;
    margin: 0px auto 0px auto;
    background-image: url('leaves.png');
    background-repeat: no-repeat;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    float: right;
}
#nav
{
    clear: both;
    float: left;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
.mainTextContent
{
    background-image: url('bgMain.png');
    background-repeat: no-repeat;
    width: 764px;
    font-size: 12px;
}
#imageMainPic
{
    padding: 0px;
    margin: 0px;
    position: relative;
}
.footer
{
    color: #000;
    font-size:0.8em;
    width:980px;
    padding: 8px 0px 0px 0px;    
    margin: 0px auto 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    width: 200px;
}

.menuDropDown
{
    background-color: #F7F0DE;
}
div.menu
{
    z-index: 101;
    padding: 4px 0px 4px 8px;
    float: left;
}

div.menu ul
{
    z-index: 101;
    list-style: none;
    width: auto;
    color: #415930;
    font-weight: bold;
}
div.menu ul.level1
{
    margin: 0px;
    padding: 0px;
}
div.menu ul li a, div.menu ul li a:visited
{
    z-index: 101;
    display: block;
    line-height: 1.45em;
    padding: 4px 0px 4px 0px;
    text-decoration: none;
    white-space: nowrap;
}
ul.level1 li a
{
    border-bottom: 1px #D4C3B3 solid;
}
a.level1
{
    color: #251411;
    font-weight: normal;
    border-bottom: 1px #D4C3B3 solid;
    width: 190px;
}
a.level2
{
    color: #251411;
    font-weight: normal;
    border: none;
}
ul.level2
{
    background-color: #F7F0DE;
    padding: 0px 5px 0px 5px;
    border: 1px solid #D4C3B3;
    width: 300px;
}
div.menuNav ul li a, div.menuNav ul li a:visited
{
    z-index: 101;
}

div.menu ul li a:hover
{
    color: #415930;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
}
.subtitle
{
    padding: 20px 0px 0px 0px;
    margin: 0px;
    font-size: 18px;
    color: #130f0e;
    font-weight: normal;
}
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.contentText
{
    background-color: #ffffff;
    background-image: url('bgWhiteGrey.gif');
    background-repeat: repeat-x;
    width: 764px;
    float: right;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.slideshow img
{
    position: relative;
    padding: 2px;
}

/********************* callback request form ********************/
.requestCallBack
{
    border: 1px solid #eee0cd;
    background-image: url('bgTan.png');
    width: 200px;
    position: absolute;
    top: 2px;
    left: 500px;
    z-index: 100;
}
.requestCallBack h3.title
{
    padding: 6px 0px 0px 6px;
    font-size: 22px;
    color: #415930;
    text-align: center;
    font-weight: normal;
    margin: 0px;
}
.requestCallBack fieldset
{
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}
.requestCallBack legend
{
    padding: 0 2px;
    font-weight: bold;
    border: none;
}
.requestCallBack label
{
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}
.requestCallBack fieldset ol
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.requestCallBack fieldset li
{
    list-style: none;
    padding: 0px 5px 0px 5px;
    margin: 0;
}

.requestCallBack em
{
    font-weight: bold;
    font-style: normal;
    color: #f00;
}
.requestCallBack label
{
    width: 120px; /* Width of labels */
}
.bookAppointment
{
    border: 1px solid #eee0cd;
    background-image: url('bgTan.png');
    width: 200px;
    position: absolute;
    top: 225px;
    left: 500px;
    z-index: 100;
}
.bookAppointment h3.title
{
    padding: 6px 0px 6px 4px;
    font-size: 14px;
    color: #415930;
    text-align: center;
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
}
.loyalty
{
    border: 1px solid #eee0cd;
    background-image: url('bgTan.png');
    width: 200px;
    position: absolute;
    top: 265px;
    left: 500px;
    z-index: 100;
}
.loyalty h3.title
{
    padding: 6px 0px 6px 4px;
    font-size: 14px;
    color: #415930;
    text-align: center;
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
}
.imgTreatments
{
    background-image: url('bgtreatment.png');
    width: 225px;
    height: 147px;
}
.imgTreatments img
{
    padding: 8px 0px 0px 9px;
}
.imgTreatmentsLarge
{
    background-image: url('bgLarge.png');
    width: 195px;
    height: 250px;
}
.imgTreatmentsLarge img
{
    padding: 8px 0px 0px 6px;
}
.imageLinkLarge
{
    margin-right: 58px;
    float: left;
}
.imageLinkLarge h2
{
    padding: 0px 0px 0px 5px;
    margin: 0px;
    font-size: 14px;
    color: #130f0e;
    font-weight: normal;
}
.imageLink
{
    margin-right: 14px;
    float: left;
}
.imageLink h2
{
    padding: 0px 0px 0px 5px;
    margin: 0px;
    font-size: 14px;
    color: #130f0e;
    font-weight: normal;
}
.mainText
{
    padding: 0px 23px 0px 23px;
    line-height: 22px;
}
.pageSlogan
{
    color: #977C55;
    font-weight: normal;
    font-style: italic;
}
.black
{
    color: #000000;
}
.beforeafter
{
    float: right;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 20px;
}
.menuImages
{
    margin-left: 5px;
    border: 0px;
}
.imgHoverLink
{
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: none;
    border-left: none;
}
.footerContent
{   width: 980px;
    background-color:#e6dabc;
    border:1px solid #d5c7a5;
    font-size:0.85em;
    text-align:left;
    margin-left:-10px;
    color:#000;
}
.footerContentC
{   width: 980px;
    background-color:#e6dabc;
    border:1px solid #d5c7a5;
    font-size:0.85em;
    text-align:center;
    margin-left:-10px;
    color:#000;
    padding:5px 0px;
}
#col1
{
    float: left;
    width: 30%;
    padding-left:20px;
}
#col2
{
    float: left;
    width: 30%;
    padding-left:20px;
}
#col3
{
    float: left;
    width: 30%;
    padding-left:20px;
}
