/* CSS Document */
HTML{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
BODY{
	background-image: url(images/bodyback.jpg);
	background-repeat: repeat;
	margin: 5px;
}
#container{
	background-image: url(images/kosmicback.jpg);
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
#head{
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 750px;
}
#kniosmic{
	font-size: 24px;
	font-weight: 900;
	color: #330000;
	position: absolute;
	height: auto;
	width: auto;
	left: 600px;
	top: 500px;
	right: auto;
	bottom: auto;

}
#kniosmictext{
   font-size: 12px;
	font-weight: 900;
	color: #330000;
	width:220px;
	
}
.texth{
	font-weight: 500;
	color: #FF9900;
	margin: 10px;
	width: 720px;
}
.texts{
	font-weight: 900;
	color: #00FF00;
}
#menu{
	height: 20px;
	width: 750px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
.opa{
background-color: #FFFF99;
	filter: progid:DXImageTransform.Microsoft.Alpha (Opacity=65); -MOZ-OPACITY: 0.65;
}
h1{
	font-size: 14px;
}
#footer{
	
	height: 200px;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	background-image: url(images/kniosmic.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 10px;
	text-indent: 50px;
	vertical-align: text-bottom;
}
.horizontalcssmenu ul{
margin: 0 0 0;
padding: 0;
list-style-type: none;
}


/*Top level list items*/
.horizontalcssmenu ul li{
position:relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 115px;
	margin: 0px 1px 0px 2px;
	padding: 0px 1px 0px 1px;
	text-decoration: none;
	background: url(images/menu.png) no-repeat center center;
	color: black;
	font: 900 13px Tahoma;
	border-top: 1px solid #202020;
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
	border-left: 1px solid #202020;
	text-indent: 3px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;

position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 150px; /*width of sub menu levels*/
font-weight: 900;
padding: 1px;
background: #e3f1bd;

background: url(images/menu2.png) repeat-y center center;
}

.horizontalcssmenu ul li a:hover{
	background: url(images/menuover.png) repeat-y center center;
	font-weight: 900;
	color: #FFFFCC;
	border: 1px solid #FF0000;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
background: url(images/menu1.png) repeat-y center center;
}

.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background-color: transparent;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

#imgbox 
{
    vertical-align : middle;
    position : absolute;
    border: 1px solid #999;
    background : #CCC; 
    filter: Alpha(Opacity=85);
	-moz-opacity:.85;
	  opacity:0.85;
    visibility : hidden;
    height : 412px;
    width : 550px;
    z-index : 50;
    overflow : hidden;
    text-align:inherit; color:#FC0;
	font-weight:900;
}
#adiv{
	font-size:10px;
	color:#300;
	margin-top:40px;
	margin-bottom:10px;
	width:780px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img{
	border:0;
}