li{
	list-style: none;
}

body {
    text-align: center;
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    background: #C1C1C1 url(../images/bg.jpg) repeat-x;
    margin: 0;
}
img{
	border: none;
}

/* link cinza*/
a {
	color: #111;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: underline;
}

a:visited {
	color: #444;
	text-decoration: none;
}

/* link vermelho*/

a.red {
	display: inline-block;
	color: #b90101;
	text-decoration: none;
}
a:hover.red {
	color: #b90101;
	text-decoration: underline;
}

a:visited.red {
	color: #b90101;
	text-decoration: none;
}

h1 {
	margin:0;
	font-size: 20px;
	color: #b90101;

}
h2 {
	font-size: 16px;
	color: #b90101;
}
h2.bg{
	font-size: 14px;
	color: #fff;
	background: url(../images/title_bg.jpg) repeat-x;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: normal;
	clear:both;
}


/**************************/
/*CLASSES GENERICAS*/
/**************************/ 
a{
	cursor: hand;
}

.logoHome {
	float:left;
    margin: 70px 0 0 30px;
}

.logoInterna {
	float:left;
    margin: 50px 0 0 30px;
}

.titulo{
	margin-left: 10px;
	clear:both;
	
}
.clear{
	clear:both;
}
.right{
	text-align: right;
}
.bullet{
	list-style: outside url(../images/bullet.gif);
	
}
.bullet2{
	list-style: disc;
	font-size: 11px;
	line-height: 10px;
}
.crumbs{
	font-size: 13px;
	color: #666;
	margin: 0;
	padding: 10px 0 0 0;
	display:inline-block;
	vertical-align: top;
}
.title{
	font-size: 16px;
	color: #b90101;
	margin-bottom: 5px;
	display: block;
	}
.title2{
	font-weight: bold;
	font-size: 16px;
	color: #b90101;
	margin-bottom: 5px;
	}
.title3{
	font-size: 23px;
	color: #b90101;
	margin-bottom: 15px;
	}
.title4{
	font-size: 13px;
	color: #b90101;
	margin-bottom: 5px;
	font-weight: bold;
	}
.topMargin{
	padding-top: 18px;
 }
 .leftMargin{
	margin-left: 20px;
 }

.light{
	background: #E6E6E6;
}

.bulletIMG{
	list-style: url(../images/bullet.gif);
	
}

/*******************/
/*ESTRUTURA*/
/*******************/ 

#contentWrap {
    text-align: left;
    width: 1000px;
    margin: 0 auto;
} 

#contentTop {
    margin: 0;
    background: url(../images/bg_top_home.jpg) no-repeat scroll top;
    height: 470px;
	
}
		#contentTop #menu{
			height: 205px;
			overflow:hidden;
		 }

		#contentTop #menu ul ul {
			float:left;
			z-index: 500;
			padding: 0;
			margin: 0 0 0 0;
			clear:both;
			}

		#contentTop #menu ul ul li{
			margin: 1px 0 0 0;
			padding: 3px 0 0 0;
			font-size: 11px;
			overflow: hidden;
			text-align: center;
			clear:both;
			width: 87px;
			height: 20px;
			background: #E9E9E9;
			}
		#contentTop #menu ul ul li:hover{
			background: #E0E0E0;
			}
	div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
		display: none;
	}

	div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
		display: block;
	}


		#contentTop #flashVideos {
		 	clear:both;
		 }

#contentMain{
	overflow:hidden;
	margin-top: 20px;
	width:1000px;
}

#contentBottom{
	font-size: 11px;
	padding: 20px;
	margin-top: 30px;
	height: 60px;
	background: #CECECE;
}
#contentBottom #footLeft{
	float: left;
	width: 500px;
	padding: 0;
	margin: 0;
}
#contentBottom #footLeft li{
	line-height: 18px;
}
#contentBottom #footLeft img{
	margin-bottom: 5px;
}
#contentBottom #footRight{
	text-align: right;
	float: right;
	width: 400px;
	padding: 0;
	margin: 0;
}
#contentBottom #footRight img{
	margin-left: 30px;
}
#copyright{
	text-align: center;
	margin: 30px 0 30px 0;
}


/**************************/
/*NAVBAR*/
/**************************/ 
 
 #navBar{
 	margin-top: 105px;
 	float:right;
	width: 560px;
 }
 
 #navBar li {
 	float:left;
 }
 
#navBar a{
 	display: block;
	height: 50px;
 }
/*Home------------------------------------------------------------*/ 
#navBar a#navHome{
	width:71px;
	background: url(../images/navbar.gif) no-repeat 0 0;
}
#navBar a#navHome:hover, #navBar a#navHome.active{
	width:71px;
	background: url(../images/navbar.gif) no-repeat 0 -50px;
}
/*Empresa--------------------------------------------------------*/
#navBar a#navEmpresa{
	width:86px;
	background: url(../images/navbar.gif) no-repeat -72px 0;
}
#navBar a#navEmpresa:hover, #navBar a#navEmpresa.active{
	width:86px;
	background: url(../images/navbar.gif) no-repeat -72px -50px;
}
/*Soluções-------------------------------------------------------*/
#navBar a#navSolucoes{
	width:88px;
	background: url(../images/navbar.gif) no-repeat -159px 0;
}
#navBar a#navSolucoes:hover, #navBar a#navSolucoes.active{
	width:88px;
	background: url(../images/navbar.gif) no-repeat -159px -50px;
}
/*Representações-------------------------------------------------*/
#navBar a#navRepresentacoes{
	width:127px;
	background: url(../images/navbar.gif) no-repeat -248px 0;
}
#navBar a#navRepresentacoes:hover, #navBar a#navRepresentacoes.active{
	width:127px;
	background: url(../images/navbar.gif) no-repeat -248px -50px;
}
/*Cases----------------------------------------------------------*/
#navBar a#navCases{
	width:71px;
	background: url(../images/navbar.gif) no-repeat -376px 0;
}
#navBar a#navCases:hover, #navBar a#navCases.active{
	width:71px;
	background: url(../images/navbar.gif) no-repeat -376px -50px;
}
/*Contato--------------------------------------------------------*/
#navBar a#navContato{
	width:84px;
	background: url(../images/navbar.gif) no-repeat -448px 0;
}
#navBar a#navContato:hover, #navBar a#navContato.active{
	width:84px;
	background: url(../images/navbar.gif) no-repeat -448px -50px;
}
 
 
 
 
 
 
 
 
 
