body {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	
	background-color: #ffffff;
}
a, a:link, a:visited {
	color: #2b6396;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

ul.menu, ul.menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.pg_body {
	width: 760px;
	margin-left: 20px;
	margin-right: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

div.cleaner {
	clear: both;
}

table.layout {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	font-size: inherit;
	font-size: 100%;
}

div.centering {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	_width:100%;
	_text-align: center;
}


/***************************************** page head *****************************************/
div.pg_head {
	height: 79px;
	background-color: #c55154;
	position: relative;
	margin-bottom: 2px;
}

#main_logo {
	position: absolute;
	left: 7px;
	top: 29px;
}

div.top_nav {
	height: 19px;
	margin-bottom: 2px;
	background-color: #e2cdb6;
}
.top_nav ul.menu {
	padding-top: 2px;
}

.top_nav ul.menu li {
	float: left;
	height: 15px;
	border-right: 1px solid #dde0d2;
	padding-right: 36px;
	padding-left: 36px;
}
.top_nav ul.menu li.lst {
	border-right: none;
}
.top_nav a,
.top_nav a:link,
.top_nav a:visited,
.top_nav span {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.top_nav .current a,
.top_nav .current a:link,
.top_nav .current a:visited,
.top_nav .current span {
	color: #c55154;
}

.top_nav a:hover {
	text-decoration: none;
	color: #c55154;
}

table.top_nav {
	height: 19px;
	width: 100%;
	background-color: #e2cdb6;
}

table.top_nav td {
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #ede0d2;
	border-left: 1px solid #e2cdb6;
}

div.pg_foot {
	margin-top: 2px;
	height: 17px;
	background-color: #c55154;
}
div.pg_foot div {
	height: 17px;
	background-image: url(../assets/images/main_foot_lf.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div.pg_foot div div {
	height: 17px;
	background-image: url(../assets/images/main_foot_rt.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.copyright {
	margin-left: 9px;
	margin-top: 6px;
	text-align: left;
	font-size: 8pt;
}

/***************************************** page content *****************************************/
div.pg_content {
}

.pg_content table.layout td {
	vertical-align: top;
}

td#panel_lf {
	width: 200px;
	background-color: #f5f3f0;
}
td#panel_lf div.content {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
}
td#panel_mid {
	width: 360px;
}

td#panel_mid h2 {
	color: #c55154;
	font-size: 12pt;
}

td#panel_mid h3 {
	font-size: 10pt;
}

td#panel_mid h4 {
	font-size: 8pt;
}

td#panel_mid div.spacer {
	margin-left: 2px;
	margin-right: 2px;
}
td#panel_mid div.content {
	margin-left: 7px;
	margin-right: 10px;
	margin-top:5px;
	margin-bottom: 15px;
}

table.spatable {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 11px;
	width: 334px;
}

table.spatable td.leftcontent {
	width: 280px;
}

table.spatable td.rightcontent {
	width: 55px;
}

table.spatable td.bottomcontent {
	padding-bottom: 15px;
}

div.nailsservices div.leftcontent {
	float: left;
	width: 234px;
}

div.nailsservices div.rightcontent {
	float: left;
	width: 100px;	
}

div.nailsservices div.bottomcontent {
	padding-bottom: 15px;
}

div.hairservices div.leftcontent
{
	float: left;
	width: 234px;
	padding-bottom: 30px;
}

div.hairservices div.rightcontent
{
	float: left;
	width: 100px;
	padding-bottom: 30px;
}

td#panel_rt {
	width: 200px;
	background-color: #e5dfd9;
}
td#panel_rt div.content {
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.services p {
	font-size: 13px;
	line-height: 17px;
}

.services ul.menu {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

.services ul.menu li {
	padding-left: 10px;
	background-image: url(../assets/images/red_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #c55154;
	margin-bottom: 1em;
}
.services ul.menu li a {
	color: #c55154;
}
a.lrn,
a.lrn:link,
a.lrn:hover {
	float: right;
	background-image: url(../assets/images/lnk_bug.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 15px;
	
	color: #c55154;
	font-weight: bold;
	margin-top: .5em;
}
a.lrn:hover {
	background-image: url(../assets/images/lnk_bug_on.gif);
}

.grey_bkg a.lrn,
.grey_bkg a.lrn:link,
.grey_bkg a.lrn:hover {
	background-image: url(../assets/images/lnk_bug_gr.gif);
}

.grey_bkg a.lrn:hover {
	background-image: url(../assets/images/lnk_bug_gr_on.gif);
}

td#panel_lf div.content a.lrn,
td#panel_rt div.content a.lrn {
	margin-top: 2em;
}