/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
body {
   background: url(../images/image1.gif) repeat 100%; 
   color: #E8E8E8; 
   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: #B6770D;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

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

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

#container {
	position: relative;
	margin: 0 auto;
	width: 700px;
	text-align: left;
	left: 29px;
	top: 29px;
	height: 818px;



}

/* intro */

#pageHeader {
   background: url(../images/image4.gif) center top no-repeat;
   height: 300px;
   color: #352F2F;
}

#pageHeader h1 {
	position: absolute;
	width: 294px;
	left: 144px;
	top: 68px;
	color: #FFF;
}

#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 144px;
	top: 114px;
	font-size: 80%;
	color: #FFF;
}

#quickSummary {
	position: absolute;
	left: 141px;
	top: 174px;
	width: 528px;
	font-size: 80%
}

#quickSummary a {
    color: #FFFFFF;
}

#about {
    clear: both;
	font-size: 80%;
	padding-left: 10px;
	padding-top: 10px;
    border: solid #B6770D 1px;
	margin-bottom: 20px;
}

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

/* text */

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

#prodserv {
   float: left;
   width: 330px;
}

#supdev {
   float: right;
   width: 330px;
}

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

#supportingText .p1 {
   color: #D1D1D1;
}

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

/* links */

#lmenu {
   clear: both; 
   height: 30px;
   margin-bottom: 15px;
   margin-top: 20px;
}

#lmenu li a:hover {
   color: #000000;
   background-color: #ffffff;
   border-right: solid #111111 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: #000000;
   background-color: #B6770D;
   border-right: solid #ffffff 5px;
}
