/* CSS Document */

/* General Format */

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

body {
   background: #B0B0B0;
   color: #000000;
   text-align: center; 
   min-width: 780px;
   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: #0000FF;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

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

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

#container {
   position: relative; 
   margin: 0 auto;
   width: 780px;
   padding: 1px;
   text-align: left;
   background: #C0C0C0;
   border-top: 4px solid #FF6600;
   border-bottom: 4px solid #FF6600;
   border-right: 1px solid #FF6600;
}

/* intro */

#pageHeader {
   height: 110px;
   margin: 0;
   padding: 0;
   background: url(../img/topo6.gif) top no-repeat;
}

#pageHeader h1 span {
   position: absolute;
   top: 68px;
   left: 44px;
   width: 120px;
}

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

#quickSummary .p1 {
	position: absolute;
	top: 20px;
	left: 248px;
	width: 468px;
	font-size: 90%;
	height: 87px;
}

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

#sobre {
   margin-left: 200px;
   margin-right: 15px;
   margin-bottom: 10px;
   padding: 8px 12px 8px;
   font-color: #000000;
}

#sobre h3 {
   color: #000080;
   margin-bottom: 10px;
}

/* generic text */

#texto {
   margin-left: 200px;
   margin-right: 20px;
   padding: 5px 5px 5px 15px;
}

#produto, #services, #support, #development {
   padding-right: 20px;
}

#texto h3 {
   margin-bottom: 10px;
   height: 18px;
   border-bottom: dotted #FF6600 2px;
   color: #000080;
}

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

/* links */

#linkList {
   position: absolute;
   top: 110px;
   left: 5px;
   width: 180px;
   font-size: 70%;
   padding: 1px;
   border-bottom: 1px solid #FF6600;
   border-left: 2px dotted #FF6600;
}

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

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

#linkList ul {
   list-style: none;
}

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

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

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

