@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_Products.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:42px;
	left:5px;
	z-index:1;
}

#nav ul {
	clear:left;
	float:left;
	width:850px;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:20px;
	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:#CC9900;
}

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

#address{
	position:absolute;
	z-index:1;
	left:63px;
	top: 72px;
	font-size:9px;
	color:#CC9900;
}

html .fb_share_link { 
	padding:2px 0 0 20px; 
	height:16px; 
	background:url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat; }

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

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

#facebook li{
	list-style:none;
}

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

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

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

#salon_service{
	position:absolute;
	left:350px;
	top: 200px;
	font-size:12px;
}

#salon_service img{ 
	border:0px; 
}

#salon_service ul{
	position:absolute;
	z-index:1;
	margin:0;
	padding:0;
	list-style:none;
	left: -320px;
	top: 50px;
	width:250px;
}

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

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

#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;
}

#salonImg img{
	position:absolute;
	z-index:1;
	left:30px;
	top: 390px;
	display:none;
	z-index:1;
}

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

#text a{
	position:absolute;
	z-index:2;
	left:44px;
	top: 420px;
	display:none;
	font-size:12px;
	color:#999999;
	width:400px;
}

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

#goto{
	position:absolute;
	top:30px;
	left:460px;

}

#goto img{
	border:0px;
}

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

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

#welcome{
	position:absolute;
	top:-50px;
	left:-325px;
	z-index:5;
}

#pclick{
	position:absolute;
	top:120px;
	left:800px;	
	border:0px;
}

#button{
	position:absolute;
	top:120px;
	left:650px;	
	width:150px;
	text-decoration:none;
	color:#CC9900;
	font-size:12px;
}
#button img{
	border:0px;
}

