body { 
        margin:0; 
        padding:0; 
        text-align:center; /* esse eh o hack para o ie */
        background: url(images/degrade_body.png) repeat-x;
}

/* Pages */
#pagina{
	width: 1027px;
	height: 550px;
	margin: 0 auto; /* ao magico aqui */ 
	text-align: left; /* arrumando a zona q o hack anterior */ 
}

#div_home, #div_hlf, #div_solucoes, #div_clientes, #div_contatos{
	margin: 0 auto;
	width: 535px;
	height: 325px;
	background: url(images/degrade_div.png) repeat-x;
	display: none;
        
        /*thus, it doesn't break the layout*/
        border-width: 1px 0px 0 0;
        border-style: solid;
        border-color: lightgray;
        
        clear: both;
}

#div_hlf {
        position: relative;
        z-index: inherit;
        zoom: 1; /* For IE6 */ 
}
/* Pages end */


/* Header */
#header{
	width: 1004px;
	height: 83px;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
	/*background: #A67159;*/
}

#logo{
	background: url(images/hlf.png);
	font-size: 0px;
	width: 114px;
	height: 83px;
	padding-left: 0px; 
	margin-left: 110px; 
	margin-top: 16px;
}
/* Header end */

/*Body*/
#body{
	margin: 0 auto; /* algo magico aqui */ 
	text-align: left;
	width: 618px;
	height: 350px;
        margin-top: -90px;
}
/*Body end*/


/* Menu */
ul#topnav {
	padding: 0;
	list-style: none;
	float: left;
	font-family: Tahoma;
	width: 535px;
}

ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:22px;
	width:107px;
}

ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	margin: 0;
	padding: 5px 0px;
	float: left;
	text-decoration: none;
	text-align: center;
	background: url(images/menu2.png);
	color: black;
	clear: both;
	width: 107px;
	height: 13px;
	line-height: 14px; /*--Vertical alignment of text--*/
	font-size: 15px;
}

ul#topnav li#menu1 span{
	background: url(images/menu_1.png);
	width: 107px;
}
ul#topnav li#menu2 span{
	background: url(images/menu_2.png);
	width: 107px;
}

ul#topnav a{ /*--This is basically the hover state of navigation--*/
	
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

#menu{
	width: 618px;
	height: 22px;
        /*margin-top: -150px; soon*/
}

#lista{
	float:left;
}

#borda_menu_in{
	float:left;
	width: 41px;
	height: 22px;
	background: url(images/menu_in.png);
}

#borda_menu_out{
	float:left;
	padding:0;
	margin-left: -3px;
	left:781px;
	width: 41px;
	height: 22px;
	background: url(images/menu_out.png);
}
/* Menu end */


/* Footer */
#footer{
	text-align: center;
	font-size: 15px;
	margin: 0 auto;
        margin-top: 120px;
}

#footer p{
	font-family: Tahoma; 
        font-style: italic     
}

.footer_text1{
        color: #9E5757; 
        font-size: 15px; 
}

.footer_text2{
        color: #433F3F; 
        font-size: 9px;
}

.footer_text3{
        color: #555353;
        font-size: 10px;
}

.footer_text4{
        color: #555353; 
        font-size: 9px;
}
/* Footer end */



/*PAGINA DE CLIENTES*/

#webcar_logo{
	background: url(images/web_car_logo.gif);
	width: 85px;
	height: 45px;
	float: left;
	margin-right: 10px;
}

#webcar_div{

	float: left;
}

#titulo_webcar{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 18px;
}


#texto_webcar{
	font-family: Tahoma;
	font-size: 14px;
	margin-top: 3px;
	line-height: 120%;
}

#webcar_content{
	width: 450px;
	height: 80px;
	margin-top: -110px;
	margin-left: -15px;
	text-align: justify;
	
}

#brastel_content{
	width: 511px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: -39px;
	text-align: justify;
}

#basix_logo{
        width: 120px;
        height: 50px;
        margin-left: 19px;
        background: url(images/basix_logo.gif) no-repeat;
        float: left;
}

#basix_titulo{
	margin-top: 20px;
	float:left;
	width: 230px;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 15px;
	margin-left: 10px;
}

#texto_brastel{
	font-family: Tahoma;
	font-size: 14px;
	margin-top: 3px;
}

#brastel_texto{
	line-height: 120%;
	width: 410px;
	margin-left: 41px;

}

#alpha_content{
	width: 511px;
	margin-top: 15px;
	margin-left: -39px;
	text-align: justify;
}

#alpha_logo{
	width: 140px;
	height: 54px;
	background: url(images/alpha_nobilis_logo.gif) no-repeat;

}

#texto_alpha{
	line-height: 120%;
	width: 410px;
	margin-left: 41px;
	font-family: Tahoma;
	font-size: 14px;

}

#separador{
	/*background: #B38E81;*/
	background-color: transparent;
	width: 500px;
	height: 3px;
	background: url(images/separador_solucoes.png) no-repeat;
}




.titulo_solucoes{
	font-weight: bold;
	font-color: red;
}

