﻿html, body, #wrapper {
	/*height:100%;width:1248px;*/
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	height: 100%;
	width: 100%;
	font-size: 12px;
	font-family: Helvetica,Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background: transparent url('../images/fundo_head.jpg') repeat-x top;
}
#wrapper {
	background-color: transparent;
	margin: 0 auto; /*text-align: left;*/
	vertical-align: top; /*width: 400px;*/
	width:1000px;
	/*background: #000 url(images/fundo.jpg) no-repeat left top;*/
}
#header {	
	/*background-image: url('../images/topo.png');*/
	background-position: top;
	background-repeat: repeat-x;
	width:1000px;
	height: 125px;
	text-align: left;

}
#header-content {
	width:1000px;
	height: 125px;
	min-height: 125px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px ;
}

#content-wrap {
	clear: both;
	width:1000px;
	/*float: left;
	background: #000;*/
	height: 100%;
	background: transparent;
	text-align: center;
}

#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
	background: transparent;
	width:1000px;
	height:100%;
}
#content  .colleft {
	width: 470px;
	height: 400px;
	padding: 0px 5px 5px 5px;
	background: #EAF3D5 url('../images/Caixa.jpg') repeat-x left top;
	margin: 5px 10px 5px 10px;
}
#content  .colright {
	width: 470px;
	height: 400px;
	padding: 0px 5px 5px 5px;
	background: #EAF3D5 url('../images/Caixa.jpg') repeat-x left top;
	margin: 5px 10px 5px 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.bnts{
	padding: 5px 5px 5px 5px ;
}




#content h1
{
	clear: both;
	font-family: Helvetica,Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 5px 5px 10px;
}

#content  h2
{
	clear: both;
	font-family: Helvetica,Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
}
#content  h3
{
	clear: both;
	font-family: Helvetica,Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #DC021C;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 5px 5px 10px;
	text-align: center;

}
#content  ul {
	margin: 0;
	padding: 2px 5px 2px 20px;
	list-style: none;
}

#content  li {
	display: inline;
}


.ulEmail{
	margin: 0;
	padding: 5px 5px 5px 20px;
	width: 380px;
	list-style: none;
}
.liEmail{
	display: inline;
}


/* footer */
#footer {
	clear: both;
	width:1000px;
	height: 70px;
	text-align: left;
}
#footer-content {	
	margin: 0 auto;
	width:1000px;
}


.txt200{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #848383;
	width: 200px;
	height: 18px;
	font-size: 12px;
	font-family: Helvetica,Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	background-color: #F2F9E2;
}

.txt200:focus{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	width: 200px;
	height: 18px;
	font-size: 12px;
	font-family: Helvetica,Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	background-color: #F2F9E2;
}