@charset "utf-8";
/* CSS Document */




#Table_01 {
	position:relative;
	margin: auto;
	width:960px;

}

.imagerotator_ {
	position:relative;
	float:left;
	width:100%;
	height:540px;

}

#logo_ {
	position:absolute;
	left:50%;
	margin-left:-56px;
	top:0px;
	width:112px;
	height:170px;
	z-index:5;
}

#menuleft_{
	position:absolute;
	top:55px;
	width:960px;
	height:45px;
    z-index: 3;
}


/*#menuright_{
	position:absolute;
	top:55px;
	left:1075px;
	width:425px;
	height:45px;
    z-index: 3;
}*/



#contentpane {
	float: left;
	left:510px;
	top:551px;
	width:631px;
	height:369px;
}

.video {
	float: left;
	width:601px;
	padding:15px;
	
}


.admin {
	float: left;
	left:510px;
	top:100px;
	width:960px;
	height:auto;
}



#prostaffpane {
	position:fixed;
	margin-left:-516px;
	left:50%;
	top:0px;
	background-image: url(images/prostaffbg.png); height: 1080px; width: 1032px;
	z-index:0;
}

#prostaffwrap {
	width:880px;
	float:left;
	margin-top:200px;
	position:relative;
	z-index:1;
	padding:40px;
}

#prostaffpane2 {
	float: left;
	left:1276px;
	top:0px;
	width:960px;
   
}



.prostaff2 {
	float: left;
	width:100%;
    
}


#meetthestaff_, #nowserving_, #photogallery_, #pglink_ {
	clear:right;
	float: right;
	width:309px;
	padding-top: 15px;
}


.photo {
	float: left;
	left:510px;
	top:934px;
	width:532px;
	height:103px;
}

#footer {
	padding-top:15px;
	float:left;
	width:100%;
	clear:both;
}

#login_ {
	float: left;
	left:510px;
	top:1031px;
	width:200px;
	height:23px;
    z-index: 3;
}

#copyright_ {
	float: left;
	left:860px;
	top:1031px;
	width:200px;
	height:23px;
    z-index: 3;
}



#socialicons_ {
	float:right;
	width:87px;
	height:23px;
    z-index: 3;
}


html { 
  background: url(images/background.JPG) no-repeat center center fixed; 

}

.video {
	background: url(images/prostaffbg.png) top center no-repeat;
	
}

.video .RandomView {
	width: 100%;
	float:left;
	
}

.video .RandomView img{
	max-width:100%;
	height:auto;

}

.gallerypane {
	float: left;
	width:100%;
	clear:both;
	padding-top:15px;
}

/* Rotator */

.RotatorPane {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:0;
	overflow:hidden;
}
.RotatorPane .r-slide {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	opacity:0;
}
.RotatorPane .r-slide.active {
	animation:rotator forwards linear;
	-webkit-animation:rotator forwards linear;
	-moz-animation:rotator forwards linear;
	-ms-animation:rotator forwards linear;
	z-index:1;
}

.RotatorPane .r-slide.active-next {
	opacity:1;	
}


@keyframes rotator {
	0% {
		opacity:1;
	}
	90% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}

@-webkit-keyframes rotator {
	0% {
		opacity:1;
	}
	90% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}

@-moz-keyframes rotator {
	0% {
		opacity:1;
	}
	90% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}

@-ms-keyframes rotator {
	0% {
		opacity:1;
	}
	90% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}