html, body {
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px;
}
body {
	background:url(../images/fundo.jpg) no-repeat;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#555;
}

img {
	border:none;
}

#main {
	width:900px;
	height:600px;
	background: url(../images/site.jpg) no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -300px;
	margin-left: -450px;
}

a {
	color: #0084B4;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color:#ccc;
	text-decoration:none;
}

img.ajax {
	vertical-align:middle;
	margin:20px 20px 20px auto;
}

div#webgrafismo {
	margin: 0px auto;
	padding: 10px 25px 5px 20px;
	font-size: 11px;
	font-weight:bolder;
	color:#888;
}

#twi {
	width:320px;
	background: url(../images/box.png) no-repeat;
	height: 190px !important;
	max-height:190px;
	overflow:auto;
	margin: 150px 0 0 12px;
	display:none;
	float:left;
}


#links {
	height:60px;
	padding:246px 98px 0 0;
	float:right;
}

.spa {
	padding-right:40px;
}

ul {
	margin:0px;
	padding:2px 0px;
}

ul li {
	font-size: 9px;
	font-weight:bolder;
	padding-bottom:4px;
	color: #888;
	list-style-type:none;
	list-style-position:outside;
}

/* ************************************************* */

#home_contato_top {
	width:900px;
	height:150px;
	background:url(../images/contato_r1_c1.jpg) no-repeat;
}

#home_contato {
	width:900px;
	height:450px;
	background:url(../images/contato_r2_c1.jpg) no-repeat;
}

#contato_direita {
	width:340px;
	float:right;
	margin-top:40px;
}

#contato_esquerda {
	width:500px;
	float:left;
	margin-left:20px;
}

#fields {
	font-weight:bold;
	color:#555;
	font-size:11px;
}

#fields label {
    width: 300px;
    display: block;
    padding: 0px;
}

#fields input {
    border: 1px solid #C8D2D9;
    margin: 0 0 3px 0;
    width: 300px;
	background: #FFF;
}

#fields textarea {
    border: 1px solid #C8D2D9;
    margin: 0 0 3px 0;
    width: 300px;
    height: 80px;
	background: #FFF;
}

#fields input.checkbox {
	width:1px;
	border:none;
	margin-right:8px;
	margin-top:9px;
}

#fields input.error {
	border:1px solid #F00;
	background:#EAEAEA;
}

#fields label.error {
	margin:0 10px;
	color:#F00;
	border-bottom:1px solid #F00;
	line-height:20px;
	display:none;
}

.erro {
	padding-top:40px;
	font-size:18px;
}
