/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
body {
   background: #3A383D; 
   color: #CCE47D; 
   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: #99BE1F;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #99BE1F;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 700px;
   text-align: left;
}

/* intro */

#pageHeader {
   background: url(../images/back.gif) center top no-repeat;
   border: dashed #ADDC00 1px;
   height: 300px;
   color: #352F2F;
}

#pageHeader h1 {
	color: #FFF;
	position: absolute;
	width: 318px;
	left: 35px;
	top: 113px;
}

#pageHeader h2 {
    color: #FFF;
	position: absolute;
	width: 294px;
	left: 57px;
	top: 155px;
	font-size: 80%;
}

#quickSummary {
	position: absolute;
	left: 398px;
	top: 69px;
	width: 260px;
	font-size: 80%;
	height: 151px;
}

#quickSummary a {
    color: #FFFFFF;
}

#about {
    clear: both;
	font-size: 80%;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	border: dashed #ADDC00 1px;
}

#about h3 {
   color: #FFF;
   margin-bottom: 10px;
}

/* text */

#supportingText {
   border: dashed #ADDC00 1px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   padding-bottom: 20px;
}

#prodserv {
   float: left;
   width: 330px;
}

#supdev {
   float: right;
   width: 330px;
}

#supportingText h3 {
   background: url(../images/heads.gif) left top no-repeat;
   height: 41px;
   margin-bottom: 10px;
   color: #000;
   padding-top: 8px;
   padding-left: 40px;
}

#footer {
   clear: both;
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #ADDC00 1px;
   padding-top: 20px;
   color: #FFF;
}

/* links */

#lmenu {
   clear: both; 
   height: 30px;
   margin-bottom: 20px;
   margin-top: 20px;
   padding-top: 10px;
}

#lmenu li a:hover {
   color: #fff;
   background-color: #75A714;
   border-bottom: solid #ADDC00 5px;
}

#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: #000;
   background-color: #ADDC00;
   border-bottom: solid #75A714 5px;
}
