﻿/* CSS Document */

/* General Format */

* {
	padding: 0;
	margin: 0;
	margin-left: 0;
	padding-left: 0;
	font-size: small;
	font-weight: normal;
}

body {
   background: #292B2A url() left top repeat-x;  
   color: #FFF; 
   text-align: center; 
   min-width: 800px; 
   font-family: helvetica, georgia, verdana, lucida, arial, sans-serif;
}

p {
	margin-bottom: 10px;
	line-height: 19px;
	font-size: small;
	font-family: Tahoma;
}

a:visited {
   color: #000000;
   text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a {
	color: #000000;
	text-decoration: none;
}

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

a:focus {
	text-decoration: none;
	color: #FFFFFF;
}  

a:active {
	text-decoration: none;
	color: #000000;
}  

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

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

/* intro */

#pageHeader {
   height: 300px;
   margin: 0;
   padding: 0;
   background: #E6E6FF;
}

#pageHeader h1 span {
	position: absolute;
	top: 120px;
	left: 30px;
	width: 297px;
	height: 42px;
	color: #FFFFFF;
	font-size: large;
	font-family: Tahoma;
}

#pageHeader h2 span {
	position: absolute;
	top: 158px;
	left: 34px;
	width: 295px;
	color: #000;
	height: 36px;
	font-size: 80%;
}

#quickSummary .p1 {
	position: absolute;
	top: 122px;
	left: 325px;
	width: 347px;
	font-size: 90%;
	height: 42px;
	color: #000;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

#quickSummary a:link {
	color: #000000;
	text-decoration: none;
}

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

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

#about {
	position: absolute;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
	padding: 5px 20px 5px;
	width: 151px;
	top: 456px;
	color: #000;
	height: 718px;
}

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

/* generic text */

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

#development {
   padding-right: 50px;
}

#support {
   padding-right: 50px;
}

#services {
   padding-right: 50px;
}

#products {
   padding-right: 50px;
}

#supportingText h3 {
	margin-bottom: 10px;
	height: 20px;
	border-bottom: solid #D24210 1px;
	border-right: solid #D24210 5px;
	background: #6A6E6D;
	color: #202020;
	font-size: small;
	font-family: Tahoma;
}

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

/* links */

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

#lmenu a:visited {
	color: #000000;
}

#lmenu a:link {
	color: #000000;
}

#lmenu a {
	color: #000000;
}

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

#lmenu ul {
   list-style: disc;
}

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