/*LAYOUT*/
body { 	
	color:#333333;
	background-repeat:repeat-x;
	background-color:#cde4f2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;	
}
#topo { width:880px; margin-left:55px; }
#right, #left { width:175px; float:left; }
#left { padding-left:55px; }
#center { width:530px; float:left;}
#rodape { text-align:center; background:#E7F1FB; padding:5px; height:20px; clear:both; }

/*DIVS*/
div.merchan{
	background-color:#F68B1F;
	color:#003383;
	text-align:center;
	width:100%;
	font-weight:bold;
	text-align:center;
}

div.imagem {
	padding:10px 0px 10px 0px;
	text-align:center;
}
div.destaque {
	padding-right:8px; 
	border-top:#c5d3de 2px dotted; 
	padding-left:8px; 
	padding-bottom:8px; 
	border-left:#c5d3de 2px solid; 
	border-right:#c5d3de 2px solid; 
	padding-top:8px; 
	border-bottom:#c5d3de 2px solid; 
	background-color:#e7f1fb;
	line-height:18px;
	text-align:justify;
	width:497px;
}
.vermelho {
	color: #FF0000
}

/*MENU*/
#menu {padding:0px; margin:0px 5px; width:155px; line-height:17px;}
#menu li {list-style-type:none; width:250px; height:25px; margin:2px 0; clear:both;}
#menu a, #menu a:visited {position:relative; display:block; width:155px; height:18px; color:#003383; padding-left:3px; text-decoration:none;}
#menu a span, #menu a:visited span {display:none;}
#menu a:hover {background-color:#4182BE; text-decoration:none;}
#menu a:hover span {position:absolute; display:block; left:130px; top:0; width:0px; height:0px; border-left:8px solid #c00; border-top:8px solid #fff; border-bottom:8px solid #fff; font-size:1px; line-height:0;}
* html #menu a:hover span {width:8px; height:16px; width:0; height:0;}

/*CONTEUDO*/
a {
	text-decoration:none;
	cursor:pointer;
	color:#333333;
}
a img {
	border:none;
}
#head{
border-top:#c5d3de 2px solid; 
font-weight:bold; 
font-size:12px; 
color:#003383; 
background-color:#e7f1fb;
width:482px;

height:16px;
margin-top:-18px;
margin-left:18px;
}
#pontae{
background-image:url(../imagem/borderLeft.gif);
background-repeat:no-repeat;
width:18px;
height:18px;
}
#pontad{
background-image: url(../imagem/borderRight.gif);
background-repeat:no-repeat;
width:18px;
height:18px;
margin-top:-18px;
margin-left:499px;
}