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

*{
	padding:0;
	margin:0;
}

@font-face{
	font-family:"Janitor";
	src: url("../font/Janitor.ttf");
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:"comic Sans MS";
	font:"comic Sans MS";
	font-size:12px;
	background:url(../images/background-alikhsan.jpg) 80% 0 no-repeat fixed;
}

.clear{
	clear:both;
}

a:link{
	color:#000000;
	text-decoration: none;
	text-transform: none;
}

a:visited{
	color:#FF0000;
}

a:hover{
	color:#666666;	
}

a img {
	border: none;
}

#wrapper{
	width:1200px;
	height:680px;
	margin:1% auto;
}

#headWrapper{
	width:1000px;
	height:150px;
	margin:0 auto;
	position:relative;
}

#menu{
	width:300px;
	float:left;
	font-size:14px;
	line-height:25px;
	margin-top:15%;
	text-align:center;
	z-index:100;
}

#menu-background{
	width:300px;
	height:300px;
	float:left;
	background: url(../images/box-menu.png) no-repeat;
	z-index:100;
}

#menu li a.active{
	color:#666666;	
}

#menu a:link{
	color:#FF0000;
	text-decoration: none;
	text-transform: none;
}

#menu a:visited{
	color:#FF0000;
}

#menu a:hover{
	color:#666666;	
}

.logo{
	margin:0% auto;
	float:left;
}

.logo_title{
	float:left;
}

/* SLIDESHOW JQUERY */
#slideshow {
    position:relative;
	width:903px;
    height:433px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:-3;
}

#slideshow IMG.active {
    z-index:-1;
}

#slideshow IMG.last-active {
    z-index:-2;
}

#copyright{
	text-align:center;
    color:#000;
    font-size:10px;
	padding-bottom:5px;
    width:1200px;
	margin:0 auto;
	z-index:300;
}

#copyright p{
	margin-top:3px;
}

#copyright a:link, a:visited{
 	color:#000;
	text-transform:none;
	text-decoration:none;
}

#copyright a:hover{
	color:#12f8aa;
}