@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------global settings---------------------------------------------------------- */
body {
	font: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(images/1024x768_Social-Projects.jpg);
	background-repeat:repeat;
}

.oneColFixCtr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	position:relative;
}
.oneColFixCtr #mainContent {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0px;
}

#nav{
	clear:both;
	float:left;
	width:850px;
	position:absolute;
	top:35px;
	left:128px;
	height:10px;
	z-index:2;
}

#nav_bar{
	position:absolute;
	top:50px;
	left:7px;
	z-index:1;
}

#nav ul {
	clear:left;
	float:left;
	width:850px;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:25px;
	z-index:2;
	top: 22.5px;
}

#nav ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul li a {
	float:left;
	margin:0 0 0 1px;
	padding:2px 28px;
	padding-left:22px;
	text-align:center;
	text-decoration:none;
	left:50px;
	font-weight:bold; 
	font-size:11px;
	color:#957C9C;
}

#nav ul li a:hover{
	color:#663399;
}

#time{
	position:absolute;
	z-index:1;
	right: 31px;
	top: 45px;
	font-size:9px;
	color:#957C9C;
}

#address{
	position:absolute;
	z-index:1;
	left: 65px;
	top: 71px;
	font-size:9px;
	color:#957C9C;
}

#facebook{
	position:absolute;
	left:660px;
	top:520px;
	z-index:1;
}

#facebook a{
	font-size:11px;
	color:#999999;
	font-style:normal;
	text-decoration:none;
}

#facebook li{
	list-style:none;
}

#facebook a:hover{
	color:#333333;
}

#banner2{
	position:absolute;
	top:560px;
	left:65px;
	z-index:1;
}

/*--------------------------------------------------------Services Gallery------------------------------------------------------*/

#salon_service{
	position:absolute;
	left:50px;
	top: 230px;
	font-size:12px;
}

#salon_service img{ 
	border:0px; 
}

#salon_service ul{
	position:absolute;
	z-index:1;
	margin:0;
	padding:0;
	list-style:none;
	left: -20px;
	top: 32px;
	width:361px;
}

#salon_service ul li a{
	text-decoration:none;
	color:#666666;
	font-size:14px;
	top:60px;
}

#salon_service ul li a:hover{
	color:#FFFFFF;
}

#salon_service ul li a img.ser_a{
display:none;
border:0px;
}

#salon_service ul li a#active img.ser_b,{
display:none;
border:0px;
}

#salon_service ul li a#active img.ser_a,{
display:inline;
}

#salon_service #text p#active,{
display:block;
}

#salon_service #text p ul{
text-decoration:none;
color:#666;
}

#salonImg img{
	height:400px;
	width:380px;
	position:absolute;
	z-index:1;
	left: 504px;
	top: 99px;
	display:none;
}

img#active,
img#active2{
display:block;
}

#text a{
	position:absolute;
	z-index:1;
	left:533px;
	top: 124px;
	display:none;
	width:310px;
	font-size:12px;
	color:#999999;
}

a#active,
a#active2{
display:block;
}

/* ---------------------------------------------------others-------------------------------------------------------------------- */

#social_intro{
	position:absolute;
	top:112px;
	left:30px;
	font-size:12px;
	color:#999999;
	width:400px;
}

#social_conclude{
	position:absolute;
	top:390px;
	left:30px;
	font-size:12px;
	color:#999999;
	width:400px;
}


