@charset "utf-8";

img, div, a, input { behavior: url(/css/iepngfix.htc) }

/* Basic Elements */

body {
	background: #3a3832 url(../images/bg1.gif) top left;
	color: #23211f; 
	margin: 0; 
	padding: 0;
	text-align: center; /* hack para o IE */	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
	font-size: 11px;
	padding-bottom: 4px;
}

.p1 {
	padding-top: 15px;
	padding-left: 8px;
}

.p2 {
	padding-top: 5px;
	text-align: right;
	padding: 0 0 10px 30px;
}

.p3 {
	padding-top: 10px;
}


h1 {
	color: #777;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 11px 0 6px 0;
}

h1 a:link {
	color: #777;
}

h1 a:hover {
	color: #777;
	background-color: #ffdd9a;
}

h2 {
	text-align: right;
}

h3 {
}

a {
	color: #777;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
}

/* Page Structure */

.container {
	width: 1144px;
	margin:0 auto;
	text-align: left; /* "remédio" para o hack do IE */
	height: 740px;
	position: relative;
}

.shadow_left {
	background: url(../images/shadow_right.png) top right repeat-y;
	width: 84px;
	display: inline;
	float: left;
	height: 740px;
}

.border_left {
	background: url(../images/border_left.jpg) top left repeat-y;
	width: 6px;
	display: inline;
	float: left;	
	height: 740px;
}

.main_page {
	width: 976px;
	display: inline;
	float: left;
	overflow: visible;
	height: 100%;
	position: relative;	
	min-height: 520px;
}

.page {
	background: #fff2d4 url(../images/bg2.jpg) top left repeat-x;
	width: 964px;
	display: inline;
	float: left;
	overflow:visible;	
	height: 740px;
	position: relative;
	min-height: 520px;
}

.border_right {
	background: url(../images/border_right.jpg) top left repeat-y;
	width: 6px;
	display: inline;
	float: left;
	height: 740px;
}

.shadow_right {
	background: url(../images/shadow_left.png) top left repeat-y;
	width: 84px;
	display: inline;
	float: left;
	height: 740px;
}

.logo {
	width: 324px;
	height: 247px;
	position: absolute;
	left: 314px;
	top: 0px;
}

.header {
	background: url(../images/header.jpg);
	width: 964px;
	height: 122px;
	display: inline;
	float: left;
}

.header span {
	display: none;
}

.main_menu {
	background: url(../images/bg_menu.jpg) repeat-x;
	width: 964px;
	height: 43px;
	display: inline;
	float: left;
}

.half_left {
	margin: 2px 0 0 13px;
	display: inline;
	float: left;
}

.half_right {
	margin: 2px 12px 0 0;
	display: inline;
	float: right;
}

/* era o #content */
#ctl00_body_UpdatePanel {
	margin-top: 30px;
	display: inline;
	float: left;
	clear: both;
	min-height: 520px;
}

.footer {
	background: url(../images/footer.png) bottom left no-repeat;
	width: 1074px;
	height: 117px;
	display: inline;
	float: left;
	clear: both;
	margin:0 auto;
	padding: 0 0 0 89px;
}

.copyright {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #1b380c;
	padding-left: 17px;
	padding-top: 87px;
	display: inline;
	float: left;
	clear: right;
}

.aldabra {
	display: inline;
	float: right;
	padding-right: 125px;
	padding-top: 81px;
}

/* DIVs */

.home_c1 {
	width: 262px;
	display: inline;
	float: left;
	clear: right;
	margin-left: 20px;
	padding: 4px;
}

.home_c2 {
	width: 342px;
	display: inline;
	float: left;
	clear: right;
	margin-left: 17px;
	margin-top: 64px;
	padding: 60px 4px 4px 4px;
	
	background: url(../images/welcome.jpg) top center no-repeat;
}

.home_c3 {
	width: 262px;
	float: right;
	clear: right;
	margin-left: 17px;
	padding: 4px;
}

.parceiros {
	padding-top: 27px;
}

.sub_c1 {
	width: 604px;
	display: inline;
	float: left;
	clear: right;
	margin-left: 20px;
	padding: 4px;
}

.sub_c2 {
	width: 262px;
	display: inline;
	float: right;
	clear: right;
	margin-left: 27px;
	padding: 4px;
}

.sub_full {
	width: 915px;
	display: inline;
	float: left;
	clear: right;
	margin-left: 20px;
	padding: 4px;
}

/* Tables */

/* Images */

.mascote {
	background: url(../images/mascote.png) top left no-repeat;
	width: 329px;
	height: 365px;
	position: absolute;
	left: 490px;
	top: 281px;
}

.mascote span {
	display: none;
}

.content_box {
	background: url(../images/box_bg.png) top left repeat-x;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	min-height: 90px;
	width:255px;
}

/* Lists */

.content_box ul {
	margin: 0;
	padding: 0 0 6px 20px;
	list-style-image: url(../images/bullet.gif);
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #777;
}

.content_box li {
	padding: 0 0 4px 0;
}

.content_box ul a:hover {
	color: #a77927;
}

/* Texts */

.home_c2 p {
	padding-left: 18px;
	font-size: 12px;
	padding-top: 5px;
}

/* Forms */

.indique {
	padding: 10px 0 0 0;
}

.indique table {
	margin: 10px 0 0 0;
}

.indique input {
	background: url(../images/field_bg.jpg) repeat-x;
	width: 255px;
	height: 18px;
	border: 0;
	margin: 0 0 5px 0;
	padding: 2px 0 0 4px;
	color: #a77927;
	font-size: 11px;
}

.indique .submit {
	background: url(../images/btn_indicar.png);
	width: 51px;
	height: 15px;
	border: 0;
	cursor: pointer;
}

.contato {
	margin-top: 25px;
}


.contato_fields {
	width: 482px;
	display: inline;
	float: left;
	clear:both;
}

.contato_btn {
	width: 53px;
	display: inline;
	float: left;
	margin-left: 30px;
	margin-top: 290px;
}

.contato .name {
	width: 482px;
	height: 25px;
	background: url(../images/input_nome.jpg) top left;
	border: 1px solid #fee2a6;
	
	color: #b58a35;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 10px;
}

.contato .email {
	width: 482px;
	height: 25px;
	background: url(../images/input_email.jpg);
	border: 1px solid #fee2a6;
	
	color: #b58a35;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 10px;
}

.contato .fone {
	width: 482px;
	height: 25px;
	background: url(../images/input_telefone.jpg);
	border: 1px solid #fee2a6;
	
	color: #b58a35;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 10px;
}

.contato .message {
	width: 482px;
	height: 171px;
	background: #ffeec8 url(../images/input_mensagem.jpg) no-repeat;
	border: 1px solid #fee2a6;
	
	color: #b58a35;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-top: 12px;
}

.contato .enviar {
	background: url(../images/contato_submit.gif);
	width: 53px;
	height: 26px;
	border: 0;
	margin-bottom: 5px;
	cursor: pointer;
}

.contato .limpar {
	background: url(../images/contato_clear.gif);
	width: 53px;
	height: 15px;
	border: 0;
	cursor: pointer;
}

/* Lists */

ul {
	list-style-type: disc;
	font-size: 11px;
	padding-left: 20px;
}

/* Noticias */

.noticia_full {
	width: 604px;
}

.noticia_old {
	width: 262px;
}

.noticia_list {
	text-align: right;
	list-style-image: url(../images/bullet.gif);
}

	.noticia_list li {
		margin: 0 0 10px 0;
	}
	
	.noticia_list li a {
		color: #555;
	}
	
.noticia_nav {
	color: #c6a054;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
