/* ---------------------------------- 
    FORMATAÇÃO DO SITE EM GERAL
------------------------------------ */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
  border: none;
}
body {
  font-family: Trebuchet MS;
  font-size: 12px;
  color: #fff;
  background-color: #c7c7c7;
}
#main {
	width: 437px;
	height: 580px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -218px;
}
/* ---------------------------------- 
    topo
------------------------------------ */
#topo {
  width: 100%;
  height: 76px;
  margin-bottom: 9px;
  border-top: 1px solid #8c8c8c;
}

/* ---------------------------------- 
    empresa
------------------------------------ */
#empresa {
  width: 214px;
  height: 214px;
  float: left;
  margin-bottom: 9px;
}
#frase-empresa{
  width: 214px;
  height: 214px;
  float: right;
  margin-bottom: 9px;
}
#cont-empresa {
  width: 396px;
  height: 174px;
  text-align: justify;
  padding: 20px 20px 20px 20px;
  float: left;
  background-color: #0e4176;
  margin-bottom: 9px;
}
.texto-empresa {
  widows: 100%;
  height: 67px;
}


/* ---------------------------------- 
    web 
------------------------------------ */
#web_servicos {
  width: 214px;
  height: 214px;
  float: right;
  margin-bottom: 9px;
}
#frase-web{
  width: 214px;
  height: 214px;
  float: right;
  margin-bottom: 9px;
}
#cont-web {
  width: 396px;
  height: 174px;
  text-align: justify;
  padding: 20px 20px 20px 20px;
  float: left;
  background-color: #398003;
  margin-bottom: 9px;
}

/* ---------------------------------- 
    portfolio
------------------------------------ */
#portfolio {
  width: 214px;
  height: 214px;
  float: left;
  margin-bottom: 9px;
}

#frase-portfolio{
  width: 214px;
  height: 214px;
  float: right;
  margin-bottom: 9px;
}

#cont-portfolio {
  width: 396px;
  height: 174px;
  text-align: justify;
  padding: 20px 20px 20px 20px;
  float: left;
  background-color: #e8ad00;
  margin-bottom: 9px;
}


/* ---------------------------------- 
    clientes
------------------------------------ */
#clientes {
  width: 214px;
  height: 214px;
  float: right;
  margin-bottom: 9px;
}

#frase-clientes{
  width: 214px;
  height: 214px;
  float: right;
  margin-bottom: 9px;
}

#cont-clientes {
  width: 423px;
  height: 205px;
  padding-left: 13px;
  padding-top: 9px;
  float: left;
  background-color: #e96310;
  margin-bottom: 9px;
}

/* ---------------------------------- 
    nav
------------------------------------ */
#nav {
  width: 100%;
  height: 31px;
  float: left;
  margin-top: 26px;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
}

ul {
  font-size: 14px;
  font-weight: bold;
  font-family: trebuchet MS;

}
#nav ul li {
	float:left;
}
li a{
  background: url(../imgs/bullet.gif) no-repeat left center;
  margin-top: 6px;
  padding-left: 15px;
  padding-right: 20px;
  color: #676767;
  text-decoration: none;
  list-style-type: none;
  display: block;
}
li a:hover {
  color: #fff;
  background: url(../imgs/bullet-hover.gif) no-repeat left center;
  margin-top: 6px;
  padding-left: 15px;
  padding-right: 20px;
  
}
/* ---------------------------------- 
    fotos-imagens
------------------------------------ */
.fotos {
  padding-top: 15px;
  text-align: center;
}
.fotos img {
  margin-right: 7px;
  margin-left: 7px;
  border: 1px solid #fff;
}
/* ---------------------------------- 
    contatos
------------------------------------ */

#contatos {
  width: 397px;
  height: 397px;
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 9px;
}
#contato-foto{
  float: left;
  margin-right: 18px;
}

#frase-contato{
  float: left;
}

#form{
	float:left;
}

.box_nome, .box_email, .box_msg{
	border: 1px #fff solid;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0e4176;
	background-color:#daecec;
	scrollbar-face-color:#376a6a;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	font-weight: bold;
	margin-bottom: 7px;
}
.box_nome, .box_email {
	width: 100%;
	height: 25px;
}
.box_msg {
	width: 100%;
	height: 70px;
}

.btn{
	color:#fff;
	width: 70px;
	height: 30px;
	float: right;
	border: 1px #fff solid;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color:#376a6a;

	font-weight: bold;
}
address{
  font-family: Trebuchet MS;
  font-style:normal;
  font-size: 12px;
  color: #000;
	
}
#obrigado{
	width: 100%;
	height: 190px;
	float:left;
	color:red;
	text-align:center;

}