/* CSS Document */

/* General Format */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: #353535;  
   color: #FFFFFF; 
   text-align: center; 
   min-width: 680px; 
   font-family: "Trebuchet MS", georgia, 
	   verdana, lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #323232;
   text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-style: italic;
	background-color: #FFFFFF;
}

a:active, a:focus {
   text-decoration: none;
   color: #323232;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 700px;
   padding: 1px;
   text-align: left;
   background: #CACACA;	
}

/* intro */

#pageHeader {
   height: 200px;
   margin: 0;
   padding: 0;
   background: url(../images/back.gif) center top no-repeat;
}

#pageHeader h1 span {
   position: absolute;
   top: 23px;
   left: 29px;
   width: 250px; 
}

#pageHeader h2 span {
   position: absolute;
   top: 62px;
   left: 33px;
   width: 249px; 
}

#quickSummary .p1 {
	position: absolute;
	top: 122px;
	left: 127px;
	width: 539px;
	font-size: 90%;
	height: 61px;
	border-left-width: 5px;
	border-left-color: #323232;
	border-left-style: solid;
	padding-left: 10px;
}

#quickSummary .p2 span {
  position: absolute;
  top: 33px;
  left: 392px;
  width: 171px; 
  font-size: 80%;
  color: #000000;
}

#about {
   margin-left: 200px;
   margin-right: 25px;
   margin-bottom: 30px;
   padding: 10px 20px 10px;
   background-color: #A0A0A0;
}

#about h3 {
   color: #000;
   margin-bottom: 10px;
}

/* generic text */

#supportingText {
   margin-left: 200px;
   margin-right: 25px;
   padding: 10px 10px 15px 25px;
   color: #393939;
}

#products, #services, #support, #development {
   padding-right: 50px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 20px;
   width: 200px;
   background-color: #000000;
   color: #FFFFFF;
}

#footer {
   clear: both;
   font-size: 70%;
   margin: 0 0 0 -200px;
   margin-top: 20px;
}

/* links */

#linkList {
   position: absolute;
   top: 186px;
   left: 18px;
   width: 172px;
   font-size: 70%;
   border-bottom: 1px solid #000; 
   border-bottom-style: dashed;

}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #000000; 
   width: 160px;
   display: block;
   float: left;
}

#linkList a:hover {
   display: block;
   float: left;
   color: #FFF;
   text-decoration: none; 
   background-color: #8B8B8B;
   text-decoration: none;
   font-style: normal;  
   width: 160px;
}

#linkList ul {
   list-style: none;
}

#linkList ul li {
   margin-bottom: 0;
   margin-left: 5px;
}

#linkList h3{
   margin-top: 25px;
   margin-bottom: 10px;
   border-bottom: 1px solid #000; 
   background: #2C2C2C;
   text-align: left;
}

#llinks ul li {
   margin-bottom: 0px;
}

#lresources {
   margin-bottom: 10px;
}
