/* CSS Document */

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#000;
	}

p {
	line-height: 16px;
	}

#wrap {
	width: 850px;
	height:600px;
	margin: 100px auto 0px auto;
	}

#wrapinterna {
	width: 850px;
	_width: 857px;
	height:600px;
	margin: 100px auto 0px auto;
	background-color:#FFFFFF;
	}
	
#esquerda {
	width:230px;
	height:600px;
	background-color:#000000;
	float:left;
	text-align:center;
	}

#menu {
	margin:70px 0 70px 0; /* era 90 */
	}	

img {
	border:0;
	}	


#direitahome {
	width:620px;
	height:600px;
	background-color:#000000;
	float:right;
	text-align:right;
	}	


#direita {
	width:379px;
	height:600px;
	padding-left:120px;
	background-color:#FFFFFF;
	background-image:url(../img/lateralesquerda.jpg);
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
	}	


#lateral1 {
	width:121px;
	height:600px;
	background-image:url(../img/lateraldireita1.jpg);
	float:right;
	background-repeat: no-repeat;
	background-position: left top;
	}	


#lateral2 {
	width:121px;
	height:600px;
	background-image:url(../img/lateraldireita2.jpg);
	float:right;
	background-repeat: no-repeat;
	background-position: left top;
	}	

#lateral3 {
	width:121px;
	height:600px;
	background-image:url(../img/lateraldireita3.jpg);
	float:right;
	background-repeat: no-repeat;
	background-position: left top;
	}	



/* formulário de contato */

#formulario {
	margin:0px;
	padding:0px;
	}

input {
	border: 1px solid #b9b9b7; 
	width: 85%;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
}



#enviar {
	padding: 1px;
	border: 0px; 
	background-color: #fff;
	width:134px;
	height:43px;
}





textarea {
	border: 1px solid #b9b9b7; 
	width: 85%;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	
}

  .errFld {border: 1px solid #F00; /*... or any other css properties ... */}
  .errMsg {
	color: #333333; /*... or any other css properties ... */
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 10px;
	text-transform: uppercase;
}
		
	
	
