/* © Neno Dimitrov, 2004 */
/* Cascading Style Sheet for GSP 1900 Ltd. "Integrated Information Catalog" */

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border 4px solid red;
}

li {
	padding-top: 5px;
}

div {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

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

a:link {
	color: #FF0000;
}

a:visited {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}

a:hover {
	color: #FF0000;
}


/***************************************************************/
/*                      positioning                            */
/***************************************************************/

/*
#id {
	position:absolute;
	left:;
	top:;
	width:;
	height:;
	background-image: url(images/.gif);
}

*/

#top_left {
	position: absolute;
	z-index: 0;
	background-image: url(images/back_top_left.gif);
	border: none;
	top: 0;
	left: 0;
	width: 118px;
	height: 134px;
}

#middle_left {
	position: absolute;
	left: 0;
	top: 134;
	width: 73px;
	height: 187px;
	background-image: url(images/back_span.gif);
	border: none;
}

#bottom_left {
	position: absolute;
	left: 0;
	top: 321;
	width: 239px;
	height: 279px;
	background-image: url(images/back_bottom_left.gif);
	border: none;
}

#permanent_title {
	position:absolute;
	left:351;
	top:0;
	width:449;
	height:36;
	background-image: url(images/title_eic.gif);
}

#border {
	position:absolute;
	border: 1px solid #FF0000;
/*	border-bottom: 1px solid #FF0000; */
	left: 0px;
	top: 0px; 
	width: 802px;
	height: 602px;
}

#title {
	position:absolute;
	border: none;
	left: 164px;
	top: 61px;
	width: 627px;
	height: 73px;
	font-size: 33px;
	font-weight:bold;
	text-align:center;
}

#kanisco_logo {
	position: absolute;
	left:207;
	top:542;
	width: 127px;
	height: 55px;
	background-image: url(images/kanisco.gif);
}

#permanent_logo {
	position: absolute;
	left:630;
	top:417;
	width: 166px;
	height: 180px;
	background-image: url(images/logo_light.gif);
}

#content {
	position: absolute;
	width: 627px;
	height:458px;
	left: 164;
	top:139;
}

#copyright {
	position: absolute;
	left: 4;
	top:577;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

#nav_previous {
	position: absolute;
	top: 104;
	left: 728;
	width: 30px;
	height: 30px;
	background-image: url(images/nav_previous.gif);
	cursor: pointer;
	cursor: hand;
	z-index: 1000;
}

#nav_next {
	position: absolute;
	top: 104;
	left: 761;
	width: 30px;
	height: 30px;
	background-image: url(images/nav_next.gif);
	cursor: pointer;
	cursor: hand;
	z-index: 1000;
}

#presentation_menu {
	position: absolute;
	left: 157;
	top: 175;
	background-color:#C0C0C0;
	width: 200px;
	display: none;
	border: 1px solid #C0C0C0;
	font-size: 14px;
	font-weight:bold
}


/*hack the load */
#HIDE_ALL {
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 768px;
	z-index: 1000;
	background-color: #FFFFFF;	
}

/***************************************************************/
/*				  own styles  								   */
/***************************************************************/

.menu_slide_over {
	border-top: 1px solid #000000;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
	margin: none;
}

.menu_slide {
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
	margin: none;
}

.button {
	position: absolute;
	clip:rect(0px 152px 35px 0px);
	left: 4;
	width: 152px;
	height: 35px;
	background-image: url(images/button.gif);
	cursor: pointer;
	cursor: hand;
}

.button_in {
	padding-top: 2px;
	padding-bottom: none;
	padding-left: none;
	padding-right: none;
	position: absolute;
	clip:rect(0px 145px 28px 0px);
	left: 2;
	top: 3;
	width: 145px;
	height: 28px;
	color: #FFFFFF;
	text-indent: 15px;
	font-size: 20px;
	bacground-color: #FF0000;
	cursor: pointer;
	cursor: hand;
}

/*
.button_active {
	padding-top: 5px;
	padding-bottom: none;
	padding-left: none;
	padding-right: none;
	position: absolute;
	clip:rect(0px 152px 35px 0px);
	left: 4;
	width: 152px;
	height: 35px;
	color: #FFFFFF;
	text-indent: 15px;
	font-size: 20px;
	background-image: url(images/button_active.gif);
	cursor: pointer;
	cursor: hand;
}
*/