html{ 
	overflow-y: scroll;
}

body{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color:#fefefe
}

#logotipo{
	background-image:url(../imgs/logo_geoplus.jpg);
	width:315px;
	height:113px;
	background-repeat:no-repeat;
	background-position:left;
	margin-top:36px;
	margin-left:0px;
}
#logo_premios{
	background-image:url(../imgs/logo_premios.jpg);
	width:400px;
	height:66px;
	background-repeat:no-repeat;
	background-position:right;
	margin-top:20px;
	margin-left:45px;
}

#logo_bottom{
	background-image:url(../imgs/logo_bottom.jpg);
	width:80px;
	height:21px;
	background-repeat:no-repeat;
	background-position:right;
	margin-top:20px;
	margin-left:45px;
}

#info_bottom{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7f8083;
	font-weight:bold;
	margin-left:45px;
}

p.texto{
	font-size:16px;
	color:#969594;
	margin-left:45px;
	line-height:20px;
}

span.info_textobold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fa3b1e;
	line-height:20px;
	font-weight:bold;
}

p.info_textoimagem{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#969594;
	margin-left:66px;
	line-height:15px;
	width:371px;
}

p.header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#00923f;
	text-transform:uppercase;
	margin-left:66px;
	line-height:15px;
	font-weight:bold;
}

span.header_form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00923f;
	text-transform:uppercase;
	line-height:15px;
	font-weight:bold;
}

#imagem{
	background-image:url(../imgs/imagem_1.jpg);
	width:384px;
	height:254px;
	float:right;
	margin-top:15px;
}

#linha_separador{
	background-image:url(../imgs/linha_separador.jpg);
	width:500px;
	height:1px;
	background-repeat:no-repeat;
	background-position:left;
	margin-top:26px;
}

#menu_principal{
	margin-top:23px;
}

.imagem_texto{
	overflow:auto;
}

a {
	text-decoration:none;
}

a.menu{
	background: url(../imgs/arrow_menuprincipal_none.jpg);
	background-repeat:no-repeat;
	background-position:10px 8px;
	line-height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	padding-left:44px;
	margin-left:0px;
	color:#737373;
	font-size:35px;
	font-weight:bolder;
}

a.menu:hover {
	background: url(../imgs/arrow_menuprincipal.jpg);
	background-repeat:no-repeat;
	background-position:10px 8px;
	color:#fa3b1e;
}

a.open {
	background: url(../imgs/arrow_menuprincipal.jpg);
	background-repeat:no-repeat;
	background-position:10px 8px;
	color:#fa3b1e;
}

a.dry{
	color:#7f8083;
	font-size:10px;
	font-weight:bold;
}

a.dry:hover {
	color:#fa3b1e;
	border-bottom:dotted 1px #fa3b1e;
}

a.fechar{
	display: block;
	background: url(../imgs/arrow_fechar.jpg);
	width:65px;
	height:14px;
	margin-left:0px;
	padding-bottom:40px;
	background-repeat:no-repeat;
}

a.fechar:hover {
	background: url(../imgs/arrow_fechar_hover.jpg);
	background-repeat:no-repeat;
}

a.link{
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	width:383px;
	text-decoration:none;
	height: 23px;
	background-image:url(../imgs/arrow_link.jpg);
	background-repeat:no-repeat;
	background-position: 0px 15px;
	font-size:11px;
	font-weight:bold;
	color:#00923f;
}

a.link:hover {
	color:#84c225;
}

a.email{
	color:#969594;
	font-size:16px;
	width:91px;
}

a.email:hover {
	color:#fa3b1e;
	border-bottom:dotted 1px #fa3b1e;
}

a:active{ outline: none; }
a:focus{ -moz-outline-style: none; }

div#form{
	margin-left: 0px;
	overflow: auto;
	width: 247px;
	margin-bottom: 20px;
}

div#form > div.title{ clear: both; float: left; margin: 0px 5px 5px 0px; }
div#form > div.field{ float: left; }
div#form > div.field > input{ height: 12px; font-size: 10px; padding: 2px; border: 1px solid #84c225; background-color: #efefef; color: #666; }
div#form > div.field > textarea{ font-family:Arial, Helvetica, sans-serif; font-size: 10px; padding: 2px; border: 1px solid #84c225; background-color: #efefef; color: #666; height: 70px; }

a.enviar{
	display:block;
	background-image:url(../imgs/enviar.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width: 51px;
	height: 13px;
	float:right;
	margin-top:3px;
}

a.enviar:hover{
	background-image:url(../imgs/enviar_hover.jpg);
	width: 51px;
	height: 13px;
}	
	
form#contact_form{ padding: 0; margin: 0; }
