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

/*BODY START*/
body {
	background-color: #000000;
    background-image: url(images/background1.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
* {
     margin: 0;
}
html, body {
	height: 100%;
    background-color: #000000;
    background-image: url(images/background1.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link, a:visited, a:active {
	color:#4a5abe;
	text-decoration:none;
}

a:hover {
	color:#4a5abe;
	text-decoration:underline;
}

/*BODY END*/

/*THIS IS THE SITE MAIN WIDTH*/
.wrapper {
	width: 900px;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#;
	background-image: ;
	background-repeat: repeat;
	background-position: center center;
}
/*MODIFY HEADER HERE*/
.header {
	width: 850px;
    height: 222px;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#;
	background-image: url(images/khnet.png);
	background-repeat: no-repeat;
	background-position: center center;

}

.headertitle {
    font-family: Arial;
    color:#FFFFFF;
	font-size: 36px;
	text-align: left;
    text-indent: 60px;
	padding-top:50px;
        font-weight: bold;
    font-style: normal;
    display:none;
}
.headertag {
    font-family: Arial;
    color:#FFFFFF;
	font-size: 12px;
	text-align: left;
    text-indent: 80px;
    padding-top:10px;
        font-weight: bold;
    font-style: italic;
    display:none;
}

/*MODIFY MENU HERE*/
.menuline {
	width: 850px;
    height: 49px;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#;
	background-image: url(images/menu1.png);
	background-repeat: repeat;
	background-position: center center;
    display : ;
}

.menucontainer {
	width: 750px;
    height: 49px;
    padding-top: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#;
	background-image: ;
	background-repeat: repeat;
	background-position: center center;
    
}

.nav {
	width: 225px;
    height: 49px;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#;
	background-image: url(images/menu_item.png);
	background-repeat: repeat;
	background-position: center center;
    font-family: Arial;
	font-size: 14px;
    font-weight: bold;
	line-height:49px;
	text-align: center;
    text-indent: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #;
    color:#FFFFFF;
	float:left;
    list-style-type: none;
	position:relative;
	z-index:1;
}

.nav a:link, .nav a:visited, .nav  a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.nav:hover, .nav a:hover {
	background-color:#610000;
	background-image: ;
	color:#FFFFFF;
	text-decoration:underline;
    display:block;
}

/*MODIFY DROP DOWN MENU HERE*/

li.nav ul {
	display: none;
	list-style-type: none;
	padding-left:40px;
    padding-right:0px;
}

li.nav:hover ul { 
	display:block;
	
}

li.nav ul li {
	background-color:#690000;
    font-family: Arial;
	font-size: 12px;
	line-height:30px;
	text-align: left;
    text-indent: 5px;
	width: auto;
    height: 30px;
    margin-right: 0px;
	margin-left: -40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
    background-image: url(images/menu.jpg);
	background-repeat: repeat;
	background-position: center center;
    
}

li.nav ul li:hover {
	background-color:#FF0000;
    background-image: ;
}

.linavulli a:link, .linavulli a:visited, .linavulli a:active {
	color: #FFFFFF;
	text-decoration:none;
    
}
.linavulli a:hover {
	color: #FFFFFF;
	text-decoration:none;
}


/*MODIFY MAIN CONTENT AREA HERE*/
.main-content {
	width: 900px;
    height: auto;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#;
	background-image: url(images/content2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.content-box {
	width: 900px;
    height: auto;
    padding-top: 10px;
	padding-bottom: ;
	margin-right: 0px;
	margin-left: 40px;
	background-color:#;
	background-image: ;
	background-repeat: repeat;
	background-position: center center;
    float: left;
    overflow:auto;
    font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
}

.vbar {
	width: 160px;
    height: ;
    padding-top: 10px;
	padding-bottom: ;
	margin-right: 40px;
	margin-left: 0px;
	background-color:#;
	background-image: ;
	background-repeat: ;
	background-position:  ;
    display: ;
    float: right;
}

.vbar-top {
	width: 160px;
    height: 25px;
    background-color:#000000;
	background-image: url(images/box_top.png);
	background-repeat: no-repeat;
    margin-right: auto;
	margin-left: auto;
    color: #FFFFFF;
    font-family: Arial;
	font-size: 14px;
    font-weight: bold;
    font-style: normal;
	line-height:25px;
	text-align: center;
    text-indent: ;
}

.vbar-center {
	width: 160px;
    height: auto;
    background-color:#;
	background-image: url(images/box_center.png);
	background-repeat: repeat-y;
    margin-right: auto;
	margin-left: auto;
    font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
}

.vbar-foot {
	width: 160px;
    height: 12px;
    background-color:#;
	background-image: url(images/box_footer.png);
	background-repeat: no-repeat;
    margin-right: auto;
	margin-left: auto;
    margin-bottom:10px;
}

.vbar-content {
	width: 150px;
    height: auto;
    margin-right: auto;
	margin-left: auto;
}
.vbar-space {
height: 10px;
    background-color:#;
	background-image: url(images/box_center.png);
	background-repeat: repeat-y;
}

/*MODIFY FOOTER HERE*/
.clearfooter {
	height: 0px;
	clear: both;
}
.footer {
	width: 850px;
    height: 68px;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#;
	background-image: url(images/footer1.jpg);
	background-repeat: repeat;
	background-position: center center;
    
    font-family: Arial;
    color:#333333;
	font-size: 12px;
    font-weight: bold;
    font-style: normal;
	line-height:;
	text-align: center;
    text-indent: 0px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}