/* CSS Document */
body{
	margin:0px; 
	padding:0px;
	background:url(../images/background.jpg) repeat-x #f2f2f2;
	font:9pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#898989;
}

img{
	border:0px;
}

a{
	cursor:pointer;
	color:#df7257;
	text-decoration:none;
}

h1, h2{
	width:97%;
	color:#0d67a9;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 5px 5px;  padding:0px;
	border-bottom:3px solid #0d67a9;
}

h1{
	font-size:11pt;
}

h2{
	font-size:10pt;
}

h3{
	color:#1e9e42;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10pt;
}

#container{
	position:relative;
	width: 952px;  
	margin: 0 auto; 
	text-align: left;
	background: #FFFFFF;
}

#header{
	position:relative;
	height:246px;
	background:url(../images/header.jpg) center top no-repeat;
}

#header #contato{
	position:absolute;
	left: 807px;
	top: 0px;			
}

#header #menu{
	position:absolute;
	width:950px;
	height:30px;
	left: 1px;
	top: 140px;
}

#content{
	width:950px;
	position:relative;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}

#content #leftColumn{
	position:relative;
	width:665px;
	float:left;
}

#content #leftColumn #welcome{
	position:relative;
	width:665px;
	height:250px;
	background:url(../images/welcome.jpg) center top no-repeat;
}

#content #leftColumn #welcome #texto{
	position:absolute;
	width:640px;
	height:220px;
	top:8px;
	left:15px;
	overflow:auto;
}

#content #leftColumn #left{
	float:left;
	width:295px;
	text-align:justify;
	margin:0px 0px 10px 10px;
}

#content #leftColumn #right{
	width:330px;
	margin:0px 10px 10px 320px;
}

#content #rightColumn{
	position:relative;
	background:#d9e7f1;
	margin:0 0 0 670px;
	width:270px;
	min-height:500px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer{
	clear:both;
	background:url(../images/footer.jpg) center top no-repeat;
	height:45px;
}

/* form */
label
{
	width:120px;
	display:block;
	float:left;
	margin-top:5px;
}

fieldset
{
	padding:5px;
}

.combo
{
	border:1px solid #ccc;
	margin:0px;
	padding:0px;
}

.inpTextP
{
	border:1px solid #ccc;
	height:17px;
	width:100px;
	font-size:12px;
	margin-bottom:5px;
}

.inpTextM
{
	border:1px solid #ccc;
	height:17px;
	width:200px;
	font-size:12px;
	margin-bottom:5px;
}

.label
{
	width:120px;
	display:block;
	float:left;
	margin-top:2px;
	border-bottom:1px solid #f5f5f5;
}

.botao
{
	border:1px solid #ccc;
	font-size:11px;
	background:#E9E3DC;
	cursor:pointer;
}
