@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	margin: 0 0 15px 0;
	font-weight:lighter;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-weight:normal;
	margin-top: 10px;
}
textarea {
	overflow:visible;
	height: 60px;
}
table {
	border: 1px solid #036;
}
tbody th {
	background: #CCF;
	border: 1px solid #036;
	padding: 3px 8px;
}
tbody tr td {
	padding: 3px 8px;
	border: 1px solid #036;
}

#container {
	width:940px;
	margin: 0 auto;
}
	#header {
		height: 50px;
		width: 940px;
		margin: 10px 0 0 0;
	}
		#logo {
			float: left;
		}
		#langs {
			float: right;
			color: #f7f7de;
		}
		#langs p {
			text-align: right; 
		}
		#langs a {
			padding: 2px 6px;
			color: #f7f7de;
			text-decoration: none;
			font-weight: bolder;
		}
		#langs a:hover, #langs a.selected {
			color: #FFF;
			background-color: #bbbb95;
			text-shadow: 1px 1px #000;
		}
		
	#menu {
		width: 940px;
		height: 30px;
		margin: 14px 0;
		background-color: #f7f7de;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
		#nav, #nav2 {
			list-style: none;
			width: 940px;
			margin: 0 auto;
		}
		#nav li, #nav2 li {
			color: #68A;
			float: left;
			font-size: 13px;
			line-height:30px;
		}
		#nav li a {
			display: block;
			width: 133px;
			text-align:center;
			text-decoration: none;
			color: #036;
			text-shadow: 1px 1px #FFF;
			border-right: 1px solid #036;
		}
		#nav2 li a {
			display: block;
			width: 133px;
			text-align:center;
			text-decoration: none;
			color: #036;
			text-shadow: 1px 1px #FFF;
			border-right: 1px solid #036;
		}
		#nav li a:hover, #nav li a.selected, #nav2 li a:hover, #nav2 li a.selected  {
			color: #FFF;
			background-color: #bbbb95;
			text-shadow: 1px 1px #000;
		}
		li a.last {
			border:0;
			padding-right: 2px;
		}
	
	#content, #footer {
		clear: both;
		margin: auto;
	}
		#imagem {
			width:940px;
		}
		#photos {
			width: 350px;
			float: left;
			margin: 0 0 30px 0;
		}
		#photos img {
			background-color:FFF;
			margin-right: 25px;
		}
		#contactos {
			background-color: #ccd6e0;
			padding: 12px 15px 12px 15px;
			color: #036;
			line-height:16px;
			margin-top: 25px;
		}
		#texto {
			float: right;
			margin: 0 0 30px 0;
			overflow: auto;
			width: 530px;
			display: block;
		}
			#texto p {
				line-height: 24px;
			}
		
		#formulario {
			width: 530px;
		}
		#formulario input, #formulario textarea {
			width: 240px;
			background-color:#FFF;
			border: none;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 11px;
			padding: 5px;
			margin-bottom: 15px;
			color: #036;
			border: 1px solid #DDD;
			background-color: #f7f7de;
		}
		#formulario textarea {
			width: 516px;
		}

	#footer {
		clear:both;
		border-top: solid 1px #036;
		border-bottom: solid 1px #036;
		height:30px;
		margin: 30px auto 30px auto;
	}
		#footer p {
			text-align: center;
			line-height: 30px;
		}
		

#header td {
	background-color: #CCCCFF;
	font-style: italic;
}

.left {
	float: left;
}
.right {
	float: right;
}
.linha {
	background-color: #DDD;
}
.button {
	padding: 2px 15px;
	line-height: 25px;
	border: 1px solid #036;
	text-decoration: none;
	color: #036;
	background-color: #f7f7de;
	text-shadow: 1px 1px #FFF;
}
.button:hover {
	color: #FFF;
	background-color: #bbbb95;
	text-shadow: 1px 1px #000;
}


.slides {position: relative; width: 940px; height: 380px; overflow-x: hidden; overflow-y: hidden;}

.carousel { float: left; clear: both; width: 940px; height: 380px; margin-bottom: 30px; }
.carousel .next { position: relative; z-index: 100; display: block; float: right; width: 58px; height: 380px; text-indent: -9999px; margin: -380px 0 10px 0; }
.carousel .prev { position: relative; z-index: 100; display: block; float: left; width: 58px; height: 380px; text-indent: -9999px; margin: -380px 0 10px 0; }
.carousel .next { background: url(../images/a_right.png) top right no-repeat; }
.carousel .prev { background: url(../images/a_left.png) top left no-repeat; }
.carousel .next:hover { background: url(../images/a_right_over.png); }
.carousel .prev:hover { background: url(../images/a_left_over.png); }