@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background: url(imagens/bg.gif) repeat-x scroll 0 0;
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:12px;
	color:#999999;
	line-height:14px;
	border:0px
}

li 			{list-style-position:inside; list-style-image:url(imagens/bullet.gif);}
ul 			{margin:0; padding:0;}
a 			{color:#0089CF; text-decoration:none}
a:hover 	{text-decoration:underline;}
img			{border:0;}


h1{
	font-size:18px;
	text-align:center;
	font-weight:normal;
	margin:13px 0 0 0;
}
h2{
	font-size:12px;
	text-align:left;
	margin:0;
	color:#ffffff;
	padding-top:5px;
	font-weight:normal;
	margin-left:30px;
}

h3{
	font-size:22px;
	text-align:center;
	color:#0089cf;
}

#container{
	margin:0 auto;
	width:981px;
}

#logo{
	margin:0 auto;
	width:357px;
	height:120px;
	padding-top:30px;	
}

.email { padding-top:20px;}
#barra{
	background:url(imagens/barra.png) no-repeat;
	width:981px;
	height:103px;
}

#phone{
	background:url(imagens/phone.png) no-repeat scroll 0 0;
	height:418px;
	width:237px;
	margin:7px 0 0 680px;
	position:absolute;
}
#screen{
	height:250px;
	width:166px;
	margin:63px 0 0 35px;
}

#lcol{
	float:left;
	width:180px;
	margin-left:30px;
}

#mcol{
	width:290px;
	margin-left:270px;
}

#rcol{
	float:right;
	width:350px;
	margin-right:30px;
}

#footer{
	margin:30px 30px 0 30px;
}

.footer_logos{
	float:right;
}
.descricao{
	width:700px;
	margin:0 auto;
	line-height:25px;
	font-size:15px;
	text-align:center;
}
