@charset "utf-8";


/* RE-SETS */

* {
	margin: 0px;
	padding: 0px;
}

a img { border: none; }

#page-wrap {
	margin: auto;
	width: 1000px;
}

/*MAIN */

body {
	background-color: #FFFFFF;
}

#header {
	background-image: url(../image/salon.jpg);
	background-repeat: no-repeat;
	height: 534px;
	width: 1000px;
	background-attachment: scroll;
	background-position: center top;
	
}


#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	height: 225px;
	width: 1000px;
	padding: 20px;
	line-height: 13px;
}

h1  {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 13px;
	text-decoration: underline;
	color: #575350;
	font-variant: small-caps;
}


#hair  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1000px;
	padding: 10px;
	color: #000000;
	line-height: 12px;
	text-decoration: none;
}


#hair img{
	border:none;
	decoration:none;

}
#nav {
	height: 20px;
	background-color: #262221;
	border: 2px dotted #999999;
}











/* TOP NAVIGATION */

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 39px;
	padding: 6px;
	outline:none;
	color: #FFFFFF;
}

#nav a:hover, a:active, a:visited {
	text-decoration: line-through;
	color: #FFFFFF;
}




/* LOWER NAVIGATION */


#footer {
	border-top-color: #000000;
}
#footer img {

}
#info a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
#info a:hover, a:visited, a:active {
	text-decoration: line-through;
	color: #000000;
}








/* SCROLL BAR */

/*

.scroll-pane 		{
	overflow: hidden;
	padding-right: 10px;
	height: 300px;
	width: 250px;
	
}

.jScrollPaneContainer 	{ position: relative; overflow: hidden; z-index: 1; }

.jScrollPaneTrack 		{ position: absolute; cursor: pointer; right: 0; top: 0; height: 100%;
						  background: url(../image/bar.jpg) top center repeat-y; padding: 3px; }

.jScrollPaneDrag	{ position: absolute; background: url(../image/ball.png) center center no-repeat;
					  cursor: pointer; overflow: hidden; }
					  
					  
*/				  
					  



