/*-----------------------------------------
  Website:
  Creator:
  Last Modified:
  
  1. General
  2. Text, headers
  3. Links
  4. Areas, Divs
  5. Tables
  6. Forms
  7. Images
  8. Menus
  9. Lists
-----------------------------------------*/



/*-----------------------------------------
  1. General, main
-----------------------------------------*/

body {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 9pt;
  font-family: arial, verdana, sans-serif;
  color: #444;
  background: #7a8271 url("../images/standard/bg_01.gif") top left;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1 {
  margin: 0px;
  padding: 0px;
  font-size: 24pt;
  font-family: times, serif;
  color: #0072b0;
}

h2 {
  margin: 0px;
  padding: 0px;
  font-size: 18pt;
  font-family: times, serif;
  font-weight: bold;
  color: #ccdbc7;
}

h3 {
  margin: 2px 0px 0px 0px;
  padding: 2px 0px 0px 0px;
  font-size: 14pt;
  font-weight: bold;
  font-style: italic;
  font-family: times, serif;
  color: #0072b0;
}

div.left_column_01 p {
  padding: 0px 0px 0px 10px;
  margin: 0px; 
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #aa4195;
	text-decoration: none;
}

a:hover {
	color: #aa4195;
	text-decoration: underline;
}

div.menu a:link, div.menu a:active, div.menu a:visited {
	color: #fff;
	text-decoration: none;
}

div.menu a:hover {
	color: #fff;
	text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div.wrapper_01 {
  width: 890px;
  margin: 0px auto;
  background: transparent url("../images/standard/canvas_left_01.gif") top left repeat-y;
}

div.wrapper_02 {
  width: 890px;
  background: transparent url("../images/standard/canvas_right_01.gif") top right repeat-y;
}

div.canvas_01 {
  width: 850px;
  margin: 0px auto;
  text-align: left;
  background: #fff;
}

div.top_bar_01 {
  width: 850px;
  height: 20px;
  background: #67acde url("../images/standard/canvas_top_01.gif") top left repeat-x;
}

div.banner_01 {
  width: 850px;
  height: 205px;
}

div.banner_01 img {
  display: block;
}

div.banner_left_01 {
  float: left;
  width: 323px;
  height: 123px;
  margin-top: 40px;
  margin-left: 40px;
}

div.banner_right_01 {
  float: right;
  width: 280px;
  height: 205px;
}

div.banner_bar_01 {
  width: 850px;
  height: 30px;
  background: #aa4195; 
}

div.menu {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
}

div.main_content_01 {
  width: 850px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.left_tab_01 {
  float: left;
  width: 28px;
  height: 168px;
  background: #67acde url("../images/standard/left_tab_01.gif") top left no-repeat;
}

div.left_column_01 {
  float: left;
  width: 280px;
  margin-left: 10px;
}

div.right_column_01 {
  float: left;
  width: 455px;
  margin-left: 30px;
}

div.right_tab_01 {
  float: right;
  width: 28px;
  height: 168px;
  background: #67acde url("../images/standard/right_tab_01.gif") top left no-repeat;
}

div.services_content_01 {
  margin-top: 20px;
}

div.services_left_01 {
  display: inline;
  float: left;
  margin-left: 25px;
  width: 573px;
  height: 242px;
  background: #7a8271 url("../images/standard/services_bg_01.gif") top left no-repeat;
}

div.services_treatments_01 {
  width: 573px;
  height: 65px;
  margin-top: 30px;
  color: #fff;
  line-height: 17px;
}

div.services_products_01 {
  width: 573px;
  height: 65px;
  margin-top: 50px;
  color: #fff;
  line-height: 17px;
}

div.services_right_01 {
  display: inline;
  float: left;
  width: 179px;
  height: 242px;
  background: #7a8271 url("../images/standard/services_right_01.jpg") top left no-repeat;
}

div.services_tab_01 {
  display: inline;
  float: left;
  width: 48px;
  height: 242px;
  background: #aa4195 url("../images/standard/services_tab_01.gif") top left no-repeat;
}

div.killthefloats {
  clear: both;
}

div.footer_bar_01 {
  width: 850px;
  height: 20px;
  background: #67acde;
}

div.footer_bar_02 {
  width: 850px;
  height: 20px;
  background: #d6dbc1;
}

div.footer_01 {
  margin: 0px auto;
  line-height: 20px;
  color: #fff;
  font-size: 8pt;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table.services_01 {
  width: 560px;
}

table.services_01 td {
  padding: 5px;
}

table.salon-hours {
	border-collapse: collapse;
}

table.salon-hours th, table.salon-hours td {
	padding: 5px;
	vertical-align: top;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/



/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
  border: 0px;
}

/*-----------------------------------------
  8. Menus
-----------------------------------------*/

div.menu ul {
	padding: 0px;
	margin: 0px;
}

div.menu ul li {
	padding: 0px;
	margin: 0px 20px;
	list-style-type: none;
	float: left;
}

/*-----------------------------------------
  9. Lists
-----------------------------------------*/


