/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}
body {
	background: #BBBBBB;
}
header {
	height: 319px;
	background: url(images/bg.jpg) repeat-x; 
	text-align: center;
}
section#main {
	margin: -50px auto 0 auto;
	max-width: 660px;
}

aside#contato, aside#endereco {
	width: 300px;
	margin: 35px 0 0 0;
	float: left;
}

aside#endereco {
	margin: 35px 0 0 50px;
}


input, textarea {
	display: block;
	width: 300px;
	height: 20px;
	border: 1px solid #CCCCCC;
	margin: 5px 0 5px 0;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	height: 120px;
	resize: none;
}

.enviar {
	width: 60px;
	height: 30px;
	background: #B5D700;
	color: #000000;
}

h1, h2, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	text-align: center;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#999));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	color: #000000;
}

h2 {
	font-size: 20px;
	text-align: left;
}

p {
	font-size: 12px;
	text-align: left;
	margin: 5px 0 5px 0;
}