/* CSS Document */

/* General Format */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body
{
	background: #515031;  
	color: #FFFFFF; 
	text-align: center; 
	min-width: 680px; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", georgia, 
	verdana, lucida, arial, helvetica, sans-serif;
}

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

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

a:hover
{
   	text-decoration: underline;
}

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

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

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

#container960
{
   	position: relative; 
   	margin: 0 auto 15px;
   	width: 960px;
   	padding: 1px;
   	text-align: left;
   	background: #3E3E22;	
}

/* intro */

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

#pageHeader h1
{
   	position: absolute;
   	top: 68px;
   	left: 44px;
   	width: 550px;
   	color: #FFF000;
}

#pageHeader h2
{
   	position: absolute;
   	top: 120px;
   	left: 44px;
   	width: 350px; 
}	

/*#quickSummary .p1
{
	position: absolute;
	top: 42px;
	left: 378px;
	width: 274px;
	font-size: 90%;
	height: 87px;
}

#quickSummary .p2 span
{
  	position: absolute;
  	top: 138px;
  	left: 378px;
  	width: 275px; 
  	font-size: 80%;
  	color: #000000;
}*/

#about
{
   	margin-left: 220px;
   	margin-right: 35px;
   	margin-bottom: 30px;
   	padding: 10px 20px 10px;
   	border-style: double;
   	border-color: #000000;
}

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

/* generic text */

#supportingText
{
   	margin-left: 200px;
   	margin-right: 25px;
   	padding: 10px 10px 15px 25px;
}

#products, #services, #support, #development
{
   	padding-right: 50px;
}

#supportingText h3
{
   	margin-bottom: 10px;
   	height: 18px;
   	border-bottom: solid #000000 1px;
   	color: #999900;
}

#footer
{
	background-color:#3E3E22;
	color: #ffffff;
	margin-right: 360px;
	margin-left: 360px;
	padding-left: 5px;
	text-align: left;
	clear: both;
}

/* links */

#linkList
{
   	position: absolute;
   	top: 200px;
   	left: 10px;
   	width: 180px;
   	font-size: 70%;
   	border-bottom: 1px solid #000; 

}

#linkList a, #linkList a:link, #linkList a:visited
{
   	color: #BB8F24;  
}

#linkList a:hover
{
   	color: #FFF;
   	text-decoration: none; 
   	width: 150px;
}

#linkList ul
{
   	list-style: none;
}

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

#linkList h3
{
   	margin-top: 25px;
   	margin-bottom: 10px;
   	border-bottom: 1px solid #000; 
   	background: #333300;
   	text-align: center;
}	

#llinks ul li
{
   	margin-bottom: 5px;
}

#lresources
{
   	margin-bottom: 10px;
}