/* ESTILOS PADRÃO */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0033CC;
	margin:0px;
	padding:0px;
	line-height:16px;
	background-image:url(images/ac_bkg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
object {
	outline:none;
}
h1, h3, h4, h5, h6 {
	font-weight:bold;
}
h1 {
	font-size:20px;
	width:100%;
}
h2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	border-bottom:1px dotted #666666;
	font-weight:normal;
}
h3 {
 	font-size:12px;
	color:#333333;
}
h4 {
 	font-size:18px;
}
h5 {
 	font-size:19px;
}
h6 {
 	font-size:20px;
}
p {

}
a {
	color:#0033CC;
 	text-decoration:none;
}
a:visited {
	color:#0033CC;
 	text-decoration:none;
}
a:hover {
	color:#0033CC;
 	text-decoration:underline;
}
form input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	border:solid 1px #CCCCCC;
	line-height:18px;
	background:#FFFFFF;
}
form textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	border:solid 1px #CCCCCC;
	line-height:18px;
}
form select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	border:solid 1px #CCCCCC;
	line-height:18px;
	height:18px;
}

/* ESTILOS PERSONALIZADOS */

#tudo {
	margin-left:auto;
	margin-right:auto;
	width:760px;	
}

#topo {
	height:240px;

}
#conteudo {
	margin-top:10px;
}
#conteudo-principal{
	width:490px;
	float:left;
	padding:5px;
	padding-left:10px;
	display:inline;
}
#conteudo-lateral {
	width:225px;
	float:left;
	padding:5px;
	display:inline;
}
#rodape {
	text-align:center;
}
.separador {
	height:5px;
	line-height:5px;
	border-bottom:dashed 1px #CCCCCC;
}
.awx {
	color:#000000;
	font-size:10px;
}
.awx a {
	color:#000000;
	text-decoration:none;
}
.awx a:hover {
	color:#000000;
	text-decoration:underline;
}
#trailimageid {
	position:absolute;
	z-index:15;
}
.box {
	border:solid 1px #99CCFF;
	padding:5px;
	padding-top:8px;
	background-image:url(images/box_bkg.jpg);
	background-repeat:repeat-x;
	margin-bottom:15px;
	
}
.produto {
	width:100px;
	height:150px;
	padding:5px;
	float:left;
	/*height:150px;)*/
	border:dotted 1px #CCCCCC;
	margin:4px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
}
.produto a {
	text-decoration:none;
}
.produto a:hover {
	text-decoration:none;
}

.menu-item {
	border-bottom:dotted 1px #663300;
	width:90%;
	height:22px;
	text-transform:uppercase;
	padding-left:15px;
	margin-bottom:2px;
	font-size:10px;
	background-image:url(images/bt_flecha.jpg);
	background-repeat:no-repeat;
	
}
.categoria {
	margin:5px;
	margin-left:0px;
	padding:3px;
	text-transform:uppercase;
	background-color:#D9ECFF;
	font-size:16px;
	color:#003399;
}
.clear {
	clear:both;
}