/* CSS Document */

/*########-LAYOUT-############*/

body
{
	font-family: Verdana;
	font-size: 11px;
  background: url(../imagens/comum/bg.jpg) repeat; 		
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}

h1
{
	font-family:Tahoma;
	font-size:17px;
	font-weight:bold;
	color:#68070e;
}

a:link    {text-decoration: none; color: #0066FF; border:#000000;} 
a:visited {text-decoration: none; color: #0066FF; border:#000000;}
a:hover   {text-decoration: none; color: #0066FF; border:#000000;}
a:active  {text-decoration: none; color: #0066FF; border:#000000;}

/*########-FORMATAÇÃO DE TEXTO-############*/
.txt_verm
{
	font-family:Tahoma;
	font-size:11px;
	color:#68070e;
}

.txt_verm_bold
{
	font-family:Tahoma;
	font-size:11px;
	color:#68070e;
	font-weight:bold;
}

/*########-POSICIONAMENTO-############*/

#container
{
	margin:0px auto;
	background-color: #FFFFFF;
	background: url(../imagens/comum/bg_centro.jpg);
	width:779px;
	position:static;
}

#cabecalho
{
	width:779px;
	height:256px;
	/*height:218px;*/
	background-color: #5d5d5d;
	/*background-image:url(../imagens/comum/cabecalho.jpg);*/
	margin:0px auto;
}

#rodape
{
  width:779px;
  height:44px;
  text-align:center;
  color: #FFFFFF;
  font-size:12px;
  line-height:17px;  
  clear:both;
  background-image:url(../imagens/comum/rodape.jpg);
}

#conteudo
{
	width:759px;
	background-color: #FFFFFF;
	background:url(../imagens/comum/conteudo_bg.jpg) bottom no-repeat;
	margin:0px auto;
}

#cont_pag
{
	float: left;
	width:520px;
	margin:0px auto;
	text-align:justify;
}

/*-MENU HORIZONTAL-*/
#menu
{
	width:759px;
	height:38px;
	background-color: #FFFFFF;
	margin:0px auto;
}


#menu_bg
{
	width:183px;
	height:38px;
	background-color: #FFFFFF;
	background:url(../imagens/comum/menu_bg.jpg) no-repeat;
	margin:0px auto;
	float:left;
}

#menu_bg1
{
	width:575px;
	height:38px;
	background-color: #FFFFFF;
	background:url(../imagens/comum/menu_bg1.jpg) no-repeat;
	margin:0px auto;
	float:left;
}

/*-MENU PRODUTOS-*/
#menu_prod
{
	float:left;
	margin:0px auto;
	width:183px;
}

.menu_prod_sep
{
	width:183px;
	height:26px;
	margin:0px auto;
	background:url(../imagens/comum/menu_prod_sep.jpg);
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
}

.menu_prod_rod
{
	width:183px;
	height:16px;
	margin:0px auto;
	background:url(../imagens/comum/menu_prod_rod.jpg);
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
}

.menu_prod_bg
{
	width:183px;
	height:18px;
	margin:0px auto;
	background:url(../imagens/comum/menu_prod_bg.jpg);
	line-height:18px;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
}

a.menu_prod_bg:link{ text-decoration: none; color:#FFFFFF; font-size:11px; font-family:Tahoma;}
a.menu_prod_bg:visited { text-decoration: none; color:#FFFFFF; font-size:11px; font-family:Tahoma;}
a.menu_prod_bg:hover   { text-decoration: none; color:#FFCC00; font-size:11px; font-family:Tahoma;}
a.menu_prod_bg:active  { text-decoration: none; color:#FFCC00; font-size:11px; font-family:Tahoma;}

.div_prod
{
	margin-left: 2px;
	margin-right:2px;
	width:122px;
	height:130px;
	text-align:center;
	float:left;
}

.img_prod
{
	border:none;
}

/*-ANUNCIANTES-*/
#anunciante
{
	width:145px;
	height:180px;
	margin:0px auto;
	margin-left:15px;	
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:10px;	
}

#anun_container
{
	width:145px;
	height:130px;
	margin:0px auto;
	background:#FFFFFF;
	border:#000000 1px solid;
}

/*########-MENU HORIZONTAL-############*/

ul.menu 
{
	list-style: none;
}

ul.menu li 
{
	float: right;
	width: 110px;
	height: 38px;
	line-height:35px;
	font-family:Verdana;
	background: url(../imagens/comum/menu_divisor.gif) no-repeat;
	text-align:center;
}

a.menulink:link    { text-decoration: none; color:#FFFFFF; font-size:14px; font-weight:bold; font-family:verdana;}
a.menulink:visited { text-decoration: none; color:#FFFFFF; font-size:14px; font-weight:bold; font-family:verdana;}
a.menulink:hover   { text-decoration: underline; color:#FFFFFF; font-size:14px; font-weight:bold; font-family:verdana;}
a.menulink:active  { text-decoration: none; color:#FFFFFF; font-size:14px; font-weight:bold; font-family:verdana;}

/*########-Formulários-############*/
.form
{	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #666666;	
	background-color: #eaeff3; 
	border: 1px solid #444b55;	
	width:400PX;
}

