@charset "utf-8";
/* CSS Document */

/* HELPER */



body {
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	background-color:#F3FEDA;
	color:#333;
	font-size:13px;
}

#back{
	width:100%;
	height:510px;
	background-image:url(../images/baner.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	}

/* Fonte google */
.baner{
	margin-top:20px;
	}

#nome_newsletter, #email_newsletter, #fone_newsletter{
	width:200px;
	height:28px;
	margin-bottom:3px;
	border:1px solid #D1D1D1;
	color:#555;
	background-color:#E7E7E7;
	font-size:11px;
	margin-left:3px;
	padding-left:10px;}		
				

#menu{
	height:40px;
			}	

#menu li{			
		display:inline;
		}	
		
#menu ul{
			list-style:none;
			font-family:'ColaborateBoldRegular', Arial, Helvetica, sans-serif;
			margin-top:15px;			
		}
		
#menu li{
				list-style:none;
				display:block;
				float:left;
				height:40px;
				line-height:30px;
				font-weight:bold;
				padding: 5px; 
							}

				#menu li a{
					display:block;
					float:left;
					color:#969695;
					font-size:18px;
					font-family:'ColaborateBoldRegular', Arial, Helvetica, sans-serif;
					line-height:30px;
					text-decoration:none;
					font-weight:inherit;
					text-transform:uppercase;
					font-stretch:narrower;
					margin-left:-10px;
					margin-right:-12px;								
									}						
			
			
#menu a:hover{
	  font-family:'ColaborateBoldRegular', Arial, Helvetica, sans-serif;
	   color:#ed3237;
	   font-weight:inherit;
						}
#menu a.current{
		font-family:'ColaborateBoldRegular', Times, serif;
		 color:#ed3237;
		font-weight:inherit;
		text-decoration:none;
	}
#canal{
	padding-top:10px;
	margin-top:10px;
	background-image:url(../images/filme.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-left:50px;
	padding-right:0px;
	padding-bottom:50px;
	
	}
.limpa{
	 clear:both;}
	 
.vinho{
	color:#930F19;
	font-size:11px;
	line-height:18px;
	}			
				

.bordas{
	border:5px solid #fff;}

	
.foto{
	float:left;
	border:3px solid #ccc;
	margin:0px 10px 10px 0px;
	
}
	
	
#rodape{
		clear:both;
		margin:0 auto;
		float:left;
		padding-top:5px;
		}
		
		
#rodape p{
	font-size:11px;
	color:#444;}
#rodape a{
	margin-left:10px;
	color:#444;}
				
				
a img{ border:none;}
.direita{float:right;}
.esquerda{float:left;}
.margem_esquerda{margin-left:35px;}
.margem_direita{margin-right:15px;}
.margem_top{margin-top:20px;}
.margem_bottom{margin-bottom:15px;}
.margens{margin:10px;}
