/*CONTEUDO MENU
*****************************************************************************************/		
		
		
		#menu_categoria {
			width:230px;
			position:relative;
			float:left;
			background-color:#d6d1b9;
			border-bottom:3px solid #ccc5a8;
		}
		
		#titulo {
			background:url(../images/videos/menu_videos.gif) no-repeat;
			width:230px;
			height:44px;
			border-bottom:1px solid #ccc5a8;
		}
		
		#menu_categoria li a {
			width:215px;
			color:#56544a;
			padding-left:15px;
			display:block;
			padding-top:4px;
			padding-bottom:4px;
			border-bottom: 1px solid #ccc5a8;
		}
		
		#menu_categoria li a:hover {
			color:#272727;
		}
	
/*CONTEUDO
*****************************************************************************************/		
		#clientes {
			padding-top:10px;
			width:210px;
			padding-left:20px;
			background-color:#f3f2ed;
			float:left;
			font-size:11px;
			padding-bottom:10px;
		}
		
		#clientes label{
			background:url(../images/videos/cadeado.gif) no-repeat  center left;
			padding:3px 0 0 15px;
		}
		
		#area_cliente {
			width:169px;
			height:13px;
			background-color:#dad9d5;
			border:0;
		}
		
		#entra {
			background:url(../images/geral/envia.gif) no-repeat;
			border:0;
			width:20px;
			height:15px;
		}
	
		#categoria {
			background:url(../images/videos/back_titulo.gif) no-repeat;
			width:627px;
			height:81px;
			position:relative;
			margin-bottom:1px;
		}
		
		#categoria h2 {
			background:url(../images/contato/contato.gif) no-repeat;
			width:128px;
			height:33px;
			position:relative;
			top:40px;
			left:50px;
			float:left;
		}
		
		#categoria p {
			top:57px;
			left:50px;
		}
		
		#localizacao {
			width:232px;
			position:relative;
			float:left;
			margin-left:45px;
		}
		
		#localizacao h3 {
			background:url(../images/contato/localizacao.gif) no-repeat;
			width:138px;
			height:64px;
			position:relative;
		}
		
		#localizacao address, #localizacao p {
			background:url(../images/contato/bullet.gif) no-repeat top left;
			padding:0 0px 0px 10px;
			font-style:normal;
			font-size:11px;
			margin-left:30px;
		}
		
		#form_contato {
			width:300px;
			float:left;
			margin-left:30px;
			position:relative;
			margin-bottom:50px;
		}
		
		#titulo_form {
			background:url(../images/contato/envie_mensagem.gif) no-repeat;
			width:228px;
			height:69px;
			float:left;
			position:relative;
		}
		
		#contato label {
			font-size:11px;
			color:#959389;
		}
		
		#contato input {
			background-color:#f4f3ee;
			border:0;
		}
		
		#contato textarea {
		background-color:#f4f3ee;
			border:0;	
		}
		
		#enviar {
			left:68px;
		}
	