/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background-color:#36673C;
/*background-image: url(../imagens/bg_hybrid.gif);*/
}
/*#669933; */
.header_table
{
margin-top:6px;
}
.logo
{
margin-left:10px;
}
.body_box
{
padding:9px;
color: #5C5C5C;
background-color:#FFFFFF;
}
.header_banner
{
/*background:url(../imagens/header/header1.jpg);*/
background-position: center top;
background-repeat: no-repeat;
height:196px;
}
.header_banner_sub
{
height:90px;
}

.services_bg
{
background:url(../imagens/services_bg.gif) left top no-repeat;
height:117px;
padding:10px;
}
.services_teable
{
margin-top:8px;
margin-bottom:12px;
}
.left_line
{
border-left:1px solid #E6E6E6;
}
.right_line
{
border-right:1px solid #E6E6E6;
}
.bottom_line
{
border-bottom:1px solid #E6E6E6;
}
.footer_table
{
margin-bottom:25px;
}




/* CSS Background Image Document */
.top_line
{
background:url(../imagens/line_bg.jpg) left top repeat-x;
height:4px;
}
.top_menu_bg
{
background:url(../imagens/top_menu_bg.jpg) left top repeat-x;
height:26px;
padding-right:12px;
}
.bottom_menu_bg
{
	background: url(../imagens/bg_topmenu.gif) repeat-x left top;
	height: 31px;
	padding-right: 13px;
}
.box_top_bg
{
background:url(../imagens/box_top_bg.gif) left top repeat-x;
height:32px;
}
.footer_bg
{
background:url(../imagens/footer_bg.gif) left top no-repeat;
height:25px;
}




/* CSS Text Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
color:#00ff33;
text-decoration:none;
background-color:inherit;
}
.menu_hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00FF33;
	background-color:inherit;
	text-decoration: none;
}.bottom_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.bottom_link:hover
{
color:#C6C6C6;
text-decoration:underline;
background-color:inherit;
}
.white_text
{
color:#FFFFFF;
text-decoration:none;
background-color:inherit;
}
.black_text{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000;
text-decoration:none;
text-align: justify;
background-color:inherit;
}
.sucesso_text{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size: 10px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-decoration:none;
text-align: justify;
background-color:inherit;
}
.body_link
{
color:#5C5C5C;
text-decoration:underline;
background-color:inherit;
}
.body_link:hover
{
text-decoration:none;
color:#212121;
background-color:inherit;
}

/* CSS Casos de Sucesso */
.tituloCaso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.itemizedlist li{
	display: inherit;
	background-color: #FFFFFF;
	background-image: url(../imagens/bullet_green.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0pt;
	background-y-position: 0pt;
	padding-left: 20px;
	list-style-type: none;
}
.itemizedlist2 li{
	display: marker;
	background-color: transparent;
	background-image: url(../imagens/bullet_orange.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0pt;
	background-y-position: 0pt;
	margin: 0;
	padding-left: 20px;
	list-style-type: none;
}
.lista ul { background: transparent url(../imagens/bullet_star.png) no-repeat 0px 50%;
padding-left: 20px }

