@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #727272;
}

body {
	margin: 0px;
	background-image: url(images/bg_01.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color:#FFF;
}
img {
    border: none;	
}
#header {
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	height: 237px;
	background-image: url(images/header_bg_02.jpg);
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
}

#menu  {
	position: relative;
	width: 488px;
	top: -33px;
	margin:0;
	padding:0;
	left: 485px;
}

#menu li{
	height:42px;
	float:left;
	position:relative;
	overflow:hidden;
	text-align: left;
	width: 140px;
	margin-right: -50px;
}
#menu li a {
	color: #CCCEAE;
	font-weight: normal;
	display: block;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #595E24;
	padding: 3px 0px 3px 0px;
}
#menu li a:hover {
	text-decoration:none;
	display: list-item;
	list-style-type: disc;
	background-color: #525621;
}
#menu img  {
	margin-right: 6px;
	margin-left: 0px;
	background-color: #585C23;
}
.submenu {
	border: 1px solid #6E6E48;
	border-top: none;
	color: #999;
	position: relative;
	top: -3px;
	padding:10px;
	height: 400px;
}

.darkgreen {
	background-color: #3F421D;
	
}
.lightgreen {
	background-color: #4C501F;
	
}
#logo  {
	position: relative;
	left: -46px;
	top: 13px;
}
#flags  {
	position: relative;
	top: -183px;
	left: 286px;
	width: 200px;
}

#separator   {
	margin-bottom: 11px;
}
#body {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 240px;
	z-index: 1;

}

#footer {
	height: 250px;
	background-color: #1f1d06;
	margin: 0 ;
	text-align: center;
	padding: 10px;
	font-size: 10px;
	color: #6D765C;
	clear: both;
	width: 100%;
}
a {
	color: #829900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-image: url(images/left_bar_bg_31.gif);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 400px;
	
}
#tabela{
	width: 100%;
}
#mainContent {
	margin: 0 0 0 305px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
ul.category-list {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

ul.category-list li {
	width:287px;
	height:151px;
	float:left;
	margin:10px;
}

ul.category-list li a {
	display:block;
	position:relative;
}

ul.category-list li a img {
	position:absolute;
	z-index:1;
}

ul.category-list li span {
	display:block;
	height: 151px;
	width: 287px;
	position:absolute;
	z-index:2;
}

h1 {
	font-family:"Georgia", serif;
	color:#A3AB56;
	font-size:34px;
	font-weight:normal;
	margin-bottom: 5px;
}
.more {
	background-color: #A3AB56;
	color: #FFF;
	width: 80px;
	text-align: center;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-right: 12px;
}

h2 {
	font-family:"Georgia", serif;
	font-size:22px;
	font-weight:normal;
	color: #666;
	margin-top: 35px;
}
h2 a {font-weight: normal}
.pergaminho {
	background-image: url(images/pergaminho_31.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 345px;
	padding: 40px;
	width: 180px;
	color: #000;
	font-family: "Georgia", serif;
	font-size: 16px;
}
.pergaminho a{
	color: #336600;
}
.pergaminho ul  {
	padding-left: 20px;
}
.pergaminho ul li {
	margin-bottom: 5px;
	list-style: url(images/rosa_ventos_2.gif);
}
