﻿body
{
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    background-image: url(/images/background.gif);
    background-repeat: repeat-x;
    background-color: #3B2E25;
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #333333;
    line-height: 150%;
    text-align: justify;
}


h1
{
    font-size: 30px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-style: italic;
    margin-bottom: 30px;
    font-weight: normal;
    color: #BAA065;
}

h2
{
    font-size: 18px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-style: italic;
    color: #BAA065;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}

h3, h4
{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

h2 a
{
    color: #BAA065;
    text-decoration: underline;
}

h4 a.button
{
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
}





.bver10black
{
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
a.bver10black:hover
{
    font-family: verdana;
    font-size: 10px;
    color: #F49524;
    text-decoration: none;
}

.ver11
{
    font-family: verdana;
    font-size: 12px;
    color: #5C5B5B;
}

#bottom
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
}

#bottom a, #bottom a:link, #bottom a:active, #bottom a:visited
{
    color: #000000;
}

#bottom a:hover
{
    color: #999999;
}

.smallText
{
    font-size: 10px;
}

/*LAYOUT*/

#header
{
    width: 900px;
    margin: auto;
}

#page
{
    width: 884px;
    padding: 13px;
    background-color: #fff;
    margin: auto;
}


#colLeft
{
    width: 560px;
    padding: 20px;
    float: left;
    overflow: hidden;
}

#colRight
{
    width: 275px;
    float: right;
}


#clear
{
    clear: both;
}

#ad
{
    padding-top: 12px;
}

#title
{
    padding-top: 12px;
    padding-bottom: 12px;
    color: White;
}

#title p
{
    color: White;
}

#title h2
{
    font-size: 22px;
    color: White;
}

#content a
{
    color: #967D43;
    text-decoration: underline;
}
#content a:active
{
    color: #BAA065;
    text-decoration: none;
}


.copyrights
{
    font-size: 10px;
    text-align: right;
}

#footer
{
    background-color: #EEEAE7;
    color: #5A5142;
    padding: 20px 20px 5px;
}

#footer a
{
    color: #5A5142;
}



/*LOGIN*/
.loginCaption
{
    font-weight: normal;
}
.loginTitle
{
    font-size: 13px;
    font-weight: bold;
}

/*FORMS*/
.formTable
{
    width: 100%;
}
.formCaption
{
    font-size: 11px;
    color: #777777;
    text-align: right;
}
.formSubtitle
{
    color: #8BA6C7;
}



/* This applies to the regular image resizing 
.img
{
	max-height: 100px;
	max-width: 140px;
	height: auto;
	vertical-align: middle;
}
hack for vertical-align in IE7 
.img
{
	margin-top: expression(Math.max(0,(100-this.height)/2)+'px');
}
.img
{
	margin-top: 0px;
	height: 100px;
	height: expression(100*Math.min(1,((140*this.height)/(100*this.width)))+'px');
}
/*end*/


.backImage
{
    background-image: url('/images/film.png');
    background-position: center center;
    background-repeat: no-repeat;
}


/* Buttons */
#editor-xtd-buttons
{
    padding: 5px;
}

.button2-left, .button2-right, .button2-left div, .button2-right div
{
    float: left;
}

.button2-left a, .button2-right a, .button2-left span, .button2-right span
{
    display: block;
    height: 22px;
    float: left;
    line-height: 22px;
    font-size: 11px;
    color: #666;
    cursor: pointer;
}

.button2-left span, .button2-right span
{
    cursor: default;
    color: #999;
}

.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span
{
    padding: 0 6px;
}

.page span
{
    color: #000;
    font-weight: bold;
}

.button2-left a:hover, .button2-right a:hover
{
    text-decoration: none;
    color: #0B55C4;
}

.button2-left a, .button2-left span
{
    padding: 0 24px 0 6px;
}

.button2-right a, .button2-right span
{
    padding: 0 6px 0 24px;
}

.button2-left
{
    background: url(../images/j_button2_left.png) no-repeat;
    float: left;
    margin-left: 5px;
}

.button2-right
{
    background: url(../images/j_button2_right.png) 100% 0 no-repeat;
    float: left;
    margin-left: 5px;
}

.button2-left .image
{
    background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore
{
    background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak
{
    background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank
{
    background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}


.button
{
    text-transform: uppercase;
    color: #fff;
    background-color: #B99F64;
    padding: 5px;
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
    cursor: pointer;
}



button.button
{
    border-width: 0;
    padding: 3px;
    font-family: Arial;
}



.button:hover
{
    background-color: #C2AB77;
    text-decoration: none !important;
}



/*Box*/

.box
{
    width: 255px;
    background-color: #ECEBE9;
    padding: 10px;
    margin-bottom: 15px;
    float: left;
    clear: both;
}



.box h3
{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top:4px;
}



.box p span
{
    display: block;
    float: left;
    width: 180px;
}

.box .button
{
    float: right;
}
.box a.button
{
    color: #fff !important;
    text-decoration: none !important;
}


.light
{
    color: #BAA065;
}

/*Menu*/

.topnav
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #B99F64;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}



.topnavItem
{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    border-left: 1px solid #fff;
}


.topnavItemActive
{
    background-color: #2b221a;
}


.topnav a
{
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}



.topnavItemHover
{
    text-decoration: underline;
}


.titleImage
{
    background-image: url("/images/header.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    clear: both;
    height: 265px;
    width: 424px;
    padding: 20px 40px 20px 440px;
}

.salonName
{
    font-size: 18px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-style: italic;
    color: #BAA065;
    font-weight: normal;
}
