* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    height: 100%;
}

body {
    color: #666;
    font: 12px arial,verdana,sans-serif;
	background:url(../img/bg-site.jpg) top repeat-x #fff;
}

a {
    color: #1f5098;
	font-weight:bold;
    text-decoration: none;
}
a:hover {
    color: #000;
	font-weight:bold;
    text-decoration: none;
}


#geral {
    text-align: left;
    margin: 0 auto;
    width: 760px;
}

#topo-logo{
	width:210px;
	height:220px;
	float:left;
	background:url(../img/topo-logo.jpg) center no-repeat;
}
#topo-logo a{
	width:210px;
	height:220px;
	display:block;
}

#topo-animacao{
	width:550px;
	height:220px;
	float:left;
}

#empresa-home{
	width:295px;
	height:145px;
	float:left;
	background:url(../img/tit-empresa-home.gif) left top no-repeat #fff;
	padding:60px 5px 5px 30px;
}

#boxes-home{
	width:430px;
	height:340px;
	float:right;
	background:#fff;
}

#solucoes-home{
	width:300px;
	height:90px;
	float:left;
	background:url(../img/tit-solucoes-home.gif) top no-repeat #fff;
	padding:90px 0 0 30px;
}
#solucoes-home .link{
	text-align:right;
	margin-right:50px;
}

#contato-home{
	width:400px;
	height:35px;
	float:left;
	background:url(../img/tit-contato-home.gif) left no-repeat #fff;
	text-align:right;
	padding:15px 30px 0 0;
}

#rodape{
	width:680px;
	height:10px;
	margin:20px;
	float:left;
	background:#495677;
	color:#fff;
	font-size:11px;
	padding:20px;
}
#rodape a{
	color:#fff;
	font-weight:normal;
}
#rodape a:hover{
	text-decoration:underline;
}

#rodape .copyright{
	text-align:left;
	float:left;
}
#rodape .evandroweb{
	text-align:right;
	float:right;
}

#titulos{
	width:760px;
	height:50px;
	float:left;
	background:#fff;
	text-align:right;
}

#conteudo{
	width:720px;
	padding:0 20px 0 20px;
	background:#fff;
	float:left;
}

.destaque1{
	font-size:14px;
	color:#000;
}

#mais-solucoes{
	background:#f5f5f5;
	padding:10px;
	color:#333;
	width:550px;
	text-align:center;
	margin-left:80px;
	border:1px dashed #fff;
	font-size:11px;
}

/*
///////////////////////////  FORMS GERAIS
*/

#formulario{
	text-align:left;
	margin-left:185px;
}

#formulario input{
	background:#eee;
	color:#1d4b94;
	border:1px solid #ddd;
	height:17px;
	font-size:11px;
}

#formulario textarea{
	background:#eee;
	font-family:Arial, Helvetica, sans-serif;
	color:#1d4b94;
	border:1px solid #ddd;
	font-size:11px;
}

#formulario .bt{
	background:#069;
	color:#FFF;
	height:20px;
	font-size:11px;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#formulario .bt:hover{
	background:#214989;
}

