@charset "UTF-8";
/* CSS Document */



body{
	margin:0;
	padding:0;
	background-color:#000;
	
	background-repeat:no-repeat;
}


h1, 
h1 a{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:26px;
	font-weight:bold;
	text-decoration:none;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#999933;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:30px;
	margin-bottom:0px;
	padding:0px;
	padding-bottom:5px;
	line-height:0;
}


p,
li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#dcddde;
	font-weight:normal;
}


#contactNumber{
	float:left;
	margin-top:20px;
	margin-left:120px;
}

#container{
	width:100%;
}

#logo {
	float:left;
	width:293px;
}

#header{
	min-width:1500px;
	height:75px;	
	width:100%;
	background-image:url(/_img/header.png);
	background-repeat:no-repeat;
	z-index:50;
	position:fixed;
}


#mainNav{
	float:left;
	z-index:9999;
}

#mainNav ul{
	margin-top:20px;
	list-style:none;
	list-style-position:none;
	
}

#mainNav li{
	list-style:none;
	float:left;	
	margin-right:35px;
}

#mainNav a,
#subnav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

#mainNav a:hover{
	color:#a3b239;	
}


.content{
	width:100%;
	background-repeat:no-repeat;
	min-height:850px;
}


.content#philosophy{background-image:url(/_img/backgrounds/philosophy.jpg); background-attachment:fixed; display:none;}
.content#careers{background-image:url(/_img/backgrounds/careers.jpg); background-attachment:fixed; display:none;}
.content#contact{background-image:url(/_img/backgrounds/contact.jpg); background-attachment:fixed; display:none;}
.content#news{background-image:url(/_img/backgrounds/news.jpg); background-attachment:fixed; display:none;}
.content#services{background-image:url(/_img/backgrounds/services.jpg); background-attachment:fixed; display:none;}
.content#salon{background-image:url(/_img/backgrounds/salon.jpg); background-attachment:fixed; display:none;}
.content#apply{background-image:url(/_img/backgrounds/apply.jpg); background-attachment:fixed; display:none;}

.pics { width:800px; height:950px; padding:0; margin:0; overflow: hidden; position:fixed; z-index:0; display:none;}
.pics img { width:800px; height:950px; top:0; left:0 }



#homeCopy{
	position:absolute;
	width:605px;
	margin-top:80px;
	margin-left:630px;
	z-index:9000;
}

#mission{
	width:520px;	
}

#mission h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:26px;
	font-weight:lighter;
	font-style:italic;
	color:#FFF;
}



.sitecopy{
	margin-left:468px;
	padding-top:100px;
	width:585px;
}

.sitecopy img{
	margin-bottom:10px;	
}


.sitecopy p,
.sitecopy li,
.sitecopy label{
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dcddde;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}

.sitecopy table p{
	line-height:15px;
	margin-top:1px;
}

.sitecopy a{
	color:#dcddde;
}


#footer{
	clear:both;
	top:785px;
	position:fixed;
	z-index:8000;
	background-color:#afbd21;
	border-top:#000 1px solid;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
}

#footer p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
}

#footer a{
	color:#000;
	text-decoration:none;
}
#credit {
	cursor:pointer;
	
}

#copyright{
	margin-top:110px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	line-height:15px;
}
#copyright a{
	text-decoration:none;
	color:#999;
}

#copyright span {
	font-size:9px;	
}

#copyright a:hover{
	color:#FFF;	
}
