html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, 
dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, input, textarea, select { 
    margin: 0; 
    padding: 0; 
    outline: 0; 
    border: 0;
    font-weight : normal;
	line-height: 21px; 
    font-style: normal; 
    font-family : "Trebuchet MS", Tahoma, Geneva, Helvetica, Arial, sans-serif; 
    font-size: 12px;
    color: #949393;
}
div { /* border:solid 1px red; */ }


#clear{ 
	clear: both;
}

body{
	background: #FFFFFF
}

#site{
	width: 990px;
	margin: auto;
}

#header{
	padding: 10px;
	position: relative;
	background: url('../img/bgMenu.jpg') no-repeat 0px 85px;
	height: 170px;	
}

#irpara{
	display: none;
	text-align: right;
}

#logo{
	position: absolute;
	top: 66px;
	left: 7px;
}

#menu{
	position: absolute;
	top: 106px;
	left: 260px;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li{ 
	list-style: none;
	display: inline;
}

#menu .menuOut{
	display: none;
}

#menu a{
	margin-right: 15px;
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover{
	text-decoration: underline;
}

#conteudo{
	margin-top: 20px;
}

#imagensConteudo{
	float: left;
	margin-left: 15px;
}

#textoConteudo{
	width: 610px;
	margin-left: 260px;
}

#sombraSepUp{
	background: url('../img/sombraSepU.gif');
	height: 30px;
}

#sombraSepDown{
	background: url('../img/sombraSepD.gif');
	height: 30px; 
}

#sep{
	height: 30px;
}


#enderecos{
	margin-right: 60px;
	margin-top: 20px;
	float: left;
}

a{
	text-decoration: underline;
}

a:hover{
	color: #696969;
}

#footer{
	border-top: 1px solid #d0d0d0;
	height: 40px;
}

h1{
	font-size: 22px;
	margin-bottom: 10px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	/*color: #eea727;*/
}

h4{
	font-size: 10px;
}

.ass{
	font-size: 10px;
}

.logosClientes{
}

form{ 
	width: 420px;
}

input, select{
	padding: 6px; 
	padding-top: 6px; 
	padding-bottom: 6px; 
	padding-right:5px;
	padding-left:5px ; 
	background: #FFFFFF;
	border: 1px solid #dddddc;
	width: 70%; 
	margin-bottom: 6px; }

.img_formulario{ 
	float:left; 
	margin-right:6px;
}

textarea{
	padding: 6px; 
	padding-right:5px; 
	padding-left:5px; 
	background: #ffffff;
	border: 1px solid #dddddc;
	width: 70%;
	margin-bottom: 10px;
}

input.btEnvia{
	margin-left: 230px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #eea727;
	width: 70px;
	height: 30px;
	padding-top: 4px;
	*padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

input.btEnvia:hover{ 
	background: #949393;
	color: ;
}

label{ 
	display: none;
}

/*               SLIDER            */
#slide ul, #slide li{
	margin:0;
	padding:0;
	list-style:none;
}

#slide{ 
	width:940px;
	height:240px;
	overflow:hidden;
	margin: auto;
	 
}

#slide li{
	/*border: solid 1px red;*/
	display: inline;
	float: left;
	width: 940px;
	height:100%;
	overflow:hidden;
}

#navProjetos { 
	position:absolute; 
	left: 0;
	width: 100%; 
	top: 103px; 
	text-align: left; 
}

#prevBtn{
	float: left;
}

#nextBtn{
	float: right;
}

/*               /SLIDER           */
