﻿body
{
	background: #f0d3d4 url(/images/header_bg.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	color: #706767;
}

a
{
    color: #706767;
    text-decoration: underline;
}

a:hover
{
    text-decoration: underline;    
}

img
{
    border: 0px;
    
}

h2
{
    font-size: 1.8em;    
    margin: 13px 0px;
}

h3
{
    margin: 5px 0px;
    font-weight: bold;
    font-size: 1.1em;
}

h4
{
    margin: 5px 0px;
    font-weight: bold;
    font-size: 1em;
}

#wrapper
{
	width: 960px;
	margin: 0px auto;
}

#header
{
	padding: 56px 30px 40px 40px;	
	overflow: hidden;
}

#header h1
{
	margin: 0px;
	float: left;
	width: 218px;
	height: 76px;
	overflow: hidden;
}

.contact_details
{
	float: right;
	text-align: right;
	padding-top: 8px;
	color: #fff;
	font-size: 14px;
}

#content_wrapper
{
}

#menu
{

}

#menu ul
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
    height: 30px;
    text-transform: uppercase;
}

#menu ul li
{
    background: transparent url(/images/menu_bg.png) repeat-x;
    float: left;
    display: inline;
    padding: 10px 0px;
    margin: 0px;
    line-height: 10px;
    border-right: 1px solid #f2c7c5;
}

#menu ul li:last-child
{
    border-right: none;
}

#menu ul li a
{
    padding: 10px;
    color: #fff;   
    text-decoration: none;   
}

#menu ul li:hover
{
    background: transparent url(/images/content_background.png) repeat;
}

#menu ul li a:hover
{
    color: #877c7c;
}


body#home li#nav_home, body#waxing li#nav_waxing, body#skin li#nav_skin, body#massage li#nav_massage, body#specialty li#nav_specialty, body#bookings li#nav_bookings, body#aboutus li#nav_aboutus
{
    background: transparent url(/images/content_background.png) repeat;
}

body#home li#nav_home a, body#waxing li#nav_waxing a, body#skin li#nav_skin a, body#specialty li#nav_specialty a, body#bookings li#nav_bookings a, body#aboutus li#nav_aboutus a
{    
    color: #877c7c;    
}

#content_main
{
    clear: both;
    padding: 10px;
	background: transparent url(/images/content_background.png) repeat;
	overflow: hidden;
}

.lips_separator
{
    vertical-align: top;
}

.item_box
{
    width: 288px;
    height: 158px;
    padding: 6px;
    margin: 6px;
    background-color: #fae0e0;
    float: left;
}

.content_box
{
    float: right;
    width: 603px;
    background-color: #fae0e0;
    padding: 6px;
    margin: 6px;
    min-height: 500px;
}

.sub-menu
{
    font-size: 1.2em;
	margin-bottom: 30px;
}

.sub-menu span.active
{
    font-weight: bold;
}

.sub-menu a
{
    text-decoration: none;
}

table.pricing td
{
	width: 150px;
	padding: 8px 0px;
	border-bottom: 1px solid #999;	
}

.pricecol
{
	text-align: right;	
}

.center_align
{
    text-align: center;
}

#footer
{
	color: #fff;
    clear: both;
    padding: 8px 6px 0px ;
	height: 27px;
    font-size: 0.8em;
	background: url(../images/footer_bg.jpg) repeat-x;
}

#footer a
{
	color: #fff;
}

#shadow
{
	background: transparent url(../images/content_shadow.png) no-repeat;
	height: 347px;
	width: 979px;
	margin-top: -347px;
	margin-left: -9px;
}

/********* Forms **********/
.form_row
{
	padding: 5px 0px;
	overflow: hidden;
}

.form_row label
{
	display: block;
	width: 10em;
	float: left;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.errorMessage
{
	color: #fb6660;	
	font-weight: bold;
}

/******** Date Picker **********/
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}