﻿/*html {
	overflow: -moz-scrollbars-vertical;
	overflow:scroll;
}*/
body {
	background:#002B3D url(../img/bg.gif) repeat-x left 133px;
	margin:0px;
	padding:0px;
	color:#fff;
	font-family: Trebuchet MS, Verdana, Arial;
}
#lay{
	position:absolute;
	left:50%;
	top:0;
	margin:0px;
	padding:0px;
}
#glow{
	position:absolute;
	width:756px;
	margin-left:-377px; /*metade do width + soma de um dos padding*/
	background:url(../img/glow_dark.gif) repeat-y left top;
}
#glow_l, #glow_r {
	height:110px;
}
#glow_l{
	position:absolute;
	width:24px;
	background:url(../img/glow_l.gif) no-repeat;
	margin:0px 0px 0px -377px;
	top:133px;
}
#glow_r{
	position:absolute;
	width:26px;
	background:url(../img/glow_r.gif) no-repeat;
	margin:0px 0px 0px 344px;
	top:133px;
}
	
#content {
	position:relative;
	margin-top:0px;
	margin-left:24px;
	width:697px;
}
#top {
	height:132px;
	background:url(../img/top02.gif) no-repeat right top;
}
#twitter{
	float: right;
	margin-left:62px;
}
#logo {
	position:absolute;
	top:0;
	left:0;
	width:185px;
	height:132px;
	background:url(../img/top01.gif) no-repeat left top;
	clear: both;
}
#logo a{
	display:block;
	width:185px;
	height:132px;
}
#menu {
	height:110px;
	background:url(../img/bg_menu.gif) repeat-x left top;
	text-align:center;
}
#description{
	background:url(../img/bg_descrip.gif) no-repeat left bottom;
}
#lista_eventos {
	float:left;
	width:550px;
	height:300px;
	margin-left:10px;
}
#filiados {
	float:right;
	width:111px;
	height:310px;
	margin-right:10px;
}
#cp {
	clear:both;
}
#texto{
	padding:10px;
}
#texto h3 {
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:lighter;
}

/*CLIENTES*/
#client {
	margin-bottom:30px;
	text-align:center;
}
.cl{
	border:0px;
}
#client_text{
	margin-top:10px;
	padding:3px;
	border:1px dashed #00344A;
	background-color:#004765;
	font-size:14px;
}

/*SERVIÇOS*/
#texto dl{
	background-color:#082F3F;
	border:1px solid #143E4F;
}
#texto dl dt{
	padding:3px 2px 3px 4px;
	color:#BFEDFF;
	font-weight:bold;
	font-size:14px;
	background-color:#00222F;
	border-left:5px solid #FFF;
}
#texto dl dd{
	background:url(../img/list.gif) no-repeat left center;
	font-size:13px;
	padding:0px 0px 2px 15px;
}

#texto dd font{
	font-size:13px;
}

/*CONTATO*/
#contato{
	position:relative;
	height:300px;
}
#mail, #fone{
	background-color:#002B3D;
	height:300px;
	position:absolute;
	width:330px;
	border:1px solid #00445F;
}
#mail {
	background:#002B3D url(../img/mail.gif) no-repeat center center;
	text-align:center;
}
#mail form{
	margin:0px;
	padding-left:23px;
	text-align:left;
}
#mail label{
	font-size:13px;
}
#form_pessoal, #form_mail{
	opacity: .8;
	filter: alpha(opacity=80);
}	
#fone{
	left:345px;
	background:#002B3D url(../img/suporte.gif) no-repeat center center;
	text-align:center;
}
#fone h1{
	font-size:30px;
	margin-top:50px;
}
#fone h1{
	font-size:30px;
	line-height:1.7em;
}

#fones font, #fones p{
	font-size:30px;
	line-height:1.7em;
}
.form1, .form1on{
	width:280px;
	border:2px solid;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.form1{
	background-color:#014E6E;
	border-color:#0A7CAF;
}
.form1on{
	background-color:#00729F;
	border-color:#0C93CF;
}
.btform, .btformon {
	border-width:3px 3px 3px 3px;
	padding:1px;
	margin:5px 0px 0px 50px;
	background-color:#1F647F;
	border-style:solid;
	color:#FFF;
	font-size:16px;
}
.btform{
	border-color:#6FBFDF;
}
.btformon{
	border-color:#FFF;
}	
.center{
	text-align:center;
}
.depoimento{
	border-bottom:2px solid #005B7F;
	padding-bottom:10px;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
}
.depoimento p{
	font-weight:normal;
	font-style:italic;
	font-size:15px;
}
