@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-color:white;
	background-image:url(imagens/fundo.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#center{
	width:980px;
	background-color:white;
	margin:0 auto;
}

#topo{
	width:980px;
	margin:0 auto;
	background-color:white;
	margin-bottom:10px;
	margin-top:10px;
}

#corpo{
	width:980px;
	background-color:white;
	margin:0 auto;
	clear:both;
}

#rodape{
	width:980px;
	margin:0 auto;
	text-align:center;
	background-color:white;
	color:gray;
	font-family:arial;
	font-variant:small-caps;
	font-size:13px;
	min-height:30px
}
#rodape p {
	width:890px;
	border-top:#6F6 2px solid;
	margin:0 auto;
	padding-top:10px;
}
#rodapeend{
	width:700px;
	margin:0 auto;
	margin-top:10px;
	border-top:#0C0 5px solid;
	
}


#menu {
	width:980px;
	height:29px;
	background-image:url(imagens/barra-menu.jpg);
	background-repeat:no-repeat;
	overflow:hiddem;
}
#menu ul{
	width:900px;
	height:29px;
	margin:0 auto;
	list-style:none;
	font-family:arial,sans,sans-serif;
	font-size:16px;
	color:white;
}
#menu li{
	width:175px;
	height:29px;	
	float:left;
	text-align:center;
	line-height:29px;
}
#menu li a{
	color:white;
	text-decoration:none;
}
#menu li:hover{
	cursor:pointer;
	background:#003;
}
.borda-esq{
	border-left:1px white solid;	
}
#banner{
	width:980px;
	height:380px;
	background-image:url("imagens/banner.jpg");
	overflow:hidden;
	border-bottom:9px #0C0 solid;
}
#banner-small{
	width:980px;
	height:50px;
	background-image:url("imagens/banner.jpg");
	overflow:hidden;
	border-bottom:9px #0C0 solid;
	clear:both;
}

h3{
	font-family:arial;
	color:#0C0;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
}
.corpo
{
	width:980px;
	
}
#cp-top{
	width:980px;
	height:48px;
	background-image:url(Botoes/corpo-top.jpg);
	background-repeat:no-repeat;
		clear:both;
}
#cp-mid{
	width:980px;
	background-image:url(Botoes/corpo-mid.jpg);
	background-repeat:repeat-y;
	clear:both;
}
#cp-bot{
	width:980px;
	height:44px;
	background-image:url(Botoes/corpo-bot.jpg);
	background-repeat:repeat-x;
	clear:both;
}
img {border: none;}
.container {
	width: 910px;
	padding: 5px 15px 5px 140px;
	position: relative;
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 10px;
	width: 700px;
}
ul.thumb li {
	margin: 0; 
	padding: 20px;
	float: left;
	position: relative;
	width: 130px;
	height: 130px;
}
ul.thumb li img {
	width: 100px; height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;
	border: none;
}
#main_view {
	float: left;
	padding: 9px 0;
	margin-left: -10px;
}
form {
	width:390px;
}
form fieldset label {
		width:350px;
}
form fieldset label.error {
	color:red;
	display:block;
	margin-bottom:10px;
}
form fieldset label input, form fieldset label select {
	display:block;
	width:300px;
}
#contat{
	font-family:arial;
	font-size:12px;
	color:black;
}
#icons img{
	margin:50px;	
}
.newsletter{
	width:310px;
	margin:0 auto;
	font-family:arial;
	color:#060;
	font-size:9px;
}
.newsletter_text{
	background-color:white;
	width:190px;
	height:21px;
	float:left;
	text-align:right;
	border:#85c227 1px solid;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.newsletter_text input{
	width:185px;
	background:white;
	border:0;
	height:19px;
	font-size:13px;
}
.newsletter_button{
	background-color:#85c227;
	width:100px;
	float:left;
	height:21px;
	border:#85c227 1px solid;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.newsletter_button input{
	width:95px;
	background:#85c227;
	border:none;
	height:19px;
	color:#000;
	font-size:13px;
}
#mensagem{
	color:red;
	font-size:9px;
}