/* CSS Document */

* {
	padding: 0;
	margin: 0;
	float: none;
}
body {
   background: #4C4C4C;
   color: #2A2C09; 
   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: #2A2C09;
   text-decoration: underline;
   font-weight: bold;
}

a:hover {
    background: #BEC93C;
	text-decoration: none;
}

a:active, a:focus {
   text-decoration: underline;
   color: #2A2C09;
}  

#container {
	background: #E5F847;
	position: relative;
	margin: 0 auto;
	width: 700px;
	text-align: left;
	left: -34px;
	top: -41px;
}

/* intro */

#pageHeader {
   background: url(../images/back.gif) center top no-repeat;
   height: 300px;
   color: #008DFD;
}

#pageHeader h1 {
	position: absolute;
	width: 312px;
	left: 22px;
	top: 55px;
}

#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 22px;
	top: 99px;
	font-size: 80%;
	height: 27px;
}

#quickSummary {
	position: absolute;
	left: 352px;
	top: 53px;
	width: 322px;
	font-size: 80%;
}

#quickSummary a {
    color: #FFFFFF;
}

#about {
    clear: both;
	font-size: 80%;
	padding-left: 10px;
	padding-top: 10px;
    padding-bottom: 10px;
	background: #C4D33A;
	margin-bottom: 20px;
}

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

/* text */

#supportingText {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   padding-bottom: 20px;
   border-top: solid #9AAF38 1px;
}

#products {
   float: left;
   width: 200px;
}

#servsupdev {
   float: right;
   width: 470px;
}

#supportingText h3 {
   margin-bottom: 10px;
   color: #000;
   width: 160px;
   padding-left: 10px;
   border-bottom: solid #8C9536 1px;
   border-left: solid #8C9536 5px;
}

#services .p1, #support .p1 {
   color: #8B9814;
}

#development .p2 {
   color: #8B9814;
}

#img {
	float: left;
	text-align: center;
	width: 182px;
	margin-right: 10px;
	padding: 5px;
	border: solid #767F26 1px;
}

#img2 {
	float: left;
	text-align: center;
	width: 200px;
	margin-right: 10px;
	padding: 5px;
	border: solid #767F26 1px;
	height: 150px;
}

#footer {
   clear: both;
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #9AAF38 1px;
   padding-top: 20px;
   color: #737B25;
}

/* links */

#lmenu {
	color: #D3E960;
	position: absolute;
	top: 149px;
	left: 23px;
	width: 207px;
	font-size: 70%;
	height: 94px;
	padding-left: 10px;
	border-left: solid #3C94FF 4px;
}

#lmenu a, #lmenu a:link, #lmenu a:visited {
   color: #150917; 
   text-decoration: none;
}

#lmenu a:hover {
   color: #000;
   text-decoration: underline;
}

#lmenu ul {
   list-style: square; 
}

#lmenu ul li {
   margin-bottom: 2px;
   margin-left: 0px;
}

