@charset "utf-8";

body {
margin:0;
padding:0;
background-color: #d2d2d5;
}
#container {
	margin: 0 auto;
	height: 100%;
	width: 960px;
}
#topo {
	background-image: url(imagens/cabecalho.jpg);
	height: 128px;
	width: 100%;
}

#menu {
	background-image: url(imagens/menu.jpg);
	height: 30px;
	width: 100%;
}
ul#nmenu {
	padding:0px;
	margin-top:6px;
	margin-right: 50px;
	float: right;
}
ul#nmenu li {
	display:inline;
	margin-right: 40px;
	float:right;
}
ul#nmenu li a {
	color:#06C;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
ul#nmenu li a:active {
border-top: 2px dotted #666666;
color: #999999;
}
ul#nmenu li a:hover {
border-top: 2px dotted #666666;
color: #999999;
}
#corpo {
	margin-top:0px;
	height: 100%;
	width: 960px;
	background-image: url(imagens/bg_corpo.jpg);
	clear: top;
	padding-bottom: 22px;
}
#rodape {
	width:100%;
	height:188px;
	background-image: url(imagens/rodape.jpg);
	clear:both;
}

#textohome{
	width:70%;
	height:434px;
	padding: 10px;
	margin:0 auto;
}
#textohome p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: justify;
	line-height: 20px;
}
#textohome h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #193a70;	
}
#textohome h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
#textohome h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}
.TabbedPanelsContent p {
	padding: 10px;
	
	
}
.TabbedPanelsContent li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: justify;
	line-height: 20px;
	
	
}
form, legend {
	margin-top:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	background-color: #F8F8F8;
	border: 1px solid #999;
}
#cxnome, #cxemail, #cxtelefone, #cxempresa, #cxassunto{
	height:16px;
	width:260px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #fff;
	border: 1px solid #999;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;	
	padding:3px;
	margin-top:2px;
}

#cxempresa {
	height:16px;
	width:260px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #fff;
	border: 1px solid #999;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;	
	padding:3px;
	margin-top:2px;
	
	
}

#cxmsg {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #fff;
	border: 1px solid #999;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	overflow:hidden;
	width:300px;
}
#btn_enviar {
	width:120px;
	height:30px;
	cursor:pointer;
	text-indent:-9999px;
	background-image: url(imagens/btn_enviar3.png);
	border:none;
	
	
}
