@import url(home.css); /** CSS da HOME **/
@import url(internas.css); /** CSS das INTERNAS **/
@import url(cases.css); /** CSS dos CASES **/
@import url(forms.css); /** CSS dos FORMULARIOS **/



/* 
========================================================
Definições gerais
========================================================
*/
* 
{
	margin: 0;
	padding: 0;
	border: none;1
	list-style: none;
}

body 
{
	margin: 0 auto;
	font-size:12px;
	color: #434343;
	background: #f2f2f2 url(../images/body_background.png) repeat-x;
}

p 
{
	color: #434343;
}

a, a:visited 
{
	text-decoration: underline;
	color: #a24d43;
}

a:hover 
{
	text-decoration: underline;
	color: #882b21;
}


/* 
========================================================
Estruturas
========================================================
*/
#container 
{
	margin: 0 auto;
	width: 973px;
}

#container_wrapper 
{
	float: left;
	width: 973px;
	background: url(../images/container-conteudo_background.png) repeat-y;
}

#top 
{
	width: 973px;
	height: 118px;
}

h1 
{
	display: block;
	position: relative;
	float: left;
	width: 204px;
	height: 93px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logotipo.png) no-repeat;
	top: 25px;
	left: 1px;
}

h1 a 
{
	display: block;
	width: 204px;
	height: 93px;
}

h4
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #882b21;
}

#container_conteudo 
{
	float: left;
	width: 973px;
}

ul#links_top 
{
	float: right;
	position: relative;
	width: 470px;
	top: 10px;
	right: 10px;
}

ul#links_top li 
{
	display: block;
	float: left;
	height: 22px;
	margin-right: 20px;
	padding: 0;
}

ul#links_top li a 
{
	display: block;
	height: 18px;
	padding-top: 4px;
	text-indent: 0 !important ;
	text-align: center;
}

ul#links_top li.item01 
{
	width: 52px;
	background: url(../images/links-top1_bg.png) no-repeat;
}
ul#links_top li.item01 a
{
	width: 52px;
	font-size:12px;
	background: url(../images/links-top1_bg.png) no-repeat;
}
ul#links_top li.item02 
{
	width: 97px;
	background: url(../images/links-top2_bg.png) no-repeat;
}
ul#links_top li.item02 a
{
	width: 97px;
	font-size:12px;
	background: url(../images/links-top2_bg.png) no-repeat;
}
ul#links_top li.item03 
{
	width: 71px;
	background: url(../images/links-top3_bg.png) no-repeat;
}
ul#links_top li.item03 a
{
	width: 71px;
	font-size:12px;
	background: url(../images/links-top3_bg.png) no-repeat;
}
ul#links_top li.lang 
{
	margin-right: 0;
	background: url(../images/ico-search.png) 0 7px no-repeat;
	text-indent: 25px;
}

ul#links_top li.search input 
{
	border: 1px solid #e4e4e4;
}

ul#links_top li a 
{
	display: block;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	text-decoration: none;
	text-indent: 10px;
}

ul#links_top li a:hover 
{
	text-decoration: underline;
}



/* MENU */
ul#menu, 
ul#menu_en  
{
	float: left;
	position: relative;
	width: 768px;
	height: 79px;
	z-index: 9999;
	top: 17px;
	left: 1px;
}

ul#menu li, 
ul#menu_en li,  
ul#menu li.sub, 
ul#menu_en li.sub 
{
	display: block;
	position: relative;
	float: left;
	height: 79px;
	list-style: none;
}

ul#menu li#item1 { width: 136px; background: url(../images/menu_item01.png) no-repeat; }
ul#menu_en li#item1 { width: 136px; background: url(../images/menu_en_item01.png) no-repeat; }

ul#menu li#item2 { width: 120px; background: url(../images/menu_item02.png) no-repeat; }
ul#menu_en li#item2 { width: 120px; background: url(../images/menu_en_item02.png) no-repeat; }

ul#menu li#item3 { width: 111px; background: url(../images/menu_item03.png) no-repeat; }
ul#menu_en li#item3 { width: 111px; background: url(../images/menu_en_item03.png) no-repeat; }

ul#menu li#item4 { width: 60px; background: url(../images/menu_item04.png) no-repeat; }
ul#menu_en li#item4 { width: 60px; background: url(../images/menu_en_item04.png) no-repeat; }

ul#menu li#item5 { width: 115px; background: url(../images/menu_item05.png) no-repeat; }
ul#menu_en li#item5 { width: 115px; background: url(../images/menu_en_item05.png) no-repeat; }

ul#menu li#item6 { width: 69px; background: url(../images/menu_item06.png) no-repeat; }
ul#menu_en li#item6 { width: 69px; background: url(../images/menu_en_item06.png) no-repeat; }

ul#menu li#item7 { width: 157px; background: url(../images/menu_item07.png) no-repeat; }
ul#menu_en li#item7 { width: 157px; background: url(../images/menu_en_item07.png) no-repeat; }


ul#menu li a, 
ul#menu_en li a
{
	display: block;
	height: 79px !important ;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}


/* Fix IE. Hide from IE Mac \*/
* html ul#menu li { float: left; }
* html ul#menu_en li { float: left; }
* html ul#menu li a { height: 1%; }
* html ul#menu_en li a { height: 1%; }

/* End */


/* segundo nivel */
ul#menu li ul, 
ul#menu_en li ul
{
	position: absolute;
	display: none;
	width: 210px;
	margin: 0;
	padding: 5px;
	background: #454545;
	top: 79px;
	left: 0;
	z-index: 9999;
}
	
ul#menu li ul li, 
ul#menu_en li ul li,
ul#menu li ul li a,
ul#menu_en li ul li a
{
	display: block;
	width: 180px;
	height: auto !important ;
	padding: 5px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	text-indent: 0;
	z-index: 9999;
	background: #585858 url(../images/menu_bullet.png) 10px 15px no-repeat;
}

ul#menu li ul li a, 
ul#menu_en li ul li a
{
	width: 180px;
	padding: 10px;
	text-indent: 8px;
}

ul#menu li ul li a:hover, 
ul#menu_en li ul li a:hover
{
	background: #6a6a6a url(../images/menu_bullet.png) 10px 15px no-repeat;
}


/* terceiro nivel */
ul#menu ul ul li a, ul#menu_en ul ul li a
{
	text-align: left;
	font-weight: normal;
}

ul#menu li ul li, ul#menu_en li ul li
{
	clear: left;
	background: url(../../images/bullet_submenus.png) 0 10px no-repeat;
	
}


ul#menu ul ul li a, ul#menu_en ul ul li a /* Sub Menu Styles */
{ 
	text-align: left;
} 

ul#menu ul ul li a:hover, ul#menu_en ul ul li a:hover 
{
	background: #0c6f99;
}

ul#menu li:hover ul ul, ul#menu_en li:hover ul ul,
ul#menu li:hover ul ul ul, ul#menu_en li:hover ul ul ul,
ul#menu li.over ul ul, ul#menu_en li.over ul ul,
ul#menu li.over ul ul ul, ul#menu_en li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#menu li:hover ul, ul#menu_en li:hover ul,
ul#menu li li:hover ul, ul#menu_en li li:hover ul,
ul#menu li li li:hover ul, ul#menu_en li li li:hover ul,
ul#menu li.over ul, ul#menu_en li.over ul,
ul#menu li li.over ul, ul#menu_en li li.over ul,
ul#menu li li li.over ul, ul#menu_en li li li.over ul { display: block; } /* The magic */

/* END MENU */






#footer 
{
	clear: both;
	width: 973px;
	height: 80px;
	padding-top: 30px;
	background: url(../images/footer_background.png) no-repeat;
}

address 
{
	display: block;
	float: left;
	position: relative;
	width: 70%;
	margin: 0 auto;
	font-size: 11px;
	font-style: normal;
	left: 10px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


