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

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{ margin:0 }

a {
	color:#000000;
	text-decoration:none;
}

#geral {
	width:790px;
	height:465px;
	padding:40px;
	margin:20px auto 0 auto;
	background:url(../imagens/fundo.png) no-repeat;
}

#topo {
	width:auto;
	height:90px;
	margin-bottom:5px;
	background:url(../imagens/logo.png) no-repeat;
}

#topo img {
	height:80px;
}

#conteudo {
	width:auto;
	height:315px;
	padding:15px 0 15px 0;
}

#esquerda {
	height:315px;
	width:190px;
	float:left;
	overflow:auto;
	text-align:center;
}

#esquerda ul {
	margin:0;
	padding:0;
	text-align:left
}

#esquerda ul li {
	margin:0;
	list-style-type:none;
	width:160px;
	height:20px;
	line-height:20px;
	margin-bottom:5px;
	font-size:12px;
	overflow:hidden;
}

#esquerda ul li a {
	padding-left:10px;
	margin:0;
	width:150px;
	height:20px;
	display:block;
}

#esquerda ul li a:hover {
	margin:0;
	width:150px;
	height:20px;
	background:#CCCCCC;
	display:block;
}

#esquerda ul ul {
	margin:0;
	padding:0;
}

#esquerda ul ul li {
	margin:0;
	list-style-type:none;
	width:160px;
	height:20px;
	line-height:20px;
	margin-bottom:5px;
	font-size:12px;
	overflow:hidden;
}

#esquerda ul ul li a {
	margin:0;
	width:160px;
	height:20px;
	display:block;
	padding-left:20px;
}

#esquerda ul ul li a:hover {
	margin:0;
	width:140px;
	height:20px;
	background:#00FF99;
	display:block;
}

#esquerda .banner {
	width:170px;
	height:310px;
	overflow:hidden;
}

#centro {
	height:315px;
	width:370px;
	float:left;
	padding:0 20px 0 20px;
	background:url(../imagens/linha.png) no-repeat;
}

#fotoGrande {
	width:370px;
	max-height:315px;
	overflow:hidden;
}

#centro .empresa  {
	height:315px;
	overflow:auto;
}

#centro .empresa  h1 {
	font-size:16px;
	text-align:center;
}

#centro .empresa  p {
	font-size:10px;
}

#centro .comercial {
	font-size:12px;
}

#centro .form  .label{
	font-size:14px;
}

#centro .form .text1 {
	height:16px;
	width:368px;
	border:1px solid;
	margin-bottom:10px;
}

#centro .form .text2 {
	height:16px;
	width:178px;
	border:1px solid;
	margin-bottom:10px;
}

#centro .form .textarea {
	width:368px;
	height:100px;
	border:1px solid;
	margin-bottom:10px;
}

#centro .form .button {
	width:80px;
	border:1px solid;
}

#centro .form .left {
	width:180px;
	float:left;
}

#centro .form .right {
	width:180px;
	float:right;
}

#direita {
	height:315px;
	width:190px;
	float:right;
	text-align:center;
	overflow:auto;
}

#direita .thumb {
	width:120px;
	margin-bottom:5px;
	clear:both;
	cursor:pointer;
}

#direita .banner {
	width:170px;
	height:310px;
	overflow:auto;
}

#menu {
	width:auto;
	height:25px;
	clear:both;
	background:#CCCCCC;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu li {
	margin:0;
	list-style-type:none;
	float:left;
	width:131.4px;
	text-align:center;
	line-height:25px;
}

#rodape {
	margin:0 auto 0 auto;
	width:790px;
  text-align:center;
  font-size:10px;
}

#rodape a { 
	color:blue;
  text-decoration:underline;
}