@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #0f274f;
	background: url(../images/background_areia2.jpg);
}
h1 {
	font-family:"Trebuchet MS", Arial, sans;
	font-size: 30px;
	line-height: 65px;
	float:left;
	font-weight:lighter;
}
h2 {
	font-family:"Trebuchet MS", Arial, sans;
	font-size: 18px;
	padding: 25px 0 0 15px;
	float:left;
	font-weight:lighter;
}
h3 {
	font-family:"Trebuchet MS", Arial, sans;
	font-size: 20px;
	font-weight:lighter;
}
h4 {
	font-family:"Trebuchet MS", Arial, sans;
	font-size: 14px;
	font-weight:bold;
}
a {
	text-decoration: none;
	color: #0f274f;
}
input, select, textarea {
	color: #999999;
	font-size: 11px;
	width: 180px;
	border: 1px solid #0c244d;
	padding: 2px;
	margin: 4px 0;
}
textarea {
	width: 453px;
	height: 80px;
}
select {
	width: 185px;
}
#newsletter input {
	color: #999999;
	font-size: 11px;
	width: 217px;
	border: 1px solid #0c244d;
	padding: 2px;
}

#container {
	width: 100%;
	background: url(../images/background_menu.gif) repeat-x;
}
	#menu {
		width:840px;
		height:40px;
		margin:0 auto;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		color:#ffffff;
	}
		#menu ul {
			list-style:none;
		}
			#menu ul li {
				float: left;
				line-height:40px;
			}
				#menu ul li a {
					color: #ffffff;
					text-decoration:none;
					display:block;
					padding: 0 15px 0 16px;
					border-left: 1px solid #52d9f4;
				}
					#menu.en ul li a {
						padding: 0 18px 0 18px;
					}
				#menu ul li a:hover {
					background: #52d9f4;
				}
				#menu ul li a.selected {
					background: #11336f;
				}
				#menu ul li a.last {
					border-right: 1px solid #52d9f4;
				}

	#movie {
		min-width:840px;
		height:432px;
	}
	#movie2 {
		min-width:840px;
		height:307px;
	}
	
	#container2 {
		background:url(../images/background_areia.jpg) repeat-x;
	}
		#content {
			width: 840px;
			margin: 0 auto;
		}
			#coluna1 {
				width: 530px;
				float: left;
				text-align:justify;
				margin-bottom: 30px;
			}
				#coluna1 p {
					margin: 0 0 15px 0;
					line-height:16px;
				}
				#coluna1 a {
					font-weight:bold;
				}
				#coluna1 a:hover {
					text-decoration:underline;
				}
			#coluna2 {
				width:275px;
				float: right;
			}
				#languages {
					height:65px;
					padding-left: 25px;
				}
					#languages p {
						padding-top: 31px;
					}
					#languages a {
						text-decoration: none;
						color: #0c244d;
						padding: 2px 3px;
						font-weight:bold;
					}
					#languages a:hover {
						border: 1px solid #0c244d;
					}
					#languages a.selected {
						border: 1px solid #f5c002;
						color: #f5c002;
					}
				#newsletter {
					padding:20px 25px;
				}
					#newsletter p {
						margin: 10px 0;
					}
				
					#downloads h3 {
						padding: 20px 0 10px 25px;
					}
				
					#time h3 {
						padding: 15px 0 15px 15px;
					}

					#downloads img {
						padding: 15px 25px 0 0;
					}
				
				#submenu {
					padding: 0 0 0 0;
				}
					#submenu ul, #downloads ul {
						list-style:none;
					}
					#submenu ul li a, #downloads ul li a {
						display: block;
						border-bottom: 1px solid #999999;
						padding: 4px 25px;
					}
					#submenu ul li a:hover, #submenu ul li a.selected, #downloads ul li a:hover {
						font-weight: bold;
					}
				
				#telefone {
					border-top: 1px solid #0c244d;
					background: #f6bf02;
					line-height:20px;
					font-family:"Trebuchet MS", Arial, sans;
					padding: 25px;
					font-weight:normal;
				}
	#footer {
		background: #102751;
		text-align:center;
		color: #ffffff;
		padding: 20px 0;
	}
		#footer a {
			padding: 2px 10px;
			color: #ffffff;
			text-transform:lowercase;
		}

.submit {
	font-family:"Trebuchet MS", Arial, sans;
	font-size: 17px;
}
	.submit:hover {
		color: #f5c002;
	}
.vinhos td {
	height: 20px;
}
.gradient {
	background:url(../images/background_submenu.png);
}			
.left {
	float:center;
}
.right {
	float:right;
}
.clear {
	clear:both;
}