*{padding:0px; margin:0px;}

body{
	background:url(imagens/bg-topo.png) repeat-x #e7e7e7;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#000;
}


body#bg1{
	background:url(imagens/bg-topo2.png) repeat-x #e7e7e7;
}

p{
	padding:10px 0;
}

a img{
	border:none;
		
}


.btn a{
	background:url(imagens/btn.png);
	border-radius:20px;
	color:#fff;
	padding:10px;
	text-decoration:none;
}

.btn a:hover{
	text-decoration: underline;
}
#logo{
	padding-top: 35px;
	padding-bottom: 34px;
}

#menu{
	background:url(imagens/bg-menu.png) no-repeat;
}

#menu{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;

}

#menu ul{
		list-style:none;
	}

	#menu li {
	display:inline;
	padding:10px 26px;
	}

	#menu li.firts{
		display:inline;
		padding:10px 35px 10px 0px;
		
	}

	#menu li a{
		color:#fff;
		text-decoration:none;
		font-size:20px;
		
	}	

	#menu li a:hover{
		color:#000;
		text-decoration:none;	
	}


#slogan{
	background: url(imagens/bg-slogan.jpg) no-repeat;
	padding: 18px;
	text-align: center;
	font-size: 20px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 26px;
	
}

#content{
	background:#fff;
	padding:35px 35px 20px 35px;
}

h1{
	font-size:30px;
	padding-bottom:20px;
	line-height:35px;
	color:#005665;
}

h1 span{
	font-size:23px;
	padding-bottom:20px;
	color:#005665;
}
h2{
	color:#005665;
}

#content h2{
	font-size:15px;
	color:#005665;
	
}

#content .row-1, .row-2{
	width:100%;
}


#content .col-1{
	width: 220px;
	border-style: solid;
	border-radius: 20px;
	border-color: #005665;
	border-width: 2px;
	padding: 20px;
	float: left;
	margin-right: 30px;

}

#content .col-2{
	width:250px;
	padding:20px;
	float:left;
	margin-right:30px;

}

#content .col-3{
	width:250px;
	padding:20px 0px 20px 20px;
	float:left;

}


#content .col-4{
	background:#e7e7e7;
	width:550px;
	padding:20px;
	float:left;
	margin-right:20px;
}

#content .col-6{
	width:550px;
	padding:20px;
	float:left;
	margin-right:20px;
}

#content .col-6 .col-2{
	width:230px;
	padding:20px 0px;
	float:left;
}

#content .col-6 .col-3{
	width:230px;
	float:left;
}

#content .col-5{
	width:850px;
	padding:20px;
	
	
}

#content .col-7{
	width:350px;
	padding:20px;
	float:left;
	margin-right:20px;
}

#content ul{
	list-style:none;
}

#content ul li{
	background:url(imagens/marker.gif) no-repeat 0px 4px;
	padding-left:20px;
	padding-bottom:20px;
}

#content img {
	border: 4px solid #005665;
	float: left;
	margin-right: 5px;
}

.pad{
	margin-top:45px;
}

.pad2{
	margin-left:30px;
}
/*Content 2*/

#content2 .col-3{
	width:250px;
	padding:55px 25px 20px 25px;
	float:left;
	background:#fff;

}


#content2 .col-4{
	background:#e7e7e7;
	width:570px;
	padding:55px 20px 55px 55px;
	float:left;
	margin-right:20px;
}


#content2 .col-5{
	width:930px;
	padding:35px 0px 20px 55px;
	background:#fff;

}


#content2 .img {
	border: 4px solid #005665;
	float: left;
	margin-right: 5px;
}

#footer{
	background:url(imagens/bg-footer.jpg) repeat-x;
	color:#fff;
	padding:20px;
}

#footer .int{
	padding-left:40px;
}
#footer a {
	color:#fff;
}

#footer .menu{
	font-size:14px;
	font-weight:bolder;
}

#footer .menu a{
	color:#fff;
	text-decoration:none;
}


/*Formulário*/

input{
	width:250px;
	height:30px;
}

textarea{
	width:250px;
}

/*Slideshow*/
#slideshow {
    position:relative;
    height:240px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
