/* elementos */

* {
	margin:0;
	padding:0;
	vertical-align:middle;
	list-style:none;
}

body {
	font:13px/1.5em Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, #menu, #rodape {
	font-family:"Trebuchet MS", Arial, Georgia;
}

h2 {
	letter-spacing:1px;
	margin:7px 0;
	color:#900;
}

table {
	text-align:center;
}

table tr td {
	padding:4px 0;
}

/*

a:link, a:visited, a:active {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


/* classes */

li.main {
	color:white;	
	background:url(../imagens/back-li.jpg) no-repeat;
	margin:2px 0;
	font-size:14px;
}

li.sec {
	background:url(../imagens/back-li-1.gif) no-repeat;
	margin:1px 0;
}

.galeria {
	margin:5px 0;
	font-size:15px;
	font-weight:bold;
}

.fone {
	font-size:20px;
}

/* IDs */

#principal {
	width:1003px;
	display:table;
	margin:0 auto;
	border-right:2px solid #D2D2D7;
}

#principal h1 a {
	width:312px;
	height:316px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	background:url(../imagens/logo-1.jpg);
}

#topo {
	width:100%;
	display:table;
}

#logo, #menu, #conteudo {
	float:left;
	/*border:1px solid;*/
}

#menu {
	width:281px;
	display:table;
	background-color:#E3E3E6;
	border-left:2px solid #D2D2D7;
	font-size:12px;
}

#menu ul li {
	width:277px;
	height:35px;
	line-height:2.8em;
	padding-left:35px;
}

#conteudo {
	width:660px;
	padding:5px;
	margin-left:14px;
}

#conteudo p, #conteudo h2, #conteudo ul li {
	margin-left:15px;
}

#conteudo p img {
	margin:3px 3px;
}

#rodape {
	width:100%;
	height:65px;
	padding-top:20px;
	clear:both;
	background:url(../imagens/rodape.jpg) no-repeat;
	text-align:center;
}

/* declarações para o form */

fieldset, input, textarea {
  border:1px solid #CCC;
}

fieldset {
  padding:10px;
}

label {
  display:block;
  float:left;
  width:100px;
}

input, textarea {
  margin-bottom:10px;
  border:1px solid #900;
}

legend {
	display:none;
}
