@import url('form.css'); /* estilos do formulario */

/* resetando algumas propriedades padrao */
*{
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html{
  color: #000;
  font: 62.5% Arial, Verdana, sans-serif;
}

body{
  background: #000;
  font-size: 1.4em;
  text-align: center;/* IEca */
}

div#container{
  width: 760px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

/* cabecalho do site */
div#header{
  background: url(../imagens/layout/bg_header.gif) no-repeat right 0;
  height: 168px;
  width: 760px;
}

div#header h1{
  background: url(../imagens/layout/bg_logo.gif) no-repeat 0 0;
  height: 100px;
  text-indent: -9000px;
  width: 330px;
  position: relative;
  top: 40px;
  left: 60px;
}

div#header h1 a{
  display: block;
  height: 100px;
  width: 330px;
}
/* fim cabecalho do site */

/* estilizando a barra de navegacao */
ul#navbar{
  background: #fff url(../imagens/layout/bg_navbar.gif) no-repeat 0 0;
  height: 60px;
  width: 760px;
}

ul#navbar li{
  display: inline;
  float: left;
  text-indent: -9000px;
  margin-top: 25px;
  margin-left: 15px;
}

ul#navbar li a{
  display: block;
  height: 35px;
  background: url(../imagens/layout/bg_itens-menu.gif) no-repeat;
}

/* itens especificos */

/* link home */
ul#navbar li a#hom{
  width: 65px;
  background-position: 0 0;
}

ul#navbar li a#hom:hover{
  background-position: 0 -255px;
}

ul#navbar li a#hom.current, ul#navbar li a#hom.current:hover{
  background-position: 0 -128px;
}

/* link servicos */
ul#navbar li a#ser{
  width: 130px;
  background-position: -65px 0;
}

ul#navbar li a#ser:hover{
  background-position: -65px -255px;
}

ul#navbar li a#ser.current, ul#navbar li a#ser.current:hover{
  background-position: -65px -128px;
}

/* link portfolio */
ul#navbar li a#por{
  width: 135px;
  background-position: -195px 0;
}

ul#navbar li a#por:hover{
  background-position: -195px -255px;
}

ul#navbar li a#por.current, ul#navbar li a#por.current:hover{
  background-position: -195px -128px;
}

/* link contato */
ul#navbar li a#con{
  width: 100px;
  background-position: -330px 0;
}

ul#navbar li a#con:hover{
  background-position: -330px -255px;
}

ul#navbar li a#con.current, ul#navbar li a#con.current:hover{
  background-position: -330px -128px;
}
/* fim barra de navegacao */

/* links para aumentar e diminuir a fonte */
ul#font-size{
  width: 760px;
  height: 40px;
  background: #fff url(../imagens/layout/bg_font-size.gif) no-repeat 0 0;
  text-align: center;
  position: relative;
}

ul#font-size li{
  display: none;
  float: left;
  position: relative;
  left: 641px;
}

ul#font-size li a{
  display: block;
  width: 2em;
  height: 2em;
  background: #1a1a1a;
  font: bold 0.9em/2em 'Trebuchet MS', Arial, sans-serif;
  color: #fff;
}

ul#font-size li a:hover{
  color: #8cc63f;
}
/* fim links aumentar diminuir fonte*/

/* localizacao dentro do site */
em#location{
  display: block;
  padding: 0 20px 20px 0;
  background: #fff;
  font: 1.6em Arial, Verdana, sans-serif;
  text-align: right;
  color: #d0d0d0;
}

/* fim <em> de localizacao */

/* conteudo central */
div#content{
  background: #fff;
}

/**************** alguns itens mais gerais ****************/
/* links */
a.link:link, a.link:visited, a.link:hover, a.link:active{
  /* resetando propriedades, por causa dos links do portfolio */
  border: none;
  float: none;
  margin: 0;
  padding: 3px;
  font-weight: bold;
}

a.link:link{
  color: #8cc63f;
  text-decoration: underline;
}

a.link:visited{
  color: #fff;
  background: #cee386;
}

a.link:hover{
  color: #fff;
  background: #9fc91f;
  text-decoration: none;
}

a.link:active{
  color: #fcee21;
}
/* fim links */

abbr, acronym{
  cursor: help;
  border: none;
}

/* titulos */
h2{
  width: 700px;
  margin: 0 auto;
  padding: 5px;
  font: 1.8em Georgia, Arial, sans-serif;
  color: #8cc63f;
}

h3{
  width: 700px;
  padding: 20px 0 0 30px;
  font: 1.3em 'Trebuchet MS', Arial, sans-serif;
  color: #444;
}

h3 a{
  font-size: 1.05em;
  color: #444;
}

h3 a:hover{
  text-decoration: underline;
  color: #8cc63f;
}

h3#serv-completo, h3#serv-redesign, h3#serv-codificacao{
  width: 360px;
  margin: 15px 0 10px 20px;
  text-indent: -9000px;
  background: url(../imagens/layout/bg_els_paginas.jpg) no-repeat;
  border: none;
}

h3#serv-completo{
  background-position: -109px -105px;
}

h3#serv-redesign{
  background-position: -109px -163px;
}

h3#serv-codificacao{
  background-position: -109px -219px;
}

/* sobre design e codificacao */
/*h3#h-design, h3#h-cod{
  width: 200px;
  border: none;
  margin: 0;
  text-indent: -9000px;
  background: url(../imagens/layout/bg_els_paginas.jpg) no-repeat;
}

h3#h-design{
  background-position: -135px -33px
}

h3#h-cod{
  background-position: -465px -33px
}*/

p{
  width: 700px;
  height: 1%; /* mais correcoes ie */
  margin: 0 auto;
  padding: 15px;
  line-height: 1.8em;
  display: table;
  overflow: hidden;
  text-align: justify;
}

p.intro{
  width: 700px;
  position: relative;
  left: 50%;
  margin: 0 0 0 -350px;
  padding: 0;
  font: bold italic 1.1em Georgia, Arial, sans-serif;
  text-align: center;
  line-height: 1.6em;
  color: #666;
  clear: both;
}

/* paragrafos design e codificacao */
p#p-design, p#p-cod{
  font-size: 1.1em;
  line-height: 1.6em;
}

/* imagens portfolio */
p a{
  float: right;
  margin: 0 0 10px 10px;
  padding: 4px;
  border: 1px solid #8cc63f;
}

p a:hover{
  background: #8cc63f;
}

p a img{
  border: none;
  float: left !important;
  float: none; /* ie6 */
}

span.obs{
  display: block;
  margin-top: 2em;
}

span.separador{
  display: block;
  height: 25px;
  margin-bottom: 1.5em;
  background: url(../imagens/layout/bg_els_paginas.jpg) no-repeat 0 -10px;
  clear: both;
}
/**************** fim *****************/

/* sucesso e erros, formulario de contato */
h4.error, h4.success{
  font: 1.6em 'Trebuchet MS', Arial, sans-serif;
  padding: 20px 20px 5px 60px;
}

h4.error{
  width: 650px;
  margin: 0 auto;
  color: #ed1c24;
  background: url(../imagens/layout/bg_error.gif) no-repeat 10px 8px;
}

h4.success{
  color: #4d7a4d;
  background: url(../imagens/layout/bg_success.gif) no-repeat 0 0;
}

ul.error{
  width: 700px;
  margin: 0 auto;
  padding: 10px;
}

ul.error li{
  margin-bottom: 5px;
  font-weight: bold;
  color: #666;
  padding-left: 20px;
  background: url(../imagens/layout/bg_bullet_error.gif) no-repeat 0 center;
}

ul.error li strong{
  color: #333;
}

p.success{
  font: 1.2em 'Trebuchet MS', Arial, sans-serif;
}

p.error{
  font: 1.2em 'Trebuchet MS', Arial, sans-serif;
  text-align: center;
  line-height: 1.8em;
  color: #f00;
  width: 400px;
  margin: 1em auto 0;
  border: 1px solid #f00;
}

/* fim conteudo */

/* rodape do site */
div#footer{
  width: 760px;
  height: 270px;
  background: url(../imagens/layout/bg_footer.gif) no-repeat 0 0;
  text-align: center;
}

ul#footer-navbar{
  position: relative;
  top: 135px;
  width: 450px;
  margin: 0 auto !important;
  margin: 0; /* ahhhh ie6 */
}

ul#footer-navbar li, ul#tec li{
  display: inline;
  padding: 10px;
}

ul#footer-navbar li a, ul#tec li a{
  font: bold 0.9em Arial, sans-serif;
  color: #d0d0d0;
}

ul#footer-navbar li a:hover, ul#tec li a:hover{
  text-decoration: underline;
  color: #fff;
}

/* menu de tecnologias utilizadas no site */
h6.tec{
  font: bold 1em Arial, sans-serif;
  position: relative;
  top: 180px;
  color: #d0d0d0;
}

ul#tec{
  position: relative;
  top: 185px;
  width: 700px;
  margin: 0 auto !important;
  margin: 0; /* ahhhh ie6 */
}

ul#tec li a{
  font: bold 0.9em 'Trebuchet MS', Arial, sans-serif;
  color: #666;
}

/* fim rodape */