@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#034b95;
	
}

#fundo_topo{
	background:url(../images/bg_topo.jpg) repeat-x;
	height:153px;

}

#conteudo_topo{
	background:url(../images/bg_contop.jpg);
	width:800px;
	height:153px;
	margin:auto;
	
}

#data{
	width:418px;
	height:25px;
	float:left;
	padding-top:5px;
	color:#4c4d4d;
	font-size:11px;
	text-align:center;
}

#carrinho{
	width:418px;
	height:79px;
	float:left;
}

#car{
	width:155px;
	height:27px;
	margin-top:-20px;
	margin-left:190px;
	padding-top:33px;
	text-align:right;
	padding-right:45px;
}

#menu_topo{
	width:429px;
	height:39px;
	
	float:left;
}

#menu_topo a.home{
	display:block;	
	width:145px;
	height:39px;
	background:url(../images/bot_home.png);
	margin:0 0 0px 0;
}

#menu_topo a.home:hover{
	display:block;
	width:145px;
	height:39px;
	background:url(../images/bot_home-h.png);
	margin:0 0 0px 0;
}

#menu_topo a.empr{
	display:block;	
	width:143px;
	height:39px;
	background:url(../images/bot_empresa.png);
	margin:0 0 0px 0;
}

#menu_topo a.empr:hover{
	display:block;
	width:143px;
	height:39px;
	background:url(../images/bot_empresa-h.png);
	margin:0 0 0px 0;
}

#menu_topo a.cont{
	display:block;	
	width:145px;
	height:39px;
	background:url(../images/bot_contato.png);
	margin:0 0 0px 0;
}

#menu_topo a.cont:hover{
	display:block;
	width:145px;
	height:39px;
	background:url(../images/bot_contato-h.png);
	margin:0 0 0px 0;
}

#fundo_men{
	background:url(../images/fundo_mennn.png);
	width:466px;
	height:128px;
	float:left;
	margin-top:195px;
	margin-left:15px;
	padding-top:18px;
	text-align:center;
	font-size:15px;
	color:#FFF;
}

#barra{
	background:url(../images/barra_men_topo.png) repeat-x;
	width:507px;
	height:65px;
	float:left;
	margin-top:-108px;
	margin-left:369px;
	padding-top:17px;
}

#barra a.top{
	color:#005904;
	font-family:Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	font-size:20px;
	text-decoration:none;
	margin-left:10px;

}

#barra a.top:hover{
	color:#060;
	font-family:Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	font-size:20px;
	text-decoration:underline;
	padding-top:15px;

}

#base{
	background:url(../images/base.png);
	width:900px;
	height:88px;
	float:left;
	margin-top:55px;
}

#busca{
	float:left;
	margin-top:25px;
	margin-left:40px;
}