/*
-- Bad Boy Brands
   Por A2C - Internet para Negócios
   www.a2c.com.br
   
   18/07/2006 - Acídio Alan da Rosa
*/

/* PROPRIEDADES DE ESTRUTURA */

* {
	margin:0;
	padding:0;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:url(images/bg.gif) repeat-x;
}
hr {
	display:none;
}
#geral {
	width:775px;
	margin:0 auto;
}
.too-cool-for-ie {
	clear:both;
}

/* TOPO */

#topo {
	background:url(images/top.gif);
	height:77px;
	float:left;
	width:100%;
}
#topo ul, #topo span {
	display:none;
}

/* CONTEUDO */

#conteudo {
	float:right;
	margin:0 29px 20px 0;
	background:url(images/bg_content.gif) no-repeat bottom #DCDFE4;
	width:565px;
}
#conteudo .texto {
	width:515px;
	float:left;
	line-height:16px;
	padding:25px;
}
#conteudo .texto a {
	color:#B20000;
}
#conteudo .texto a:hover {
	color:#FFF;
	background:#B20000;
}
.opcoes {
	float:left;
	width:515px;
	padding:0 25px 0 25px;
}
.opcoes span, .opcoes a {
	float:left;
	height:17px;
}
.opcoes a {
	width:100%;
	text-indent:-9999px;
}

/* TITULOS */

h1 {
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:44px;
	float:left;
	width:100%;
}
h2 {
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:49px;
	float:left;
	width:100%;
}

/* MENU */

#submenu {
	width:181px;
	background:url(images/bg_submenu_top_02.gif) no-repeat;
	float:right;
}
#submenu ul {
	background:#B20000;
	float:left;
	list-style-image:url(images/marker_menu.gif);
	padding:0 0 5px 37px;
	line-height:16px;
	width:144px;
}
#submenu a {
	color:#FFF;
	padding:1px 0 1px 0;
	font-weight:bold;
}
#submenu a:hover {
	color:#B20000;
	background:#FFF;
}

/* MENU RODAPÉ */

#menu-rodape {
	background:url(images/img_14.gif) no-repeat;
	float:left;
	width:100%;
	height:26px;
}
#menu-rodape ul {
	display:none;
}

/* RODAPÉ */

#rodape {
	background:#B20000;
	width:755px;
	color:#E0DBD7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	float:left;
	padding:3px 10px 3px 10px;
}
#rodape a {
	color:#FFF314;
}
#rodape span {
	float:left;
}
#rodape span.produzido {
	float:right;
}

