/* CSS Document */

/* General Format */

* {
   margin: 0;
   padding: 0;
}

h1 {

}

h2,
h3 {
	font-size: 120%;
}

body {
   background: #383838 url(../images/back1.gif) left top repeat-x;
   color: #FFF;
   text-align: center;
   min-width: 680px;
   font-family: helvetica, georgia, verdana, lucida, arial, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 90%;
}

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

a:hover {
   text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #A2BC3F;
}  

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

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

/* intro */

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

#pageHeader h1 span {
	position: absolute;
	/*top: 98px;*/
	top: 104px;
	left: 71px;
	width: 297px;
	height: 42px;
	color: #FFFFFF;
	font-size: smaller;
}

#pageHeader h2 span {
	position: absolute;
	/*top: 108px;*/
	top: 106px;
	left: 334px;
	width: 295px;
	color: #000;
	height: 28px;
	/*font-size: 80%;*/
	font-weight: normal;
	font-size: larger;
    border-left: solid #383838 1px;
	padding-left: 15px;
}

#quickSummary .p1 {
	position: absolute;
	top: 174px;
	left: 271px;
	width: 347px;
	font-size: 90%;
	height: 78px;
	color: #000;
	padding-left: 7px;
}

#quickSummary a:link, a:visited {
	color: #A2BC3F;
	text-decoration: none;
}

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

#quickSummary .p2 span {
    position: absolute;
    top: 40px;
    left: 58px;
    width: 654px; 
    font-size: 80%;
    color: #666666;
}

#about {
    float: left;
	margin-left: 45px;
	margin-right: 5px;
	margin-bottom: 30px;
	padding: 5px 5px 5px;
	width: 140px;
	color: #BBBBBB;
	text-align: right;
}

* html body #about {
	margin-left: 20px;
	margin-right: 0;
}

#about h2,
#about h3 {
   color: #C9E224;
   margin-bottom: 10px;
}

/* generic text */

#supportingText {
   margin-left: 200px;
   margin-right: 2px;
   padding: 10px 10px 10px 10px;
   border-left: solid 1px #000000;
}

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

#services, #support, #development {
   margin-top: 20px;
}

#supportingText h2,
#supportingText h3 {
   background: url(../images/heads.gif) left top no-repeat;
   height: 47px;
   color: #000000;
   padding-top: 12px;
   padding-left: 30px;
}

#footer {
   clear: both;
   font-size: 70%;
   margin: 0 0 0 -200px;
   margin-top: 60px;
   color: #fff;
}

/* links */

#lmenu {
	position: absolute;
	top: 149px;
	left: 64px;
	width: 180px;
	font-size: 70%;
	height: 109px;
}

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

#lmenu a:hover {
   color: #597B0D;
   text-decoration: underline; 
   width: 150px;
}

#lmenu ul {
   list-style: disc;
}

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

