* 
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #FFFFFF; 
text-align: center; /* Center IE */
}
body {
font-size: 70%;
}
p {padding: 7px 0 7px 0;}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
text-indent: -99999px;
background-repeat:no-repeat;
width: 242px;
height: 62px; 
font-size: 2em;
margin-left: 350px;
}
h1#contacto{
	background-image:url(../images/titulo_contactos.png);
}
h1#links{
	background-image:url(../images/titulo_links.png);
}
h1#servicos{
	background-image:url(../images/titulo_servicos.png);
}
h2 {
font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
	text-align: center;
}
#servicos h3{
text-align: left;
margin: 10px 0 0 20px;
}

#servicos li{
	margin: -10;
}

h1 a, #header h2{
color: #fff;
}

.clear { clear: both; }
#mainContainer {
	width: 760px; /* Center design */
	min-height: 500px;
	background: #eaeaea;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 40px;
}
* html #mainContainer {
	height: 600px;
}

#header {
	padding: 10px 10px 0px 11px;
	background-color: #eaeaea;
}

.outer {
margin-top: 0px;
padding-left: 165px;  
}
* html .outer {

}
.inner {
width: 595px;
}
* html .inner {
width: 100%;
}

.float-wrap {
	float: left;
	width: 760px;
	margin-left: -165px; 
	padding: 0px;
}
* html .float-wrap {

}
#content {
float: right;
width: 600px;
background: #eaeaea;

}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap {
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

#left {
float: left;
width: 150px; 
min-height: 250px;
padding: 0 0 5px 0;
}
* html #left {
	position: relative;
	padding: 0;
}
#left ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
list-style: none;
padding-bottom: 4px;
}
#left li {
	padding: 2px;
	}

#right {
margin: -50px 0 0 -760px; /*** Move the right column so it takes the positon as a top menu ***/
float: left; 
width: 750px;
padding: 5px;
height: 40px;
}
* html #right {
position: relative; /*** IE needs this  ***/
}
#right ul {
list-style: none;
}
#right li {
display: inline;
padding-right: 15px;
}
#left li a {
	font-size: 12px;
	color: #235497;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
	width: 100%;
}
#left a:link {
	color: #235497;
	width: 150px;
}

#footer {
	width: 760px;
	text-align: center;
	color: #000000;
	background-image: url(../images/bk_footer.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 115px;
}
#left a:visited {
	color: #235497;
}
#left a:hover {
	color: #235497;
	background-color: #FFFFFF;
	width: 150px;
}
#left a:active {
	color: #96A2CC;
	background-color: #EAEAEA;
	width: 150px;
}
#skype{
	border: none;
	margin: 20px 0 0 10px;
}
#skype a:hover{
	background: none;
}
#footer p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#links a{
	font-size:10pt;
	color: #000;
}

#links ul{list-style: none;}
#links li{margin: 0 0 5px 0;
list-style-image: url(../images/arrow.png);
list-style-position:outside;

}


#contacto tr{
	height: 25px;
}
#contacto td{
	padding-right: 20px;
	text-align: right;
	vertical-align: top;
}

#contacto label {
	font-size: 8pt;
	font-weight: bold;
	padding-right: 10px;
}
#contacto input{
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0066CC;
	padding-left: 5px;
	
}

#contacto textarea#taMensagem{
	width: 380px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0066CC;
	padding-left: 5px;
}
#contacto input#btnEnviar{
	width: 100px;
	height: 25px;
	margin-top: 20px;
	background-color: #FFF;
	
}