/*
-----------------------------------------------
Apsioma CSS Base
By:      Luis Lopez-Echeto
Date:    01-May-05
Version: V01
----------------------------------------------- */

/*
** base
*/

body {
  margin: 1em; 
  padding: 0;
  font-family: verdana, arial, sans-serif;
  color: #333;
  background: #fff url(/images/topBG.gif) repeat-x;
  text-align: center;
}

#container {
	width: 90%;
	margin: 0 auto 1em auto;
	text-align: left;
}

.highlight {
	background-color: #ffc;
}

#clearAll, #clearallrule {
	margin: 0 0 0px; 0;
	padding: 0px 0 0 0;
	clear: both;
	font-size: 2px;
}

.clearallrule {
	border-bottom: 1px solid #ccc;
}

h1 {
margin:0px 0px 0px 0px;
padding:0px;
color:#369;
text-transform:uppercase;
font-size:250%;
line-height:100%;
font-family:"Trebuchet MS", verdana, arial, sans-serif;
}

h1.first {margin-top:50px;}

h2 {
	font-size:180%;
	line-height:1em;
	margin:40px 0px 20px 0px;
	padding:0px;
	color:#c2c9a7;	
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #c2c9a7;
	clear:left;

}

h3 {
	margin: 20px 0 3px 0;
	color: #666;
	padding: 0;
	font-weight: normal;
}

.img a {
  border: none;
}

/*
** header
*/

div#header{
	font-size: 75%;
  text-align: right;
}

div#header img {
  float: right;
  clear:left;
  border: none;
}

div#header div#nav {
  float: left;
  color: #999;
  padding-top: 0.5em;
}

div#header  div#nav a:link,
div#header  div#nav a:visited {
  font-weight: bold;
}

div#header  a.current:link,
div#header  a.current:visited,
div#header  a.current:hover {
  text-decoration: none;
  background: none;
  color: #800;
}

div#header  div#clearAll {
	clear: both;
}

/*
** tagline
*/

div#tagLine {
	float:right;
	clear:both;
	border-width:0.1em 0 0 0;
	border-color: #ddd;
	border-style: solid;
	text-align: right;
	margin-top: 0.3em;
}

div#tagLine #destaca {
	color:#36c;
	font-weight: bold;
}

/*
** services list
*/

.serviceList {
	font-size:75%;
	padding: 0;
	text-align: left;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
}

.serviceList img {
	margin-top: 1em;
	float:  none;	
}

.serviceList #serviceDescCol0{
	float: none;
	display: block;
	padding: 0em 2em 0 2em;
	width: 25%;
}

.serviceList #serviceDescCol{
	float: right;
	padding: 0em 2em 0 2em;
	width: 25%;
	border-left: 1px dotted #ccc;
}

#serviceDesc h1{
	text-align: center;
	color: #fff;
	padding: 0;
	background-color: #36c;
}

.serviceList .clearAll {
	clear:both;
	padding: 2em;
}

/*
** main column
*/

div.mainColumn  {
	width: 70%;
	font-size: 75%;
	text-align: left;
	float: left;
}


div.mainColumn  p {
	color: #333;
}

div.mainColumn #questions strong{
	color:#36c;
}

/*
** side column
*/

div.sideColumn  {
	float: right;
	width: 20%;
	text-align: left;
	padding: 0;
	margin: 0;
}

div.sideColumn  h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 2px 0;
	color: #036;
	padding: 0;
}

div.sideColumn  p {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 15px 0;
	padding: 0;
  clear: left;
}

div.sideColumn  p img.qt {
  padding: 0 5px 5px 0;
  float: left;
}

/*
* footer
*/
.footer {
	text-align: center;
	clear: both;
	font-size: 55%;
	margin-top: 10em;
}

