/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: url(../images/pattern.jpg) repeat-x top #cccc9a;
   color: #000; 
   text-align: center; 
   min-width: 680px; 
   font-family: verdana, lucida, arial, helvetica, sans-serif;
   font-size:14px;
}

p {
   margin-bottom: 15px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #009999;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #009999;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 700px;
   text-align: left;
   border-left:1px solid #9a8944;
   border-right:1px solid #9a8944;
      border-bottom:1px solid #9a8944;

   background: #ddddab;
}

/* -- Images -- */	
img { border: 0; }
img.imglt {
	clear: left;
	float: left;
	margin: 0 .75em .3em 0;
	}
img.imgrt {
	clear: right;
	margin: 0 0 .3em .5em;
	}
img.badge {
	clear: right;
	float: right;
	margin: .3em 1.8em .0em .0em;
	}
/* intro */

#pageHeader {
   background: url(../images/head.jpg) center top no-repeat;
   padding-top: 0px;
   padding-left: 40px;
   height: 200px;
   color: #FFFFFF
}

#pageHeader h1 {
	position: absolute;
	width: 294px;
	left: 50px;
	top: 62px;
}

#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 52px;
	top: 107px;
	font-size: 70%;
}

#quickSummary {
	position: absolute;
	width: 190px;
	left: 480px;
	top: 7px;
	font-size: 100%;
}

#about {
   margin-left: 25px;
   margin-right: 25px;
   margin-bottom: 30px;
   padding: 10px 20px 10px;
   background-color: #1395CA;
   color: #FFF;
   border-bottom: solid #1289A6 1px;
   border-right: solid #1289A6 20px;
}

#about h3 {
   color: #000;
   margin-bottom: 10px;
}

/* generic text */

#supportingText {
   margin-left: 5px;
   margin-right: 25px;
   padding: 10px 10px 15px 15px;
   border: solid #663300 0px;
}

#products, #services, #support, #development {
   padding-right: 50px;
}

#supportingText h3 {
	letter-spacing: -.046em !important;
	letter-spacing: -.06em;	
	font: normal 21px/140% Helvetica, Arial, sans-serif; 
   	margin-bottom: 10px;
	height: 41px;
	display:block;
   	width: 409px;
   	background-color: #996600;
   	color: #ffffff;
	background: url(../images/h3_bg.jpg) center top no-repeat;
	padding-left: 33px;
	padding-top: 6px;
 
}

#supportingText .p1 {
   color: #000000;
}

#footer {
   clear: both;
   font-size: 70%;
   margin-top: 10px;
   border-top: solid #000000 0px;
   text-align:center;
   padding-bottom: 10px;
   color: #000000;
}

/* links */

#linkList {
 background: url(../images/menubg.jpg) repeat-x top #cccc9a;
 padding-top:18px;
 display:block;
 height:38px;
   clear: both; 
   margin-bottom: 15px;
}

#lmenu li a:hover {
   color: #bd6428;
}

#lmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#lmenu ul li {
   display: inline;
}

#lmenu li a { 
letter-spacing: -.046em !important;
	letter-spacing: -.06em;	
	font: normal 18px/140% Helvetica, Arial, sans-serif; 
text-align: center;

   text-decoration: none; 
   padding: .2em .9em;
   color: #663300;
   border-left: dashed #888888 1px;
}

#lmenu a.no { 

letter-spacing: -.046em !important;
	letter-spacing: -.06em;	
	font: normal 18px/140% Helvetica, Arial, sans-serif;
	text-align: center; 
   text-decoration: none; 
   padding: .2em 1em;
   color: #663300;
   border-left: dashed #663300 0px;
}

#lmenu a.donate {
	color:#DD0000;
}

.clear{
	clear:both;
	width:100%;
	display:block;
	}
	
#supportingText h1 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 2px; 
	margin-top:0px;
	color: #7a4124;
	}
