/* CSS Document */

body {
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #d3d3d3;
}


		/*  Formatação das Colunas  */

#geral {
	border: 1px solid #996633;
	background-color: #e6cd83;
}

#top {
	width: 100%;
	height: 132px;
	border-bottom: 1px solid #996633;
	background-color: #e6cd83;
	background-image: url(img/bg3.gif);
	background-repeat: repeat;
}

#center {
   /* display: inline; /*Bug da margem dupla para floats no IE*/
    float: left;
    width: 62%;
	background-color: #fdeab1;
}

#left {
    float: left;
    width: 18%;
	background-color: #e6cd83;
}

#right {
    float: left;
    width: 16%;
	background-color: #e6cd83;
	text-align: center;
	padding-top: 10px;
}

#bottom {
	clear: both;
	width: 100%;
	height: 17px;
	background-color: #fdeab1;
	border-top: 1px solid #996633;
	font-size: 11px;
	font-weight: bold;
	color: #996000;
	text-align: center;
	padding-top: 3px;
}

#by {
	width: 28%;
	text-align: right;
	padding-right: 10px;
	display: inline;
	position: absolute;
}

#by a {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}

#by a:hover {
	color: #FF0000;
}


		/* Formatação do Menu  */

#menu {
	float: left;
	position: relative;
	text-align: left;
	margin-top: 0px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#menu ul li a {
	font-weight: bold;
	color: #993300;
	border-bottom: 1px solid #996633;
	border-top: 1px solid #f0f0f0;
	text-decoration: none;
	background-color: #e6cd83;
	display: block;
	width: 114px;
	_width: 86%;
	height: 20px;
	padding-top: 3px;
	padding-left: 25px;
}

#menu ul li a:active, #menu a:hover {
	background-color: #fdeab1;
	color: #990000;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #996633; /*#996633*/
}

#menu ul li ul {
	position: absolute;
	width: 150px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}


/* -----------------------  Formatacao Menu DropDown  -------------------- */


.div ul{
	list-style-type: none;
	/*width: 113px; /* Width of Menu Items */
}
	
.div ul li ul li {
	left: 17px;
	_left: -1px;
}

.div ul li ul li ul li {
	left: 0px;
	_left: -1px;
}
		
	/* Holly Hack for IE \*/
	* html .div ul li { float: left; height: 1%; }
	* html .div ul li a { height: 1%; }
	/* End */


/* -----------------------   Fim do Menu DropDown  ------------------------ */


		/*  Formatação do Formulario de Contato  */

form {
	text-align: left;
	margin-left: 100px;
	margin-top: 2px;
}

#nome {
	width: 250px;
	margin-left: 8px;
	margin-top: 2px;
}

#email {
	width: 250px;
	margin-left: 6px;
	margin-top: 2px;
}

#ddd {
	width: 50px;
	margin-left: 22px;
	margin-right: 10px;
	margin-top: 2px;
}

#fone {
	width: 137px;
	margin-left: 11px;
	margin-top: 2px;
}

#msgcontato {
	width: 250px;
	margin-left: 54px;
	margin-top: 2px;
}

#enviar {
	text-align: center;
	margin-left: 30%;
	_margin-left: 15%;
	background-color: ;
	margin-top: 3px;
}


			/*  Formatacao geral da página  */

#conteudo {
	padding: 10px;
}

#conteudo a {
	color: #993300;
	text-decoration: none;
	font-weight: normal;
}

#conteudo a:hover {
	color: #FF0000;
}

.imghome {
	border: 2px solid #ffffff;
	margin-right: 10px;
}

.phome {
	padding: 10px;
	padding-left: 0px;
	font-size: 14px;
	margin-top: -10px;
	line-height: 20px;
}

h3 {
	font-size: 18px;
	color: #990000;
}

