/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   color: #8B8C86; 
   text-align: center; 
   min-width: 680px; 
   font-family: verdana, lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #88BDC1;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #88BDC1;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 700px;
   text-align: left;
   background: #E9EAD8;
}

/* intro */

#pageHeader {
   background: url(../images/back.gif) center top no-repeat;
   padding-top: 20px;
   padding-left: 40px;
   height: 200px;
   color: #7D8669;
}

#pageHeader h1 {
	position: absolute;
	width: 294px;
	left: 206px;
	top: 60px;
}

#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 191px;
	top: 109px;
	font-size: 80%;
}

#quickintro {
	float: left;
	font-size: 80%;
	width: 160px;
	padding-left: 10px;
}

#about h3 {
   color: #000;
   margin-bottom: 10px;
}

/* generic text */

#supportingText {
   margin-left: 200px;
   margin-right: 25px;
   padding: 10px 10px 15px 25px;
   border: solid #E0DFCA 1px;
}

#products, #services, #support, #development {
   padding-right: 50px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 20px;
   width: 300px;
   background-color: #CCD3B4;
   color: #FFF;
   border-bottom: solid #939D68 1px;
   border-right: solid #939D68 5px;
}

#supportingText .p1 {
   color: #000000;
}

#footer {
   clear: both;
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #000000 1px;
   padding-top: 20px;
   color: #000000;
}

/* links */

#lmenu {
   clear: both; 
   height: 30px;
   margin-bottom: 15px;
}

#lmenu li a:hover {
   color: #fff;
   background-color: #ADD9E2;
   border-right: solid #4EA2BA 3px;
}

#lmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#lmenu ul li {
   display: inline;
}

#lmenu li a { 
   text-decoration: none; 
   padding: .2em .8em;
   color: #fff;
   background-color: #B6B887;
   border-right: solid #C6C99E 3px;
}

