/* -STYLES- */
body {
	color: #505050;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}
a:link, a:visited {
	color: #067580;
	text-decoration: none;
}
a:hover {
	color: #067580;
	text-decoration: underline;
}
#nav a {
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
#content_column p {
	line-height: 1.5em;
}
/* -LAYOUT- */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding; 0;
}
div#container {
	width: 802px;
	margin: 0 auto;
}
div#header {
	width: 802px;
	height: 285px;
	margin: 0 -18px 0 -36px;
	padding: 0 18px 0 36px;
	background-image: url(/images/layout/header_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#header h1#header_logo {
	width: 418px;
	height: 91px;
	margin: 0;
	padding: 0;
	opacity: .5;
}
#header_logo a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	text-indent: -1000em;
}
div#nav {
	padding-left: 83px;
	line-height: 38px;
	background-image: url(/images/layout/nav_bg.gif);
}
#nav ul {
	height: 38px;
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0 0 0 2px;
	float: left;
	list-style-type: none;
	background-image: url(/images/layout/nav_divider.gif);
	background-repeat: no-repeat;
}
#nav li a {
	display: block;
	float: left;
	padding: 0 28px;
}
#nav li.current a, #nav li a:hover {
	background-image: url(/images/layout/nav_hover.gif);
	background-repeat: repeat-x;
}
div#main {

}
div#content_column {
	width: 564px;
	float: left;
}
div#sidebar {
	width: 221px;
	padding-top: 20px;
	float: right;
	text-align: center;
}
#content_column h2.replaced {
	height: 42px;
	background-repeat: no-repeat;
	text-indent: -1000em;
	outline: none;
}
#content_column h2.our_salon {
	background-image: url(/images/layout/content_headings/our_salon.gif);
}
#content_column h2.the_services_we_offer {
	background-image: url(/images/layout/content_headings/the_services_we_offer.gif);
}
#content_column img.outlined {
	border: 1px solid #62cbd5;
}
#content_column img.left {
	margin: 0 9px 9px 0;
}
#content_column img.right {
	margin: 0 0 9px 9px;
}
#sidebar div.image_box {
	width: 221px;
	margin-bottom: 16px;
	text-align: left;
	position: relative;
}
.image_box a.area {
	display: block;
	position: absolute;
	text-indent: -1000em;
	outline: none;
	opacity: .5;
}
.image_box ol {
	margin: 0;
	padding: 0 0 0 25px;
}
.image_box ol li {
	margin-top: 10px;
}
#sidebar h2.replaced {
	height: 29px;
	background-repeat: no-repeat;
	background-position: bottom center;
	text-indent: -1000em;
	outline: none;
}
#sidebar h2.were_open {
	background-image: url(/images/layout/sidebar_headings/were_open.gif);
}
#sidebar table {
	margin: 0 auto;
}
#sidebar table td {
	font-size: 1.2em;
	text-align: left;
	padding: 5px 5px 0;
}
td.strong {
	font-weight: bold;
}
#footer {
	margin-top: 40px;
	padding: 20px 10px;
	background-image: url(/images/layout/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	list-style-type: none;
	display: inline;
	background-image: url(/images/layout/footer_divider.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 4px 0 8px;
}
#footer li.first {
	padding-left: 4px;
	background-image: none;
}
/* -UTILITY- */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
