@charset "utf-8";

a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #373435;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #373435;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #1E497C;
	text-decoration: none;
}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #373435;
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#header_full{
	width: 100%;
	height: 125px;
	background-image:url(../images/fundos/fundo_full_header.jpg);
	background-repeat: repeat-x;
	display:table;
}

#header_margem_full{
	width: 990px;
	height: 100%;
	margin: auto;
	display:table;
}
#header_tel{
	width: 100%;
	height: 50px;
	margin-top: 10px;
	float:right;
	background-image: url(../images/tel_aciotec.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #333;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 5px;
}
#header_botoes {
	width: 400px;
	height: 55px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #333;
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
	display:table;
}

#header_logo{
	width: 290px;
	margin-top: 50px;
	float:left;
}

#header_full_menu{
	width: 100%;
	height: 63px;
	background-image:url(../images/fundos/fundo_full_menu.jpg);
	background-repeat: repeat-x;
}

#header_margem_menu_full{
	width: 990px;
	height: 100%;
	margin: auto;
	background-image: url(../images/fundos/fundo_menu.png);
	background-repeat: no-repeat;
	display:table;
}
#header_box_esq {
	float: left;
	height: 122px;
	width: 50%;
	padding-top: 20px;
}
#header_box_dir {
	float: left;
	height: 122px;
	width: 50%;
}
#box_menu_full {
	float: left;
	width: 100%;
	background-image: url(../images/body-bg-tail.gif);
	background-repeat: repeat;
}
#bot_home {
	background-image: url(../images/menu/home.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 63px;
	margin-left: 30px;
	float: left;
}
#bot_home a:hover {
	background-image: url(../images/menu/home_on.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 50px;
	background-position: center center;
}
#bot_empresa {
	background-image: url(../images/menu/empresa.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 63px;
	margin-left: 30px;
	float: left;
}
#bot_empresa a:hover {
	background-image: url(../images/menu/empresa_on.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 120px;
	background-position: center center;
}


.bot_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
#box_bot_orcamento {
	float: right;
	height: 55px;
	width: 122px;
	margin-left: 17px;
}
#box_bot_skype {
	float: right;
	height: 55px;
	width: 158px;
}



.bot_header a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 14px;
}

.bot_header a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.bot_margin {
	height: 30px;
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

#menu_home{
	height:30px;
	width:46px;
	background-image:url(../images/menu/home.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin-top: 10px;
	margin-left: 35px;
	float: left;
}
#menu_home:hover {
	background-image:url(../images/menu/home_on.png);
	background-repeat: no-repeat;
}
#menu_empresa{
	height:30px;
	width:75px;
	background-image:url(../images/menu/empresa.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin-top: 10px;
	margin-left: 45px;
	float: left;
	display:table;
}
#menu_empresa:hover {
	background-image:url(../images/menu/empresa_on.png);
	background-repeat: no-repeat;
}
#menu_produtos{
	height:30px;
	width:83px;
	background-image:url(../images/menu/produtos.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin-top: 10px;
	margin-left: 45px;
	float: left;
	display:table;
}
#menu_produtos:hover {
	background-image:url(../images/menu/produtos_on.png);
	background-repeat: no-repeat;
}

#menu_local{
	height:30px;
	width:109px;
	background-image:url(../images/menu/localizacao.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin-top: 10px;
	margin-left: 45px;
	float: left;
	display:table;
}
#menu_local:hover {
	background-image:url(../images/menu/localizacao_on.png);
	background-repeat: no-repeat;
}

#menu_atuacao{
	height:30px;
	width:158px;
	background-image:url(../images/menu/areas_atuacao.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin-top: 10px;
	margin-left: 45px;
	float: left;
	display:table;
}
#menu_atuacao:hover {
	background-image:url(../images/menu/areas_atuacao_on.png);
	background-repeat: no-repeat;
}
#menu_orcamento{
	height:30px;
	width:98px;
	background-image:url(../images/menu/orcamento.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin-top: 10px;
	margin-left: 45px;
	float: left;
	display:table;
}
#menu_orcamento:hover {
	background-image:url(../images/menu/orcamento_on.png);
	background-repeat: no-repeat;
}
#menu_contato{
	height:30px;
	width:72px;
	background-image:url(../images/menu/contato.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin-top: 10px;
	margin-left: 45px;
	float: left;
	display:table;
}
#menu_contato:hover {
	background-image:url(../images/menu/contato_on.png);
	background-repeat: no-repeat;
}
