/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
body {
   background: #FFFFFF;
   color: #FFFFFF; 
   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: #5B2B12;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

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

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

#container {
   background: #9F3B0A;
   position: relative; 
   margin: 0 auto;
   width: 800px;
   text-align: left;
}

/* intro */

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

#pageHeader h1 {
	position: absolute;
	width: 294px;
	left: 82px;
	top: 62px;
	color: #8B3A0B;
}

#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 82px;
	top: 104px;
	font-size: 80%;
	color: #8B3A0B;
}

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

#quickSummary a {
    color: #FFFFFF;
}

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

}

#about p {
	line-height: 15px;
}

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

/* text */

#supportingText {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   padding-bottom: 20px;
}

#products {
   float: left;
   width: 180px;
   background: #8D340C;
   padding: 10px;
}

#servsupdev {
   float: right;
   width: 550px;
   padding: 10px;
   border: solid #8D340C 1px;
   margin-bottom: 10px
}

#supportingText h3 {
   margin-bottom: 10px;
   color: #000;
}

#services .p1, #support .p1 {
   color: #D9865E;
}

#development .p2 {
   color: #D9865E;
}

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

/* links */

#lmenu {
	position: absolute;
	top: 151px;
	left: 66px;
	width: 94px;
	font-size: 70%;
	height: 98px;
	padding-left: 20px;
	border-left: solid #000 4px;
}

#lmenu a, #lmenu a:link, #lmenu a:visited {
   color: #F8F8F8; 
   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;
}

