body  {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	color: #6f6f6f;
	background-color: #D0D3C2;
	text-align: left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1, h2, h3, h4, h5 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	color: #990000;  /* Vinho */
}

/* torcar cor para VINHO */
.turnRed	{
	color: #990000;
} 
/* torcar cor para CINZA */
.turnGrey	{
	color: #6f6f6f;
}

.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;
}


.twoColFixLtHdr #container {
	width: 958px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../figs/css/bgContainer958.png);
	margin: 0 auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #6F6F6F;
} 
.twoColFixLtHdr #header {
	width: 948px;
	height: 152px;
	background-color: #990000 /*#bb0101*/;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
/* Topo: links para EAV<h2> NAT<h1> NAT_LAB(index)<h3> */
/* link p/ NAT, secoes e subsecoes */
.twoColFixLtHdr #header h1 {
	display: inline;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 5px 0 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../figs/css/bullet_redRight.png) 5px no-repeat;
}
/* link p/ EAV */
.twoColFixLtHdr #header h2 {
	display: inline;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 5px 0 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* pagina ON NAT  */
.twoColFixLtHdr #header h3 {
	display: inline;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 5px 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../figs/css/bullet_redRight.png) 5px no-repeat;
}
/* link p/ NAT, secoes e subsecoes */
.twoColFixLtHdr #header h1 a,a:visited  {
	color: #7e7e76;
	text-decoration: none;
}
/* link p/ EAV */
.twoColFixLtHdr #header h2 a,a:visited  {
	color: #7e7e76;
	text-decoration: none;
}
/* link p/ NAT secoes e subsecoes */
.twoColFixLtHdr #header h3 a,a:visited  {
	color: #7e7e76; /*color: #353532;*/
	text-decoration: none;
}

.twoColFixLtHdr #header h1 a:hover,a:active  {
	color: #990000;
	text-decoration: underline;
}
.twoColFixLtHdr #header h2 a:hover,a:active  {
	color: #990000;
	text-decoration: underline;
}
.twoColFixLtHdr #header h3 a:hover,a:active  {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}

.twoColFixLtHdr #header div#backTo {
	position: relative;
	width: 100%;
	height: 20px;
	top: 0; /* VERFICAR */
	left: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	background-color: #f7f7f0;
}

/* Logo NAT 	*/
.twoColFixLtHdr #header div#logo {
	position: relative;
	width: 100%;
	height: 61px;
	top: 18px; /* VERFICAR 38-20 = 18 */
	/*left: 0;*/
	vertical-align: top;
	background: url(../figs/css/lg_nat.png) no-repeat 25px 0;
	/*background: #FFCC99;*/
}



.twoColFixLtHdr #header div#logo p.turnWhite {
	position: relative;
	width: 374px; /* 538-164 = 374 */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.10em;
	color: #d6d6d6;
	top: -18px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 7px 0 0 164px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
	/*background: #9933CC;*/
}

.twoColFixLtHdr #header div#logo p.turnWhite b {
	font-size: 24px;
	font-weight: bold;
	color: #e5e5e5;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
	/*background: #006633;*/
}

/* Jump Menu  */
.twoColFixLtHdr #header div#logo form.fltrt	{
	position: relative;
	width: 300px;
	height: 18px;
	font-size: 10px;
	font-weight: normal;
	/*text-align: left;*/
	color: #FFFFFF;
	margin: -42px 0 0 0; /* 18+24= 42 => 42-10 = 32 */ /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 25px 0 0; /* 164+374+100 = 474  */ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*background: #006633;*/
}



/* Menu Main Navegacao */
#navMenuMainList, div#navMenuMainList * {
	margin: 0;
	padding: 0;
	/*top: 0;*/ /* top: 40px; */
}
#header #navMenuMainList {
	position: absolute;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	width: 948px;
	/*height: 32px;*/
	top: 120px; /* VERFICAR  top: 40px; */
	list-style: none;
	float: left;

	border-bottom: 1px solid #c6cab6; /* eliminar */
	background: #fff;
}
#header #navMenuMainList li {
	float: left;
	/*height: 32px;*/ /* height: 32px; */
	font-weight: normal;
	/*letter-spacing: 0.10em;*/
	height: 32px;
	padding: 0 0 0 0;  /* 0.5em 0.5em 0.5em 0.75em; */
	/*border-top: 1px solid #66CCFF;*/
}
#navMenuMainList li a {
	display: block;
	text-decoration: none;
	color: #7e7e76;
	padding: 1em 1.25em 0.50em 1.25em;  /* 0.5em 0.5em 0.5em 0.75em; */
	/*border-left: 1em solid #069;*/
	/*background: #cccccc;*/
}
#navMenuMainList li a:visited {
	color: #7e7e76;
}
#navMenuMainList li a:hover {
	/*color: #fff;*/
	color: #990000;
	background: #dfe2d2;
	/*border-left: 1em solid #dfe2d2;*/
}

/* menu ITEM 1 */
#navMenuMainList li a.fristBox {
	display: block;
	text-decoration: none;
	color: #7e7e76;
	padding: 1em 1.25em 0.50em 25px;  /* 0.5em 0.5em 0.5em 0.75em; */
	/*border-left: 1em solid #069;*/
	/*background: #cccccc;*/
}
#navMenuMainList li a:visited.fristBox {
	color: #7e7e76;
}
#navMenuMainList li a:hover.fristBox {
	display: block;
	text-decoration: none;
	color: #990000;
	/*border-left: 1em solid #069;*/
	background: #dfe2d2;
}

/* menu NIVEL 2 FRIST */
#navMenuMainList li a.nivel2frist {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #7e7e76;
	padding: 1em 0.75em 0.50em 1.20em;  /* 0.5em 0.5em 0.5em 0.75em; */
	border-left: 1px solid #e5e5e5;
	/*background: #cccccc;*/
}
#navMenuMainList li a:visited.nivel2frist {
	color: #7e7e76;
}
#navMenuMainList li a:hover.nivel2frist {
	display: block;
	text-decoration: none;
	color: #990000;
	/*border-left: 1em solid #069;*/
	background: #dfe2d2;
}

/* menu NIVEL 2 */
#navMenuMainList li a.nivel2 {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #7e7e76;
	padding: 1em 0.75em 0.50em 0.75em;  /* 0.5em 0.5em 0.5em 0.75em; */
	/*border-left: 1em solid #069;*/
	/*background: #cccccc;*/
}
#navMenuMainList li a:visited.nivel2 {
	color: #7e7e76;
}
#navMenuMainList li a:hover.nivel2 {
	display: block;
	text-decoration: none;
	color: #990000;
	padding: 1em 0.75em 0.50em 0.75em;  /* 0.5em 0.5em 0.5em 0.75em; */
	/*border-left: 1em solid #069;*/
	background: #dfe2d2;
}


/* Holly hack */
/*\*/
* html ul li { float: left; }
* html #navMenuMainList li a { height: 1%; }
/* */










/* menu navegacao lateral */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 5px;
	padding: 70px 10px 15px 25px;
	text-align: right;
}
/* area de conteudo */
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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 25px 20px 20px;
	color: #828282;
}




/* SubTitulos VINHO */
.twoColFixLtHdr #mainContent h2 {
	margin: 0 0 0 0;
	padding: 10px 0 5px 0;
}
/* SubTitulos GREY */
.twoColFixLtHdr #mainContent h3.turnGrey {
	color: #6f6f6f;
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
}
.twoColFixLtHdr #mainContent h3 {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}
/* pag EQUIPE */
.twoColFixLtHdr #mainContent h3 b {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}
/* pag EQUIPE */
.twoColFixLtHdr #mainContent h3 i {
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	color: #a9a9a9;
}



/* Paragrafos textos corridos */
.twoColFixLtHdr #mainContent p {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	color: #828282;
}
/* Glifos BOLD */
.twoColFixLtHdr #mainContent p b {
	font-weight: bold;
}
/* Paragrafos entre assuntos  */
.twoColFixLtHdr #mainContent p.pPaddingMore	{
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
.twoColFixLtHdr #mainContent p.pPaddingMore2	{
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
}
/* Paragrafos entre itens */
.twoColFixLtHdr #mainContent p.pPaddingLess	{
	margin: 0 0 0 0;
	padding: 0 0 7px 0;
}


/* Links comuns */
.twoColFixLtHdr #mainContent a,a:visited	{
	text-decoration: underline;
	color: #6f6f6f;
}
.twoColFixLtHdr #mainContent a:hover,a:active	{
	color: #990000;
}



/* a VINHO */
.twoColFixLtHdr #mainContent a.turnRed {
	color: #990000;
}
.twoColFixLtHdr #mainContent a:visited.turnRed {
	color: #990000;
} 
.twoColFixLtHdr #mainContent a:hover.turnRed 	{
	color: #6f6f6f;
}
.twoColFixLtHdr #mainContent a:active.turnRed 	{
	color: #6f6f6f;
}

/* Menu Navegacao */
#navMenu, #navMenu * {
	margin: 0;
	padding: 0;
}
#navMenu {
	/*font-family:"Myriad Pro", Arial, Helvetica, sans-serif;*/
	/*font-weight: normal;*/
	font-size: 14px;
	width: 180px;
	background: #fff;
	padding: 0 1px 1px;
	list-style: none;
	/*border-top: 2px solid #d0d3c2;
	border-right: 1px solid #d0d3c2;
	border-bottom: 2px solid #d0d3c2;
	border-left: 1px solid #d0d3c2;*/
}
#navMenu li {
	border-top: 1px solid #fff;
}
/* acabamento arredondado TOP */
#navMenu li.topBox {
	height: 30px;
	background: #D0D3C2;
    border:1px solid #D0D3C2;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
}
/* acabamento arredondado BOTTOM */
#navMenu li.bottomBox {
	height: 30px;
	background: #D0D3C2;
    border:1px solid #D0D3C2;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
}
#navMenu li a {
	display: block;
	text-decoration: none;
	color: #990000;
	padding: 0.5em 0.5em 0.5em 0.75em;
	/*border-left: 1em solid #069;*/
	background: #dfe2d2;
}
#navMenu li a:visited {
	color: #990000;
}
#navMenu li a:hover {
	color: #fff;
	background: #a6a69a;
	/*border-left: 1em solid #dfe2d2;*/
}
#navMenu li h1 a {
	display: block;
	text-decoration: none;
	font-weight: normal; 
	font-size: 14px;
	color: #990000;
	padding: 0.5em 0.5em 0.5em 1.50em;
	/*border-left: 1em solid #069;*/
	background: #dfe2d2 url(../figs/css/bullet_red.png) 0.5em no-repeat;
}
#navMenu li h1 a:visited {
	color: #990000;
	/*background: #dfe2d2 url(../css/figs/bullet_red.png) 0.5em no-repeat;*/
}
#navMenu li h1 a:hover {
	color: #fff;
	background: #a6a69a url(../figs/css/bullet_red.png) 0.5em no-repeat;
	/*border-left: 1em solid #dfe2d2;*/
}
/* Holly hack */
/*\*/
* html ul li { float: left; }
* html #navMenu li a { height: 1%; }
/* */


/*#navMenu li a h1 {
	display: block;
	text-decoration: none;
	font-weight: normal; 
	font-size: 14px;
	color: #990000;
	padding: 0.5em 0.5em 0.5em 1.75em;
	background: #dfe2d2 url(../figs/css/bullet_red.png) 0.5em no-repeat;
}
*/


.twoColFixLtHdr #footer {
	margin: 0 5px 0 5px;
	padding: 0 0 10 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff url(../figs/css/rodapeFioDegrade.png) top no-repeat; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #container #mainContent noscript {
	color: #828282;
}
.twoColFixLtHdr #container #mainContent .pPaddingMore font strong {
	color: #828282;
}
.twoColFixLtHdr #container #mainContent .pPaddingMore font {
	color: #828282;
}
.twoColFixLtHdr #container #mainContent p font b span .pPaddingMore {
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent p font b span .pPaddingMore {
	color: #828282;
}

