/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #49708d url(../img/fundo.gif) repeat-x;
}

#corpo {
	width: 760px;
	margin: 10px auto 0 auto;
	height: 100%;
	background-color: #FFFFFF;
	border: 1px solid #686868;
}

#cabecalho {
	width: 100%;
	height: 114px;
	background:url(../img/cabecalho_fundo.gif) repeat-x;
}

#logo, #cab_frases {
	float: left;
}

#logo {
	display: block;
	width: 178px;
	height: 114px;
	margin-left: 10px;
}

html>body #logo {
	margin-left: 20px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/logo.gif) no-repeat;
}

#logo span {
	display: none;
}

#cab_frases {
	width: 562px;
	height: 110px;
}

#menu {
	width: 100%;
	height: 27px;
	background:url(../img/menu_fundo.gif) repeat-x;
	border-top: 1px solid #9daeba;
	border-bottom: 2px solid #b6c2cb;
}

#menu ul {
	list-style-type: none;
	height: 27px;
	display: block;
}

#menu li {
	display: block;
	float: left;
	height: 27px;
	background: url(../img/menu_bullet.gif) 0 7px no-repeat;
	padding: 0 0 0 4px;
}

#menu a {
	display: block;
	height: 27px;
}

#menu a span {
	display: none;
}

#m_primeiro {
	background: none !important;
	margin-left: 14px;
}

#m_institucional {
	width: 104px;
	background: url(../img/m_institucional.gif) center 5px no-repeat;
}

#m_produtos {
	width: 83px;
	background: url(../img/m_produtos.gif) center 5px no-repeat;
}

#m_noticias {
	width: 74px;
	background: url(../img/m_noticias.gif) center 5px no-repeat;
}

#m_clientes {
	width: 75px;
	background: url(../img/m_clientes.gif) center 5px no-repeat;
}

#m_relaciona {
	width: 201px;
	background: url(../img/m_relaciona.gif) center 5px no-repeat;
}

#m_links {
	width: 54px;
	background: url(../img/m_links.gif) center 5px no-repeat;
}

#m_faleconosco {
	width: 108px;
	background: url(../img/m_faleconosco.gif) center 5px no-repeat;
}





#rodape {
	text-align: center;
	font: 9px Arial, Helvetica, sans-serif, Tahoma;
	color: #656565;
	width: 300px;
	clear:both;
	height: 15px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

.txt, #wpix {
	float: left;
}

#wpix {
	width: 35px;
	height: 15px;
	display: block;
	background: url(../img/wpix.gif) no-repeat;
}
#wpix span { display: none; }



input.btnentrar {
	background: url(../img/btnentrar.gif) no-repeat !important;
	width: 65px !important;
	height: 21px !important;
	display: block;
}

input.btngravar {
	background: url(../img/btngravar.gif) no-repeat !important;
	width: 65px !important;
	height: 21px !important;
	display: block;
}