body 
{
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color: black;
	background-color: #DE2414;
	font-family: "Arial", "Helvetica", sans-serif;
	text-align: justify;
	font-size: 11pt;
	min-width: 1000px;
}

div
{
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

#layout
{
	margin-left: 40px;
	margin-right: 40px;
}

#header
{
	margin-top: 30px;
	height: 191px;
	position: relative;
	background-color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#content
{
	padding-top: 20px;
	padding-left: 200px;
	padding-right: 19px;
	padding-bottom: 20px;
	background-color: white;
	border: 1px solid black;
	background-image: url('../images/content-background.png');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	min-height: 350px;
}

#footer
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 10px;
}

#footer p
{
	text-align: center;
	color: white;
}

p.address, p.phone
{
	font-size: 12pt;
}

p.address
{
	padding-top: 10px;
	margin-bottom: 10px;
}

p.phone
{
	margin-top: 0px;
}

p.salonalchemy
{
	font-size: 8pt;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p.question
{
	font-weight: bold;
	margin-bottom: 0px;
	color: black;
}

p.answer
{
	margin-top: 0px;
}

p.phone a, p.salonalchemy a
{
	color: white !important;
}

#navigation-top
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation-top ul
{
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#navigation-top ul li
{
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -3px;
	margin-right: -3px;
}

#navigation-top ul li a
{
	font-weight: bold;
	color: black;
}

#navigation-left
{
	position: absolute;
	top: 270px;
	z-index: 10;
}

#navigation-left ul
{
	width: 165px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	position: relative;
	left: 15px;
}

#navigation-left ul li
{
	height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DE2414;
}

#navigation-left ul li a
{
	display: block;
	padding-left: 5px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: middle;
	color: black;
}

#navigation-left ul li a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #DE2414;
}

.prettyHover
{
	cursor: pointer;
}

#treatments
{
}

#treatments-left
{
	float: left;
	width: 50%;
	max-width: 50%;
}

#treatments-left div
{
	padding-right: 30px;
}

#treatments-right
{
	margin-left: 50%;
	width: 50%;
	max-width: 50%;
}

#treatments-right div
{
	padding-left: 30px;
}

table.treatments
{
	border-collapse: collapse;
	width: 100%;
}

.treatments td {
	font-size: 11pt;
	padding-bottom: 7px;
	vertical-align: top;
}

td.treatmentTypeDescription
{
	padding-bottom: 20px !important;
}

td.group {
	padding-top: 25px;
	color: white;
}

td.group h2 {
	font-size: 13pt;
	font-weight: bold;
	color: white !important;
	background-color: black;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

td.treatment {
	text-align: left;
	font-weight: bold;
}

td.time, td.price {
	padding-left: 20px;
	text-align: right;
	vertical-align: top;
	font-size: 11pt;
	font-weight: bold;
	min-width: 70px;
	max-width: 100px;
	white-space: nowrap;
}

td.groupdescription {
	padding-bottom: 20px;
	font-size: 11pt;
	max-width: 650px;
}

a.treatmentdescription img {
	vertical-align: middle;
	border: none;
}

p.treatmentdescription {
	font-weight: normal;
	font-size: 10pt;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 7px;
}

td.note {
	font-size: 10pt;
	padding-top: 20px;
	max-width: 650px;
}

h1, h2, h3, h4
{
	color: black;
	text-align: left;
}

h1
{
	margin-top: 20px;
	font-weight: normal;
}

#content ul li
{
	margin-bottom: 10px;
	padding-left: 30px;
}

.floatRightTop
{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #DE2414;
}

div.testimonial
{
	border: 1px solid #DE2414;
	min-height: 122px;
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
}

p.testimonial
{
	font-weight: bold;
}

p.testimonialContact
{
	font-style: italic;
}

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;
}

table.opening-hours
{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.opening-hours td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

td.day
{
	text-align: left;
	padding-right: 30px;
}

td.hours
{
	text-align: center;
}

div.newsItem
{
	padding-bottom: 30px;
}

h2.newsItemTitle
{
	font-size: 14pt;
	font-weight: normal; 
}

div.link
{
	padding-top: 7px;
	padding-bottom: 14px;
}

p.link
{
	font-weight: bold;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.linkDescription
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.row-gallery
{
	padding-top: 20px;
}

.row-gallery table
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: none;
}

.row-gallery table td
{
	padding: 15px 15px 15px 15px;
}

.slideshowOuter
{
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

#treatments
{
	clear: both;
}

