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

body {
	margin:0 auto;
	padding:0;
	background:#000;
	border-top: 4px solid #f37334;
}



#geral {
	margin:0 auto;
	padding:0 80px 0 80px;
	width:1020px;
	height:auto;
}

.clear {
	clear:both;
}


/* TOPO - Comun em todas as pags. -------------------------------------------- */

#topo {
	width:1020px;
	height:156px;
}

#topo-logo {
	width:318px;
	height:156px;
	float:left;
}

#topo-menu {
	width:600px;
	height:156px;
	float:right;
	margin-top: 40px;
}

#topo-menu ul {    
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topo-menu li {
	display:inline-block;
	width:110px;
	height:28px;
	background:#CCC;
	text-align:center;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}

#topo-menu li:hover {
	display:inline-block;
	width:110px;
	height:28px;
	background:#d6813b;
	text-align:center;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
}


/* SLIDER -------------------------------------------- */

#slider {
	width:1020px;
	height:650px;
}



/* TEXTO -------------------------------------------- */

h1 {
	margin:0;
	padding:0;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal !important;
	color:#666;
}

h2 {
	padding:35px 0 0 0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	font-weight:normal !important;
	color:#AC754C;
}



p {
	margin:0;
	padding:0;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal !important;
	color:#666;
}


/* CONTEUDO HOME -------------------------------------------- */

#conteudo-home {
	width:1020px;
	height:340px;
	background:url(imagens/bg-conteudo-home.jpg) no-repeat;
}

#box-a {
	float:left;
	width:270px;
	margin:10px 50px 0 20px;
}

#box-b {
	float:left;
	width:297px;
	margin:10px 50px 0 0;
}

#box-c {
	float:left;
	width:315px;
	margin:10px 0 0 0;
}



/* CONTEUDO OUTRAS -------------------------------------------- */


#bg-titulo {
	margin:0 auto;
	background:url(imagens/bg-titulo.jpg) no-repeat;
	width:943px;
	height:113px;
}
	
#box-conteudo-home {
	width:950px;
	margin:0 auto;
}
	
#box-formulario {
	width:500px;
	float:left;
	margin-left:40px;
}