@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Old Standard TT', arial, serif;
}

h1 { 
	font-family: 'Josefin Sans Std Light', 'Old Standard TT', arial, serif;
	margin: 0;
	font-size: 24px;
}

h1 img {
	vertical-align: middle;
}

#site {
	width: 800px;
	margin: auto;
}

a {
	text-decoration: none;
	color: #F00;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

hr {
  background-attachment:initial;
  background-clip:initial;
  background-color:#006600;
  background-image:initial;
  background-origin:initial;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-style:none;
  border-bottom-width:0;
  border-color:initial;
  border-left-style:none;
  border-left-width:0;
  border-right-style:none;
  border-right-width:0;
  border-top-style:none;
  border-top-width:0;
  height:1px;
  margin-bottom:10px;
  margin-left:0;
  margin-right:0;
  margin-top:10px;
  clear: both;
 }

.telefone_celular {
	font-size: 1.25em;
}

input.error, textarea.error {
	background-color: #F96;
}

#header {
	padding-top: 50px;
}

#navigation {
	padding: 5px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: inline-block;
	margin-left: 15px;
}

#navigation ul li:first-child  {
	margin-left: 0;
}

#navigation ul li:before {
	content: "» ";
}

#field_nome, #field_email, #field_telefone {
	margin-top: 3px;
}

#field_assunto, #field_mensagem {
	margin-top: 20px;
}

#field_opcoes {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 17px;
	clear: both;
}

label span {
	font-weight: bold;
	width: 90px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}

input[type=text] {
	width: 250px;
}

textarea {
	width: 250px;
	height: 200px;
}

#div_a {
	width: 300px;
	float: left;
}

#div_b {
	margin-left: 50px;
	width: 440px;
	float: left;
	padding: 5px;
}

#div_b ul {
	margin: 0;
	margin-left: 15px;
	padding-left: 0;
}

#div_b ul li {
	font-size: 15px;
	margin-left: 0;
	padding-bottom: 10px;
}

#div_volta_form {
	display: none;
}

.imagem_portifolio {
	float: left;
	padding: 0 10px 10px 0;
	margin-right: 10px;
	text-align: center;
	/*background-color: #FFC;*/
}

#frm_contato {
	margin-top: 17px;
	margin-left: 90px;
}

#codigo {
	float: left;
	margin: 3px 0 0 3px;
	height: 50px;
	vertical-align: middle;
}

#txt_codigo {
	width: 70px;
}

.n {
	font-weight: bold;
}

