body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	color: #003;
}

.body-text {
	font-size: 0.83em;
	color: #003;
}

.gradi-bar-top {
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px none;

}
.gradi-bar-bottom {
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
	margin: 0px;
	padding: 0px;
	border: 0px none;

}
.nav-bar {
	background-image: url(images/nav_bar.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 32px;
	width: 143px;
}

.nav:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 5px 5px;
}

.nav:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 5px 5px;
}

.nav:hover {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding: 6px 5px 5px;
}

.nav2:link {
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
	padding: 6px 5px 5px;
}

.nav2:visited {
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
	padding: 6px 5px 5px;
}

.nav2:hover {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	padding: 6px 5px 5px;
}

.main-table {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;

}
.main-table-prices {

	background-image: url(images/prices.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main-table-contact {

	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main-table-stylists {

	background-image: url(images/stylists.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main-table-about {

	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main-table-booking {

	background-image: url(images/booking.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
li
  { list-style: none;
  }

#root h2, #root h3, #root h4, li
  { font-size: 100%;
    padding: 0.05em 0px 0.05em 5px;
    margin: 0px;
    font-weight: normal;
    line-height: 120%;
  }

.collapsed
  { cursor: pointer;
    cursor: hand;
  }

.expanded
  { cursor: pointer;
    cursor: hand;
  }
