/* layout 
--------------------------------------------------------------------------------------------------------------------------------------*/
body {margin: 0px;padding: 0px;}

#top_container {width:100%; padding: 10px 0;}
#top {width: 980px;	margin: 0 auto;}
#logo {}
#util { float:right; }
#menu { width: 100%; height: 30px; padding-top: 15px; }

#conteudo_container { width: 100%; clear:both; }
#conteudo {width: 100%; padding: 150px 0 50px 0; }
#conteudo_box {	width: 980px; margin: 0 auto; padding: 20px; clear:both; }
#colunas_equal {width: 100%;  min-height: 525px;}
#coluna_esquerda { float: right; width: 260px; padding: 10px; }
#coluna_direita { float: left; width: 670px;  padding: 10px; }

#coluna_esquerda, #coluna_direita
	{
	padding-bottom: 32757px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#colunas_equal
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#colunas_equal
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#colunas_equal:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#colunas_equal
	{
	display: inline-block;
	}
/*\*/
#colunas_equal
	{
	display: block;
	}
/* end easy clearing */
#rodape_container {	min-height: 200px; width: 100%;}
#rodape {width: 980px;	margin: 0 auto;}

/* style 
--------------------------------------------------------------------------------------------------------------------------------------*/

/* html 
---------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	
}

h1 { color:#360508; }
h2 { color:#360508; }
h3 { color:#360508; }
h4 { color:#360508; }

a{color:#990000;}

/* class 
---------------------------------------------------------------------*/
.clear{ clear:both;}
.clear10 { clear:both; height:20px; }
.clear20 { clear:both; height:20px; }

/* Menus classes */
.SPCMS_menu {
	background: url(images/arrow-right.gif) center left no-repeat;
	padding-left: 10px;
}
.SPCMS_menu_selected {
	background: url(images/arrow-right-selected.gif) center left no-repeat;
	padding-left: 10px;
}
.SPCMS_menu_selected_expanded {
	background: url(images/arrow-down-selected.gif) center left no-repeat;
	padding-left: 10px;
}

.SPCMS_menu_intend {	
	background: url(images/arrow-right.gif)  10px center no-repeat;
	padding-left: 20px;
	
}
.SPCMS_menu_intend_selected {	
	background: url(images/arrow-right-selected.gif)  10px center no-repeat;
	padding-left: 20px;
}
.SPCMS_menu_intend_selected_expanded {	
	background: url(images/arrow-down-selected.gif)  10px center no-repeat;
	padding-left: 20px;
}
.SPCMS_menu_doubleintend {	
	background: url(images/arrow-right.gif) 20px center no-repeat;
	padding-left: 30px;
}
.SPCMS_menu_doubleintend_selected {	
	background: url(images/arrow-right-selected.gif) 20px center no-repeat;
	padding-left: 30px;
}
/* Menus classes */


/* cabecalho 
---------------------------------------------------------------------*/
#top_container {
	background: url(images/bg_topo.jpg) bottom repeat-x;
}

#logo {

}

/* menu ------------- */
#menu {
}

#menu ul {
	text-align: center;
}

#menu li {
	display: inline;
	padding: 0 10px;
}
#menu li a{
    padding: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #616161;
	text-decoration: none;
}
#menu li a:hover {
	color: #990000;
}
#menu li a.selected{
	color: #fff;
	background:#990000;
	
}

/* conteudo 
---------------------------------------------------------------------*/
#conteudo_container {	
	background-image: url(images/bg_conteudo.jpg);
	background-repeat: repeat-x;
	background-color: #6E0001;
}
#conteudo {	
	background-image: url(images/adega.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#conteudo_box {
	background: url(images/bg_cont.png);	
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	behavior: url(border-radius.htc);
}

#coluna_esquerda {
	background: url(images/bg_cont.png);
}

#coluna_esquerda img {
	border: none;
}

#coluna_esquerda ul {
	list-style-type: none;
	padding-left: 0px;
}
#coluna_esquerda li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #fff;	
}

#coluna_esquerda li a{
    padding: 5px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	text-decoration: none;
}
#coluna_esquerda li a:hover {
	color: #360508;	
}

#coluna_esquerda li a.selected{
	color: #360508;	
	text-decoration:underline;
}

#coluna_direita {
	background: url(images/bg_cont.png);
}



/* rodape 
---------------------------------------------------------------------*/
#rodape_container {
	background: #170000;
	border-top: #999999 solid 2px;
}
#rodape {
	color:#FFFFFF;

}
#rodape a{
	text-decoration:none;
	color:#FFFFFF;
}

a{
	text-decoration:none;
	
}