body 
{
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color: #460A62;
	background-image: url('../images/background.png');
	background-attachment: fixed;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	font-size: 10.5pt;
}

div
{
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}

#title
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#layout
{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#navigation
{
	height: 2em;
	width: 100%;
	font-size: 10pt;
	background-color: black;
	z-index: 2;
	position: relative;
}

#content
{
	padding: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-image: url('../images/light-background.png');
	min-height: 400px;
	z-index: 1;
	position: relative;
}

#footer
{
	color: white;
}

#footer p
{
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#footer p a
{
	color: white;
}

p.address
{
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 12pt;
}

p.phone
{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 12pt;
}

p.salonalchemy
{
	padding-bottom: 10px;
	font-size: 8pt;
}

p.salonalchemy a
{
	color: white;
}

h1
{
	font-size: 28pt;
	font-weight: bold;
	text-align: left;
	color: #1158B3;
	margin-top: 0px;
}

h2
{
	color: #20429D;
	font-size: 20pt;
	text-align: left;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
}

li
{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.invisible
{
	display: none;
}

table.treatments
{
	border-collapse: collapse;
	width: 580px;
	max-width: 580px;
}

.treatments td {
	font-size: 10.5pt;
	padding-bottom: 7px;
}

td.group {
	padding-top: 20px;
	color: #2F2C85;
	font-size: 14pt;
	font-weight: bold;
}

td.treatment {
	width: 350px;
	max-width: 350px;
	vertical-align: top;
}

td.groupdescription {
	font-style: italic;
	width: 580px;
	max-width: 580px;
}

td.treatmentdescription {
	font-style: italic;
	padding-bottom: 25px;
	width: 350px;
	max-width: 350px;
}

td.price {
	text-align: right;
	font-weight: bold;
}

p.treatmentdescription
{
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 25px;
}

td.note
{
	font-style: italic;
}

div.gallery
{
	float: right;
	position: absolute;
	top: 0px;
}

div.images
{
	float: right;
	right: 0px;
	position: relative;
	margin-left: 20px;
}

div.images image
{
	padding-bottom: 20px;
}

div.galleryImage
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

img.galleryImage
{
	border: 1px solid white !important;
	margin-left: auto;
	margin-right: auto;
}

p.galleryDescription
{
	text-align: center;
	font-style: italic;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 0px;
}

div.testimonial
{
	border: 1px solid #346F97;
	min-height: 122px;
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
}

div.testimonialImage
{
	border: 1px solid #346F97;
	float: left;
}

div.testimonialImage img
{
	border: 1px solid white;
}

p.testimonial
{
	font-weight: bold;
	margin-left: 142px;
}

p.testimonialContact
{
	font-style: italic;
	margin-left: 142px;
}

table.pagination
{
	width: 100%;
}

table.pagination td
{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

table.pagination td.pagination
{
	text-align: right;
}

span.previous
{
}

span.next
{
	padding-left: 10px;
}

