@charset "utf-8";
/* CSS Document */

body{
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
.smalltxt{
	color:#666666;
}

.headertxt{
	font-weight:bold;
	color:#999999;
	text-transform:uppercase;
	border-bottom:solid #999 1px;
	padding:4px;
}
.txt{
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	text-align:justify;
	font-weight:bold;
}
.close{
	text-transform:uppercase;
	color:#FF0000;
	text-align:right;
	cursor:hand;
	cursor:pointer;
}

#mainlogo{
	background:url(images/toplogo.jpg) no-repeat;
	width:380px;
	height:100px;
	position:absolute;
	top:10px;
	left:10px;
}
#mainmask{
	position:absolute;
	top:0px;
	left:0px;
	height:0px;
	width:0px;
	background:#000000;
	
}
#mainslide{
	position:absolute;
	top:100px;
	left:250px;
	width:900px;
	height:450px;
	border:solid #999 0px;
	z-index=1000;
}

#contactinfo{
	position:absolute;
	right:20px;
	bottom:20px;
	width:220px;
	height:50px;
	border:solid #999 0px;
	z-index:300000;
}
#aboutus{
	position:absolute;
	top:520px;
	left:250px;
	width:600px;
	height:60px;
	z-index:20010;
}

.topmenu{
	position:absolute;
	top:60px;
	left:430px;
	width:737px;
	height:20px;
	border:solid #999 0px;
}
.topmenuitem{
	float:left;
	cursor:hand;
	cursor:pointer;
}
#service{
	background:url(images/service.jpg) no-repeat;
	width:140px;
	height:20px;
}
#biography{
	background:url(images/biography.jpg) no-repeat;
	width:160px;
	height:20px;
}
#sample{
	background:url(images/sample.jpg) no-repeat;
	width:140px;
	height:20px;
}
#client{
	background:url(images/client.jpg) no-repeat;
	width:120px;
	height:20px;
}
#event{
	background:url(images/event.jpg) no-repeat;
	width:120px;
	height:20px;
}
#contact{
	background:url(images/contact.jpg) no-repeat;
	width:140px;
	height:20px;
}
#mask{
	display:none;
	background:#000;
	z-index:50000;
	
}


#biographytxt{
	display:none;
	position:absolute;
	top:60px;
	left:500px;
	width:400px;
	
	background:none;
	color:#FFFFFF;
	padding:15px;
	z-index:50010;
}
#servicetxt{
	display:none;
	position:absolute;
	top:100px;
	left:200px;
	width:900px;
	height:450px;
	overflow:auto;
	background:none;
	color:#FFFFFF;
	padding:15px;
	z-index:50010;
}

#contacttxt{
	display:none;
	position:absolute;
	top:100px;
	left:500px;
	width:400px;
	height:200px;
	background:none;
	color:#FFFFFF;
	padding:15px;
	z-index:50010;
}
#clienttxt{
	display:none;
	position:absolute;
	top:60px;
	left:500px;
	width:320px;
	height:200px;
	background:none;
	color:#FFFFFF;
	padding:15px;
	z-index:50010;
}

#registertxt{
	display:none;
	position:absolute;
	top:100px;
	left:100px;
	width:320px;
	height:200px;
	background:none;
	color:#FFFFFF;
	padding:15px;
	z-index:60010;
}

#whitemask{
	display:none;
	position:absolute;
	top:100px;
	left:250px;
	width:900px;
	height:450px;
	background:#fff;
	z-index:20000;
}
.serviceitem{
	z-index:20010;
	cursor:hand;
	cursor:pointer;
	display:none;
}
#back{
	background:url(images/back.jpg) no-repeat;
	width:100px;
	height:20px;
	position:absolute;
	top:10px;
	left:10px;
	cursor:hand;
	cursor:pointer;
}

#weddingthumb{
	position:absolute;
	width:281px;
	height:149px;
	top:218px;
	left:66px;
	background:url(images/weddingthumb.jpg) no-repeat;
}

#weddingthumbtxt{
	position:absolute;
	width:200px;
	height:40px;
	top:168px;
	left:35px;
	background:url(images/wedding.jpg) no-repeat;
}
#modelthumb{
	position:absolute;
	width:104px;
	height:154px;
	top:372px;
	left:1067px;
	background:url(images/modelingthumb.jpg) no-repeat;
}

#modelthumbtxt{
	position:absolute;
	width:208px;
	height:40px;
	top:369px;
	left:854px;
	background:url(images/modeling.jpg) no-repeat;
}

#portraitthumb{
	position:absolute;
	width:177px;
	height:151px;
	top:318px;
	left:407px;
	background:url(images/portraitthumb.jpg) no-repeat;
}

#portraitthumbtxt{
	position:absolute;
	width:200px;
	height:40px;
	top:316px;
	left:591px;
	background:url(images/portrait.jpg) no-repeat;
}

#eventthumb{
	position:absolute;
	width:260px;
	height:170px;
	top:123px;
	left:705px;
	background:url(images/scenarythumb.jpg) no-repeat;
}

#eventthumbtxt{
	position:absolute;
	width:200px;
	height:40px;
	top:123px;
	left:498px;
	background:url(images/events.jpg) no-repeat;
}
.hidden{
	display:none;
}

