body {
    background: url('imgs/bg.jpg') #8fbe7d repeat-x;
    background-repeat: repeat-x;
}

.contactinfo {
    color: #4e764e;
    float: right;
    text-align: right;
    font-family: "Arial";
    font-size: 1em;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 0em;
    line-height: 1.5em;
}

.contactinfo p {
    margin-top: 0;
    margin-bottom: 2em;
}

#header, #header img, #content, #sidebar {
    position: relative;
}

#header {
    background: #fff url('imgs/photoxpress.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    height: 155px;
    width: 99%;
    margin: 0 auto;
    margin-top: 1.5em;
}

#header img {
    margin-left: 1em;
    margin-top: -1em;
}

#wrapper {
    margin: 0 auto;
    margin-top: 1em;
    width: 88%;
    padding: 2px;
    position: relative !important;
}

#innerwrapper {
    background: url('imgs/snowdrop-bg.jpg');
    background-repeat: repeat;
    margin: 0 4px 10px 4px;
}

#sidebar {
    /*position: absolute !important;
    right: 3px;
    top: 200px;*/
    float: right;
    background: url('imgs/sidebar-bg.gif');
    background-repeat: no-repeat;
    background-position: top right;
    width: 300px;
    height: 500px;
    margin-right: -30px;
    margin-left: 2em;
}

#sidebargallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stones {
    background: url('imgs/stones-candle.jpg') no-repeat;
    width: 184px;
    height: 390px;
    margin-left: 80px;
    margin-top: 1em;
}

.facial {
    background: url('imgs/facial-hands.jpg') no-repeat;
    width: 184px;
    height: 390px;
    margin-left: 80px;
    margin-top: 1em;
}

.feet {
    background: url('imgs/feet-massage.jpg') no-repeat;
    width: 184px;
    height: 390px;
    margin-left: 80px;
    margin-top: 1em;
}

#content {
    padding: 1em;
    margin: 8px 12px 12px 12px;
    font-family: Arial;
    color: #002b00;
    min-height: 600px;
    text-align: left;
    overflow: visible;
    height: 2%;
    
}

h1 {
    font-size: 1.5em;
    color: #092703;
    font-family: "Trebuchet MS";
    margin-top: 1em;
    margin-bottom: -0.2em;
}

h2 {
    font-size: 1.3em;
    font-family: "Trebuchet MS";
    color: #1b4f11;
    margin-bottom: 0.5em;
    margin-top: 1.3em;
}

h3 {
    font-size: 1.1em;
    font-family: "Trebuchet MS";
    color: #308a20;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
}

.floatleft {
    float: left;
    padding: 0 1em 1em 0;
}

.floatright {
    float: right;
    padding: 0 0 1em 1em;
}

table {
    margin-top: 0.5em;
    padding: 0;
    border-collapse: collapse;
    background: #fff;
    width: 60%;
}

td, th {
    padding: 0.5em;
    border: 1px dotted #aee3ae;
}

th {
    padding-bottom: 0.2em;
    padding-top: 0.7em;
}

p.bold {
    font-weight: bold;
}

#nav {
    background: url('imgs/navbg.jpg') repeat-x;
    position: absolute;
    top: 170px;
    left: 3px;
    width: 99.5%;
    font-family: "Arial", sans-serif;
    font-size: 1em;
    overflow: visible;
    z-index: 0;
    margin: 0 auto;
}

ul.slidingmenu, ul.slidingmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.slidingmenu li {
    float: left;
    height: 35px;
    width: 130px;
    position: relative;
    text-align: center;
    border-right: 1px solid white;
    font-size: 0.9em;
}

ul.slidingmenu ul li {
    float: left;
    height: 25px;
    width: 130px;
    position: relative;
    text-align: center;
    border-right: 1px solid white;
    font-size: 0.6em;
}

ul.slidingmenu ul li {
    border-top: 1px solid white;
    margin-top: -3px;
    padding: 0;
}

ul.slidingmenu a, ul.slidingmenu ul li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 0.6em;
    background: url('imgs/navbg.jpg') repeat-x;
    margin: 0 !important;
    z-index: 99;
}

ul.slidingmenu ul {
    position: absolute;
    top: 38px;
    * top: 36px;
    display: none;
}

img.arrow {
    position: absolute;
    top: 27px;
    left: 62px;
    width: 6px;
}

a.rightalign {
    margin: 8px 1em 0 0;
    width: 180px;
    float: right;
    color: white;
    font-style: italic;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

a.rightalign:hover {
    color: #c4ffc4;
}

ul.slidingmenu a:hover, ul.slidingmenu ul li a:hover {
    background: green !important;
}

a.current {
    background: #3a743a !important;
}

#mapviewer {
    border: 1px solid blue;
    margin-top: 1.5em;
}

form {
    margin-top: 1.1em;
    margin-bottom: 2em;
}

fieldset {
    border: 1px dotted #6a956a;
    padding: 1em;
    background: #fff url('imgs/form-bg.jpg;');
    background-position: bottom center;
    background-repeat: repeat-x;
}

legend {
    font-weight: bold;
    font-size: 0.8em;
    color: darkgreen;
    padding: 5px;
}

.labelsort {
    display: block;
    width: 180px;
    float: left;
    color: #002b00;
    font-weight: bold;
    font-size: 0.9em;
}

input, textarea {
    border: 1px solid #a6d2a6;
}

p.submit {
    margin-left: 180px;
}

p.submit input {
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
    color: white;
    background: darkgreen;
}

ul.treatments {
    list-style: none;
    margin: 1.5em 0 0 0;
    padding: 0;
    text-align: center;
}

ul.treatments li {
    display: inline-block;
    color: white;
    margin: 1em;
}

ul.treatments li a {
    width: 150px;
    height: 50px;
    color: #0a1f0a;
    font-size: 0.9em;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    background: #a7e2a7;
    border: 1px solid #133c13;
    font-family: "Verdana";
}

ul.treatments li a:hover {
    background: #0a1f0a;
    color: #a7e2a7;
}

.divider {
    text-align: center;
    margin-top: 2.5em;
}

.clearboth {
    clear: both;
}

#tendskin {
    background: url('imgs/tendskin-bg.jpg');
    background-repeat: no-repeat;
    width: 304px;
    height: 200px;
    background-position: center top;
    float: right;
    margin: 0 0 1.5em 1.5em;
}

#captcha {
    font-weight: bold;
    margin-left: 180px;
}

#footer {
    text-align: center;
}