/* CSS Document */

/* General Format */

* {
	padding: 0;
	margin: 0;
	margin-left: 0;
	padding-left: 0px;
	margin-top: 0px;
}

body {
   background: #000000;  
   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: #000;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
   text-decoration: underline;
}

a:active, a:focus {
   text-decoration: blink;
   color: #E66E22;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 700px;
   padding: 1px;
   text-align: left;
   background: #FD7B27;	
}

/* intro */

#pageHeader {
   height: 200px;
   margin: 0;
   padding: 0;
   background: url(../images/back.gif) center top no-repeat;
}

#pageHeader h1 span {
   position: absolute;
   top: 48px;
   left: 40px;
   width: 109px; 
   font-size: 80%;
}

#pageHeader h2 span {
   position: absolute;
   top: 146px;
   left: 39px;
   width: 200px; 
   font-size: 40%;
}

#quickSummary {
	position: absolute;
	display: block;
	top: 55px;
	left: 350px;
	width: 274px;
	font-size: 90%;
	height: 87px;
}

#quickSummary a {
    color: #FFFFFF;
	text-decoration: underline;
}

#about {
   margin-left: 220px;
   margin-right: 15px;
   margin-bottom: 30px;
   padding: 10px 20px 10px;
   background: #000000; 
}
#about a:link{
   color:#FF6600
}
#about a:hover{
   color:#FFFFFF
}


#about h3 {
   color: #FC7926;
   margin-bottom: 10px;
}

#about .p1 span {
   color: #FC7926;
   margin-bottom: 5px;
}

/* generic text */

#supportingText {
   margin-left: 220px;
   margin-right: 15px;
   padding: 10px 10px 15px 25px;
   border-left: solid #000 1px;
   border-right: solid #000 1px;
}

#products, #services, #support, #development {
   padding-right: 20px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 22px;
   border-bottom: solid #000000 1px;
   border-left: solid #990000 5px;
   color: #000;
   padding-left: 10px;
}

#footer {
   clear: both;
   font-size: 70%;
   padding-top: 5px;
   border-top: solid #000 1px;
   color: #FFFFFF;
}

/* links */

#linkList {
   position: absolute;
   top: 200px;
   left: 10px;
   width: 190px;
   font-size: 70%;
   border-bottom: 1px solid #000; 

}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #000;  
}

#linkList a:hover {
   color: #FFF;
   text-decoration: underline; 
   width: 150px;
}

#linkList ul {
   list-style: square;
   padding-left: 25px;
   border-left: solid #000 1px;
   border-right: solid #000 1px;
}

#linkList ul li {
   margin-bottom: 5px;
   margin-left: 5px;
}

#linkList h3{
   margin-top: 25px;
   margin-bottom: 10px;
   border-bottom: solid #000000 1px;
   border-left: solid #990000 5px;
   padding-left: 10px;
   text-align: left;
   color: #000000;
}

#llinks ul li {
   margin-bottom: 5px;
}

#lresources {
   margin-bottom: 10px;
}

/* Intro Format */

#intro_header{
	background: #000000;
	margin-top: 100px;
	margin-left: 200px;
	padding-right: 200px;
}
#intro_enter {
	color: #999999;
	margin-top: 75px;
}
#intro_enter a, #linkList a:link, #linkList a:visited {
   color: #333333;  
}

#intro_enter a:hover {
   color: #FFF;
   text-decoration: underline; 
}
#intro_footer {
   clear: both;
   font-size: 70%;
   padding-top: 5px;
   border-top: solid #000 1px;
   color: #FFFFFF;
}
#intro_footer a, #linkList a:link, #linkList a:visited {
   color: #333333;  
}

#intro_footer a:hover {
   color: #CCCCCC;
   text-decoration: underline; 
}
#services_nav {

}
