@charset "UTF-8";

@import url(http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css);
@import url(http://yui.yahooapis.com/3.0.0/build/cssfonts/fonts-min.css);

/* CSS Document */

/* General Format */

body {
   background: #292B2A url(../images/back.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: 12px;
}

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

a:hover {
   text-decoration: underline;
}

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

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

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

/* intro */

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

#pageHeader h1 span {
	position: absolute;
	top: 120px;
	left: 30px;
	width: 297px;
	height: 42px;
	color: #FFFFFF;
}

#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;
}

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

#quickSummary a:hover {
	color: #000;
	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 h2,
#about h3 {
   color: #6B6F6E;
   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,
#entry01, #entry02, #entry03, #entry04, #entry05, #entry06 {
   padding-right: 50px;
}

#supportingText h2,
#supportingText h3 {
   margin-bottom: 10px;
   height: 20px;
   border-bottom: solid #D24210 1px;
   border-right: solid #D24210 5px;
   background: #6A6E6D;
   color: #ffffff;
}

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

/* links */

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

#lmenu a, #lmenu a:link {
   color: #ffffff;
}

#lmenu a:visited {
   color: #6B6F6E;  
}

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

#lmenu ul {
   list-style: disc;
}

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

