/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
body {
	color: #FFF;
	text-align: center;
	min-width: 680px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 100%;
}
#quickintro {
	font-size: 120%;
}


p {
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 80%;
	color: #000;
}

a, a:link, a:visited {
   color: #C02314;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

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

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

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

/* intro */

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

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

#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 #DD271A 1px;
	margin-bottom: 20px;
}

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

/* text */

#supportingText {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   padding-bottom: 20px;
   border: solid #DD271A 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 #DD271A 1px;
   padding-top: 20px;
   color: #FFF;
}

/* links */

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

#lmenu li a:hover {
	color: #fff;
	background-color: #801C0C;
	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: #fff;
	background-color: #E02C1E;
	border-right: solid #AB130E 5px;
	font-size: 14px;
}
.credits {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
