@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0;
	padding:0;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	}

#footer {
	height:35px;
	background-attachment: scroll;
	background-image: url(images/idx_footer.png);
	background-repeat: no-repeat;	
	padding-left:30px;	
	font-size:10pt;
	color:#777777;

}

#footer p {
	
}

#footer a {
		text-decoration:none;
		color:#777777;
}
 #footer a:hover {
		text-decoration:underline;
		color:#000000;
 }
						/*  idx_menumenu */
					
.menu {
	margin: 0;
	padding: 0;
	list-style: none;

}
.menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 39px;
	background-repeat: no-repeat;
}
.home {
	background-image: url(images/idx_nav/home_a.png);
	height:38px;
	}
.home a {
	background-image: url(images/idx_nav/home.png);
	}
.comp {
	background-image: url(images/idx_nav/comp_a.png);
	height:42px;
	}
.comp a {
	background-image: url(images/idx_nav/comp.png);
}
.serv {
	background-image: url(images/idx_nav/serv_a.png);
	height:34px;
	}
.serv a {
	background-image: url(images/idx_nav/serv.png);
	}
.sust {
	background-image: url(images/idx_nav/sust_a.png);
	height:43px;
	}
.sust a {
	background-image: url(images/idx_nav/sust.png);
	}
.comm {
	background-image: url(images/idx_nav/comm_a.png);
	height:39px;
	}
.comm a {
	background-image: url(images/idx_nav/comm.png);
	}
.cont {
	background-image: url(images/idx_nav/cont_a.png);
	height:37px;
	}
.cont a {
	background-image: url(images/idx_nav/cont.png);
	}
.file {
	background-image: url(images/idx_nav/file_a.png);
	height:38px;
	}
.file a {
	background-image: url(images/idx_nav/file.png);
	}

ul.menu li a:hover {background: none;}						
						

							
a#rollover { background-image:url(images/home/read.png); height: 71px; width:165px; display:block; }
a#rollover span { display:none; }
a#rollover:hover { background-image:url(images/home/read2.png); }

a#rolloverftp { background-image:url(images/home/send.png); height: 100px; width:99px; display:block; }
a#rolloverftp span { display:none; }
a#rolloverftp:hover { background-image:url(images/home/send2.png); }
							