﻿/*
About this CSS code
Media type: Screen
URL: http://www.agw.com.br
Author: AGW Internet (http://www.agw.com.br)
Country: Brazil
Comments: Portuguese (br)
Time: Jun 08
*/

/* ZERAR CSS */

html, body, div, span, applet, object, iframe,
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, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENÉRICO */

body, input, textarea {
	font: 11px Tahoma;
	color: #000;
	overflow: hidden;
	background: #b5daf5;
}
a:hover {
	text-decoration: underline;
}
/* LAYOUT */

#layout {
	position: absolute;
	width: 1024px;
	height: 585px;
	top: 50%;
	left: 50%;
	margin-top: -292px;
	margin-left: -512px;
}

/* CONTATO */

#contato {
	position: absolute;
	width: 442px;
	height: 205px;
	top: 309px;
	left: 291px;
	display: none;
	visibility: hidden;
}

 .faleconosco {
	color: #FFF;
	text-align: center;
	padding: 40px 0 0 13px;
}  .faleconosco .esq {
	float: left;
	margin-right: 10px;
}  .faleconosco .dir {
	float: left;
}  .faleconosco .bt {
	float: right;
	display: block;
	margin-top: 6px;
	margin-right: 7px;
} .faleconosco label {
	font-size: 10px;
	display: block;
	text-align: left;
}  .faleconosco input {
	display: block;
	width: 149px;
	height: 16px;
	padding-left: 3px;
	font-size: 11px;
	border: solid 1px #FFFFFF;
	margin-bottom: 5px;
}  .faleconosco textarea {
	width: 234px;
	height: 91px;
	border: solid 1px #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
}
