@charset "utf-8";
@import url(text.css);
@import url(form.css);
@import url(box.css);
@import url(common.css);

/* RESET */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: none;
	border: none;
}


/* STANDARD STYLES */
html, body	{ width: 100%; background: url(../media/bg_00.gif) repeat-x top white; margin-bottom: 10px; }
body				{ text-align: center; }
div 				{ position: relative; }
/*div 				{ border: 1px solid #333333; }*/

/* CONTAINER */
div#container {
	display: table;
	margin: 10px auto 0px auto;
	width: 850px;
	text-align: left;
}

/* HEADER */
div#header {
	padding: 5px 0px 10px 0px;
}
div#header div#logo {
	height: 114px;
	background: url(../media/lg_00.jpg) no-repeat center;
}

/* MAIN CONTENT */
div#content {
	background: #e6e6e6;
	padding-top: 30px;
}

div#content div.destaque {
	float: left;
	padding-top: 4px;
	margin-right: 15px;
}

div#content div.formContato {
	float: left;
	padding-top: 4px;
	margin-right: 15px;
}

div#content div.body {
	float: left;
	width: 410px;
}

div#content div.bottom {
	height: 24px;
	background: url(../media/im_00.gif) no-repeat;
	margin-top: 20px;
}


/* FOOTER */
div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	text-align: center;
	padding-top: 20px;
}

/* LISTA */
ul.lista { margin: 15px 0px 15px 5px; }
ul.lista li { list-style-type: square; margin: 3px 0px 0px 10px; font-size: 11px; }

/* BUTTONS */
a.btVoltar	{ display: inline-block; background: url(../media/bt_01.gif) no-repeat; width: 78px; height: 19px; }
a.btEnviarOutraMensagem	{ display: inline-block; background: url(../media/bt_02.gif) no-repeat; width: 143px; height: 19px; }