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

#header {
position: absolute;
  float:left;
  background-image:url(/images/hTechHeader.png);
  background-repeat: repeat-x;
  background-attachment: scroll; 
  width: 100%;
  height: 430px;
  top: 0px;
  z-index: 0;  
}

#logo {
	position:absolute;
	float: left;
	width:100%;
	background-image:url(/images/Humanitech_Logo.png);
	height:200px;
	background-repeat:no-repeat;
  	z-index: 2;  	
}

#links {
	position:absolute;
	top:120px;
	left:128px;
	z-index: 3;
	border-width: thick;
	border-color: #000000;
	border-style: solid;
}

#linklist {
 width: 500px;
 height: 35px;
 margin: 0 0; 
 padding: 0;
 position: relative;
}
#linklist li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#linklist li, #linklist a {height: 35px; display: block;}
#panel1b {left: 0; width: 100px; background: transparent url(/images/sprites.png) 0px 35px;}
#panel2b {left: 100px; width: 100px; background: transparent url(/images/sprites.png) 0px 70px;}
#panel3b {left: 200px; width: 100px; background: transparent url(/images/sprites.png) 0px 105px;}
#panel4b {left: 300px; width: 100px; background: transparent url(/images/sprites.png) 0px 140px;} 
#panel5b {left: 400px; width: 100px; background: transparent url(/images/sprites.png) 0px 175px}

#panel1b a:hover {background: transparent url(/images/sprites.png) 100px 35px;}
#panel2b a:hover {background: transparent url(/images/sprites.png) 100px 70px;}
#panel3b a:hover {background: transparent url(/images/sprites.png) 100px 105px;}
#panel4b a:hover {background: transparent url(/images/sprites.png) 100px 140px;}
#panel5b a:hover {background: transparent url(/images/sprites.png) 100px 175px;}

#bevel {
	position:absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	border-width:thin;
	border-color:#DDD;
	border-style:solid;
}

#text {
	position: absolute;
	text-align:left;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	font-style:normal;
	top:160px;	
	left: 5%;
	width: 90%;

}

#leftcol {
	position: absolute;
	background-image:url(/images/grid.jpg);
	background-position: 400px 500px;
	border-style:solid;
	border-width:thick;
	border-color:#000;
	left:8%;
	width:10%;
	top:210px;
	height: auto;
	z-index: 4;
}

#frames-left {

position:absolute;
  background-image:url(/images/frames-left.png);
  background-repeat: repeat;
  background-attachment: fixed; 
  width: 10%;
  height:1000px;
  top: 0%;
  left: 0%;
  right:10%;
  min-width: 60px;
  z-index: -1;  
}


#frames {
  position: absolute;
  background-image:url(/images/frame.png);
  background-repeat: repeat;
  background-attachment: scroll; 
  width: 100%;
  height:100%;
  left: 0%;
  z-index: -1;
  float: left;
}

#bottom {
	position:absolute;
	background-color:#F6BA1B;
	height:5px;
	width:100%;	
}
#centercol {

position: absolute;  
  float: left;
  left:10%;
  width: 80%;
  height: 100%;
  min-height: 800px;
  min-width: 360px;
  z-index: 1;
}

#border-left {
	position:absolute;
	height:100%;
	z-index: 3;
	width: 10%;
	background-image:url(/images/border-left.png);
	background-repeat:repeat-y;
	background-position:right;
}

#border-top {
	height: 20px;
   z-index: 5;
   background-color:#000;	
	width: 100%;
	top: 0;
}

#border-bottom {
   width: auto;
   height: 110px;
   min-width: 500px;
   z-index: 1;
   top:800px;   
   bottom: 100%;
   background-color:#CCFF00;	
}
#content {

position: absolute;
  left:10%;
  width: 80%;
  height: 100%;
  min-width: 500px;
  background-color:#FFFFFF;
  z-index: 1;
  float:left;
}

#border-right {
	position:absolute;
	left:90%;
	right:100%;
	height:100%;
	z-index: 3;
	width:10%;
	background-image:url(/images/border-right.png);
	background-repeat:repeat-y;	
}


#footer {
  background: #0f0;
  clear: left;
  width: 800px;
  height: 100px;
}
