@charset "utf-8";
/* 
COLORS:
border brown: #634e4b
yellow: #efd4a3
gold: #daab4d
nav gray: #d9d4ce
logo background: #ebe5de

LETTERING
darkest brown lettering: #634e4b
dark brown lettering: #856965
Home page light lettering: #8F7671
nav lettering: #8a706b
---------------------------------------Home page lightest lettering (aka latte): #b49a8a

*/
body {
	background-color: #634e4b; /*border brown*/
	padding:0;
	margin: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
}
#maincontainer {
	background-color: #efd4a3; /*yellow*/
	position:relative;
	top: 25px;;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
}
a:link, a:visited {
	color: #8a706b; /* nav lettering */
	text-decoration: none;
}
a:hover, a:active {
	color: #b49a8a; /* latte */
	text-decoration: none;
}
#header {
	width: 850px;
	margin: 0 auto 0 auto;
	padding:0;
	height: 150px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #daab4d;
}
#header-left {
	float: left;
	width: 355px;	
}
#header-left img {
	float: left;
}
#header-right {
	width: 495px;
	float:left;
	text-align: center;
}
#header-top-right {
	position:relative;
	top: 50px;
	width: 495px;	
	padding: 0 0 0 45px;
}
#header-top-right img {
		float: left;
}
#header-bottom-right {
	position:relative;
	top: 86px;
	float: right;
	width: 490px;
	background-color:#d9d4ce;
	height:24px;
	margin:0 5px 0 0;
}

#SubPg-MainNav {
	width: 920px;
	margin: 0px 20px 0 16px;
	background-color: #d9d4ce; /*nav gray*/ 
	height: 32px;
	float:left;
}
/* ************************************* Home Services Menu ******************************/
#nav-top {
  position:relative;
  left: 5px;
  width:490px;
  height:15px;
  margin:0;
  padding:4px 0 0 0;
}

#nav-top .hidden, #nav-bottom .hidden {
  display: none;
}

#nav-top a {
  height:15px;
  display:block;
}

#nav-top p {
  line-height: 15px;
  margin: 0px;
  padding: 0px;
  display:inline-block;
}

#nav-top-hair,
#nav-top-permcos,
#nav-top-skin,
#nav-top-promos {
	height:15px;
	display:inline-block; 
	text-align:center;
	border-left:solid 2px #856965;
	float:left;
}
#nav-top-hair {border-left:0px;}

#nav-top-hair {width: 51px;}
#nav-top-permcos {width: 206px;}
#nav-top-skin {width: 107px;}
#nav-top-promos {width: 111px;}
   
#nav-top-hair p {width: 34px; background-image:url(../images/home_services_menu.png); background-position: 0px 0px; background-repeat:no-repeat;}
#nav-top-permcos p {width: 173px; background-image:url(../images/home_services_menu.png); background-position: -34px 0px; background-repeat:no-repeat;}
#nav-top-skin p {width: 75px; background-image:url(../images/home_services_menu.png); background-position: -207px 0px; background-repeat:no-repeat;}
#nav-top-promos p {width: 92px; background-image:url(../images/home_services_menu.png); background-position: -282px 0px; background-repeat:no-repeat;}

#nav-top-hair p a:hover {background-image:url(../images/home_services_menu.png); background-position: 0px -15px; background-repeat:no-repeat;}
#nav-top-permcos p a:hover {background-image:url(../images/home_services_menu.png); background-position: -34px -15px; background-repeat:no-repeat;}
#nav-top-skin p a:hover {background-image:url(../images/home_services_menu.png); background-position: -207px -15px; background-repeat:no-repeat;}
#nav-top-promos p a:hover {background-image:url(../images/home_services_menu.png); background-position: -282px -15px; background-repeat:no-repeat;}

/* ************************************* Home Communications Menu ******************************/

#nav-bottom {
	position: relative;
	width: 264px;
	height: 19px;
	padding: 2px 0 0 0;
	margin:0;
	left: 23px;
}

#nav-bottom a {
  height:15px;
  display:block;
}

#nav-bottom p {
  line-height: 15px;
  margin: 0px;
  padding: 0px;
  display:inline-block;
}

#nav-bottom-blog,
#nav-bottom-about,
#nav-bottom-contact {
	height:15px;
	border:0;
	float:left;
}
/*
#nav-bottom-blog {width: 56px; text-align:left;}
#nav-bottom-about {width: 90px; text-align:center;}
#nav-bottom-contact {width: 119px; text-align:right;}
*/

#nav-bottom-blog {width: 80px; text-align:left;}
#nav-bottom-about {width: 96px; text-align:center;}
#nav-bottom-contact {width: 88px; text-align:right;}


#nav-bottom-blog p {width: 32px; background-image:url(../images/lower-nav.png); background-position: 0px 0px; background-repeat:no-repeat;}
#nav-bottom-about p {width: 66px; background-image:url(../images/lower-nav.png); background-position: -32px 0px; background-repeat:no-repeat;}
#nav-bottom-contact p {width: 55px; background-image:url(../images/lower-nav.png); background-position: -99px 0px; background-repeat:no-repeat;}

#nav-bottom-blog p a:hover  {background-image:url(../images/lower-nav.png); background-position: 0px -16px; background-repeat:no-repeat;}
#nav-bottom-about p a:hover  {background-image:url(../images/lower-nav.png); background-position: -32px -16px; background-repeat:no-repeat;}
#nav-bottom-contact p a:hover  {background-image:url(../images/lower-nav.png); background-position: -99px -16px; background-repeat:no-repeat;}

#content {  /* contains gradient */
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	background-image: url(../images/grad-bg1000.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	height: 660px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #daab4d;
}
#content-top { /*box brown*/
	margin: 20px 40px 20px 40px;
	padding: 0px;
	border: solid 2px #daab4d;
	background-color: #634e4b;
	height: 420px;
}
#content-top-left {
	float: left;
	margin: 55px 10px 60px 30px;
}
#content-top-right {
	float: right;
	margin: 20px 15px 25px 0px;
	text-align: center;
}
#lower-menu {
	margin: -10px auto 10px auto;
}
#stream-text {
	margin: 20px auto 0 auto;	
}
#stream-photo {
	margin: 0 auto 5px auto;	
}
#pampered {
	margin: 15px auto 0px auto;
}
#content-body {
	margin: 20px 30px 20px 30px;
	height: 440px;
}
#footer {
	width: 100%;
	height: 25px;
	background-color: #634e4b; /*border brown*/
	color: #d9d4ce;
	font-weight: bold;
	text-align:center;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #daab4d;
}
#footer a:link {
	color: #b49a8a; /* latte */
	text-decoration: none;
}
#footer a:visited {
	color: #b49a8a; /* latte */
	text-decoration: none;
}
#footer a:hover {
	color: #daab4d; /* gold */
	text-decoration: none;
}
#footer a:active {
	color: #daab4d; /* gold */
	text-decoration: none;
}
	
.latte {
	color: #b49a8a;
}
.gold {
	color: #daab4d;
}
.yellow {
	color: #efd4a3;
}
.darkest-brown {
	color: #634e4b;
}
.red {
	  color: #ff0000;
}
.bold {
	font-weight:bold;
}
.normalweight {
	font-weight: normal;
}
.text12 {
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px;
}
.text18 {
	font-size: 18px;
}
.text20 {
	font-size: 20px;
}
.text22 {
	font-size: 22px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
    vertical-align: top;
	text-align: right;
}
.alignleft {
	text-align: left;
}
