/* Default Elements */
body {
	margin:0;
	padding:0;
	font-family: lucida sans unicode, lucida grande, sans-serif;
	font-size: 35;
	background-color: white;
}

ul {
    clear: both;
    list-style-type: none;
    position: relative;
}

ul li {
    position: relative;
    float:left;
    margin-top: 0px;
    /*border: solid red;*/
    z-index: 200;
}

.ff {
	margin-top: 18px;
}


/* overall container */


#main {
	width:900px;
	margin: 100 auto;
}

.boxcenter {
	width:764px;
	/*height:550px;*/
	margin-left: auto;
	margin-right: auto;
}

#canvas {
	width: 764px;
	height: 466px;
    margin: 100px 0px;
    text-align: left;
    position: absolute;
    z-index: -1;
}

#box {
	width:764px;
	height:466px;
 	margin: 100px auto;
 	position: absolute;
 	z-index: 1;
	background: url('../images/background2.png') no-repeat;
	padding:0;
}

/*right hand side content*/
.rightcontent {
	width:200px;
	height:260px;
	float: right;
}

#logo {
	width:180px;
	height:180px;
	margin:10 10;
	float: right;
	background: url('../images/koilogo2.png') -5px 15px no-repeat;

}
#logo h1 {
	display: none;
}

#nav {
	width: 210px;
	height: 260px;
	float: right;
	margin-top: 16px;
	/*border: solid red;*/
}

/*navigation menu*/
ul.menu li:hover {
    color: black;
}

ul.menu {
	margin: 32px -5px;
}

div.ahover {
    position: absolute;
}

ul.menu div.ahover {
    background: #00bff2;
    /*border: 2px solid #cef;*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

ul.menu li {
    clear: left;
    color: #222;
}

a.menu li a {
	color: black;
	text-decoration: none;
}

a.menu li a:hover {
	color: black;
	text-decoration: none;
}


/*content*/
.leftcontent {
	width: 600px;
	height: 420px;
	margin: 0px 10px;
	padding: 20px 20px 20px 20px;
	position: absolute;
}

#textHome {
	width: 92%;
	height: 90%;
	position: absolute;
	background: url('../images/conthome.gif') 15px 100px no-repeat;
	position: absolute;
	display: none;
}

#welcome {
	font-size: 1.3em;
	margin-bottom: 70px
}
#textAbout {
	width: 92%;
	height: 90%;
	position: absolute;
	font-size: 25px;
	background: url('../images/contabo.gif') 15px 50px no-repeat;
	display: none;
}

#textServices {
	width: 92%;
	height: 90%;
	position: absolute;
	background: url('../images/contserv.gif') 15px 60px no-repeat;
	display: none;
}
#textProjects {
	width: 92%;
	height: 90%;
	position: absolute;
	background: url('../images/contpro.gif') 10px 120px no-repeat;
	display: none;
}

#textContact {
	width: 92%;
	height: 90%;
	position: absolute;
	background: url('../images/contcont.gif') 90px 100px no-repeat;
	display: none;
}

#cont {
	padding-left: 60px;
}

#cont li {
	margin-top: 20px;
}
