/* CSS RANCHO ALADIM */

body {
	background-color: #CCCCCC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F3131;
}

a {
	text-decoration: underline;
	color: #2F3131;
}

p {
	text-align: justify;
}

h2 {
	text-align: center;
	font-style: italic;
}

/* TEXTO DE APRESENTACAO DO SITE PARA SEARCH ENGINES */
#searchengines {
	display: none;
}
/* TEXTO DE APRESENTACAO DO SITE PARA SEARCH ENGINES */


#pagina {
	margin: 0px auto 0px auto;
	width: 1024px;
	min-height: 850px;
	height: auto;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	width: 850px;
	height: 200px;
}

#swf {
	position: static;
	z-index: -1;
}

#logo {
	float: none;
	width: 200px;
	height: 100px;
	
	border: 1px solid #000000;
	
	z-index: 1;
}

#container {
	position: relative;
	width: 1024px;
	min-height: 700px;
	background-image: url('../img/Fundo-Degrade-Container.gif');
	background-repeat: repeat-x;
	background-color: #CEDCD3;
}

	#left {
		float: left;
		width: 305px;
		min-height: 684px;
		background-image: url('../img/Vara-Pesca2.jpg');
		background-repeat: no-repeat;
		background-position: right top;
		padding: 0px 0px 0px 20px;
	}
		#menu {
			margin: 15px 0px 0px 0px;
			width: 150px;
			list-style: none;
			line-height: 20px;
			font-weight: bold;
			font-size: 11px;
			padding: 0px;
		}
			#menu a {
				text-decoration: none;
				color: #2F3131;
			}
			#menu a:hover {
				text-decoration: underline;
			}
	
	#right {
		position: relative;
		margin: 0px 0px auto auto;
		width: 684px;
		padding: 10px 10px 10px 0px;
		height: auto;
	}

#footer {
	position: relative;
	width: 1024px;
	height: 29px;
	background-image: url('../img/Fundo-Footer.gif');
	background-repeat: no-repeat;
	background-color: #00CCFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 40px 0px 0px 0px;
}
	#footer a {
		text-decoration: none;
		color: #FFFFFF;
	}
	#footer a:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
	
.contador {
	color: #004202;
	padding-left: 12px;
}

.botao {
	border: 1px solid #000000;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
