@import "editor.css";

body 
{
	text-align: center;
	background-color: #000000;
	color: #000000;
}

body.aboutus, body.hair, body.packages, body.contactus, body.promotions
{ color: #ffffff; }

.clear
{
	clear: both;
	height: 0px;
	line-height: 0px;
	width: 100%;
}

#container
{
	width: 800px;
	text-align: left;
	margin: 0px auto;
}


/*******************************************************************/
#header
{
	float: left;
	width: 800px;
	height: 80px;
}

.headerLogo
{
	width: 211px;
	float: left;
}

.headerText
{
	display: none;
	font-size: 12px;
	font-weight: bold;
	width: 500px;
	float: right;
	margin-top: 17px;
	margin-right: 15px;
	font-style: italic;
}

body.home .headerText { display: block; color: #ffffff; }
body.home .pageTitle { display: none; }
.pageTitle
{
	width: 100%;
}

.pageTitle .Title
{
	font-size: 18px;
	font-weight: bold;
	width: 400px;
	float: left;
}

.pageTitle .HomeBtn
{
	margin: 5px 0px 0px 0px;
	float: right;
	width: 60px;
}

.pageTitle .HomeBtn a
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.pageTitle .HomeBtn a:hover, 
body.skin .pageTitle .HomeBtn a,  
body.promotions .pageTitle .HomeBtn a, 
body.press .pageTitle .HomeBtn a
{ color: #EE6425; }


#contentContainer
{
	width: 800px;
	float: left;
}

#ContentContainerInner
{
	width: 760px;
	margin-left: 20px;
	padding: 5px 0px;
}


#footer
{
	width: 800px;
	float: left;
}

/**  Page Content  **/
body.home table { width: 760px; }
body.hair .content { width: 420px; float: right; }

/** Home Page  **/
body.home a
{
	font-size: 18px;
}


/**  Page Backgrounds  **/
body #contentContainer
{
	background-image: url(images/background.jpg);
	min-height: 428px;
	_height: 428px;
	background-repeat: no-repeat;
}

body.home #contentContainer
{
	background-image: url(images/homepage-image.jpg);
	color: #ffffff;
}
body.aboutus #contentContainer { background-image: none;  }

body.hair #contentContainer
{
	background-image: url(images/hair-image.jpg);
}

body.skin #contentContainer
{
	background-image: url(images/background.jpg);
}

body.packages #contentContainer
{
	background-image: url(images/packages-image.jpg);
}

body.body #contentContainer
{
	background-image: url(images/body-image.jpg);
}

body.promotions #contentContainer
{
	background-image: url(../../media/backgrounds/background-promotions.jpg);
}

body.contactus #contentContainer
{
	background-image: url(images/contact-image.jpg);
}


